Package org.firebirdsql.jdbc

Interface Summary
FBObjectListener This interface defines set of listeners that will be called in different situations.
FBObjectListener.ResultSetListener Listener for the events generated by the result set.
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.
FirebirdPreparedStatement Firebird extensions to the PreparedStatement interface.
FirebirdStatement Firebird-specific extensions to the Statement interface.
Synchronizable Provides synchronization object.
 

Class Summary
AbstractCallableStatement The interface used to execute SQL stored procedures.
AbstractConnection The class AbstractConnection is a handle to a FBManagedConnection.
AbstractPreparedStatement Implementation of PreparedStatement interface.
AbstractStatement The object used for executing a static SQL statement and obtaining the results produced by it.
FBArray Describe class FBArray here.
FBBlob The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
FBCachedBlob This class represents a cached blob field.
FBClob Describe class FBClob here.
FBConnectionDefaults Default values for JDBC connection.
FBConnectionHelper This class maps the extended JDBC properties to the FBConnectionRequestInfo instance.
FBDatabaseMetaData Comprehensive information about the database as a whole.
FBDataSource The class FBDataSource is a ConnectionFactory for jdbc Connection objects.
FBDriver Describe class FBDriver here.
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.
FBProcedureCall Represents procedure call.
FBProcedureParam Represents procedure call parameter.
FBResultSet Implementation of ResultSet interface.
FBResultSetMetaData Implementation of ResultSetMetaData interface.
FBUpdatableFetcher Statement fetcher for updatable cursor case.
 

Exception Summary
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.
FBSQLException  
FBSQLParseException This exception is thrown by FBEscapedParser when it cannot parse the escaped syntax.
FBSQLWarning This class is a wrapper for GDSException instance that is warning.
 



Copyright © 2001 David Jencks and other authors. All rights reserved.