public interface RowDeletable
Modifier and Type | Method and Description |
---|---|
RowDeletionBuilder |
deleteFrom(String tableName)
Initiates a row deletion builder.
|
RowDeletionBuilder |
deleteFrom(String schemaName,
String tableName)
Initiates a row deletion builder.
|
RowDeletionBuilder |
deleteFrom(Table table)
Initiates a row deletion builder.
|
boolean |
isDeleteSupported()
Determines whether row delete is supported
|
boolean isDeleteSupported()
RowDeletionBuilder deleteFrom(Table table) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
table
- IllegalArgumentException
IllegalStateException
UnsupportedOperationException
RowDeletionBuilder deleteFrom(String tableName) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
tableName
- IllegalArgumentException
IllegalStateException
UnsupportedOperationException
RowDeletionBuilder deleteFrom(String schemaName, String tableName) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
schemaName
- tableName
- IllegalArgumentException
IllegalStateException
UnsupportedOperationException
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.