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(com.webobjects.eoaccess.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). |
processResultSet
void processResultSet(com.webobjects.eoaccess.EOAdaptorChannel adaptorChannel,
java.sql.ResultSet rs)
throws java.lang.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:
java.lang.Exception
- if something goes wrong
Copyright © 2002 – 2007 Project Wonder.