Project Wonder 5.0.0.8794

er.extensions.jdbc
Interface ERXJDBCUtilities.IConnectionDelegate

Enclosing class:
ERXJDBCUtilities

public static interface ERXJDBCUtilities.IConnectionDelegate

IConnectionDelegate is like a closure for connection operations.

Author:
mschrag

Method Summary
 void processConnection(EOAdaptorChannel adaptorChannel, Connection conn)
          This method is called to give you the opportunity to process a Connection.
 

Method Detail

processConnection

void processConnection(EOAdaptorChannel adaptorChannel,
                       Connection conn)
                       throws Exception
This method is called to give you the opportunity to process a Connection.

Parameters:
adaptorChannel - the original adaptor channel
conn - the JDBC Connection
Throws:
Exception - if something goes wrong

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

Copyright © 2002 – 2007 Project Wonder.