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