| Package | Description |
|---|---|
| org.vesalainen.parsers.sql |
| Modifier and Type | Method and Description |
|---|---|
SelectStatement |
InsertColumnsAndSource.getSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
Condition.associateCondition(SelectStatement<R,C> select,
boolean andPath) |
void |
OrCondition.associateCondition(SelectStatement select,
boolean andPath) |
void |
NullCondition.associateCondition(SelectStatement select,
boolean andPath) |
void |
LiteralComparison.associateCondition(SelectStatement select,
boolean andPath) |
void |
LikeCondition.associateCondition(SelectStatement select,
boolean andPath) |
void |
JoinComparison.associateCondition(SelectStatement select,
boolean andPath) |
void |
ColumnComparisonInOneTable.associateCondition(SelectStatement select,
boolean andPath) |
void |
BooleanTestCondition.associateCondition(SelectStatement select,
boolean andPath) |
void |
AndCondition.associateCondition(SelectStatement select,
boolean andPath) |
OrderedFetchResult<R,C> |
Engine.select(SelectStatement<R,C> select) |
UpdateableFetchResult<R,C> |
Engine.selectForUpdate(SelectStatement<R,C> select) |
| Constructor and Description |
|---|
InsertColumnsAndSource(List<String> columnList,
SelectStatement select) |
OrderedFetchResult(Engine<R,C> engine,
SelectStatement<R,C> select) |
PlaceholderImpl(String name,
SelectStatement<R,C> select) |
UpdateableFetchResult(Engine<R,C> engine,
SelectStatement<R,C> select) |
Copyright © 2014. All rights reserved.