Project Wonder 5.0.0.8794

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

Method Detail

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

Last updated: Thu, Jan 8, 2009 • 12:32 PM EST

Copyright © 2002 – 2007 Project Wonder.