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