public static class Select.Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
columnNames |
Modifier | Constructor and Description |
---|---|
protected |
Select.Builder() |
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 © 2014. All Rights Reserved.