Package | Description |
---|---|
com.datastax.driver.core.querybuilder |
A CQL3 query builder.
|
Modifier and Type | Method and Description |
---|---|
Update.Assignments |
Update.Assignments.and(Assignment assignment)
Adds a new assignment for this UPDATE statement.
|
Update.Assignments |
Update.with()
Returns the assignments of this UPDATE statement.
|
Update.Assignments |
Update.with(Assignment assignment)
Adds an assignment to this UPDATE statement.
|
Update.Assignments |
Update.Where.with(Assignment assignment)
Adds an assignment to the UPDATE statement this WHERE clause is part of.
|
Update.Assignments |
Update.Options.with(Assignment assignment)
Adds an assignment to the UPDATE statement those options are part of.
|
Update.Assignments |
Update.Conditions.with(Assignment assignment)
Adds an assignment to the UPDATE statement those conditions are part of.
|