public class Select<E extends TableSchema<E>> extends Operation<E> implements ConditionalOperation
Constructor and Description |
---|
Select(TableSchema<E> schema) |
Modifier and Type | Method and Description |
---|---|
void |
addCondition(Condition condition) |
<D,C extends TableSchema<C>> |
column(ColumnSchema<C,D> columnSchema) |
List<String> |
getColumns() |
List<Condition> |
getWhere() |
Select |
on(TableSchema schema) |
void |
setColumns(List<String> columns) |
void |
setWhere(List<Condition> where) |
Where |
where(Condition condition) |
getOp, getResult, getTable, getTableSchema, setOp, setResult, setTableSchema, toString
public static final String SELECT
public Select(TableSchema<E> schema)
public Select on(TableSchema schema)
public <D,C extends TableSchema<C>> Select<E> column(ColumnSchema<C,D> columnSchema)
public void addCondition(Condition condition)
addCondition
in interface ConditionalOperation
Copyright © 2018 OpenDaylight. All rights reserved.