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