| Package | Description |
|---|---|
| com.sun.gjc.spi | |
| com.sun.gjc.spi.jdbc30 | |
| com.sun.gjc.spi.jdbc40 |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionHolder |
ManagedConnectionImpl.myLogicalConnection |
| Modifier and Type | Method and Description |
|---|---|
abstract ConnectionHolder |
JdbcObjectsFactory.getConnection(Connection conObject,
ManagedConnectionImpl mcObject,
javax.resource.spi.ConnectionRequestInfo criObject,
boolean statementWrapping,
SQLTraceDelegator sqlTraceDelegator)
To get an instance of ConnectionHolder.
Will return a ConnectionHolder with or without wrapper |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedConnectionImpl.checkIfActive(ConnectionHolder ch)
This method is called by a Connection Handle to check if it is
the active Connection Handle.
|
void |
ManagedConnectionImpl.connectionClosed(Exception e,
ConnectionHolder connHolder30Object)
This method is called by the
ConnectionHolder30 when its close method is
called. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionHolder30
Holds the java.sql.Connection object, which is to be
passed to the application program.
|
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 | Method and Description |
|---|---|
ConnectionHolder |
Jdbc30ObjectsFactory.getConnection(Connection conObject,
ManagedConnectionImpl mcObject,
javax.resource.spi.ConnectionRequestInfo criObject,
boolean statementWrapping,
SQLTraceDelegator sqlTraceDelegator)
To get an instance of ConnectionHolder30.
Will return a ConnectionHolder30 with or without wrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionHolder40
Holds the java.sql.Connection object, which is to be
passed to the application program.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionHolder |
Jdbc40ObjectsFactory.getConnection(Connection conObject,
ManagedConnectionImpl mcObject,
javax.resource.spi.ConnectionRequestInfo criObject,
boolean statementWrapping,
SQLTraceDelegator sqlTraceDelegator)
To get an instance of ConnectionHolder40.
Will return a ConnectionHolder40 with or without wrapper |
Copyright © 2017. All rights reserved.