| Interface | Description | 
|---|---|
| FirebirdLocalTransaction | Extention of the  LocalTransactioninterface
 to tell whether the underlying managed connection is currently participating
 in some transaction or not and to obtain the associated Xid. | 
| Class | Description | 
|---|---|
| FBConnectionRequestInfo | The class  FBConnectionRequestInfoholds a clumplet that is
 used to store and transfer connection-specific information such as user,
 password, and other dpb information.. | 
| FBLocalTransaction | The class  FBLocalTransactionimplements LocalTransaction both
 in the cci and spi meanings. | 
| FBLocalTransaction.FBLocalXid | |
| FBManagedConnection | The class  FBManagedConnectionimplements both the
 ManagedConnection and XAResource interfaces. | 
| FBManagedConnectionFactory | FBManagedConnectionFactory implements the jca ManagedConnectionFactory
 interface and also many of the internal functions of ManagedConnection. | 
| FBManagedConnectionMetaData | The class  FBManagedConnectionMetaDataimplementsjavax.resource.sqi.ManagedConnectionMetaData, providing almost 
 no useful information. | 
| FBStandAloneConnectionManager | The class  FBStandAloneConnectionManagerprovides the 
 default implementation of ConnectionManager for standalone use. | 
| FBTpb | The  FBTpbclass represents the Firebird Transaction Parameter
 Block (TPB), which contains Firebird-specific information about transaction
 isolation. | 
| Exception | Description | 
|---|---|
| FBIncorrectXidException | This error is thrown when message read from the RDB$TRANSACTIONS table does
 not represent a serialized Xid. | 
| FBResourceException | FBResourceExceptionshould be used in places whereResourceExceptionshould be thrown according to
 the interface specification, but we do not want to lose the exception that we caught. | 
| FBResourceTransactionException | Exception represents transaction error in resource. | 
| FBXAException | Convenience exception that adds constructor taking message and error code
 together. | 
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.