|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Delete.Where | |
---|---|
com.datastax.driver.core.querybuilder | A CQL3 query builder. |
Uses of Delete.Where in com.datastax.driver.core.querybuilder |
---|
Methods in com.datastax.driver.core.querybuilder that return Delete.Where | |
---|---|
Delete.Where |
Delete.Where.and(Clause clause)
Adds the provided clause to this WHERE clause. |
Delete.Where |
Delete.where()
Returns a Where statement for this query without adding clause. |
Delete.Where |
Delete.where(Clause clause)
Adds a WHERE clause to this statement. |
Delete.Where |
Delete.Options.where(Clause clause)
Adds a where clause to the DELETE statement these options are part of. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |