public interface RowCallback
CachedStatement| Modifier and Type | Method and Description | 
|---|---|
| void | callback(java.sql.ResultSet rs)Callback method which is invoked by DataSource for each row found
 in the ResultSet of an elaborator query. | 
| java.util.List<java.lang.String> | getCallBackColumns()A list of column names that are used in the callback In lower case. | 
void callback(java.sql.ResultSet rs)
       throws java.sql.SQLException
rs - ResultSet containing current row returned by elaborator.java.sql.SQLException - thrown if there is a problem accessing the
 ResultSet.java.util.List<java.lang.String> getCallBackColumns()