| Interface | Description |
|---|---|
| FBObjectListener |
This interface defines set of listeners that will be called in different
situations.
|
| FBObjectListener.BlobListener |
Listener for the events generated by BLOBs.
|
| FBObjectListener.FetcherListener | |
| FBObjectListener.ResultSetListener |
Listener for the events generated by the result set.
|
| FBObjectListener.StatementListener |
Listener for the events generated by statements.
|
| FirebirdBlob |
Firebird Blob abstraction.
|
| FirebirdBlob.BlobInputStream |
Blob input stream.
|
| FirebirdBlob.BlobOutputStream |
Blob output stream.
|
| FirebirdCallableStatement |
Firebird extension to the
CallableStatement interface. |
| FirebirdConnection |
Extension of
Connection interface providing access to Firebird
specific features. |
| FirebirdConnectionProperties |
Connection properties for the Firebird connection.
|
| FirebirdDatabaseMetaData |
Extension of
DatabaseMetaData interface providing access to Firebird
specific features. |
| FirebirdDriver |
Extension of the
Driver providing methods to set the
connection properties programmatically. |
| FirebirdParameterMetaData | |
| FirebirdPreparedStatement |
Firebird extensions to the
PreparedStatement interface. |
| FirebirdResultSet | |
| FirebirdResultSetMetaData |
Firebird-specific extensions to the
ResultSetMetaData interface. |
| FirebirdSavepoint |
Savepoint interface, corresponds to the
java.sql.Savepoint
interface defined in JDBC 3.0, but can be used in JDBC 2.0 applications. |
| FirebirdStatement |
Firebird-specific extensions to the
Statement interface. |
| StoredProcedureMetaData |
Meta-information on stored procedures in a Firebird database.
|
| Synchronizable |
Provides synchronization object.
|
| Class | Description |
|---|---|
| AbstractCallableStatement |
The interface used to execute SQL
stored procedures.
|
| AbstractConnection |
The class
AbstractConnection is a handle to a
FBManagedConnection. |
| AbstractDatabaseMetaData |
Comprehensive information about the database as a whole.
|
| AbstractDriver |
The Jaybird JDBC Driver implementation for the Firebird database.
|
| AbstractGeneratedKeysQuery |
Class to add the RETURNING clause to queries for returning generated keys.
|
| AbstractPreparedStatement |
Implementation of
PreparedStatementinterface. |
| AbstractResultSet |
Implementation of
ResultSet interface. |
| AbstractStatement |
The object used for executing a static SQL statement and obtaining the results produced by it.
|
| FBArray |
A Firebird-specific implementation of the mapping of a java.sql.Array.
|
| FBBlob |
The representation (mapping) in
the JavaTM programming
language of an SQL
BLOB value. |
| FBBlobInputStream |
An input stream for reading directly from a FBBlob instance.
|
| FBBlobOutputStream | |
| FBCachedBlob |
This class represents a cached blob field.
|
| FBCallableStatement |
JDBC 4.2 compliant implementation of
CallableStatement. |
| FBClob |
The mapping in the JavaTM programming language for the SQL CLOB type.
|
| FBConnection |
Firebird connection class implementing JDBC 4.2 methods.
|
| FBConnectionDefaults |
Default values for JDBC connection.
|
| FBConnectionHelper |
This class maps the extended JDBC properties to the
FBConnectionRequestInfo instance. |
| FBConnectionProperties | |
| FBDatabaseMetaData |
JDBC 4.2 implementation of
DatabaseMetaData |
| FBDataSource |
The class
FBDataSource is a ConnectionFactory for jdbc
Connection objects. |
| FBDriver |
The Jaybird JDBC Driver implementation for the Firebird database.
|
| FBDriverPropertyManager |
Manager of the DPB properties.
|
| FBEscapedCallParser |
Parser for escaped procedure call.
|
| FBEscapedFunctionHelper |
Helper class for escaped functions.
|
| FBEscapedParser |
The class
FBEscapedParser parses the SQL
and converts escaped syntax to native form. |
| FBParameterMetaData |
Describe class
FBParameterMetaData here. |
| FBPreparedStatement |
JDBC-4.2 implementation of
PreparedStatement. |
| FBProcedureCall |
Represents procedure call.
|
| FBProcedureParam |
Represents procedure call parameter.
|
| FBResultSet |
JDBC 4.2 implementation of
ResultSet interface. |
| FBResultSetMetaData |
Implementation of
ResultSetMetaData interface. |
| FBRowUpdater |
Class responsible for modifying updatable result sets.
|
| FBSavepoint |
Savepoint implementation.
|
| FBStatement |
JDBC 4.2 implementation of
Statement |
| FBStatementFactory |
Creates statement objects.
|
| FBTpbMapper |
This class is provides mapping capabilities between standard JDBC
transaction isolation level and Firebird Transaction Parameters Block (TPB).
|
| FBUpdatableCursorFetcher |
Statement fetcher for updatable cursor case.
|
| InternalTransactionCoordinator |
Transaction coordinator for the
FBConnection class. |
| StoredProcedureMetaDataFactory |
Factory to retrieve meta-data on stored procedures in a Firebird database.
|
| Enum | Description |
|---|---|
| AbstractStatement.StatementResult |
The current result of a statement.
|
| CompletionReason |
Reasons for statement (or other resources) completion.
|
| QuoteStrategy |
Strategy for quoting objects (or no quoting in the case of dialect 1).
|
| Exception | Description |
|---|---|
| FBDriverConsistencyCheckException |
Internal driver consistency check failed.
|
| FBDriverNotCapableException |
Tell that driver is not able to serve the request due to missing capabilities.
|
| FBMissingParameterException |
Exception notifying developer that not all parameters were set when calling
the prepared statement.
|
| FBResultSetNotUpdatableException |
Exception is thrown when trying to modify the non-updatable result set.
|
| FBSQLException | |
| FBSQLParseException |
This exception is thrown by FBEscapedParser when it cannot parse the
escaped syntax.
|
| FBSQLWarning | Deprecated
To be removed in Jaybird 3.0, replace with
SQLWarning. |
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.