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