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 - IllegalArgumentExceptionIllegalStateExceptionUnsupportedOperationExceptionRowDeletionBuilder deleteFrom(String tableName) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
tableName - IllegalArgumentExceptionIllegalStateExceptionUnsupportedOperationExceptionRowDeletionBuilder deleteFrom(String schemaName, String tableName) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
schemaName - tableName - IllegalArgumentExceptionIllegalStateExceptionUnsupportedOperationExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.