er.extensions.jdbc
Interface ERXJDBCUtilities.IConnectionDelegate
- Enclosing class:
- ERXJDBCUtilities
public static interface ERXJDBCUtilities.IConnectionDelegate
IConnectionDelegate is like a closure for connection operations.
- Author:
- mschrag
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 channelconn - the JDBC Connection
- Throws:
Exception - if something goes wrong
Copyright © 2002 – 2007 Project Wonder.