|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JdbcResultBuilder
| Method Summary | |
|---|---|
void |
afterExecute(ResultSetMetaData data,
Object queryObject,
List resultList)
The init() method is called once after the SQL statement has been executed and the result set is known. |
void |
close(boolean isComplete)
The close() method is invoked, just BEFORE all associated resources (e.g. resultSet) are closed by the caller. |
void |
fetch(ResultSet row)
This method is invoked each time the cursor in the resultset is moved to the next row, as long as the resultList contains less objects than the client expects. |
| Method Detail |
|---|
void afterExecute(ResultSetMetaData data,
Object queryObject,
List resultList)
throws SQLException
data - JDBC result set meta data.resultList - The List where the result objects are added to.
SQLException
void fetch(ResultSet row)
throws SQLException
row - the ResultSet where the cursor is located on the current row
SQLException
void close(boolean isComplete)
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||