@FunctionalInterface
public static interface QueryWrapper.QueryRunnable
QueryWrapper.executeQuery(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,
                      java.sql.SQLException
throwDBException
 method(s) to process any exceptions encountered during processing.rs - the results of the query being m_runDBException - for any db (or processing) errorjava.sql.SQLException - for any error processing the ResultSet that
 should be wrapped in a DBException and re-thrown.