public static class Delete.Builder extends Object
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 © 2012–2015. All rights reserved.