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.
|
Copyright © 2014. All Rights Reserved.