public class OrderedFetchResult<R,C> extends FetchResult<R,C>
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnReference<R,C>> |
columnReferences |
protected boolean |
sorted |
protected List<SortSpecification> |
sortSpecification |
columnLength, columnMap, data, display, engine, header, length, subList| Constructor and Description |
|---|
OrderedFetchResult(Engine<R,C> engine,
SelectStatement<R,C> select) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(ArrayMap<Table<R,C>,R> rowCandidate) |
C |
getValueAt(int row,
int column) |
C |
getValueAt(int row,
String column) |
Iterator<C[]> |
iterator() |
void |
print(PrintStream out) |
addRowArray, getColumnCount, getColumnIndex, getColumnName, getDisplayName, getHeader, getRowCount, getSelectList, setHeaderprotected List<ColumnReference<R,C>> columnReferences
protected boolean sorted
protected final List<SortSpecification> sortSpecification
public void print(PrintStream out)
print in class FetchResult<R,C>public C getValueAt(int row, int column)
getValueAt in class FetchResult<R,C>public C getValueAt(int row, String column)
getValueAt in class FetchResult<R,C>Copyright © 2014. All rights reserved.