public static class Select.Builder extends Object
public Select from(String table)
table - the name of the table to select from.table.public Select from(String keyspace, String table)
keyspace - the name of the keyspace to select from.table - the name of the table to select from.keyspace.table.public Select from(TableMetadata table)
table - the table to select from.table.Copyright © 2015. All rights reserved.