| Package | Description |
|---|---|
| org.vesalainen.parsers.sql |
| Modifier and Type | Method and Description |
|---|---|
protected TableContext<R,C> |
Engine.createTableContext(Table<R,C> table,
ArrayMap<Table<R,C>,TableContext<R,C>> others)
Factory method for creating TableContext
|
TableContext<R,C> |
TableContext.getOther(Table table) |
| Modifier and Type | Method and Description |
|---|---|
ArrayMap<Table<R,C>,TableContext<R,C>> |
TableContext.getOthers() |
| Modifier and Type | Method and Description |
|---|---|
int |
TableContextComparator.compare(TableContext<R,C> o1,
TableContext<R,C> o2) |
int |
TableContextComparator.compare(TableContext<R,C> o1,
TableContext<R,C> o2) |
abstract Collection<R> |
Engine.fetch(TableContext<R,C> tableContext,
boolean update)
Joined fetch
|
| Modifier and Type | Method and Description |
|---|---|
protected TableContext<R,C> |
Engine.createTableContext(Table<R,C> table,
ArrayMap<Table<R,C>,TableContext<R,C>> others)
Factory method for creating TableContext
|
void |
TableContext.updateHints(List<TableContext<R,C>> tableRanges) |
| Constructor and Description |
|---|
TableContext(Engine<R,C> selector,
Table<R,C> table,
ArrayMap<Table<R,C>,TableContext<R,C>> others) |
Copyright © 2014. All rights reserved.