|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelegatingStatement | |
---|---|
org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel |
org.apache.openjpa.lib.jdbc | Database Connectivity |
Uses of DelegatingStatement in org.apache.openjpa.jdbc.kernel |
---|
Subclasses of DelegatingStatement in org.apache.openjpa.jdbc.kernel | |
---|---|
protected class |
JDBCStoreManager.CancelStatement
Statement type that adds and removes itself from the set of active statements so that it can be canceled. |
Uses of DelegatingStatement in org.apache.openjpa.lib.jdbc |
---|
Subclasses of DelegatingStatement in org.apache.openjpa.lib.jdbc | |
---|---|
protected class |
JDBCEventConnectionDecorator.EventStatement
Fires events as appropriate. |
protected class |
LoggingConnectionDecorator.LoggingConnection.LoggingStatement
Statement wrapper that logs SQL to the parent data source and remembers the last piece of SQL to be executed on it. |
Methods in org.apache.openjpa.lib.jdbc that return DelegatingStatement | |
---|---|
static DelegatingStatement |
DelegatingStatement.newInstance(Statement stmnt,
Connection conn)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |