Package | Description |
---|---|
com.datastax.driver.core.querybuilder |
A CQL3 query builder.
|
Modifier and Type | Method and Description |
---|---|
Update.Options |
Update.Options.and(Using using)
Adds the provided option.
|
Update.Options |
Update.using(Using using)
Adds a new options for this UPDATE statement.
|
Update.Options |
Update.Assignments.using(Using using)
Adds an option to the UPDATE statement those assignments are part of.
|
Update.Options |
Update.Where.using(Using using)
Adds an option to the UPDATE statement this WHERE clause is part of.
|
Update.Options |
Update.Conditions.using(Using using)
Adds an option to the UPDATE statement these conditions are part of.
|
Copyright © 2012–2018. All rights reserved.