| Package | Description |
|---|---|
| com.sun.gjc.spi | |
| com.sun.gjc.spi.jdbc30 | |
| com.sun.gjc.spi.jdbc40 |
| Modifier and Type | Method and Description |
|---|---|
CallableStatement |
ManagedConnectionImpl.prepareCachedCallableStatement(ConnectionWrapper conWrapper,
String sql,
int resultSetType,
int resultSetConcurrency) |
CallableStatement |
ManagedConnectionImpl.prepareCachedCallableStatement(ConnectionWrapper conWrapper,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
PreparedStatement |
ManagedConnectionImpl.prepareCachedStatement(ConnectionWrapper conWrapper,
String sql,
int autoGeneratedKeys) |
PreparedStatement |
ManagedConnectionImpl.prepareCachedStatement(ConnectionWrapper conWrapper,
String sql,
int[] columnIndexes) |
PreparedStatement |
ManagedConnectionImpl.prepareCachedStatement(ConnectionWrapper conWrapper,
String sql,
int resultSetType,
int resultSetConcurrency) |
PreparedStatement |
ManagedConnectionImpl.prepareCachedStatement(ConnectionWrapper conWrapper,
String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
PreparedStatement |
ManagedConnectionImpl.prepareCachedStatement(ConnectionWrapper conWrapper,
String sql,
String[] columnNames) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionWrapper30
Wrapper class that aids to provide wrapper for the following JDBC objects :
Statement, PreparedStatement, CallableStatement, DatabaseMetaData |
class |
ProfiledConnectionWrapper30
Wrapper class that aids to provide wrapper for Statement, PreparedStatement,
CallableStatement, DatabaseMetaData.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionWrapper40
Wrapper class that aids to provide wrapper for the following JDBC objects :
Statement, PreparedStatement, CallableStatement, DatabaseMetaData |
class |
ProfiledConnectionWrapper40
Wrapper class that aids to provide wrapper for Statement, PreparedStatement,
CallableStatement, DatabaseMetaData.
|
Copyright © 2019. All rights reserved.