Package | Description |
---|---|
er.extensions.jdbc |
Modifier and Type | Method and Description |
---|---|
static void |
ERXJDBCUtilities.executeQuery(EOAdaptorChannel adaptorChannel,
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(EOAdaptorChannel adaptorChannel,
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.
|
Copyright © 2002 – 2024 Project Wonder.