Operation.Operations| Constructor and Description |
|---|
Update(TableSchema schema,
Row row,
java.util.List<Condition> where)
Constructs a Update object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOp()
Returns the op member of update operation.
|
java.util.Map<java.lang.String,java.lang.Object> |
getRow()
Returns the row member of update operation.
|
java.lang.String |
getTable()
For the use of serialization.
|
TableSchema |
getTableSchema()
Returns TableSchema entity.
|
java.util.List<Condition> |
getWhere()
Returns the where member of update operation.
|
public Update(TableSchema schema, Row row, java.util.List<Condition> where)
schema - TableSchema entityrow - Row entitywhere - the List of Condition entitypublic java.util.Map<java.lang.String,java.lang.Object> getRow()
public java.util.List<Condition> getWhere()
public java.lang.String getOp()
Operationpublic TableSchema getTableSchema()
OperationgetTableSchema in interface Operationpublic java.lang.String getTable()