public interface RowUpdateable
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean isUpdateSupported()
RowUpdationBuilder update(Table table) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
table - IllegalArgumentExceptionIllegalStateExceptionUnsupportedOperationExceptionRowUpdationBuilder update(String tableName) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
tableName - IllegalArgumentExceptionIllegalStateExceptionUnsupportedOperationExceptionRowUpdationBuilder update(String schemaName, String tableName) throws IllegalArgumentException, IllegalStateException, UnsupportedOperationException
schemaName - tableName - IllegalArgumentExceptionIllegalStateExceptionUnsupportedOperationExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.