|
Arch4J 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This listener is used to process the results of a query string or to get the number of rows affected by an insert, update, or delete.
| Method Summary | |
boolean |
processNextRow(ResultSet aResultSet)
Process the next row of the SQL query. |
void |
setNumberOfRowsAffected(int aNumberOfRows)
Sets the number of rows affected by the sql. |
| Method Detail |
public boolean processNextRow(ResultSet aResultSet)
aResultSet - The result set to process. The cursor is in the proper position.
public void setNumberOfRowsAffected(int aNumberOfRows)
aNumberOfRows - The number of rows that have been affected.
|
Arch4J 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||