| Package | Description |
|---|---|
| org.vesalainen.parsers.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
Engine<R,C> |
| Modifier and Type | Method and Description |
|---|---|
C |
ColumnReferenceImpl.getValue(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
C |
ColumnReference.getValue(SQLConverter<R,C> engine,
ArrayMap<Table<R,C>,R> rowCandidate) |
C |
ColumnReferenceImpl.getValue(SQLConverter<R,C> selector,
R row) |
C |
ColumnReference.getValue(SQLConverter<R,C> engine,
R row) |
Object |
AbstractFunction.getValue(SQLConverter selector,
ArrayMap rowCandidate) |
Object |
AbstractFunction.getValue(SQLConverter selector,
Object row) |
TruthValue |
OrCondition.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
NullCondition.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
LiteralComparison.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
LikeCondition.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
JoinComparison.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
Condition.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
ColumnComparisonInOneTable.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
TruthValue |
AndCondition.matches(SQLConverter<R,C> selector,
ArrayMap<Table<R,C>,R> rowCandidate) |
boolean |
BaseComparison.matches(SQLConverter<R,C> selector,
C col1,
C col2) |
TruthValue |
NullCondition.matches(SQLConverter<R,C> selector,
R row) |
TruthValue |
LiteralComparison.matches(SQLConverter<R,C> selector,
R row) |
TruthValue |
LikeCondition.matches(SQLConverter<R,C> selector,
R row) |
TruthValue |
JoinComparison.matches(SQLConverter<R,C> selector,
R row) |
TruthValue |
ColumnCondition.matches(SQLConverter<R,C> converter,
R row)
Tests the condition against one table row.
|
TruthValue |
ColumnComparisonInOneTable.matches(SQLConverter<R,C> selector,
R row) |
TruthValue |
BooleanTestCondition.matches(SQLConverter selector,
ArrayMap rowCandidate) |
void |
NullCondition.narrow(SQLConverter<R,C> selector,
Range<C> range) |
void |
LiteralComparison.narrow(SQLConverter<R,C> selector,
Range<C> range) |
void |
LikeCondition.narrow(SQLConverter<R,C> selector,
Range<C> range) |
void |
JoinComparison.narrow(SQLConverter<R,C> selector,
Range<C> range) |
void |
ColumnCondition.narrow(SQLConverter<R,C> converter,
Range<C> range)
Possibility to narrow columns value range
|
void |
ColumnComparisonInOneTable.narrow(SQLConverter<R,C> selector,
Range<C> range) |
Range<C> |
JoinCondition.narrow(SQLConverter<R,C> selector,
Range<C> range,
Table fromTable,
String column,
C lower,
C upper) |
Range<C> |
JoinComparison.narrow(SQLConverter<R,C> selector,
Range<C> range,
Table fromTable,
String column,
C lower,
C upper) |
Copyright © 2014. All rights reserved.