Uses of Class
com.sun.gjc.util.SQLTraceDelegator
-
Packages that use SQLTraceDelegator Package Description com.sun.gjc.spi com.sun.gjc.spi.jdbc40 -
-
Uses of SQLTraceDelegator in com.sun.gjc.spi
Fields in com.sun.gjc.spi declared as SQLTraceDelegator Modifier and Type Field Description protected SQLTraceDelegatorManagedConnectionFactoryImpl. sqlTraceDelegatorMethods in com.sun.gjc.spi with parameters of type SQLTraceDelegator Modifier and Type Method Description abstract ConnectionHolderJdbcObjectsFactory. getConnection(Connection conObject, ManagedConnectionImpl mcObject, jakarta.resource.spi.ConnectionRequestInfo criObject, boolean statementWrapping, SQLTraceDelegator sqlTraceDelegator)To get an instance of ConnectionHolder.
Will return a ConnectionHolder with or without wrapperprotected ConnectionJdbcObjectsFactory. getProxiedConnection(Object conObject, Class[] connIntf, SQLTraceDelegator sqlTraceDelegator)protected <T> TJdbcObjectsFactory. getProxyObject(Object actualObject, Class<T>[] ifaces, SQLTraceDelegator sqlTraceDelegator)Constructors in com.sun.gjc.spi with parameters of type SQLTraceDelegator Constructor Description ManagedConnectionImpl(PooledConnection pooledConn, Connection sqlConn, jakarta.resource.spi.security.PasswordCredential passwdCred, jakarta.resource.spi.ManagedConnectionFactory mcf, PoolInfo poolInfo, int statementCacheSize, String statementCacheType, SQLTraceDelegator delegator, long statementLeakTimeout, boolean statementLeakReclaim)Constructor forManagedConnectionImpl. -
Uses of SQLTraceDelegator in com.sun.gjc.spi.jdbc40
Methods in com.sun.gjc.spi.jdbc40 with parameters of type SQLTraceDelegator Modifier and Type Method Description ConnectionHolderJdbc40ObjectsFactory. getConnection(Connection conObject, ManagedConnectionImpl mcObject, jakarta.resource.spi.ConnectionRequestInfo criObject, boolean statementWrapping, SQLTraceDelegator sqlTraceDelegator)To get an instance of ConnectionHolder40.
Will return a ConnectionHolder40 with or without wrapperConstructors in com.sun.gjc.spi.jdbc40 with parameters of type SQLTraceDelegator Constructor Description ProfiledConnectionWrapper40(Connection con, ManagedConnectionImpl mc, jakarta.resource.spi.ConnectionRequestInfo cxRequestInfo, SQLTraceDelegator delegator)Instantiates connection wrapper to wrap JDBC objects.
-