Uses of Class
org.firebirdsql.jca.FBManagedConnection

Packages that use FBManagedConnection
org.firebirdsql.jca   
org.firebirdsql.jdbc   
 

Uses of FBManagedConnection in org.firebirdsql.jca
 

Fields in org.firebirdsql.jca declared as FBManagedConnection
protected  FBManagedConnection FBLocalTransaction.mc
           
 

Methods in org.firebirdsql.jca with parameters of type FBManagedConnection
 void FBManagedConnectionFactory.forget(FBManagedConnection mc, Xid xid)
           
 void FBManagedConnectionFactory.recover(FBManagedConnection mc, Xid xid)
           
 

Constructors in org.firebirdsql.jca with parameters of type FBManagedConnection
FBLocalTransaction(FBManagedConnection mc, AbstractConnection c)
           
 

Uses of FBManagedConnection in org.firebirdsql.jdbc
 

Fields in org.firebirdsql.jdbc declared as FBManagedConnection
protected  FBManagedConnection AbstractConnection.mc
           
 

Methods in org.firebirdsql.jdbc with parameters of type FBManagedConnection
 void AbstractConnection.setManagedConnection(FBManagedConnection mc)
          Set the FBManagedConnection around which this connection is based.
 

Constructors in org.firebirdsql.jdbc with parameters of type FBManagedConnection
AbstractConnection(FBManagedConnection mc)
          Create a new AbstractConnection instance based on a FBManagedConnection.
FBConnection(FBManagedConnection mc)
          Create instance of this class for the specified managed connection.
 



Copyright © 2001-2010. All Rights Reserved.