Uses of Interface
com.sun.gjc.spi.base.ConnectionWrapper
-
Packages that use ConnectionWrapper Package Description com.sun.gjc.spi com.sun.gjc.spi.jdbc40 -
-
Uses of ConnectionWrapper in com.sun.gjc.spi
Methods in com.sun.gjc.spi with parameters of type ConnectionWrapper Modifier and Type Method Description CallableStatementManagedConnectionImpl. prepareCachedCallableStatement(ConnectionWrapper conWrapper, String sql, int resultSetType, int resultSetConcurrency)CallableStatementManagedConnectionImpl. prepareCachedCallableStatement(ConnectionWrapper conWrapper, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)PreparedStatementManagedConnectionImpl. prepareCachedStatement(ConnectionWrapper conWrapper, String sql, int autoGeneratedKeys)PreparedStatementManagedConnectionImpl. prepareCachedStatement(ConnectionWrapper conWrapper, String sql, int[] columnIndexes)PreparedStatementManagedConnectionImpl. prepareCachedStatement(ConnectionWrapper conWrapper, String sql, int resultSetType, int resultSetConcurrency)PreparedStatementManagedConnectionImpl. prepareCachedStatement(ConnectionWrapper conWrapper, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)PreparedStatementManagedConnectionImpl. prepareCachedStatement(ConnectionWrapper conWrapper, String sql, String[] columnNames) -
Uses of ConnectionWrapper in com.sun.gjc.spi.jdbc40
Classes in com.sun.gjc.spi.jdbc40 that implement ConnectionWrapper Modifier and Type Class Description classConnectionWrapper40Wrapper class that aids to provide wrapper for the following JDBC objects :
Statement, PreparedStatement, CallableStatement, DatabaseMetaDataclassProfiledConnectionWrapper40Wrapper class that aids to provide wrapper for Statement, PreparedStatement, CallableStatement, DatabaseMetaData.
-