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