|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERXJDBCUtilities.IResultSetDelegate | |
---|---|
er.extensions.jdbc |
Uses of ERXJDBCUtilities.IResultSetDelegate in er.extensions.jdbc |
---|
Methods in er.extensions.jdbc with parameters of type ERXJDBCUtilities.IResultSetDelegate | |
---|---|
static void |
ERXJDBCUtilities.executeQuery(com.webobjects.eoaccess.EOAdaptorChannel adaptorChannel,
java.lang.String query,
ERXJDBCUtilities.IResultSetDelegate delegate)
Using the backing connection from the adaptor context, executes the given query and calls delegate.processResultSet(rs) once for the ResultSet. |
static void |
ERXJDBCUtilities.processResultSetRows(com.webobjects.eoaccess.EOAdaptorChannel adaptorChannel,
java.lang.String query,
ERXJDBCUtilities.IResultSetDelegate delegate)
Using the backing connection from the adaptor context, executes the given query and calls processor.process(rs) for each row of the ResultSet. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |