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 |
Delete
A complete DELETE statement, with at least one WHERE clause.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Update
A buildable UPDATE statement that has at least one assignment and one WHERE clause.
|
Copyright © 2017–2022. All rights reserved.