public class UpdateableFetchResult<R,C> extends OrderedFetchResult<R,C>
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateableFetchResult.DataIterator |
| Modifier and Type | Field and Description |
|---|---|
protected Set<R> |
deleted |
protected List<Updateable<R,C>[]> |
updateable |
protected Set<R> |
updated |
columnReferences, sorted, sortSpecificationcolumnLength, columnMap, data, display, engine, header, length, subList| Constructor and Description |
|---|
UpdateableFetchResult(Engine<R,C> engine,
SelectStatement<R,C> select) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(ArrayMap<Table<R,C>,R> rowCandidate) |
void |
deleteRow(int row) |
int |
getRowCount() |
C |
getValueAt(int row,
int column) |
C |
getValueAt(int row,
String column) |
void |
insertRow() |
Iterator<C[]> |
iterator() |
void |
rollback() |
void |
setValueAt(C value,
int row,
int column) |
void |
updateAndCommit() |
printaddRowArray, getColumnCount, getColumnIndex, getColumnName, getDisplayName, getHeader, getSelectList, setHeaderprotected List<Updateable<R,C>[]> updateable
public void addRow(ArrayMap<Table<R,C>,R> rowCandidate)
addRow in class OrderedFetchResult<R,C>public int getRowCount()
getRowCount in class FetchResult<R,C>public C getValueAt(int row, int column)
getValueAt in class OrderedFetchResult<R,C>public C getValueAt(int row, String column)
getValueAt in class OrderedFetchResult<R,C>public void setValueAt(C value, int row, int column)
public void deleteRow(int row)
public void insertRow()
public void rollback()
public void updateAndCommit()
Copyright © 2014. All rights reserved.