|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowReader<T>
A strategy class that encapsulates an algorithm for converting a single ResultSet row into a DataRow.
Method Summary | |
---|---|
T |
readRow(ResultSet resultSet)
Extracts a DataRow from the ResultSet at its current position. |
void |
setColumnOffset(int offset)
Sets an absolute offset of the first column processed by the reader from the begginging of the result set row. |
Method Detail |
---|
T readRow(ResultSet resultSet) throws CayenneException
CayenneException
void setColumnOffset(int offset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |