Uses of Class
org.tranql.connector.jdbc.ConnectionHandle

Packages that use ConnectionHandle
org.tranql.connector.jdbc   
 

Uses of ConnectionHandle in org.tranql.connector.jdbc
 

Fields in org.tranql.connector.jdbc declared as ConnectionHandle
protected  ConnectionHandle StatementHandle.c
           
 

Fields in org.tranql.connector.jdbc with type parameters of type ConnectionHandle
protected  ManagedConnectionHandle<Connection,ConnectionHandle> ConnectionHandle.mc
           
 

Methods in org.tranql.connector.jdbc that return types with arguments of type ConnectionHandle
 ManagedConnectionHandle<Connection,ConnectionHandle> ConnectionHandle.getAssociation()
           
protected  ManagedConnectionHandle<Connection,ConnectionHandle> ConnectionHandle.getManagedConnection()
           
 

Method parameters in org.tranql.connector.jdbc with type arguments of type ConnectionHandle
 void ConnectionHandle.setAssociation(ManagedConnectionHandle<Connection,ConnectionHandle> mc)
           
 

Constructors in org.tranql.connector.jdbc with parameters of type ConnectionHandle
CallableStatementHandle(ConnectionHandle c, T s)
           
DatabaseMetaDataHandle(ConnectionHandle c, DatabaseMetaData dbmd)
           
PreparedStatementHandle(ConnectionHandle c, T s)
           
StatementHandle(ConnectionHandle c, T s)
           
 



Copyright © 2004-2012 Tranql project committers. All Rights Reserved.