Package | Description |
---|---|
com.datastax.driver.core.querybuilder |
A CQL3 query builder.
|
Modifier and Type | Method and Description |
---|---|
Delete.Conditions |
Delete.Conditions.and(Clause condition)
Adds the provided condition for the deletion.
|
Delete.Conditions |
Delete.onlyIf()
Adds a conditions clause (IF) to this statement.
|
Delete.Conditions |
Delete.onlyIf(Clause condition)
Adds a conditions clause (IF) to this statement.
|
Delete.Conditions |
Delete.Where.onlyIf(Clause condition)
Adds a condition to the DELETE statement this WHERE clause is part of.
|
Copyright © 2012–2018. All rights reserved.