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