|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.datastax.driver.core.querybuilder.Select.Builder
public static class Select.Builder
An in-construction SELECT statement.
Method Summary | |
---|---|
Select |
from(String table)
Adds the table to select from. |
Select |
from(String keyspace,
String table)
Adds the table to select from. |
Select |
from(TableMetadata table)
Adds the table to select from. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |