|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowDeletable
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||