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