public static interface ERXJDBCUtilities.IResultSetDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
processResultSet(EOAdaptorChannel adaptorChannel,
java.sql.ResultSet rs)
This method is called to give you the opportunity to process a ResultSet or a
row of a ResultSet (depending on the context).
|
void processResultSet(EOAdaptorChannel adaptorChannel, java.sql.ResultSet rs) throws java.lang.Exception
adaptorChannel - the original adaptor channelrs - the ResultSetjava.lang.Exception - if something goes wrongCopyright © 2002 – 2022 Project Wonder.