void |
UpdateableFetchResult.addRow(ArrayMap<Table<R,C>,R> rowCandidate) |
void |
OrderedFetchResult.addRow(ArrayMap<Table<R,C>,R> rowCandidate) |
protected TableContext<R,C> |
Engine.createTableContext(Table<R,C> table,
ArrayMap<Table<R,C>,TableContext<R,C>> others)
Factory method for creating TableContext
|
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) |
Object |
AbstractFunction.getValue(SQLConverter selector,
ArrayMap rowCandidate) |
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) |
TruthValue |
BooleanTestCondition.matches(SQLConverter selector,
ArrayMap rowCandidate) |