| Package | Description | 
|---|---|
| com.datastax.oss.driver.api.querybuilder.condition | |
| com.datastax.oss.driver.api.querybuilder.delete | |
| com.datastax.oss.driver.api.querybuilder.update | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ConditionalStatement<SelfT extends ConditionalStatement<SelfT>>A statement that can be applied conditionally, such as UPDATE or DELETE. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DeleteA complete DELETE statement, with at least one WHERE clause. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | UpdateA buildable UPDATE statement that has at least one assignment and one WHERE clause. | 
Copyright © 2017–2021. All rights reserved.