Operation.Operations| Constructor and Description |
|---|
Select(TableSchema schema,
List<Condition> where,
List<String> columns)
Constructs a Select object.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumns()
Returns the columns member of select operation.
|
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 select operation.
|
public Select(TableSchema schema, List<Condition> where, List<String> columns)
schema - TableSchema entitywhere - the List of Condition entitycolumns - the List of column namepublic List<String> getColumns()
public List<Condition> getWhere()
public String getOp()
Operationpublic TableSchema getTableSchema()
OperationgetTableSchema in interface Operationpublic String getTable()