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
- 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
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.