er.extensions.jdbc
Interface ERXJDBCUtilities.IResultSetDelegate
- Enclosing class:
- ERXJDBCUtilities
public static interface ERXJDBCUtilities.IResultSetDelegate
IResultSetDelegate is like a closure for ResultSet operations.
- Author:
- mschrag
|
Method Summary |
void |
processResultSet(EOAdaptorChannel adaptorChannel,
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). |
processResultSet
void processResultSet(EOAdaptorChannel adaptorChannel,
ResultSet rs)
throws Exception
- This method is called to give you the opportunity to process a ResultSet or a
row of a ResultSet (depending on the context).
- Parameters:
adaptorChannel - the original adaptor channelrs - the ResultSet
- Throws:
Exception - if something goes wrong
Copyright © 2002 – 2007 Project Wonder.