|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowUpdateable
| Method Summary | |
|---|---|
boolean |
isUpdateSupported()
Determines whether row update is supported |
RowUpdationBuilder |
update(String tableName)
Initiates a row updation builder. |
RowUpdationBuilder |
update(String schemaName,
String tableName)
Initiates a row updation builder. |
RowUpdationBuilder |
update(Table table)
Initiates a row updation builder. |
| Method Detail |
|---|
boolean isUpdateSupported()
RowUpdationBuilder update(Table table)
throws IllegalArgumentException,
IllegalStateException,
UnsupportedOperationException
table -
IllegalArgumentException
IllegalStateException
UnsupportedOperationException
RowUpdationBuilder update(String tableName)
throws IllegalArgumentException,
IllegalStateException,
UnsupportedOperationException
tableName -
IllegalArgumentException
IllegalStateException
UnsupportedOperationException
RowUpdationBuilder update(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 | |||||||||