Package | Description |
---|---|
com.datastax.driver.core.querybuilder |
A CQL3 query builder.
|
Modifier and Type | Method and Description |
---|---|
Delete |
Delete.Builder.from(String table)
Adds the table to delete from.
|
Delete |
Delete.Builder.from(String keyspace,
String table)
Adds the table to delete from.
|
Delete |
Delete.Builder.from(TableMetadata table)
Adds the table to delete from.
|
Delete |
Delete.ifExists()
Sets the 'IF EXISTS' option for this DELETE statement.
|
Delete |
Delete.Where.ifExists()
Sets the 'IF EXISTS' option for the DELETE statement this WHERE clause is part of.
|
Copyright © 2012–2023. All rights reserved.