Project Wonder 5.0

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).
 

Method Detail

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 channel
rs - the ResultSet
Throws:
java.lang.Exception - if something goes wrong

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.