public static class Delete.Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
columnNames |
Modifier | Constructor and Description |
---|---|
protected |
Delete.Builder() |
public Delete from(String table)
table
- the name of the table to delete from.table
.public Delete from(String keyspace, String table)
keyspace
- the name of the keyspace to delete from.table
- the name of the table to delete from.keyspace.table
.public Delete from(TableMetadata table)
table
- the table to delete from.table
.Copyright © 2014. All Rights Reserved.