| Package | Description | 
|---|---|
| com.datastax.driver.core.querybuilder | A CQL3 query builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
Copyright © 2012–2015. All rights reserved.