public static interface QueryWrapper.QueryRunnable
| Modifier and Type | Method and Description |
|---|---|
void |
processResultSet(java.sql.ResultSet rs)
Iterate through the result set as appropriate.
|
void processResultSet(java.sql.ResultSet rs)
throws DBException
throwDBException
method(s) to process any exceptions encountered during processing.rs - the results of the query being m_runDBException - for any db (or processing) error