Project Wonder 5.0

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(com.webobjects.eoaccess.EOAdaptorChannel adaptorChannel, java.sql.Connection conn)
          This method is called to give you the opportunity to process a Connection.
 

Method Detail

processConnection

void processConnection(com.webobjects.eoaccess.EOAdaptorChannel adaptorChannel,
                       java.sql.Connection conn)
                       throws java.lang.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:
java.lang.Exception - if something goes wrong

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

Copyright © 2002 – 2007 Project Wonder.