| Class and Description |
|---|
| org.firebirdsql.jca.AbstractXAConnection |
| org.firebirdsql.pool.DriverConnectionPoolDataSource |
| org.firebirdsql.pool.FBConnectionPoolDataSource |
| org.firebirdsql.jca.FBXAConnectionHandle |
| org.firebirdsql.jca.FBXADataSource
Use
FBXADataSource |
| org.firebirdsql.pool.SimpleDataSource
Use
FBSimpleDataSource for non-pooling, this implementation
only works correctly with the deprecated FBConnectionPoolDataSource and
DriverConnectionPoolDataSource classes |
| Exceptions and Description |
|---|
| org.firebirdsql.jdbc.FBSQLWarning
To be removed in Jaybird 3.0, replace with
SQLWarning. |
| Constructor and Description |
|---|
| org.firebirdsql.jdbc.FBSQLException(String, SQLException)
In all most all cases use
FBSQLException.FBSQLException(String, String) in combination with
SQLException.setNextException(SQLException). |
Copyright © 2001-2014 Jaybird (Firebird JDBC/JCA) team. All rights reserved.