| Package | Description |
|---|---|
| org.vesalainen.parsers.sql |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Placeholder<R,C> |
| Modifier and Type | Class and Description |
|---|---|
class |
LiteralImpl<R,C> |
class |
PlaceholderImpl<R,C> |
| Modifier and Type | Method and Description |
|---|---|
protected Literal<R,C> |
SqlParser.dateLiteral(C date,
Engine<R,C> engine) |
Literal<R,C> |
SetClause.getLiteral() |
protected abstract Literal<R,C> |
SqlParser.literal(Literal<R,C> placeholder) |
protected Literal<R,C> |
SqlParser.literal(Number number,
Engine<R,C> engine) |
protected Literal<R,C> |
SqlParser.literal(String string,
Engine<R,C> engine) |
protected Literal<R,C> |
SqlParser.placeholder(String identifier,
Class<? extends C> type,
Map<String,Placeholder> placeholderMap) |
protected Literal<R,C> |
SqlParser.placeholder(String identifier,
Literal<R,C> lit,
Map<String,Placeholder> placeholderMap) |
protected Literal<R,C> |
SqlParser.placeholder(String identifier,
Statement query,
Map<String,Placeholder> placeholderMap) |
| Modifier and Type | Method and Description |
|---|---|
List<Literal<R,C>> |
InsertColumnsAndSource.getValueList() |
| Modifier and Type | Method and Description |
|---|---|
protected InsertColumnsAndSource<R,C> |
SqlParser.fromConstructor(String column,
List<String> columnList,
Literal<R,C> literal,
List<Literal<R,C>> valueList) |
protected abstract Literal<R,C> |
SqlParser.literal(Literal<R,C> placeholder) |
protected Literal<R,C> |
SqlParser.placeholder(String identifier,
Literal<R,C> lit,
Map<String,Placeholder> placeholderMap) |
protected RowValue |
SqlParser.rowValuePredicant3(Literal<R,C> literal,
Engine<R,C> engine) |
protected SetClause<R,C> |
SqlParser.setClause(String identifier,
Literal<R,C> literal) |
| Modifier and Type | Method and Description |
|---|---|
protected InsertColumnsAndSource<R,C> |
SqlParser.fromConstructor(String column,
List<String> columnList,
Literal<R,C> literal,
List<Literal<R,C>> valueList) |
| Constructor and Description |
|---|
LiteralComparison(ColumnReference<R,C> columnReference,
Relation relation,
Literal<R,C> literal) |
PlaceholderImpl(String name,
Literal<R,C> defaultValue) |
SetClause(String identifier,
Literal<R,C> literal) |
| Constructor and Description |
|---|
InsertColumnsAndSource(List<String> columnList,
List<Literal<R,C>> valueList) |
Copyright © 2014. All rights reserved.