|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelegatingPreparedStatement | |
---|---|
org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel |
org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction |
org.apache.openjpa.lib.jdbc | Database Connectivity |
Uses of DelegatingPreparedStatement in org.apache.openjpa.jdbc.kernel |
---|
Subclasses of DelegatingPreparedStatement in org.apache.openjpa.jdbc.kernel | |
---|---|
protected class |
JDBCStoreManager.CancelPreparedStatement
Statement type that adds and removes itself from the set of active statements so that it can be canceled. |
Uses of DelegatingPreparedStatement in org.apache.openjpa.jdbc.sql |
---|
Subclasses of DelegatingPreparedStatement in org.apache.openjpa.jdbc.sql | |
---|---|
protected static class |
PostgresDictionary.PostgresPreparedStatement
Statement wrapper to work around the postgres empty result set bug. |
Uses of DelegatingPreparedStatement in org.apache.openjpa.lib.jdbc |
---|
Subclasses of DelegatingPreparedStatement in org.apache.openjpa.lib.jdbc | |
---|---|
protected class |
JDBCEventConnectionDecorator.EventPreparedStatement
Fires events as appropriate. |
protected class |
LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
|
Fields in org.apache.openjpa.lib.jdbc with type parameters of type DelegatingPreparedStatement | |
---|---|
(package private) static Constructor<DelegatingPreparedStatement> |
DelegatingPreparedStatement.concreteImpl
|
Methods in org.apache.openjpa.lib.jdbc that return DelegatingPreparedStatement | |
---|---|
static DelegatingPreparedStatement |
DelegatingPreparedStatement.newInstance(PreparedStatement stmnt,
Connection conn)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |