| Package | Description |
|---|---|
| org.vesalainen.parsers.sql |
| Modifier and Type | Method and Description |
|---|---|
protected TableExpression |
SqlParser.tableExpression(Condition condition,
List<SortSpecification> sortSpecificationList,
Deque<List<Table<R,C>>> tableListStack) |
| Modifier and Type | Method and Description |
|---|---|
protected Statement |
SqlParser.querySpecification(List<ColumnReference> selectList,
TableExpression tableExpression,
LinkedHashMap<String,Placeholder> placeholderMap,
Engine<R,C> engine,
Deque<List<Table<R,C>>> tableListStack) |
| Constructor and Description |
|---|
SelectStatement(Engine<R,C> engine,
LinkedHashMap<String,Placeholder<R,C>> placeholderMap,
List<ColumnReference<R,C>> selectList,
TableExpression tableExpression) |
Copyright © 2014. All rights reserved.