Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

A

abort(Executor) - Method in class org.firebirdsql.jdbc.FBConnection
 
abs(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the abs UDF function.
absolute(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor to the given row number in this ResultSet object.
AbstractAttachProperties<T extends IAttachProperties> - Class in org.firebirdsql.gds.ng
Abstract mutable implementation of IAttachProperties.
AbstractAttachProperties(IAttachProperties) - Constructor for class org.firebirdsql.gds.ng.AbstractAttachProperties
Copy constructor for IAttachProperties.
AbstractAttachProperties() - Constructor for class org.firebirdsql.gds.ng.AbstractAttachProperties
Default constructor for AbstractAttachProperties
AbstractCallableStatement - Class in org.firebirdsql.jdbc
The interface used to execute SQL stored procedures.
AbstractCallableStatement(GDSHelper, String, int, int, int, StoredProcedureMetaData, FBObjectListener.StatementListener, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.AbstractCallableStatement
 
AbstractConnection<T extends IAttachProperties<T>,C extends FbAttachment> - Class in org.firebirdsql.gds.ng
Abstract class with common logic for connections.
AbstractConnection(T, IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.AbstractConnection
 
AbstractEventHandle - Class in org.firebirdsql.gds.ng
Abstract implementation for event handle.
AbstractEventHandle(String, EventHandler) - Constructor for class org.firebirdsql.gds.ng.AbstractEventHandle
 
AbstractFbAttachment<T extends AbstractConnection<? extends IAttachProperties,? extends FbAttachment>> - Class in org.firebirdsql.gds.ng
Common behavior for AbstractFbService and AbstractFbDatabase.
AbstractFbAttachment(T, DatatypeCoder) - Constructor for class org.firebirdsql.gds.ng.AbstractFbAttachment
 
AbstractFbBlob - Class in org.firebirdsql.gds.ng
 
AbstractFbBlob(FbDatabase, FbTransaction, BlobParameterBuffer) - Constructor for class org.firebirdsql.gds.ng.AbstractFbBlob
 
AbstractFbDatabase<T extends AbstractConnection<IConnectionProperties,? extends FbDatabase>> - Class in org.firebirdsql.gds.ng
Abstract implementation of FbDatabase with behavior common to the various implementations.
AbstractFbDatabase(T, DatatypeCoder) - Constructor for class org.firebirdsql.gds.ng.AbstractFbDatabase
 
AbstractFbService<T extends AbstractConnection<IServiceProperties,? extends FbService>> - Class in org.firebirdsql.gds.ng
Abstract service implementation.
AbstractFbService(T, DatatypeCoder) - Constructor for class org.firebirdsql.gds.ng.AbstractFbService
 
AbstractFbStatement - Class in org.firebirdsql.gds.ng
 
AbstractFbStatement(Object) - Constructor for class org.firebirdsql.gds.ng.AbstractFbStatement
 
AbstractFbTransaction - Class in org.firebirdsql.gds.ng
 
AbstractFbTransaction(TransactionState, FbDatabase) - Constructor for class org.firebirdsql.gds.ng.AbstractFbTransaction
Initializes AbstractFbTransaction.
AbstractFbWireBlob - Class in org.firebirdsql.gds.ng.wire
 
AbstractFbWireBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
AbstractFbWireDatabase - Class in org.firebirdsql.gds.ng.wire
Abstract class for operations common to all version of the wire protocol implementation.
AbstractFbWireDatabase(WireDatabaseConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
Creates an AbstractFbWireDatabase instance.
AbstractFbWireInputBlob - Class in org.firebirdsql.gds.ng.wire
 
AbstractFbWireInputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireInputBlob
 
AbstractFbWireOutputBlob - Class in org.firebirdsql.gds.ng.wire
 
AbstractFbWireOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireOutputBlob
 
AbstractFbWireService - Class in org.firebirdsql.gds.ng.wire
Abstract service implementation for the wire protocol.
AbstractFbWireService(WireServiceConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireService
Creates an AbstractFbWireDatabase instance.
AbstractFbWireStatement - Class in org.firebirdsql.gds.ng.wire
 
AbstractFbWireStatement(FbWireDatabase) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
AbstractFieldMetaData - Class in org.firebirdsql.jdbc
Base class for FBResultSetMetaData and FBParameterMetaData for methods common to both implementations.
AbstractFieldMetaData(RowDescriptor, FBConnection) - Constructor for class org.firebirdsql.jdbc.AbstractFieldMetaData
 
AbstractFieldMetaData.ExtendedFieldInfo - Class in org.firebirdsql.jdbc
This class is an old-fashion data structure that stores additional information about fields in a database.
AbstractFieldMetaData.FieldKey - Class in org.firebirdsql.jdbc
This class should be used as a composite key in an internal field mapping structures.
AbstractGeneratedKeysQuery - Class in org.firebirdsql.jdbc
Class to add the RETURNING clause to queries for returning generated keys.
AbstractGeneratedKeysQuery(String, int) - Constructor for class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
Process SQL statement text according to autoGeneratedKeys value.
AbstractGeneratedKeysQuery(String, int[]) - Constructor for class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
Process SQL statement for adding generated key columns by their ordinal position.
AbstractGeneratedKeysQuery(String, String[]) - Constructor for class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
Process SQL statement for adding generated key columns by name.
AbstractImmutableAttachProperties<T extends IAttachProperties> - Class in org.firebirdsql.gds.ng
Abstract immutable implementation of IAttachProperties.
AbstractImmutableAttachProperties(IAttachProperties) - Constructor for class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
Copy constructor for IAttachProperties.
AbstractListenerDispatcher<TListener> - Class in org.firebirdsql.gds.ng.listeners
Dispatcher to maintain a list of listeners of type TListener
AbstractListenerDispatcher() - Constructor for class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
 
AbstractNativeDatabaseFactory - Class in org.firebirdsql.gds.ng.jna
Common implementation for client library and embedded database factory.
AbstractNativeDatabaseFactory() - Constructor for class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
 
AbstractParameterConverter<D extends AbstractConnection<IConnectionProperties,?>,S extends AbstractConnection<IServiceProperties,?>> - Class in org.firebirdsql.gds.ng
Abstract class for behavior common to ParameterConverter implementations.
AbstractParameterConverter() - Constructor for class org.firebirdsql.gds.ng.AbstractParameterConverter
 
AbstractPreparedStatement - Class in org.firebirdsql.jdbc
Implementation of PreparedStatementinterface.
AbstractPreparedStatement(GDSHelper, int, int, int, FBObjectListener.StatementListener, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.AbstractPreparedStatement
Create instance of this class for the specified result set type and concurrency.
AbstractPreparedStatement(GDSHelper, String, int, int, int, FBObjectListener.StatementListener, FBObjectListener.BlobListener, boolean, boolean, boolean) - Constructor for class org.firebirdsql.jdbc.AbstractPreparedStatement
Create instance of this class and prepare SQL statement.
AbstractProtocolDescriptor - Class in org.firebirdsql.gds.ng.wire
Abstract class to simplify implementation of ProtocolDescriptor
AbstractProtocolDescriptor(int, int, int, int, int) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
Initializes the basic ProtocolDescriptor fields.
AbstractResultSet - Class in org.firebirdsql.jdbc
Implementation of ResultSet interface.
AbstractResultSet(FBConnection, FBStatement, FbStatement, FBObjectListener.ResultSetListener, boolean, int, int, int, boolean) - Constructor for class org.firebirdsql.jdbc.AbstractResultSet
Creates a new FBResultSet instance.
AbstractResultSet(RowDescriptor, List<RowValue>, FBObjectListener.ResultSetListener) - Constructor for class org.firebirdsql.jdbc.AbstractResultSet
Creates a FBResultSet with the columns specified by rowDescriptor and the data in rows.
AbstractResultSet(RowDescriptor, List<RowValue>) - Constructor for class org.firebirdsql.jdbc.AbstractResultSet
Creates a FBResultSet with the columns specified by rowDescriptor and the data in rows.
AbstractResultSet(RowDescriptor, FBConnection, List<RowValue>, boolean) - Constructor for class org.firebirdsql.jdbc.AbstractResultSet
Creates a FBResultSet with the columns specified by rowDescriptor and the data in rows.
AbstractTransactionCoordinator(FBConnection, FirebirdLocalTransaction) - Constructor for class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
AbstractWireOperations - Class in org.firebirdsql.gds.ng.wire
 
AbstractWireOperations(WireConnection<?, ?>, WarningMessageCallback, Object) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
AcceptPacket() - Constructor for class org.firebirdsql.gds.ng.wire.FbWireAttachment.AcceptPacket
 
acceptsURL(String) - Method in class org.firebirdsql.jdbc.FBDriver
Returns true if the driver thinks that it can open a connection to the given URL.
ACCESS_MODE_READ_ONLY - Static variable in interface org.firebirdsql.management.MaintenanceManager
Database read-only mode
ACCESS_MODE_READ_WRITE - Static variable in interface org.firebirdsql.management.MaintenanceManager
Database read-write mode
acos(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the acos UDF function.
ACTION_ADD_LICENSE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTION_ADD_USER - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTION_BACKUP - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
********************************************************************** Operations that can be called via Services API.
ACTION_DB_STATS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTION_DELETE_USER - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTION_DISPLAY_USER - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTION_GET_SERVER_LOG - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTION_MODIFY_USER - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTION_REMOVE_LICENSE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTION_REPAIR - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTION_RESTORE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTION_SET_DB_PROPERTIES - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
ACTIVATE_SHADOW - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
activateShadowFile() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
activateShadowFile() - Method in interface org.firebirdsql.management.MaintenanceManager
Activate a database shadow file to be used as the actual database.
activeStatements - Variable in class org.firebirdsql.jdbc.FBConnection
 
add(User) - Method in class org.firebirdsql.management.FBUserManager
 
add(User) - Method in interface org.firebirdsql.management.UserManager
Add a user to the Firebird Security Database.
addArgument(int) - Method in interface org.firebirdsql.gds.BlobParameterBuffer
Set a void (valueless) parameter on this BlobParameterBuffer.
addArgument(int, String) - Method in interface org.firebirdsql.gds.BlobParameterBuffer
Set a String parameter on this BlobParameterBuffer.
addArgument(int, int) - Method in interface org.firebirdsql.gds.BlobParameterBuffer
Set an int parameter on this BlobParameterBuffer.
addArgument(int, String) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, String, Encoding) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, long) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, byte[]) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, byte) - Method in class org.firebirdsql.gds.impl.ServiceRequestBufferImp
 
addArgument(int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add argument with no parameters.
addArgument(int, String) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add string argument with the default encoding.
addArgument(int, String, Encoding) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add string argument.
addArgument(int, int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add integer argument.
addArgument(int, long) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add long argument.
addArgument(int, byte[]) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add array of bytes.
addArgument(int, byte) - Method in interface org.firebirdsql.gds.ServiceRequestBuffer
Set a byte parameter on this ServiceRequestBuffer.
addArgument(int, byte[]) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, long) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, String) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, String, Encoding) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addBackupFile(String) - Method in class org.firebirdsql.management.FBNBackupManager
 
addBackupFile(String) - Method in interface org.firebirdsql.management.NBackupManager
Add the file to the backup of the specified size.
addBackupPath(String, int) - Method in interface org.firebirdsql.management.BackupManager
Add the file to the backup of the specified size.
addBackupPath(String) - Method in interface org.firebirdsql.management.BackupManager
Add backup file to the list.
addBackupPath(String, int) - Method in class org.firebirdsql.management.FBBackupManager
 
addBackupPath(String) - Method in class org.firebirdsql.management.FBBackupManagerBase
 
addBackupPath(String, int) - Method in class org.firebirdsql.management.FBStreamingBackupManager
 
addBackupsToBackupRequestBuffer(FbService, ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBBackupManager
Adds the currentDatabase as a source for the backup operation
addBackupsToBackupRequestBuffer(FbService, ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBBackupManagerBase
Adds the backup source for the backup opration, depending on the manager used
addBackupsToBackupRequestBuffer(FbService, ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBStreamingBackupManager
Adds stdout as a source for the backup operation
addBackupsToRestoreRequestBuffer(FbService, ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBBackupManager
Adds the list of backups to be used for the restore operation
addBackupsToRestoreRequestBuffer(FbService, ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBBackupManagerBase
Adds the backup files to be used during restore
addBackupsToRestoreRequestBuffer(FbService, ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBStreamingBackupManager
Adds stdin as a source for the restore operation
addBatch() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
addBatch() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
addBatch(String) - Method in class org.firebirdsql.jdbc.FBStatement
Adds an SQL command to the current batch of commmands for this Statement object.
addChannelListener(AsynchronousChannelListener) - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
Register a listener for this channel.
addChannelListener(AsynchronousChannelListener) - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
addColumn(String) - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
addConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.ds.FBPooledConnection
 
addConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.jca.FBManagedConnection
Add an ConnectionEventListener listener.
addDatabaseListener(DatabaseListener) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
addDatabaseListener(DatabaseListener) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Adds a DatabaseListener instance to this database.
addEventListener(String, EventListener) - Method in interface org.firebirdsql.event.EventManager
Register an EventListener that will be called when an event occurs.
addEventListener(String, EventListener) - Method in class org.firebirdsql.event.FBEventManager
 
addExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
addExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
addExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
addExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
addExceptionListener(ExceptionListener) - Method in interface org.firebirdsql.gds.ng.listeners.ExceptionListenable
Adds an exception listener to this object.
addField() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Adds the current field data to the row and prepares this builder for the next field by resetting all values.
addField(FieldDescriptor) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Adds the FieldDescriptor on the current fieldIndex as the next in the row, and increments the current field index by 1.
addInputParam(FBProcedureParam) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Add an input parameter to this procedure call.
addListener(TListener) - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
Adds the supplied listener to this dispatcher as a strongly referenced listener.
addListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
Adds the supplied listener to this dispatcher.
addOutputParam(FBProcedureParam) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Add an output parameter to this procedure call.
addParam(int, String) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Add call parameter.
addPreamble(ParameterBuffer) - Method in enum org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
 
addPreamble(ParameterBuffer) - Method in interface org.firebirdsql.gds.impl.ParameterBufferMetaData
Allows the metadata to add a preamble to the parameter buffer.
addPreamble(ParameterBuffer) - Method in enum org.firebirdsql.gds.impl.ServiceParameterBufferImp.SpbMetaData
 
addPreamble(ParameterBuffer) - Method in enum org.firebirdsql.gds.impl.ServiceRequestBufferImp.SrbMetaData
 
addPreamble(ParameterBuffer) - Method in enum org.firebirdsql.gds.impl.TransactionParameterBufferImpl.TpbMetaData
 
addProcessId(DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version11.V11ParameterConverter
Adds the processId (pid) to the dpb, if available.
addProcessName(DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version11.V11ParameterConverter
Adds the processName to the dpb, if available.
ADDRESS_PATH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
addRestorePath(String, int) - Method in interface org.firebirdsql.management.BackupManager
Add the file to the multi-file database of the specified size for restore operation.
addRestorePath(String, int) - Method in class org.firebirdsql.management.FBBackupManagerBase
 
addReturningColumn(String) - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
addServerKeys(byte[]) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
addServiceListener(ServiceListener) - Method in class org.firebirdsql.gds.ng.AbstractFbService
 
addServiceListener(ServiceListener) - Method in interface org.firebirdsql.gds.ng.FbService
Adds a ServiceListener instance to this database.
addStatementEventListener(StatementEventListener) - Method in class org.firebirdsql.ds.FBPooledConnection
 
addStatementListener(StatementListener) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
addStatementListener(StatementListener) - Method in interface org.firebirdsql.gds.ng.FbStatement
Registers a StatementListener.
addTransactionListener(TransactionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
addTransactionListener(TransactionListener) - Method in interface org.firebirdsql.gds.ng.FbTransaction
Adds a TransactionListener to the list of strongly referenced listeners.
addValue(String) - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
addWarning(SQLWarning) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
addWarning(SQLWarning) - Method in class org.firebirdsql.jdbc.FBConnection
 
addWarning(SQLWarning) - Method in class org.firebirdsql.jdbc.FBStatement
 
addWeakDatabaseListener(DatabaseListener) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
addWeakDatabaseListener(DatabaseListener) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Adds a DatabaseListener instance to this database using a weak reference.
addWeakListener(TListener) - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
Adds the supplied listener to this dispatcher as a weakly referenced listener.
addWeakTransactionListener(TransactionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
addWeakTransactionListener(TransactionListener) - Method in interface org.firebirdsql.gds.ng.FbTransaction
Adds a TransactionListener to the list of weakly referenced listeners.
adjustSpbState() - Method in class org.firebirdsql.gds.ClumpletReader
 
afterAttachActions() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
Additional tasks to execute directly after attach operation.
afterAttachActions() - Method in class org.firebirdsql.gds.ng.jna.JnaService
Additional tasks to execute directly after attach operation.
afterAttachActions() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
Additional tasks to execute directly after attach operation.
afterAttachActions() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
 
afterLast() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
aliasname - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
aliasname_length - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
ALL - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
ALL - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
ALL() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
ALL_TYPES - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
ALL_TYPES_2_1 - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
Table types supported for Firebird 2.1 and lower
ALL_TYPES_2_5 - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
Table types supported for Firebird 2.5 and up (will also work with 2.1 and earlier though)
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
Allocate a new ManagedConnection.
allocateStatement() - Method in class org.firebirdsql.gds.impl.GDSHelper
Retrieve a newly allocated statement handle with the current connection.
allocateXSqlDa(RowDescriptor) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
Creates an XSQLDA, populates type information and allocates memory for the sqldata fields.
ALLOCATION - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
allProceduresAreCallable() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allRowsFetched(FbStatement) - Method in class org.firebirdsql.gds.ng.listeners.DefaultStatementListener
 
allRowsFetched(FbStatement) - Method in interface org.firebirdsql.gds.ng.listeners.StatementListener
Method to be notified when all rows have been fetched.
allRowsFetched(FbStatement) - Method in class org.firebirdsql.gds.ng.listeners.StatementListenerDispatcher
 
allRowsFetched(FBFetcher) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
allRowsFetched(FBFetcher) - Method in interface org.firebirdsql.jdbc.FBObjectListener.FetcherListener
Notify listener that underlying fetcher fetched all rows.
allRowsFetched(ResultSet) - Method in class org.firebirdsql.jdbc.FBObjectListener.NoActionResultSetListener
 
allRowsFetched(ResultSet) - Method in interface org.firebirdsql.jdbc.FBObjectListener.ResultSetListener
Notify listener that all rows were fetched.
allTablesAreSelectable() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
AND - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
AND - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
append(E) - Method in class org.firebirdsql.util.SQLExceptionChainBuilder
Appends the passed SQLException to the exception chain.
appendQuoted(String, StringBuilder) - Method in enum org.firebirdsql.jdbc.QuoteStrategy
Appends the objectName with (or in the case of dialect 1: without) quotes to sb.
apply(int, int, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary.FbShutdownCallback
 
apply(Pointer, short, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary.IscEventCallback
 
Arc4EncryptionPlugin - Class in org.firebirdsql.gds.ng.wire.crypt.arc4
ARC4 encryption plugin (the wire encryption provided out-of-the-box in Firebird 3).
Arc4EncryptionPlugin(ClientAuthBlock) - Constructor for class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPlugin
 
Arc4EncryptionPluginSpi - Class in org.firebirdsql.gds.ng.wire.crypt.arc4
ARC4 encryption plugin provider.
Arc4EncryptionPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPluginSpi
 
arch_generic - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
Argument - Class in org.firebirdsql.gds.impl.argument
Base class for arguments to the parameter buffer.
Argument(int) - Constructor for class org.firebirdsql.gds.impl.argument.Argument
 
ArgumentType - Enum in org.firebirdsql.gds.impl.argument
Argument metadata type.
array_bound_lower - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND
 
array_bound_upper - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND
 
array_desc_bounds - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
array_desc_dimensions - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
array_desc_dtype - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
array_desc_field_name - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
array_desc_flags - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
array_desc_length - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
array_desc_relation_name - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
array_desc_scale - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
arrayElement() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
arrayElement() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
ArrayElementContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayElementContext
 
arrayRange() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
arrayRange() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArraySpecContext
 
arrayRange(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArraySpecContext
 
ArrayRangeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayRangeContext
 
arraySpec() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
arraySpec() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayTypeContext
 
ArraySpecContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArraySpecContext
 
arrayType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
arrayType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DataTypeDescriptorContext
 
ArrayTypeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayTypeContext
 
AS - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
AS - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
AS() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CastExpressionContext
 
asImmutable() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
asImmutable() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
asImmutable() - Method in class org.firebirdsql.gds.ng.FbImmutableServiceProperties
 
asImmutable() - Method in class org.firebirdsql.gds.ng.FbServiceProperties
 
asImmutable() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
asImmutable() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
 
asImmutable() - Method in interface org.firebirdsql.gds.ng.IServiceProperties
 
asin(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the asin UDF function.
asNewMutable() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
asNewMutable() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
asNewMutable() - Method in class org.firebirdsql.gds.ng.FbImmutableServiceProperties
 
asNewMutable() - Method in class org.firebirdsql.gds.ng.FbServiceProperties
 
asNewMutable() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
asNewMutable() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
 
asNewMutable() - Method in interface org.firebirdsql.gds.ng.IServiceProperties
 
assertHasData(ResultSet) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Asserts if the current statement has data to return.
assignment() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
assignment() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentsContext
 
assignment(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentsContext
 
AssignmentContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentContext
 
assignments() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
assignments() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateStatementContext
 
AssignmentsContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentsContext
 
assignNewLocalId() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
Generates a new local id for this event.
associateConnection(Object) - Method in class org.firebirdsql.jca.FBManagedConnection
Used by the container to change the association of an application-level connection handle with a ManagedConneciton instance.
AsynchronousChannelListener - Interface in org.firebirdsql.gds.ng.wire
Listener interface for events on the asynchronous channel.
AsynchronousChannelListener.Event - Class in org.firebirdsql.gds.ng.wire
Event count notification
AsynchronousChannelListenerDispatcher - Class in org.firebirdsql.gds.ng.wire
AsynchronousChannelListenerDispatcher() - Constructor for class org.firebirdsql.gds.ng.wire.AsynchronousChannelListenerDispatcher
 
AsynchronousProcessor - Class in org.firebirdsql.gds.ng.wire
Process asynchronous channels for notification of events.
at(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Convenience shortcut for RowDescriptorBuilder.setFieldIndex(int).
at(int) - Method in class org.firebirdsql.gds.ng.fields.RowValueBuilder
Convenience shortcut for RowValueBuilder.setFieldIndex(int).
atan(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the atan UDF function.
atan2(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the atan2 UDF function.
attach() - Method in interface org.firebirdsql.gds.ng.FbAttachment
Attach to the attachment type.
attach() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
attach() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
attach() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
attach() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
 
attachDatabase() - Method in class org.firebirdsql.management.FBServiceManager
 
attachOrCreate(DatabaseParameterBuffer, boolean) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
attachOrCreate(DatabaseParameterBuffer, boolean) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
attachProperties - Variable in class org.firebirdsql.gds.ng.AbstractConnection
 
attachServiceManager() - Method in class org.firebirdsql.management.FBServiceManager
 
authenticate(ClientAuthBlock) - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
Authenticate using the plugin.
authenticate() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
authenticateStep0() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
AuthenticationPlugin - Interface in org.firebirdsql.gds.ng.wire.auth
Plugin for Firebird authentication.
AuthenticationPlugin.AuthStatus - Enum in org.firebirdsql.gds.ng.wire.auth
Status of authentication.
AuthenticationPluginSpi - Interface in org.firebirdsql.gds.ng.wire.auth
Service provider interface for authentication plugins.
authFillParametersBlock(ConnectionParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
authReceiveResponse(FbWireAttachment.AcceptPacket) - Method in interface org.firebirdsql.gds.ng.wire.FbWireAttachment
Receive authentication response from the server.
authReceiveResponse(FbWireAttachment.AcceptPacket, DbCryptCallback, FbWireOperations.ProcessAttachCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Receive authentication response from the server.
authReceiveResponse(FbWireAttachment.AcceptPacket) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
authReceiveResponse(FbWireAttachment.AcceptPacket) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
 
authReceiveResponse(FbWireAttachment.AcceptPacket, DbCryptCallback, FbWireOperations.ProcessAttachCallback) - Method in class org.firebirdsql.gds.ng.wire.version10.V10WireOperations
 
authReceiveResponse(FbWireAttachment.AcceptPacket, DbCryptCallback, FbWireOperations.ProcessAttachCallback) - Method in class org.firebirdsql.gds.ng.wire.version13.V13WireOperations
 
AUTOCOMMIT - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
autoCommitFailureClosesAllResultSets() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
available() - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
available() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get number of available bytes that can be read without blocking.
AVG - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
AVG - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
AVG() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 

B

BACKUP_CONVERT - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_CONVERT - Static variable in interface org.firebirdsql.management.BackupManager
Backup external files as tables.
BACKUP_DB_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
********************************************************************** Parameters for ACTION_BACKUP call.
BACKUP_EXPAND - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_EXPAND - Static variable in interface org.firebirdsql.management.BackupManager
No data compression.
BACKUP_FACTOR - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_FILE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_IGNORE_CHECKSUMS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_IGNORE_CHECKSUMS - Static variable in interface org.firebirdsql.management.BackupManager
Ignore checksums.
BACKUP_IGNORE_LIMBO - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_IGNORE_LIMBO - Static variable in interface org.firebirdsql.management.BackupManager
Ignore in-limbo transactions.
BACKUP_LENGTH - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_METADATA_ONLY - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_METADATA_ONLY - Static variable in interface org.firebirdsql.management.BackupManager
Backup metadata only.
BACKUP_NO_GARBAGE_COLLECT - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_NO_GARBAGE_COLLECT - Static variable in interface org.firebirdsql.management.BackupManager
Do not collect garbage during backup.
BACKUP_NON_TRANSPORTABLE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_NON_TRANSPORTABLE - Static variable in interface org.firebirdsql.management.BackupManager
Use non-transportable backup format.
BACKUP_OLD_DESCRIPTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_OLD_DESCRIPTIONS - Static variable in interface org.firebirdsql.management.BackupManager
Save old style metadata descriptions.
BACKUP_OPTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
backupDatabase() - Method in interface org.firebirdsql.management.BackupManager
Perform the backup operation.
backupDatabase(int) - Method in interface org.firebirdsql.management.BackupManager
Perform the backup operation.
backupDatabase(int) - Method in class org.firebirdsql.management.FBBackupManager
 
backupDatabase() - Method in class org.firebirdsql.management.FBBackupManagerBase
 
backupDatabase() - Method in class org.firebirdsql.management.FBNBackupManager
 
backupDatabase(int) - Method in class org.firebirdsql.management.FBStreamingBackupManager
 
backupDatabase() - Method in interface org.firebirdsql.management.NBackupManager
Perform the backup operation.
BackupManager - Interface in org.firebirdsql.management
Implements the backup and restore functionality of Firebird Services API.
backupMetadata() - Method in interface org.firebirdsql.management.BackupManager
Perform the backup operation, metadata only.
backupMetadata() - Method in class org.firebirdsql.management.FBBackupManagerBase
 
Base64Decoder - Interface in org.firebirdsql.util
Interface for accessing Java version specific base64 decoder.
Base64DecoderImpl - Class in org.firebirdsql.util
Java 8 and higher implementation of Base64Decoder.
Base64DecoderImpl() - Constructor for class org.firebirdsql.util.Base64DecoderImpl
 
BaseGDSFactoryPlugin - Class in org.firebirdsql.gds.impl
Base class for GDSFactoryPlugin implementations.
BaseGDSFactoryPlugin() - Constructor for class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
 
batchList - Variable in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
beforeFirst() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.
begin() - Method in class org.firebirdsql.jca.FBLocalTransaction
Begin a local transaction.
BEGIN_LOG - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
beginEvent - Variable in class org.firebirdsql.jca.FBLocalTransaction
 
BigEndianDatatypeCoder - Class in org.firebirdsql.gds.ng.jna
Datatype encoder and decoder for big endian platforms, specifically for use with the Firebird client library.
BigEndianDatatypeCoder(IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
BigIntArgument - Class in org.firebirdsql.gds.impl.argument
Argument implementation for bigint (long) values.
BigIntArgument(int, ArgumentType, long) - Constructor for class org.firebirdsql.gds.impl.argument.BigIntArgument
 
BINARY_STRING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
BINARY_STRING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
BINARY_STRING() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleValueContext
 
binaryStream - Variable in class org.firebirdsql.jdbc.field.FBFlushableField.CachedObject
 
blb_got_eof - Static variable in interface org.firebirdsql.gds.ISCConstants
 
blb_got_fragment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
blb_got_full_segment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
blb_seek_from_head - Static variable in interface org.firebirdsql.gds.ISCConstants
 
blb_seek_from_tail - Static variable in interface org.firebirdsql.gds.ISCConstants
 
blb_seek_relative - Static variable in interface org.firebirdsql.gds.ISCConstants
 
BLOB_BUFFER_LENGTH - Static variable in class org.firebirdsql.jdbc.FBDriver
 
BLOB_BUFFER_SIZE - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
BLOB_BUFFER_SIZE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
blob_desc_charset - Variable in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
 
blob_desc_field_name - Variable in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
 
blob_desc_relation_name - Variable in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
 
blob_desc_segment_size - Variable in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
 
blob_desc_subtype - Variable in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
 
BLOB_LENGTH_REQUEST - Static variable in class org.firebirdsql.jdbc.FBBlob
 
BlobLengthProcessor - Class in org.firebirdsql.gds.ng
Blob information processor for retrieving blob length.
BlobLengthProcessor(FbBlob) - Constructor for class org.firebirdsql.gds.ng.BlobLengthProcessor
 
BlobParameterBuffer - Interface in org.firebirdsql.gds
Instance of this interface represents a BLOB Parameter Buffer from the Firebird API documentation and specifies attributes for FbDatabase.createBlobForOutput(org.firebirdsql.gds.ng.FbTransaction, BlobParameterBuffer) or FbDatabase.createBlobForInput(org.firebirdsql.gds.ng.FbTransaction, BlobParameterBuffer, long) operations.
BlobParameterBufferImp - Class in org.firebirdsql.gds.impl
Implementation of BlobParameterBuffer.
BlobParameterBufferImp() - Constructor for class org.firebirdsql.gds.impl.BlobParameterBufferImp
 
blobSegSize() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
blobSegSize() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobTypeContext
 
BlobSegSizeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSegSizeContext
 
blobSubtype() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
blobSubtype() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobTypeContext
 
BlobSubtypeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSubtypeContext
 
blobType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
blobType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonArrayTypeContext
 
BlobTypeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobTypeContext
 
blr_abort - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_add - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_average - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_average_distinct - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_count - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_count2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_count_distinct - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_function - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_list - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_list_distinct - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_max - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_min - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_total - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_total_distinct - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_aggregate - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_and - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ansi_all - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ansi_any - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ansi_like - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_any - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ascending - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_assignment - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_auto_trans - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_average - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_begin - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_between - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_blob - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_blob2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_blob_id - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_block - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_bool - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_bool_as_value - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_boolean - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cast - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_coalesce - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_column_name - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_column_name2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_concatenate - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_containing - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_continue_loop - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_count - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cstring - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cstring2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_date - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_role - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_time - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_time2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_timestamp - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_timestamp2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cursor_close - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cursor_fetch - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cursor_fetch_scroll - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cursor_open - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cursor_stmt - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_d_float - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_date - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_dbkey - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_dcl_cursor - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_dcl_variable - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_decode - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_default_code - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_derived_expr - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_descending - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_divide - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_domain_full - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_domain_name - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_domain_name2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_domain_type_of - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_double - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_end - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_end_savepoint - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_eoc - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_eql - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_equiv - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_erase - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_error_handler - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exception - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exception_msg - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exception_params - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_into - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_pid - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_proc - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_proc2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_sql - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_data_src - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_in_params - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_in_params2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_inputs - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_out_params - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_outputs - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_privs - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_proc_block - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_pwd - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_role - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_sql - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_tran - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_tran_clone - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_user - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_subproc - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exists - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_day - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_hour - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_millisecond - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_minute - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_month - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_second - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_week - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_weekday - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_year - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_yearday - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_fetch - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_fid - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_field - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_first - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_float - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_for - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_from - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_full - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_function - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_function2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_gds_code - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_gen_id - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_geq - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_group_by - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_gtr - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_handler - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_if - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_index - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_indices - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_init_variable - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_inner - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_int64 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_internal_info - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_join - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_join_type - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_label - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_leave - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_left - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_leq - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_like - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_literal - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_long - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_loop - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_lowcase - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_lss - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_map - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_matching - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_matching2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_maximum - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_merge - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_message - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_minimum - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_missing - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_modify - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_modify2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_multiply - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_navigational - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_negate - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_neq - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_not - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_not_nullable - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_null - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_nullsfirst - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_nullslast - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_or - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_parameter - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_parameter2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_parameter3 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_partition_by - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_pid - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_pid2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_plan - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_post - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_post_arg - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_procedure - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_procedure2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_procedure3 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_procedure4 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_project - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_quad - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_raise - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_receive - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_record_version - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_record_version2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_recurse - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_relation - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_relation2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_retrieve - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_rid - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_rid2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_right - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_rs_stream - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_rse - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_run_count - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_savepoint_release - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_savepoint_release_single - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_savepoint_set - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_savepoint_undo - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_absolute - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_backward - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_bof - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_eof - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_forward - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_relative - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scrollable - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_select - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_send - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sequential - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_set_generator - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_short - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_similar - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_singular - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_skip - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sort - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sql_code - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sql_date - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sql_time - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_stall - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_start_savepoint - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_starting - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_stmt_expr - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_store - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_store2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_strlen - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_strlen_bit - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_strlen_char - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_strlen_octet - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_subfunc - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_subfunc_decl - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_subproc - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_subproc_decl - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_substring - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_substring_similar - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_subtract - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sys_function - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_text - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_text2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_timestamp - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_total - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trigger_code - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim_both - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim_characters - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim_leading - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim_spaces - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim_trailing - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_union - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_unique - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_upcase - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_user_name - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_user_savepoint - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_value_if - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_variable - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_varying - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_varying2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_version4 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_version5 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_via - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_window - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_writelock - Static variable in interface org.firebirdsql.gds.BlrConstants
 
BlrCalculator - Interface in org.firebirdsql.gds.ng.fields
Interface for calculating the blr (binary language representation) of a row.
BlrConstants - Interface in org.firebirdsql.gds
Constants for the blr.
BOTH - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
BOTH - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
BOTH() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimSpecificationContext
 
bringDatabaseOnline() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
bringDatabaseOnline(byte) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
bringDatabaseOnline() - Method in interface org.firebirdsql.management.MaintenanceManager
Bring a shutdown database online.
bringDatabaseOnline(byte) - Method in interface org.firebirdsql.management.MaintenanceManager
Bring a shutdown database online with enhanced operation modes (FB 2.5 or higher).
BUFFER_LENGTH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
BUFFER_SIZE - Static variable in class org.firebirdsql.management.FBServiceManager
 
BUFFERS_NUMBER_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
buildTablePrivilegeRSMetaData() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
ByReference() - Constructor for class org.firebirdsql.jna.fbclient.GDS_QUAD_t.ByReference
 
ByReference() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND.ByReference
 
ByReference() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC.ByReference
 
ByReference() - Constructor for class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC.ByReference
 
ByReference() - Constructor for class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP.ByReference
 
ByReference() - Constructor for class org.firebirdsql.jna.fbclient.USER_SEC_DATA.ByReference
 
ByReference() - Constructor for class org.firebirdsql.jna.fbclient.XSQLDA.ByReference
 
ByReference() - Constructor for class org.firebirdsql.jna.fbclient.XSQLVAR.ByReference
 
ByteArrayArgument - Class in org.firebirdsql.gds.impl.argument
Argument implementation for byte arrays.
ByteArrayArgument(int, ArgumentType, byte[]) - Constructor for class org.firebirdsql.gds.impl.argument.ByteArrayArgument
Initializes an instance of ByteArrayArgument.
ByteArrayHelper - Class in org.firebirdsql.util
Helper methods for byte arrays.
bytes - Variable in class org.firebirdsql.jdbc.field.FBFlushableField.CachedObject
 
ByValue() - Constructor for class org.firebirdsql.jna.fbclient.GDS_QUAD_t.ByValue
 
ByValue() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND.ByValue
 
ByValue() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC.ByValue
 
ByValue() - Constructor for class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC.ByValue
 
ByValue() - Constructor for class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP.ByValue
 
ByValue() - Constructor for class org.firebirdsql.jna.fbclient.USER_SEC_DATA.ByValue
 
ByValue() - Constructor for class org.firebirdsql.jna.fbclient.XSQLDA.ByValue
 
ByValue() - Constructor for class org.firebirdsql.jna.fbclient.XSQLVAR.ByValue
 

C

CACHE_MANAGER - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
CachedObject(byte[], InputStream, Reader, long) - Constructor for class org.firebirdsql.jdbc.field.FBFlushableField.CachedObject
 
calculateBlr(RowDescriptor) - Method in interface org.firebirdsql.gds.ng.fields.BlrCalculator
Calculates the blr for the row descriptor.
calculateBlr(RowDescriptor, RowValue) - Method in interface org.firebirdsql.gds.ng.fields.BlrCalculator
Calculates the blr for a specific row value.
calculateBlr(RowDescriptor) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
Returns the (possibly cached) blr byte array for a RowDescriptor, or null if the parameter is null.
calculateBlr(RowDescriptor, RowValue) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
Returns the blr byte array for a RowValue, or null if the parameter is null.
calculateBlr(RowDescriptor) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
calculateBlr(RowDescriptor, RowValue) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
calculateCount() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
calculateIoLength(FieldDescriptor) - Method in interface org.firebirdsql.gds.ng.fields.BlrCalculator
Calculates the io length for the field descriptor.
calculateIoLength(FieldDescriptor, FieldValue) - Method in interface org.firebirdsql.gds.ng.fields.BlrCalculator
Calculates the io length for the field descriptor.
calculateIoLength(FieldDescriptor) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
calculateIoLength(FieldDescriptor, FieldValue) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
CALCULATOR_DIALECT_3 - Static variable in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
Cached instance of DefaultBlrCalculator for dialect 3 databases.
cancel() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
cancel() - Method in interface org.firebirdsql.gds.ng.FbBlob
Cancels an output blob (which means its contents will be thrown away).
cancel() - Method in class org.firebirdsql.jdbc.FBStatement
 
cancelEvent(EventHandle) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Cancels a registered event.
cancelEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
cancelEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
cancelEvent(EventHandle) - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
Cancels a registered event.
cancelEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
cancelImpl() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
Internal implementation of AbstractFbBlob.cancel().
cancelImpl() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
cancelImpl() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
cancelOperation() - Method in class org.firebirdsql.gds.impl.GDSHelper
Cancel the currently running operation.
cancelOperation(int) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Cancels the current operation.
cancelOperation(int) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
cancelOperation(int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
cancelOperation(int) - Method in class org.firebirdsql.gds.ng.wire.version12.V12Database
 
cancelRowUpdates() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Cancels the updates made to the current row in this ResultSet object.
cancelRowUpdates() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
canGetSelectableInformation() - Method in interface org.firebirdsql.jdbc.StoredProcedureMetaData
Determine if the "selectability" of procedures is available.
canonicalize() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
The canonicalize method is used in FBDriver to reuse previous fbmcf instances if they have been create.
CAST - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
CAST - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
CAST() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CastExpressionContext
 
castExpression() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
castExpression() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
CastExpressionContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CastExpressionContext
 
cause(Throwable) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Sets the cause of the current exception.
CDD_PATHNAME - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
ceiling(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the ceiling UDF function.
channelClosing(FbWireAsynchronousChannel) - Method in interface org.firebirdsql.gds.ng.wire.AsynchronousChannelListener
Signals the closing of an asynchronous channel.
channelClosing(FbWireAsynchronousChannel) - Method in class org.firebirdsql.gds.ng.wire.AsynchronousChannelListenerDispatcher
 
channelClosing(FbWireAsynchronousChannel) - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
channelNames - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
CHARACTER - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
CHARACTER - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
CHARACTER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetClauseContext
 
characterStream - Variable in class org.firebirdsql.jdbc.field.FBFlushableField.CachedObject
 
CharacterTranslator - Class in org.firebirdsql.encodings
Deprecated.
To be removed in Jaybird 4
CHARSET - Static variable in class org.firebirdsql.jdbc.FBDriver
 
charSetCharType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
charSetCharType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharTypeContext
 
CharSetCharTypeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetCharTypeContext
 
charSetClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayTypeContext
 
charSetClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobTypeContext
 
charSetClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetCharTypeContext
 
charSetClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
CharSetClauseContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetClauseContext
 
charType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
charType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleTypeContext
 
CharTypeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharTypeContext
 
checkAttached() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
Checks if a physical connection to the server is established and if the connection is attached to a database.
checkAttached() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
Checks if a physical connection to the server is established and if the connection is attached to a database.
checkAutoGeneratedKeysSupport() - Method in class org.firebirdsql.jdbc.FBConnection
Helper method to check support of autoGeneratedKeys
checkBlobClosed() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
checkBlobOpen() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
checkClientInfoSupport() - Method in class org.firebirdsql.jdbc.FBConnection
Checks if client info is supported.
checkConnected() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
Checks if the attachment is connected, and throws a SQLException if it isn't connected.
checkConnected() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
checkConnected() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
checkConnected() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
Checks if a physical connection to the server is established.
checkConnected() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
Checks if a physical connection to the server is established.
checkCursorMove() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Check if statement is open and prepare statement for cursor move.
checkDatabaseAttached() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
checkNotStarted() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Method to check if this DataSource has not yet started.
checkNotStarted() - Method in class org.firebirdsql.ds.FBConnectionPoolDataSource
 
checkNotStarted() - Method in class org.firebirdsql.ds.FBXADataSource
 
checkOpen() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Check if ResultSet is open.
checkParameters() - Method in class org.firebirdsql.jdbc.FBProcedureCall
Checks if all parameters have been set.
checkScrollable() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Checks if the result set is scrollable
checkStatementValid() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Checks if this statement is not in StatementState.CLOSED, StatementState.CLOSING, StatementState.NEW or StatementState.ERROR, and throws an SQLException if it is.
checkTransactionActive() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
checkTransactionActive(FbTransaction) - Static method in class org.firebirdsql.gds.ng.TransactionHelper
Checks if this statement has a transaction and that the transaction is TransactionState.ACTIVE.
checkTransactionActive(FbTransaction, int) - Static method in class org.firebirdsql.gds.ng.TransactionHelper
Checks if this statement has a transaction and that the transaction is TransactionState.ACTIVE.
checkValidity() - Method in class org.firebirdsql.jdbc.FBConnection
Check if this connection is valid.
checkValidity() - Method in class org.firebirdsql.jdbc.FBStatement
Check if this statement is valid.
Clause(String, String) - Constructor for class org.firebirdsql.jdbc.FBDatabaseMetaData.Clause
 
cleanup() - Method in class org.firebirdsql.jca.FBManagedConnection
Application server calls this method to force any cleanup on the ManagedConnection instance.
clearAuthData() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Clear authentication data.
clearBackupFiles() - Method in class org.firebirdsql.management.FBNBackupManager
 
clearBackupFiles() - Method in interface org.firebirdsql.management.NBackupManager
Clear the information about backup files.
clearBackupPaths() - Method in interface org.firebirdsql.management.BackupManager
Clear the information about backup paths.
clearBackupPaths() - Method in class org.firebirdsql.management.FBBackupManager
 
clearBackupPaths() - Method in class org.firebirdsql.management.FBStreamingBackupManager
 
clearBatch() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Makes the set of commands in the current batch empty.
clearBatch() - Method in class org.firebirdsql.jdbc.FBStatement
Makes the set of commands in the current batch empty.
clearDatabase() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
clearParameters() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Clears the current parameter values immediately.
clearRestorePaths() - Method in interface org.firebirdsql.management.BackupManager
Clear the information about restore paths.
clearRestorePaths() - Method in class org.firebirdsql.management.FBBackupManagerBase
 
clearServerKeys() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
clearTransaction() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
clearWarnings() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class org.firebirdsql.jdbc.FBConnection
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class org.firebirdsql.jdbc.FBStatement
Clears all the warnings reported on this Statement object.
ClientAuthBlock - Class in org.firebirdsql.gds.ng.wire.auth
Manages client authentication with multiple pluginProviders.
ClientAuthBlock(IAttachProperties<?>) - Constructor for class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
clone() - Method in class org.firebirdsql.gds.ng.fields.FieldValue
Clones this FieldValue instance.
clone() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
clone() - Method in class org.firebirdsql.jdbc.FBProcedureCall
 
clone() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
clone() - Method in class org.firebirdsql.jdbc.FBTpbMapper
 
close() - Method in class org.firebirdsql.ds.FBPooledConnection
 
close() - Method in interface org.firebirdsql.event.EventManager
If connected, disconnects, otherwise does nothing.
close() - Method in class org.firebirdsql.event.FBEventManager
 
close() - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Close this input stream and the underlying input stream.
close() - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Close this stream and the underlying output stream.
close() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
close() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
Detaches and closes the connection.
close() - Method in class org.firebirdsql.gds.ng.AbstractFbService
Detaches and closes the connection.
close() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
close() - Method in interface org.firebirdsql.gds.ng.FbAttachment
Detaches and closes the connection.
close() - Method in interface org.firebirdsql.gds.ng.FbBlob
Closes the blob.
close() - Method in interface org.firebirdsql.gds.ng.FbStatement
Close and deallocate this statement.
close() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
close() - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
Disconnect the asynchronous channel.
close() - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
close() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Closes the TCP/IP connection.
close(FBConnection) - Method in class org.firebirdsql.jca.FBManagedConnection
Close this connection with regards to a wrapping AbstractConnection.
close() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
close() - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 
close() - Method in class org.firebirdsql.jdbc.FBConnection
Releases a Connection's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
close() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
close() - Method in class org.firebirdsql.jdbc.FBStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class org.firebirdsql.jdbc.field.FBField
Close this field.
close() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
close() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Close this stream.
close() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Close this stream.
close() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Closes any cached metadata statements held by this database metadata implementation.
closeConnection() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
Closes the WireConnection associated with this connection.
closeConnection() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
Closes the WireConnection associated with this connection.
closeCursor() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
closeCursor(boolean) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
closeCursor() - Method in interface org.firebirdsql.gds.ng.FbStatement
Closes the cursor associated with this statement, leaving the statement itself allocated.
closeCursor(boolean) - Method in interface org.firebirdsql.gds.ng.FbStatement
Closes the cursor associated with this statement, leaving the statement itself allocated.
closeFields() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Close the fields if they were open (applies mainly to the stream fields).
closeImpl() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
Internal implementation of AbstractFbBlob.close().
closeImpl() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
closeImpl() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
closeOnCompletion() - Method in class org.firebirdsql.jdbc.FBStatement
 
ClumpletReader - Class in org.firebirdsql.gds
Reader for clumplets, similar to the implementation ClumpletReader.cpp.
ClumpletReader(ClumpletReader.Kind, byte[]) - Constructor for class org.firebirdsql.gds.ClumpletReader
 
ClumpletReader.ClumpletType - Enum in org.firebirdsql.gds
 
ClumpletReader.Kind - Enum in org.firebirdsql.gds
 
CNCT_client_crypt - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
CNCT_group - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
CNCT_host - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
CNCT_login - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
CNCT_passwd - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
CNCT_plugin_list - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
CNCT_plugin_name - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
CNCT_specific_data - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
CNCT_user - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
CNCT_user_verification - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
COLLATE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
COLLATE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
COLLATE() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
collectAllMessages(SQLException) - Static method in class org.firebirdsql.util.ExceptionHelper
Iterates over the SQLException and concatenates all messages from the exception, its causes, and next exceptions and their causes.
COLUMN_LABEL_FOR_NAME - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
columnList() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
columnList() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertColumnsContext
 
columnList() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.MatchingClauseContext
 
columnList() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ReturningClauseContext
 
ColumnListContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnListContext
 
columnName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentContext
 
columnName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnListContext
 
columnName(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnListContext
 
columnName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
ColumnNameContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnNameContext
 
COMMA - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
COMMA - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
COMMAND_LINE - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
COMMENT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
COMMENT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
commit() - Method in interface org.firebirdsql.gds.ng.FbTransaction
Commit the transaction
commit() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
commit() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
commit() - Method in class org.firebirdsql.jca.FBLocalTransaction
Commit a local transaction.
commit(Xid, boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
Commits a transaction.
commit() - Method in class org.firebirdsql.jdbc.FBConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
commit() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
commit() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
COMMIT_TIME - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
commitEvent - Variable in class org.firebirdsql.jca.FBLocalTransaction
 
commitTransaction(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
Deprecated.
commitTransaction(long) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
commitTransaction(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Deprecated.
Use MaintenanceManager.commitTransaction(long). This method wil be removed in Jaybird 4.
commitTransaction(long) - Method in interface org.firebirdsql.management.MaintenanceManager
Commit a limbo transaction based on its ID.
compareToVersion(int, int) - Method in class org.firebirdsql.gds.impl.GDSHelper
Compares the version of this database to the specified major and minor version.
completed - Variable in class org.firebirdsql.jdbc.FBStatement
 
completeStatement(CompletionReason) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
completeStatement() - Method in class org.firebirdsql.jdbc.FBStatement
 
completeStatement(CompletionReason) - Method in class org.firebirdsql.jdbc.FBStatement
 
completeStatements(CompletionReason) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
CompletionReason - Enum in org.firebirdsql.jdbc
Reasons for statement (or other resources) completion.
CONCURRENCY - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
connect() - Method in interface org.firebirdsql.event.EventManager
Make a connection with a database to listen for events.
connect() - Method in class org.firebirdsql.event.FBEventManager
 
connect(IConnectionProperties) - Method in interface org.firebirdsql.gds.ng.FbDatabaseFactory
Connects to a Firebird server based on the supplied connection properties.
connect(IConnectionProperties) - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
 
connect(String, int, int) - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
Connects the asynchronous channel to the specified port.
connect(IConnectionProperties) - Method in class org.firebirdsql.gds.ng.wire.FbWireDatabaseFactory
 
connect(String, int, int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
connect(String, Properties) - Method in class org.firebirdsql.jdbc.FBDriver
Attempts to make a database connection to the given URL.
connect(FirebirdConnectionProperties) - Method in class org.firebirdsql.jdbc.FBDriver
 
connect(FirebirdConnectionProperties) - Method in interface org.firebirdsql.jdbc.FirebirdDriver
Connect to the specified database using the specified connection properties.
CONNECT_TIMEOUT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
CONNECT_TIMEOUT - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
CONNECT_TIMEOUT - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
CONNECT_VERSION2 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
CONNECT_VERSION3 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
connection - Variable in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
connection - Variable in class org.firebirdsql.jdbc.AbstractResultSet
 
connection - Variable in class org.firebirdsql.jdbc.FBStatement
 
connection - Variable in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
CONNECTION_OPTION_COMPRESSION - Static variable in class org.firebirdsql.gds.impl.GDSServerVersion
 
CONNECTION_OPTION_ENCRYPTED - Static variable in class org.firebirdsql.gds.impl.GDSServerVersion
 
connectionClosed(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
javax.resource.spi.ConnectionEventListener callback for when a ManagedConnection is closed.
connectionErrorOccurred(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
javax.resource.spi.ConnectionEventListener callback for when a Local Transaction was rolled back within the context of a ManagedConnection.
ConnectionParameterBuffer - Interface in org.firebirdsql.gds
 
CONSISTENCY - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
consumePackets(int, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
consumePackets(int, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
consumePackets(int, WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireDatabase
Consumes packets notifying for warnings, but ignoring exceptions thrown from the packet.
consumePackets(int, WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Consumes packets notifying for warnings, but ignoring exceptions thrown from the packet.
convertTemplate(String, FBEscapedParser.EscapeParserMode) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Convert escaped function call using function template.
copyBytes(byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlob
 
copyCharacterStream(Reader, long, String) - Method in class org.firebirdsql.jdbc.FBBlob
Deprecated.
Method signature will change incompatibly in Jaybird 4
copyCharacterStream(Reader, String) - Method in class org.firebirdsql.jdbc.FBBlob
Deprecated.
Method signature will change incompatibly in Jaybird 4
copyCharacterStream(Reader, long) - Method in class org.firebirdsql.jdbc.FBClob
Copy data from a character stream into this Blob.
copyCharacterStream(Reader) - Method in class org.firebirdsql.jdbc.FBClob
 
copyFieldFrom(FieldDescriptor) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Set this builder with the values of the source FieldDescriptor for further modification through this builder.
copyStream(InputStream, long) - Method in class org.firebirdsql.jdbc.FBBlob
Copy the contents of an InputStream into this Blob.
copyStream(InputStream) - Method in class org.firebirdsql.jdbc.FBBlob
Copy the contents of an InputStream into this Blob.
copyTo(ParameterBuffer, Encoding) - Method in class org.firebirdsql.gds.impl.argument.BigIntArgument
 
copyTo(ParameterBuffer, Encoding) - Method in class org.firebirdsql.gds.impl.argument.ByteArrayArgument
 
copyTo(ParameterBuffer, Encoding) - Method in class org.firebirdsql.gds.impl.argument.NumericArgument
 
copyTo(ParameterBuffer, Encoding) - Method in class org.firebirdsql.gds.impl.argument.SingleItem
 
copyTo(ParameterBuffer, Encoding) - Method in class org.firebirdsql.gds.impl.argument.StringArgument
 
copyTo(ParameterBuffer, Encoding) - Method in interface org.firebirdsql.gds.Parameter
Copies this argument into the supplied buffer, uses the supplied Encoding for string arguments.
cos(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the cos UDF function.
cot(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the cot UDF function.
COUNT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
COUNT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
COUNT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
countEvents(EventHandle) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Counts the events occurred.
countEvents(EventHandle) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
countEvents(EventHandle) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
create(String) - Static method in class org.firebirdsql.encodings.CharacterTranslator
Deprecated.
Initialize this class with the specified mapping.
create(ProtocolDescriptor...) - Static method in class org.firebirdsql.gds.ng.wire.ProtocolCollection
Creates a ProtocolCollection with the specified ProtocolDescriptors.
createArrayOf(String, Object[]) - Method in class org.firebirdsql.jdbc.FBConnection
 
createAsynchronousChannel(FbWireDatabase) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create a disconnected asynchronous channel.
createAsynchronousChannel(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createAsynchronousChannel(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createAsynchronousChannel(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createAsynchronousChannel(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createAttachServiceParameterBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
createAttachServiceParameterBuffer(WireServiceConnection) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create an attach ServiceParameterBuffer implementation and populate it with supported properties for this protocol version.
createBatchUpdateException(String, String, int, long[], Throwable) - Method in class org.firebirdsql.jdbc.Jdbc42VersionSupport
 
createBatchUpdateException(String, String, int, long[], Throwable) - Method in interface org.firebirdsql.jdbc.JdbcVersionSupport
Constructs a BatchUpdateException.
createBlob(boolean) - Method in class org.firebirdsql.gds.impl.GDSHelper
Create a new blob within the current transaction.
createBlob() - Method in class org.firebirdsql.jdbc.FBConnection
 
createBlob() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Create Blob object.
createBlobForInput(FbTransaction, BlobParameterBuffer, long) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Creates a blob for read access to an existing blob on the server.
createBlobForInput(FbTransaction, BlobParameterBuffer, long) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
createBlobForInput(FbTransaction, BlobParameterBuffer, long) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
createBlobForOutput(FbTransaction, BlobParameterBuffer) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Creates a blob for write access to a new blob on the server.
createBlobForOutput(FbTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
createBlobForOutput(FbTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
createBlobLengthProcessor() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
createBlobParameterBuffer() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
createBlobParameterBuffer() - Method in interface org.firebirdsql.gds.ng.FbDatabase
createBlrCalculator(FbWireDatabase) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create BlrCalculator implementation for this protocol version.
createBlrCalculator(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createBlrCalculator(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createBlrCalculator(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createBlrCalculator(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createClob() - Method in class org.firebirdsql.jdbc.FBConnection
 
createConnectionFactory(ConnectionManager) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
The createConnectionFactory method creates a DataSource using the supplied ConnectionManager.
createConnectionFactory() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
The createConnectionFactory method creates a DataSource with a default stand alone ConnectionManager.
createConnectionHandle(ProtocolDescriptor) - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Creates the connection handle for this type of connection.
createConnectionHandle(ProtocolDescriptor) - Method in class org.firebirdsql.gds.ng.wire.WireDatabaseConnection
 
createConnectionHandle(ProtocolDescriptor) - Method in class org.firebirdsql.gds.ng.wire.WireServiceConnection
 
createConnectionHandler(Connection) - Method in class org.firebirdsql.ds.FBPooledConnection
Creates the PooledConnectionHandler for the connection.
createConnectionHandler(Connection) - Method in class org.firebirdsql.ds.FBXAConnection
 
createDatabase() - Method in interface org.firebirdsql.gds.ng.FbDatabase
Creates a new database, connection remains attached to database.
createDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
createDatabase(WireDatabaseConnection) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create FbWireDatabase implementation for this protocol.
createDatabase() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createDatabase(String, String, String) - Method in class org.firebirdsql.management.FBManager
 
createDatabase(String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
createDatabaseParameterBuffer(D) - Method in class org.firebirdsql.gds.ng.AbstractParameterConverter
 
createDatabaseParameterBuffer(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
createDatabaseParameterBuffer(WireDatabaseConnection) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create DatabaseParameterBuffer implementation and populate it with supported properties for this protocol version.
createDatabaseParameterBuffer(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version12.V12ParameterConverter
 
createDatabaseParameterBuffer(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version13.V13ParameterConverter
 
createDbCryptCallback() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
Creates an instance of DbCryptCallback for this attachment.
createDbCryptCallback(String) - Method in interface org.firebirdsql.gds.ng.dbcrypt.DbCryptCallbackSpi
Creates the database encryption callback with a configuration string.
createDbCryptCallback(String) - Method in class org.firebirdsql.gds.ng.dbcrypt.simple.StaticValueDbCryptCallbackSpi
 
createDefaultFieldValue() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
Creates a default, uninitialized FieldValue
createDefaultFieldValues() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
Creates a List with default FieldValue instances as returned by FieldDescriptor.createDefaultFieldValue().
createEncryptionPlugin(WireConnection<?, ?>) - Method in class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPluginSpi
 
createEncryptionPlugin(WireConnection<?, ?>) - Method in interface org.firebirdsql.gds.ng.wire.crypt.EncryptionPluginSpi
Creates the encryption plugin for the provided connection.
createEventHandle(String, EventHandler) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Creates an event handle for this database type.
createEventHandle(String, EventHandler) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
createEventHandle(String, EventHandler) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
createExecutionPlanProcessor() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
createField(FieldDescriptor, FieldDataProvider, GDSHelper, boolean) - Static method in class org.firebirdsql.jdbc.field.FBField
This is a factory method that creates appropriate instance of the FBField class according to the SQL datatype.
createFor(Connection) - Static method in class org.firebirdsql.event.FBEventManager
Creates an EventManager for a connection.
createInputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create an input FbWireBlob implementation for this protocol version.
createInputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createInputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createInputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createInputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createInstance(EncodingDefinition) - Static method in class org.firebirdsql.encodings.EncodingFactory
Returns an IEncodingFactory that uses encodingDefinition as the default.
createInstance(Charset) - Static method in class org.firebirdsql.encodings.EncodingFactory
Returns an IEncodingFactory that uses an EncodingDefinition identified by charSet as the default.
createInstance(EncodingSet...) - Static method in class org.firebirdsql.encodings.EncodingFactory
Creates a new EncodingFactory based on the supplied encodingSets.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Creates a new physical connection to the underlying EIS resource manager, ManagedConnectionFactory uses the security information (passed as Subject) and additional ConnectionRequestInfo (which is specific to ResourceAdapter and opaque to application server) to create this new connection.
createNClob() - Method in class org.firebirdsql.jdbc.FBConnection
createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create an output FbWireBlob implementation for this protocol version.
createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createPlugin() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPluginSpi
 
createPlugin() - Method in class org.firebirdsql.gds.ng.wire.auth.LegacyAuthenticationPluginSpi
 
createPlugin() - Method in class org.firebirdsql.gds.ng.wire.auth.Srp256AuthenticationPluginSpi
 
createPlugin() - Method in class org.firebirdsql.gds.ng.wire.auth.SrpAuthenticationPluginSpi
 
createReply(byte[]) - Static method in class org.firebirdsql.gds.ng.dbcrypt.DbCryptData
Creates a reply with plugin data and expected reply size of 0.
createRequestBuffer(FbService, int, int) - Method in class org.firebirdsql.management.FBServiceManager
 
createRowDescriptor(FieldDescriptor[], DatatypeCoder) - Static method in class org.firebirdsql.gds.ng.fields.RowDescriptor
Creates an instance of RowDescriptor with the supplied FieldDescriptor instances.
createService(WireServiceConnection) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create FbWireService implementation for this protocol.
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createServiceParameterBuffer(S) - Method in class org.firebirdsql.gds.ng.AbstractParameterConverter
 
createServiceParameterBuffer() - Method in interface org.firebirdsql.gds.ng.FbService
Creates an empty ServiceParameterBuffer.
createServiceParameterBuffer() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
createServiceParameterBuffer() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
 
createServiceParameterBuffer(WireServiceConnection) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Creates a normal ServiceParameterBuffer.
createServiceParameterBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createServiceParameterBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createServiceParameterBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version12.V12ParameterConverter
 
createServiceParameterBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createServiceParameterBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version13.V13ParameterConverter
 
createServiceParameterBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createServiceRequestBuffer() - Method in interface org.firebirdsql.gds.ng.FbService
 
createServiceRequestBuffer() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
createServiceRequestBuffer() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
 
createServiceRequestBuffer(WireServiceConnection) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
 
createServiceRequestBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createServiceRequestBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createServiceRequestBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createServiceRequestBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createSqlCountProcessor() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
createSQLXML() - Method in class org.firebirdsql.jdbc.FBConnection
 
createStatement(FbTransaction) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Creates a statement associated with a transaction
createStatement(FbTransaction) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
createStatement(FbWireDatabase) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create FbStatement implementation for this protocol.
createStatement(FbTransaction) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
createStatement(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createStatement(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createStatement(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createStatement(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createStatement() - Method in class org.firebirdsql.jdbc.FBConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createStatementListener() - Method in class org.firebirdsql.jdbc.FBStatement
Creates the StatementListener to be associated with the instance of FbStatement created for this FBStatement or subclasses.
createStruct(String, Object[]) - Method in class org.firebirdsql.jdbc.FBConnection
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create FbTransaction implementation for this protocol.
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createTransactionParameterBuffer() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
createTransactionParameterBuffer() - Method in interface org.firebirdsql.gds.ng.FbDatabase
Creates a transaction parameter buffer that is usable with FbDatabase.startTransaction(org.firebirdsql.gds.TransactionParameterBuffer).
createTransactionParameterBuffer() - Method in class org.firebirdsql.jdbc.FBConnection
 
createTransactionParameterBuffer() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Create new instance of TransactionParameterBuffer.
createWireOperations(WireConnection<?, ?>, WarningMessageCallback, Object) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create an FbWireOperations implementation for this protocol version.
createWireOperations(WireConnection<?, ?>, WarningMessageCallback, Object) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createWireOperations(WireConnection<?, ?>, WarningMessageCallback, Object) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createWireOperations(WireConnection<?, ?>, WarningMessageCallback, Object) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createWireOperations(WireConnection<?, ?>, WarningMessageCallback, Object) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createWithXAErrorCode(String, int) - Static method in exception org.firebirdsql.gds.GDSException
Factory method to create a new instance with a given XA error code.
crypt(String, String) - Static method in class org.firebirdsql.gds.ng.wire.auth.UnixCrypt
Encrypts String into crypt (Unix) code.
CS_BINARY - Static variable in interface org.firebirdsql.gds.ISCConstants
 
CS_dynamic - Static variable in interface org.firebirdsql.gds.ISCConstants
 
CS_NONE - Static variable in interface org.firebirdsql.gds.ISCConstants
 
CURRENT_VERSION - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
currentStatementResult - Variable in class org.firebirdsql.jdbc.FBStatement
 

D

DAMAGED - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
DATA_TABLE_STATISTICS - Static variable in interface org.firebirdsql.management.StatisticsManager
Request statistics on data tables.
DATABASE - Static variable in class org.firebirdsql.jdbc.FBDriver
 
DATABASE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
DatabaseEvent - Interface in org.firebirdsql.event
An interface for retrieving information about events that have occurred
DatabaseListener - Interface in org.firebirdsql.gds.ng.listeners
Listener for database events
DatabaseListenerDispatcher - Class in org.firebirdsql.gds.ng.listeners
Dispatcher to maintain and notify other DatabaseListener.
DatabaseListenerDispatcher() - Constructor for class org.firebirdsql.gds.ng.listeners.DatabaseListenerDispatcher
 
DatabaseParameterBuffer - Interface in org.firebirdsql.gds
Instance of this interface represents a Database Parameter Buffer from the Firebird API documentation and specifies the attributes for the current connection.
DatabaseParameterBufferExtension - Interface in org.firebirdsql.gds.impl
Extension of the DatabaseParameterBuffer interface that allows GDS implementations remove the DPB extension parameters that driver implementation uses for client-side configuration.
DatabaseParameterBufferImp - Class in org.firebirdsql.gds.impl
Implementation for DatabaseParameterBuffer.
DatabaseParameterBufferImp(DatabaseParameterBufferImp.DpbMetaData, Encoding) - Constructor for class org.firebirdsql.gds.impl.DatabaseParameterBufferImp
 
DatabaseParameterBufferImp.DpbMetaData - Enum in org.firebirdsql.gds.impl
 
DatabaseTransactionInfo() - Constructor for class org.firebirdsql.management.StatisticsManager.DatabaseTransactionInfo
 
dataDefinitionCausesTransactionCommit() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is a data definition statement within a transaction ignored?
DataSourceFactory - Class in org.firebirdsql.ds
ObjectFactory for the DataSources in org.firebirdsql.ds.
DataSourceFactory() - Constructor for class org.firebirdsql.ds.DataSourceFactory
 
DatatypeCoder - Interface in org.firebirdsql.gds.ng
Interface defining the encoding and decoding for Firebird (numerical) data types.
datatypeCoder - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
DatatypeCoder.RawDateTimeStruct - Class in org.firebirdsql.gds.ng
Raw date/time value.
dataTypeDescriptor() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CastExpressionContext
 
dataTypeDescriptor() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
DataTypeDescriptorContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DataTypeDescriptorContext
 
day - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
 
DB_CRYPT_CONFIG - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
DB_CRYPT_CONFIG - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
DB_KEY - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
DB_KEY - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
DB_KEY() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
dba_password - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the dba password
C type : ISC_SCHAR*
dba_user_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the dba user name
C type : ISC_SCHAR*
DbAttachInfo - Class in org.firebirdsql.gds.impl
Container for attachment information (ie server, port and filename/alias).
DbCryptCallback - Interface in org.firebirdsql.gds.ng.dbcrypt
Plugin for Firebird database encryption callback.
DbCryptCallbackSpi - Interface in org.firebirdsql.gds.ng.dbcrypt
Service provider interface for database encryption callback plugins.
DbCryptData - Class in org.firebirdsql.gds.ng.dbcrypt
Data of a database encryption key callback (or reply).
DbCryptData(byte[], int) - Constructor for class org.firebirdsql.gds.ng.dbcrypt.DbCryptData
Initializes DbCryptData instance.
DBKEY_SCOPE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
DBNAME - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
DEBUG - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
debug(String) - Method in interface org.firebirdsql.logging.Logger
 
debug(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
 
debugMemoryDump() - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
Dumps the event buffers to the logger, if debug is enabled.
decodeBase64(String) - Method in interface org.firebirdsql.util.Base64Decoder
Decodes a base64 encoded string to a byte array.
decodeBase64(String) - Method in class org.firebirdsql.util.Base64DecoderImpl
 
decodeBoolean(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode boolean from supplied data.
decodeBoolean(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDate(Date, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a Date value using a given Calendar.
decodeDate(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a Date value.
decodeDate(Date, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDate(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDateCalendar(byte[], Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
decodeDateCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDateRaw(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a raw date time struct.
decodeDateRaw(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDouble(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a double value.
decodeDouble(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeFloat(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a float value.
decodeFloat(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeFromCharset(byte[]) - Method in interface org.firebirdsql.encodings.Encoding
Decodes the supplied byte array to a String.
decodeFromCharset(byte[], int, int) - Method in interface org.firebirdsql.encodings.Encoding
Decodes a part of the supplied byte array to a String.
decodeInt(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into an int value.
decodeInt(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeInt(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeLong(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a long value.
decodeLong(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeLong(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeShort(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a short value.
decodeShort(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeShort(byte[]) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
decodeShort(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeString(byte[], String, String) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Deprecated.
To be removed in Jaybird 4
decodeString(byte[], Encoding, String) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Deprecated.
To be removed in Jaybird 4
decodeString(byte[], String, String) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeString(byte[], Encoding, String) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTime(Time, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a Time value using a given Calendar.
decodeTime(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a Time value.
decodeTime(Time, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTime(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimeCalendar(byte[], Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
decodeTimeCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimeRaw(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a raw date time struct.
decodeTimeRaw(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimestamp(Timestamp, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a Timestamp value using a given Calendar.
decodeTimestamp(Timestamp, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a Timestamp value using a given Calendar.
decodeTimestamp(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a 8-byte byte array into a Timestamp.
decodeTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimestamp(Timestamp, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimestamp(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimestampCalendar(byte[], Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
decodeTimestampCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimestampRaw(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a 8-byte byte array into a raw date time struct.
decodeTimestampRaw(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
deepCopy() - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Make a deep copy of this object.
deepCopy() - Method in class org.firebirdsql.gds.impl.DatabaseParameterBufferImp
 
deepCopy() - Method in class org.firebirdsql.gds.impl.TransactionParameterBufferImpl
 
deepCopy() - Method in class org.firebirdsql.gds.ng.fields.RowValue
Copies this RowValue and the FieldValue elements it contains.
deepCopy() - Method in interface org.firebirdsql.gds.TransactionParameterBuffer
Make a deep copy of this object.
deepCopy() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
Perform a deep copy of this object, returning the copied instance.
DEFAULT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
DEFAULT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
DEFAULT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DefaultValuesClauseContext
 
DEFAULT_BLOB_BUFFER_SIZE - Static variable in class org.firebirdsql.gds.impl.GDSHelper
 
DEFAULT_BLOB_BUFFER_SIZE - Static variable in class org.firebirdsql.jdbc.FBConnectionDefaults
 
DEFAULT_BUFFERS_NUMBER - Static variable in interface org.firebirdsql.gds.ng.IConnectionProperties
 
DEFAULT_CONNECT_TIMEOUT - Static variable in interface org.firebirdsql.gds.ng.IAttachProperties
 
DEFAULT_DIALECT - Static variable in interface org.firebirdsql.gds.ng.IConnectionProperties
 
DEFAULT_HOLDABLE_RS_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
DEFAULT_ISOLATION_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
DEFAULT_PORT - Static variable in interface org.firebirdsql.gds.ng.IAttachProperties
 
DEFAULT_SERVER_NAME - Static variable in interface org.firebirdsql.gds.ng.IAttachProperties
 
DEFAULT_SERVICE_NAME - Static variable in interface org.firebirdsql.gds.ng.IServiceProperties
 
DEFAULT_SO_TIMEOUT - Static variable in interface org.firebirdsql.gds.ng.IAttachProperties
 
DEFAULT_SOCKET_BUFFER_SIZE - Static variable in interface org.firebirdsql.gds.ng.IAttachProperties
 
DEFAULT_SOCKET_BUFFER_SIZE - Static variable in class org.firebirdsql.jdbc.FBConnectionDefaults
Default socket buffer size is -1, meaning that we will use socket buffer size default for runtime platform.
DefaultBlrCalculator - Class in org.firebirdsql.gds.ng.wire
Default BLR calculator for the wire protocol.
DefaultBlrCalculator(short) - Constructor for class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
DefaultDatabaseListener - Class in org.firebirdsql.gds.ng.listeners
Default implementation of DatabaseListener where all implemented methods do nothing.
DefaultDatabaseListener() - Constructor for class org.firebirdsql.gds.ng.listeners.DefaultDatabaseListener
 
DefaultDatatypeCoder - Class in org.firebirdsql.gds.ng
The default datatype coder.
DefaultDatatypeCoder(IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
DefaultEncodingDefinition - Class in org.firebirdsql.encodings
Definition of a Firebird encoding.
DefaultEncodingDefinition(String, Charset, int, int, boolean) - Constructor for class org.firebirdsql.encodings.DefaultEncodingDefinition
Initializes an instance of DefaultEncodingDefinition.
DefaultEncodingDefinition(String, String, int, int, boolean) - Constructor for class org.firebirdsql.encodings.DefaultEncodingDefinition
Initializes an instance of DefaultEncodingDefinition.
DefaultEncodingSet - Class in org.firebirdsql.encodings
The default encoding set for Jaybird.
DefaultEncodingSet() - Constructor for class org.firebirdsql.encodings.DefaultEncodingSet
 
DefaultObjectConverter - Class in org.firebirdsql.jdbc.field
Provides a default implementation of ObjectConverter.
DefaultObjectConverter() - Constructor for class org.firebirdsql.jdbc.field.DefaultObjectConverter
 
defaultSQLStateIfNull(String) - Static method in exception org.firebirdsql.jdbc.FBSQLException
 
DefaultStatementListener - Class in org.firebirdsql.gds.ng.listeners
Default implementation of StatementListener where all implemented methods do nothing.
DefaultStatementListener() - Constructor for class org.firebirdsql.gds.ng.listeners.DefaultStatementListener
 
defaultValuesClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
defaultValuesClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
DefaultValuesClauseContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DefaultValuesClauseContext
 
DeferredAction - Interface in org.firebirdsql.gds.ng.wire
Semi-functional interface for processing deferred responses from the server.
DELETE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
DELETE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
DELETE() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DeleteStatementContext
 
delete(User) - Method in class org.firebirdsql.management.FBUserManager
 
delete(User) - Method in interface org.firebirdsql.management.UserManager
Delete a user to the Firebird Security Database.
DELETE_SHADOW - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
DELETE_TYPE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
deleteRow() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Deletes the current row from this ResultSet object and from the underlying database.
deleteRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
deletesAreDetected(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
deleteStatement() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
deleteStatement() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.StatementContext
 
DeleteStatementContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DeleteStatementContext
 
description - Variable in class org.firebirdsql.ds.FBSimpleDataSource
 
deserialize(byte[]) - Static method in class org.firebirdsql.ds.DataSourceFactory
 
destroy() - Method in class org.firebirdsql.jca.FBManagedConnection
Destroys the physical connection to the underlying resource manager.
detach() - Method in class org.firebirdsql.jdbc.FBBlob
Detach this blob.
detach() - Method in class org.firebirdsql.jdbc.FBCachedBlob
Detach this blob.
detach() - Method in interface org.firebirdsql.jdbc.FirebirdBlob
Detach this blob.
detachDatabase() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
detached(FbDatabase) - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
detached(FbDatabase) - Method in interface org.firebirdsql.gds.ng.listeners.DatabaseListener
Called when the database connection has been detached
detached(FbDatabase) - Method in class org.firebirdsql.gds.ng.listeners.DatabaseListenerDispatcher
 
detached(FbDatabase) - Method in class org.firebirdsql.gds.ng.listeners.DefaultDatabaseListener
 
detached(FbService) - Method in interface org.firebirdsql.gds.ng.listeners.ServiceListener
Called when the service connection has been detached
detached(FbService) - Method in class org.firebirdsql.gds.ng.listeners.ServiceListenerDispatcher
 
detaching(FbDatabase) - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
detaching(FbDatabase) - Method in interface org.firebirdsql.gds.ng.listeners.DatabaseListener
Called before the database will be detached.
detaching(FbDatabase) - Method in class org.firebirdsql.gds.ng.listeners.DatabaseListenerDispatcher
 
detaching(FbDatabase) - Method in class org.firebirdsql.gds.ng.listeners.DefaultDatabaseListener
 
detaching(FbService) - Method in interface org.firebirdsql.gds.ng.listeners.ServiceListener
Called before the service will be detached.
detaching(FbService) - Method in class org.firebirdsql.gds.ng.listeners.ServiceListenerDispatcher
 
dirtied() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
Called by setters if they have been called.
dirtied() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
dirtied() - Method in class org.firebirdsql.gds.ng.FbServiceProperties
 
DISABLE_JOURNAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
DISABLE_LOGGING_PROP - Static variable in class org.firebirdsql.logging.LoggerFactory
 
DISABLE_WAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
disconnect() - Method in interface org.firebirdsql.event.EventManager
Close the connection to the database.
disconnect() - Method in class org.firebirdsql.event.FBEventManager
 
DISTINCT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
DISTINCT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
DISTINCT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
doesMaxRowSizeIncludeBlobs() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doFreePacket(int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Handles sending the free statement packet and associated state changes on this statement
doQuery(String, List<String>) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Execute an sql query with a given set of parameters.
doQuery(String, List<String>, boolean) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Execute an sql query with a given set of parameters.
doReleaseObjectPacket(int, int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
Sends - without flushing - the (release) operation and objectId.
DPB_PREFIX - Static variable in class org.firebirdsql.gds.ParameterBufferHelper
 
DpbParameterType(String, Integer, ParameterBufferHelper.DpbValueType) - Constructor for class org.firebirdsql.gds.ParameterBufferHelper.DpbParameterType
 
DROP_WALFILE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
dropAdminRoleMapping() - Method in class org.firebirdsql.management.FBUserManager
 
dropAdminRoleMapping() - Method in interface org.firebirdsql.management.UserManager
Drops AUTO ADMIN MAPPING from role RDB$ADMIN in security database
dropDatabase() - Method in interface org.firebirdsql.gds.ng.FbDatabase
Drops (and deletes) the currently attached database.
dropDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
dropDatabase() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
dropDatabase(String, String, String) - Method in class org.firebirdsql.management.FBManager
 
dropDatabase(String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
ds - Variable in class org.firebirdsql.ds.FBSimpleDataSource
 
DSQL_close - Static variable in interface org.firebirdsql.gds.ISCConstants
 
DSQL_drop - Static variable in interface org.firebirdsql.gds.ISCConstants
 
DSQL_unprepare - Static variable in interface org.firebirdsql.gds.ISCConstants
 
DUMMY_PACKET_INTERVAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
DUMMY_PACKET_INTERVAL - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 

E

EMBEDDED_TYPE_NAME - Static variable in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
EmbeddedGDSFactoryPlugin - Class in org.firebirdsql.gds.impl.jni
 
EmbeddedGDSFactoryPlugin() - Constructor for class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
emitErrorMessage(String) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
emitErrorMessage(String) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
empty(DatatypeCoder) - Static method in class org.firebirdsql.gds.ng.fields.RowDescriptor
Returns an empty row descriptor with the specified datatype coder.
EMPTY_DATA - Static variable in class org.firebirdsql.gds.ng.dbcrypt.DbCryptData
 
EMPTY_ROW_VALUE - Static variable in class org.firebirdsql.gds.ng.fields.RowValue
 
emptyRowDescriptor() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
emptyRowDescriptor() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
emptyRowDescriptor() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
emptyRowDescriptor() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
emptyRowDescriptor() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
ENABLE_JOURNAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
enableEncryption(EncryptionInitInfo) - Method in class org.firebirdsql.gds.ng.wire.version13.V13WireOperations
 
encodeBoolean(boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encodes boolean to 1 byte data.
encodeBoolean(boolean) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDate(Date, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a given Date value using a given Calendar.
encodeDate(Date) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a Date value into a byte array.
encodeDate(Date, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDate(Date) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDateCalendar(Date, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
encodeDateCalendar(Date, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDateRaw(DatatypeCoder.RawDateTimeStruct) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode the date portion of a raw date time struct into a byte array.
encodeDateRaw(DatatypeCoder.RawDateTimeStruct) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDouble(double) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a double value as a byte array.
encodeDouble(double) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeFloat(float) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a float value as a byte array.
encodeFloat(float) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeInt(int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode an int value as a byte array.
encodeInt(int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeInt(int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeLocalDate(int, int, int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encodes a java.time.LocalDate equivalent to date bytes.
encodeLocalDate(int, int, int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeLocalDateTime(int, int, int, int, int, int, int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encodes a java.time.LocalDateTime equivalent to timestamp bytes.
encodeLocalDateTime(int, int, int, int, int, int, int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeLocalTime(int, int, int, int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encodes a java.time.LocalTime equivalent to time bytes.
encodeLocalTime(int, int, int, int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeLong(long) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a long value as a byte array.
encodeLong(long) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeLong(long) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeShort(short) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a short value as a byte array.
encodeShort(int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a short value as a byte array.
encodeShort(short) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeShort(int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeShort(short) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
encodeShort(short) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeString(String, String, String) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Deprecated.
To be removed in Jaybird 4
encodeString(String, Encoding, String) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Deprecated.
To be removed in Jaybird 4
encodeString(String, String, String) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeString(String, Encoding, String) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTime(Time, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a given Time value using a given Calendar.
encodeTime(Time) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a Time value into a byte array.
encodeTime(Time, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTime(Time) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimeCalendar(Time, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
encodeTimeCalendar(Time, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimeRaw(DatatypeCoder.RawDateTimeStruct) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode the time portion of a raw date time struct into a byte array.
encodeTimeRaw(DatatypeCoder.RawDateTimeStruct) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimestamp(Timestamp, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a Timestamp using a given Calendar.
encodeTimestamp(Timestamp, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a Timestamp using a given Calendar.
encodeTimestamp(Timestamp) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a Timestamp as a byte array.
encodeTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimestamp(Timestamp, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimestamp(Timestamp) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimestampCalendar(Timestamp, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
encodeTimestampCalendar(Timestamp, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimestampRaw(DatatypeCoder.RawDateTimeStruct) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode the date and time portions of a raw date time struct into a byte array.
encodeTimestampRaw(DatatypeCoder.RawDateTimeStruct) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeToCharset(String) - Method in interface org.firebirdsql.encodings.Encoding
Encodes the supplied String to bytes in this encoding.
encodeVaxInteger(OutputStream, int) - Static method in class org.firebirdsql.gds.VaxEncoding
Encodes an integer using vax encoding into the output stream, length prefix is included.
encodeVaxInteger2WithoutLength(OutputStream, int) - Static method in class org.firebirdsql.gds.VaxEncoding
Encodes an integer using two byte vax encoding into the output stream, without length prefix.
encodeVaxIntegerWithoutLength(OutputStream, int) - Static method in class org.firebirdsql.gds.VaxEncoding
Encodes an integer using vax encoding into the output stream, without length prefix.
encodeVaxLong(OutputStream, long) - Static method in class org.firebirdsql.gds.VaxEncoding
Encodes a long using vax encoding into the output stream, length prefix is included.
encodeVaxLongWithoutLength(OutputStream, long) - Static method in class org.firebirdsql.gds.VaxEncoding
Encodes a long using vax encoding into the output stream, without length prefix.
Encoding - Interface in org.firebirdsql.encodings
Encoding translates between a Java string and a byte array for a specific (Firebird) encoding.
ENCODING_NAME_NONE - Static variable in class org.firebirdsql.encodings.EncodingFactory
 
ENCODING_NAME_OCTETS - Static variable in class org.firebirdsql.encodings.EncodingFactory
 
ENCODING_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
EncodingDefinition - Interface in org.firebirdsql.encodings
Definition of a Firebird encoding.
EncodingFactory - Class in org.firebirdsql.encodings
Factory for EncodingDefinition and Encoding.
EncodingSet - Interface in org.firebirdsql.encodings
EncodingSet is an interface for the purpose of loading EncodingDefinition mappings into Jaybird.
ENCRYPT_KEY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
EncryptionIdentifier - Class in org.firebirdsql.gds.ng.wire.crypt
Identifier of an encryption type + plugin.
EncryptionIdentifier(String, String) - Constructor for class org.firebirdsql.gds.ng.wire.crypt.EncryptionIdentifier
 
EncryptionInitInfo - Class in org.firebirdsql.gds.ng.wire.crypt
The initial initialization information of an encryption plugin.
EncryptionInitInfo.InitResult - Enum in org.firebirdsql.gds.ng.wire.crypt
 
EncryptionPlugin - Interface in org.firebirdsql.gds.ng.wire.crypt
Plugin for Firebird wire encryption.
EncryptionPluginSpi - Interface in org.firebirdsql.gds.ng.wire.crypt
Service provider interface for wire encryption plugins.
end(Xid, int) - Method in class org.firebirdsql.jca.FBManagedConnection
Dissociates a resource from a global transaction.
enqueueDeferredAction(DeferredAction) - Method in interface org.firebirdsql.gds.ng.wire.FbWireDatabase
Enqueue a deferred action.
enqueueDeferredAction(DeferredAction) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Enqueue a deferred action.
enqueueDeferredAction(DeferredAction) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
enqueueDeferredAction(DeferredAction) - Method in class org.firebirdsql.gds.ng.wire.version10.V10WireOperations
 
enqueueDeferredAction(DeferredAction) - Method in class org.firebirdsql.gds.ng.wire.version11.V11Database
 
enqueueDeferredAction(DeferredAction) - Method in class org.firebirdsql.gds.ng.wire.version11.V11WireOperations
 
enquoteIdentifier(String, boolean) - Method in class org.firebirdsql.jdbc.FBStatement
Returns a SQL identifier.
enquoteLiteral(String) - Method in class org.firebirdsql.jdbc.FBStatement
Returns a String enclosed in single quotes.
enquoteNCharLiteral(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
ensureClosedCursor(boolean) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
ensureClosedCursor(boolean) - Method in interface org.firebirdsql.gds.ng.FbStatement
Ensures that the statement cursor is closed.
ensureTransaction() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
ensureTransaction() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
enterArrayElement(JaybirdSqlParser.ArrayElementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.arrayElement().
enterArrayElement(JaybirdSqlParser.ArrayElementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.arrayElement().
enterArrayRange(JaybirdSqlParser.ArrayRangeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.arrayRange().
enterArrayRange(JaybirdSqlParser.ArrayRangeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.arrayRange().
enterArraySpec(JaybirdSqlParser.ArraySpecContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.arraySpec().
enterArraySpec(JaybirdSqlParser.ArraySpecContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.arraySpec().
enterArrayType(JaybirdSqlParser.ArrayTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.arrayType().
enterArrayType(JaybirdSqlParser.ArrayTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.arrayType().
enterAssignment(JaybirdSqlParser.AssignmentContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.assignment().
enterAssignment(JaybirdSqlParser.AssignmentContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.assignment().
enterAssignments(JaybirdSqlParser.AssignmentsContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.assignments().
enterAssignments(JaybirdSqlParser.AssignmentsContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.assignments().
enterBlobSegSize(JaybirdSqlParser.BlobSegSizeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.blobSegSize().
enterBlobSegSize(JaybirdSqlParser.BlobSegSizeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.blobSegSize().
enterBlobSubtype(JaybirdSqlParser.BlobSubtypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.blobSubtype().
enterBlobSubtype(JaybirdSqlParser.BlobSubtypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.blobSubtype().
enterBlobType(JaybirdSqlParser.BlobTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.blobType().
enterBlobType(JaybirdSqlParser.BlobTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.blobType().
enterCastExpression(JaybirdSqlParser.CastExpressionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.castExpression().
enterCastExpression(JaybirdSqlParser.CastExpressionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.castExpression().
enterCharSetCharType(JaybirdSqlParser.CharSetCharTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.charSetCharType().
enterCharSetCharType(JaybirdSqlParser.CharSetCharTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.charSetCharType().
enterCharSetClause(JaybirdSqlParser.CharSetClauseContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.charSetClause().
enterCharSetClause(JaybirdSqlParser.CharSetClauseContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.charSetClause().
enterCharType(JaybirdSqlParser.CharTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.charType().
enterCharType(JaybirdSqlParser.CharTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.charType().
enterColumnList(JaybirdSqlParser.ColumnListContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.columnList().
enterColumnList(JaybirdSqlParser.ColumnListContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.columnList().
enterColumnName(JaybirdSqlParser.ColumnNameContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.columnName().
enterColumnName(JaybirdSqlParser.ColumnNameContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.columnName().
enterDataTypeDescriptor(JaybirdSqlParser.DataTypeDescriptorContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.dataTypeDescriptor().
enterDataTypeDescriptor(JaybirdSqlParser.DataTypeDescriptorContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.dataTypeDescriptor().
enterDefaultValuesClause(JaybirdSqlParser.DefaultValuesClauseContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.defaultValuesClause().
enterDefaultValuesClause(JaybirdSqlParser.DefaultValuesClauseContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.defaultValuesClause().
enterDeleteStatement(JaybirdSqlParser.DeleteStatementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.deleteStatement().
enterDeleteStatement(JaybirdSqlParser.DeleteStatementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.deleteStatement().
enterEveryRule(ParserRuleContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
enterExtractFunction(JaybirdSqlParser.ExtractFunctionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.extractFunction().
enterExtractFunction(JaybirdSqlParser.ExtractFunctionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.extractFunction().
enterFullIdentifier(JaybirdSqlParser.FullIdentifierContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.fullIdentifier().
enterFullIdentifier(JaybirdSqlParser.FullIdentifierContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.fullIdentifier().
enterFunction(JaybirdSqlParser.FunctionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.function().
enterFunction(JaybirdSqlParser.FunctionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.function().
enterInsertColumns(JaybirdSqlParser.InsertColumnsContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.insertColumns().
enterInsertColumns(JaybirdSqlParser.InsertColumnsContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.insertColumns().
enterInsertStatement(JaybirdSqlParser.InsertStatementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.insertStatement().
enterInsertStatement(JaybirdSqlParser.InsertStatementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.insertStatement().
enterInsertValues(JaybirdSqlParser.InsertValuesContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.insertValues().
enterInsertValues(JaybirdSqlParser.InsertValuesContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.insertValues().
enterMatchingClause(JaybirdSqlParser.MatchingClauseContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.matchingClause().
enterMatchingClause(JaybirdSqlParser.MatchingClauseContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.matchingClause().
enterNextValueExpression(JaybirdSqlParser.NextValueExpressionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.nextValueExpression().
enterNextValueExpression(JaybirdSqlParser.NextValueExpressionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.nextValueExpression().
enterNonArrayType(JaybirdSqlParser.NonArrayTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.nonArrayType().
enterNonArrayType(JaybirdSqlParser.NonArrayTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.nonArrayType().
enterNonCharSetCharType(JaybirdSqlParser.NonCharSetCharTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.nonCharSetCharType().
enterNonCharSetCharType(JaybirdSqlParser.NonCharSetCharTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.nonCharSetCharType().
enterNonCharType(JaybirdSqlParser.NonCharTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.nonCharType().
enterNonCharType(JaybirdSqlParser.NonCharTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.nonCharType().
enterNullValue(JaybirdSqlParser.NullValueContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.nullValue().
enterNullValue(JaybirdSqlParser.NullValueContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.nullValue().
enterParameter(JaybirdSqlParser.ParameterContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.parameter().
enterParameter(JaybirdSqlParser.ParameterContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.parameter().
enterReturningClause(JaybirdSqlParser.ReturningClauseContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.returningClause().
enterReturningClause(JaybirdSqlParser.ReturningClauseContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.returningClause().
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayElementContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayRangeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArraySpecContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayTypeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentsContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSegSizeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSubtypeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobTypeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CastExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetCharTypeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetClauseContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharTypeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnListContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnNameContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DataTypeDescriptorContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DefaultValuesClauseContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DeleteStatementContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ExtractFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FullIdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertColumnsContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertValuesContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.MatchingClauseContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonArrayTypeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharSetCharTypeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NullValueContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ParameterContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ReturningClauseContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SelectClauseContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleIdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleTypeContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleValueContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.StatementContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SubstringFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TableNameContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateStatementContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
enterRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueListContext
 
enterSelectClause(JaybirdSqlParser.SelectClauseContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.selectClause().
enterSelectClause(JaybirdSqlParser.SelectClauseContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.selectClause().
enterSimpleIdentifier(JaybirdSqlParser.SimpleIdentifierContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.simpleIdentifier().
enterSimpleIdentifier(JaybirdSqlParser.SimpleIdentifierContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.simpleIdentifier().
enterSimpleType(JaybirdSqlParser.SimpleTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.simpleType().
enterSimpleType(JaybirdSqlParser.SimpleTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.simpleType().
enterSimpleValue(JaybirdSqlParser.SimpleValueContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.simpleValue().
enterSimpleValue(JaybirdSqlParser.SimpleValueContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.simpleValue().
enterStatement(JaybirdSqlParser.StatementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.statement().
enterStatement(JaybirdSqlParser.StatementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.statement().
enterSubstringFunction(JaybirdSqlParser.SubstringFunctionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.substringFunction().
enterSubstringFunction(JaybirdSqlParser.SubstringFunctionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.substringFunction().
enterTableName(JaybirdSqlParser.TableNameContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.tableName().
enterTableName(JaybirdSqlParser.TableNameContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.tableName().
enterTrimFunction(JaybirdSqlParser.TrimFunctionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.trimFunction().
enterTrimFunction(JaybirdSqlParser.TrimFunctionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.trimFunction().
enterTrimSpecification(JaybirdSqlParser.TrimSpecificationContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.trimSpecification().
enterTrimSpecification(JaybirdSqlParser.TrimSpecificationContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.trimSpecification().
enterUpdateOrInsertStatement(JaybirdSqlParser.UpdateOrInsertStatementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.updateOrInsertStatement().
enterUpdateOrInsertStatement(JaybirdSqlParser.UpdateOrInsertStatementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.updateOrInsertStatement().
enterUpdateStatement(JaybirdSqlParser.UpdateStatementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.updateStatement().
enterUpdateStatement(JaybirdSqlParser.UpdateStatementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.updateStatement().
enterValue(JaybirdSqlParser.ValueContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.value().
enterValue(JaybirdSqlParser.ValueContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.value().
enterValueList(JaybirdSqlParser.ValueListContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Enter a parse tree produced by JaybirdSqlParser.valueList().
enterValueList(JaybirdSqlParser.ValueListContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Enter a parse tree produced by JaybirdSqlParser.valueList().
equals(Object) - Method in class org.firebirdsql.gds.impl.argument.BigIntArgument
 
equals(Object) - Method in class org.firebirdsql.gds.impl.argument.ByteArrayArgument
 
equals(Object) - Method in class org.firebirdsql.gds.impl.argument.NumericArgument
 
equals(Object) - Method in class org.firebirdsql.gds.impl.argument.SingleItem
 
equals(Object) - Method in class org.firebirdsql.gds.impl.argument.StringArgument
 
equals(Object) - Method in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
 
equals(Object) - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
equals(Object) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
equals(Object) - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
equals(Object) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
equals(Object) - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
equals(Object) - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionIdentifier
 
equals(Object) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
equals(Object) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
equals(Object) - Method in class org.firebirdsql.jca.FBTpb
 
equals(Object) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData.FieldKey
Check if obj is equal to this object.
equals(Object) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
equals(Object) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Check if obj is equal to this instance.
equals(Object) - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
equals(Object) - Method in class org.firebirdsql.jdbc.FBSavepoint
Check if objects are equal.
equals(Object) - Method in class org.firebirdsql.jdbc.FBStatement
 
equals(Object) - Method in class org.firebirdsql.jdbc.FBTpbMapper
 
equals(Object) - Method in class org.firebirdsql.management.FBBackupManagerBase.PathSizeStruct
 
equals(Object) - Method in class org.firebirdsql.management.FBUser
 
error(String) - Method in interface org.firebirdsql.logging.Logger
 
error(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
 
ERROR_NO_CHARSET - Static variable in class org.firebirdsql.jca.FBManagedConnection
 
errorOccurred(GDSException) - Method in interface org.firebirdsql.gds.ExceptionListener
Deprecated.
this method is never called
errorOccurred(Object, SQLException) - Method in interface org.firebirdsql.gds.ng.listeners.ExceptionListener
Notify about a SQLException
errorOccurred(Object, SQLException) - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
 
errorOccurred(SQLException) - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
 
errorOccurred(Object, SQLException) - Method in class org.firebirdsql.jca.FBManagedConnection
 
escapeWildcards(String) - Static method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Escapes the like wildcards and escape (\_% in the provided search string with a \.
estimateFixedPrecision(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
Event(int, int) - Constructor for class org.firebirdsql.gds.ng.wire.AsynchronousChannelListener.Event
 
EventHandle - Interface in org.firebirdsql.gds
Handle to internal event-handling structures.
EventHandler - Interface in org.firebirdsql.gds
A callback handler interface for event handling.
EventListener - Interface in org.firebirdsql.event
An interface for callbacks in response to Firebird events
EventManager - Interface in org.firebirdsql.event
An interface for registering EventListener instances to listen for database events.
eventOccurred(DatabaseEvent) - Method in interface org.firebirdsql.event.EventListener
Called when a database event occurs.
eventOccurred(EventHandle) - Method in interface org.firebirdsql.gds.EventHandler
Called when a database event occurs.
eventReceived(FbWireAsynchronousChannel, AsynchronousChannelListener.Event) - Method in interface org.firebirdsql.gds.ng.wire.AsynchronousChannelListener
Signals that an event has been received.
eventReceived(FbWireAsynchronousChannel, AsynchronousChannelListener.Event) - Method in class org.firebirdsql.gds.ng.wire.AsynchronousChannelListenerDispatcher
 
eventReceived(FbWireAsynchronousChannel, AsynchronousChannelListener.Event) - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
exception(int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
The (next) exception is an exception.
ExceptionHelper - Class in org.firebirdsql.util
Helpers for exception handling
ExceptionListenable - Interface in org.firebirdsql.gds.ng.listeners
Provides notification of exceptions to ExceptionListener instance.
ExceptionListener - Interface in org.firebirdsql.gds
Deprecated.
Use ExceptionListener, interface will be removed in Jaybird 4
ExceptionListener - Interface in org.firebirdsql.gds.ng.listeners
Listener for notifications of SQL Exceptions that occurred in the object listened on.
exceptionListenerDispatcher - Variable in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
exceptionListenerDispatcher - Variable in class org.firebirdsql.gds.ng.AbstractFbBlob
 
exceptionListenerDispatcher - Variable in class org.firebirdsql.gds.ng.AbstractFbStatement
 
exceptionListenerDispatcher - Variable in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
ExceptionListenerDispatcher - Class in org.firebirdsql.gds.ng.listeners
Listener dispatcher for ExceptionListener.
ExceptionListenerDispatcher(Object) - Constructor for class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
 
EXCLUSIVE - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
execute(RowValue) - Method in interface org.firebirdsql.gds.ng.FbStatement
Execute the statement.
execute(RowValue) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
execute(RowValue) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
execute() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Executes an execute stored procedure.
execute() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Executes any kind of SQL statement.
execute(String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
execute(String, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
execute(String, int[]) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
execute(String, String[]) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
execute(String, int) - Method in class org.firebirdsql.jdbc.FBStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class org.firebirdsql.jdbc.FBStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class org.firebirdsql.jdbc.FBStatement
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String) - Method in class org.firebirdsql.jdbc.FBStatement
Executes an SQL statement that may return multiple results.
EXECUTE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
EXECUTE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
EXECUTE_TYPE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
executeBatch() - Method in class org.firebirdsql.jdbc.FBStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatchInternal() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
executeBatchInternal() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeBatchInternal() - Method in class org.firebirdsql.jdbc.FBStatement
 
executeImmediate(String) - Method in class org.firebirdsql.gds.impl.GDSHelper
Execute a SQL statement directly with the current connection.
executeImmediate(String, FbTransaction) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Performs an execute immediate of a statement.
executeImmediate(String, FbTransaction) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
executeImmediate(String, FbTransaction) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
executeImpl(String) - Method in class org.firebirdsql.jdbc.FBStatement
Internal implementation of FBStatement.execute(String), so it can be used for normal queries and for queries returning generated keys.
executeLargeBatch() - Method in class org.firebirdsql.jdbc.FBStatement
 
executeLargeUpdate() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeLargeUpdate(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
executeLargeUpdate(String, int) - Method in class org.firebirdsql.jdbc.FBStatement
 
executeLargeUpdate(String, int[]) - Method in class org.firebirdsql.jdbc.FBStatement
 
executeLargeUpdate(String, String[]) - Method in class org.firebirdsql.jdbc.FBStatement
 
executeQuery() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Execute query.
executeQuery() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the result set generated by the query.
executeQuery(String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeQuery(String) - Method in class org.firebirdsql.jdbc.FBStatement
Executes an SQL statement that returns a single ResultSet object.
executeServicesOperation(ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBServiceManager
executeServicesOperation(FbService, ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBServiceManager
 
executeUpdate() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Execute query.
executeUpdate() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Executes the SQL INSERT, UPDATE or DELETE statement in this PreparedStatement object.
executeUpdate(String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeUpdate(String, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeUpdate(String, int[]) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeUpdate(String, String[]) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeUpdate(String) - Method in class org.firebirdsql.jdbc.FBStatement
Executes an SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String, int) - Method in class org.firebirdsql.jdbc.FBStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class org.firebirdsql.jdbc.FBStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class org.firebirdsql.jdbc.FBStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executionCompleted(FirebirdBlob) - Method in interface org.firebirdsql.jdbc.FBObjectListener.BlobListener
Notify listener that execution of some BLOB operation had been completed.
executionCompleted(FirebirdBlob) - Method in class org.firebirdsql.jdbc.FBObjectListener.NoActionBlobListener
 
executionCompleted(FirebirdRowUpdater, boolean) - Method in class org.firebirdsql.jdbc.FBObjectListener.NoActionResultSetListener
 
executionCompleted(FirebirdRowUpdater, boolean) - Method in interface org.firebirdsql.jdbc.FBObjectListener.ResultSetListener
Notify listener that execution of some row updating operation is completed.
executionCompleted(FirebirdBlob) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
ExecutionPlanProcessor - Class in org.firebirdsql.gds.ng
InfoProcessor to retrieve the (normal) execution plan of a statement.
ExecutionPlanProcessor(FbStatement) - Constructor for class org.firebirdsql.gds.ng.ExecutionPlanProcessor
 
executionStarted(FirebirdBlob) - Method in interface org.firebirdsql.jdbc.FBObjectListener.BlobListener
Notify listener that execution of some BLOB operation had been started.
executionStarted(FirebirdBlob) - Method in class org.firebirdsql.jdbc.FBObjectListener.NoActionBlobListener
 
executionStarted(FirebirdRowUpdater) - Method in class org.firebirdsql.jdbc.FBObjectListener.NoActionResultSetListener
 
executionStarted(FirebirdRowUpdater) - Method in interface org.firebirdsql.jdbc.FBObjectListener.ResultSetListener
Notify listener that execution of some row updating operation started.
executionStarted(FBStatement) - Method in interface org.firebirdsql.jdbc.FBObjectListener.StatementListener
Notify listener that statement execution is being started.
executionStarted(FBStatement) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
executionStarted(FirebirdBlob) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
exitArrayElement(JaybirdSqlParser.ArrayElementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.arrayElement().
exitArrayElement(JaybirdSqlParser.ArrayElementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.arrayElement().
exitArrayRange(JaybirdSqlParser.ArrayRangeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.arrayRange().
exitArrayRange(JaybirdSqlParser.ArrayRangeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.arrayRange().
exitArraySpec(JaybirdSqlParser.ArraySpecContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.arraySpec().
exitArraySpec(JaybirdSqlParser.ArraySpecContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.arraySpec().
exitArrayType(JaybirdSqlParser.ArrayTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.arrayType().
exitArrayType(JaybirdSqlParser.ArrayTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.arrayType().
exitAssignment(JaybirdSqlParser.AssignmentContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.assignment().
exitAssignment(JaybirdSqlParser.AssignmentContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.assignment().
exitAssignments(JaybirdSqlParser.AssignmentsContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.assignments().
exitAssignments(JaybirdSqlParser.AssignmentsContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.assignments().
exitBlobSegSize(JaybirdSqlParser.BlobSegSizeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.blobSegSize().
exitBlobSegSize(JaybirdSqlParser.BlobSegSizeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.blobSegSize().
exitBlobSubtype(JaybirdSqlParser.BlobSubtypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.blobSubtype().
exitBlobSubtype(JaybirdSqlParser.BlobSubtypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.blobSubtype().
exitBlobType(JaybirdSqlParser.BlobTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.blobType().
exitBlobType(JaybirdSqlParser.BlobTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.blobType().
exitCastExpression(JaybirdSqlParser.CastExpressionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.castExpression().
exitCastExpression(JaybirdSqlParser.CastExpressionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.castExpression().
exitCharSetCharType(JaybirdSqlParser.CharSetCharTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.charSetCharType().
exitCharSetCharType(JaybirdSqlParser.CharSetCharTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.charSetCharType().
exitCharSetClause(JaybirdSqlParser.CharSetClauseContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.charSetClause().
exitCharSetClause(JaybirdSqlParser.CharSetClauseContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.charSetClause().
exitCharType(JaybirdSqlParser.CharTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.charType().
exitCharType(JaybirdSqlParser.CharTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.charType().
exitColumnList(JaybirdSqlParser.ColumnListContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.columnList().
exitColumnList(JaybirdSqlParser.ColumnListContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.columnList().
exitColumnName(JaybirdSqlParser.ColumnNameContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.columnName().
exitColumnName(JaybirdSqlParser.ColumnNameContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.columnName().
exitDataTypeDescriptor(JaybirdSqlParser.DataTypeDescriptorContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.dataTypeDescriptor().
exitDataTypeDescriptor(JaybirdSqlParser.DataTypeDescriptorContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.dataTypeDescriptor().
exitDefaultValuesClause(JaybirdSqlParser.DefaultValuesClauseContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.defaultValuesClause().
exitDefaultValuesClause(JaybirdSqlParser.DefaultValuesClauseContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.defaultValuesClause().
exitDeleteStatement(JaybirdSqlParser.DeleteStatementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.deleteStatement().
exitDeleteStatement(JaybirdSqlParser.DeleteStatementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.deleteStatement().
exitEveryRule(ParserRuleContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
exitExtractFunction(JaybirdSqlParser.ExtractFunctionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.extractFunction().
exitExtractFunction(JaybirdSqlParser.ExtractFunctionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.extractFunction().
exitFullIdentifier(JaybirdSqlParser.FullIdentifierContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.fullIdentifier().
exitFullIdentifier(JaybirdSqlParser.FullIdentifierContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.fullIdentifier().
exitFunction(JaybirdSqlParser.FunctionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.function().
exitFunction(JaybirdSqlParser.FunctionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.function().
exitInsertColumns(JaybirdSqlParser.InsertColumnsContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.insertColumns().
exitInsertColumns(JaybirdSqlParser.InsertColumnsContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.insertColumns().
exitInsertStatement(JaybirdSqlParser.InsertStatementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.insertStatement().
exitInsertStatement(JaybirdSqlParser.InsertStatementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.insertStatement().
exitInsertValues(JaybirdSqlParser.InsertValuesContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.insertValues().
exitInsertValues(JaybirdSqlParser.InsertValuesContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.insertValues().
exitMatchingClause(JaybirdSqlParser.MatchingClauseContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.matchingClause().
exitMatchingClause(JaybirdSqlParser.MatchingClauseContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.matchingClause().
exitNextValueExpression(JaybirdSqlParser.NextValueExpressionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.nextValueExpression().
exitNextValueExpression(JaybirdSqlParser.NextValueExpressionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.nextValueExpression().
exitNonArrayType(JaybirdSqlParser.NonArrayTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.nonArrayType().
exitNonArrayType(JaybirdSqlParser.NonArrayTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.nonArrayType().
exitNonCharSetCharType(JaybirdSqlParser.NonCharSetCharTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.nonCharSetCharType().
exitNonCharSetCharType(JaybirdSqlParser.NonCharSetCharTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.nonCharSetCharType().
exitNonCharType(JaybirdSqlParser.NonCharTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.nonCharType().
exitNonCharType(JaybirdSqlParser.NonCharTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.nonCharType().
exitNullValue(JaybirdSqlParser.NullValueContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.nullValue().
exitNullValue(JaybirdSqlParser.NullValueContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.nullValue().
exitParameter(JaybirdSqlParser.ParameterContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.parameter().
exitParameter(JaybirdSqlParser.ParameterContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.parameter().
exitReturningClause(JaybirdSqlParser.ReturningClauseContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.returningClause().
exitReturningClause(JaybirdSqlParser.ReturningClauseContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.returningClause().
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayElementContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayRangeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArraySpecContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayTypeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentsContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSegSizeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSubtypeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobTypeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CastExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetCharTypeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetClauseContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharTypeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnListContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnNameContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DataTypeDescriptorContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DefaultValuesClauseContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DeleteStatementContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ExtractFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FullIdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertColumnsContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertValuesContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.MatchingClauseContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonArrayTypeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharSetCharTypeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NullValueContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ParameterContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ReturningClauseContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SelectClauseContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleIdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleTypeContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleValueContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.StatementContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SubstringFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TableNameContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateStatementContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
exitRule(ParseTreeListener) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueListContext
 
exitSelectClause(JaybirdSqlParser.SelectClauseContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.selectClause().
exitSelectClause(JaybirdSqlParser.SelectClauseContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.selectClause().
exitSimpleIdentifier(JaybirdSqlParser.SimpleIdentifierContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.simpleIdentifier().
exitSimpleIdentifier(JaybirdSqlParser.SimpleIdentifierContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.simpleIdentifier().
exitSimpleType(JaybirdSqlParser.SimpleTypeContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.simpleType().
exitSimpleType(JaybirdSqlParser.SimpleTypeContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.simpleType().
exitSimpleValue(JaybirdSqlParser.SimpleValueContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.simpleValue().
exitSimpleValue(JaybirdSqlParser.SimpleValueContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.simpleValue().
exitStatement(JaybirdSqlParser.StatementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.statement().
exitStatement(JaybirdSqlParser.StatementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.statement().
exitSubstringFunction(JaybirdSqlParser.SubstringFunctionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.substringFunction().
exitSubstringFunction(JaybirdSqlParser.SubstringFunctionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.substringFunction().
exitTableName(JaybirdSqlParser.TableNameContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.tableName().
exitTableName(JaybirdSqlParser.TableNameContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.tableName().
exitTrimFunction(JaybirdSqlParser.TrimFunctionContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.trimFunction().
exitTrimFunction(JaybirdSqlParser.TrimFunctionContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.trimFunction().
exitTrimSpecification(JaybirdSqlParser.TrimSpecificationContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.trimSpecification().
exitTrimSpecification(JaybirdSqlParser.TrimSpecificationContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.trimSpecification().
exitUpdateOrInsertStatement(JaybirdSqlParser.UpdateOrInsertStatementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.updateOrInsertStatement().
exitUpdateOrInsertStatement(JaybirdSqlParser.UpdateOrInsertStatementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.updateOrInsertStatement().
exitUpdateStatement(JaybirdSqlParser.UpdateStatementContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.updateStatement().
exitUpdateStatement(JaybirdSqlParser.UpdateStatementContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.updateStatement().
exitValue(JaybirdSqlParser.ValueContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.value().
exitValue(JaybirdSqlParser.ValueContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.value().
exitValueList(JaybirdSqlParser.ValueListContext) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
Exit a parse tree produced by JaybirdSqlParser.valueList().
exitValueList(JaybirdSqlParser.ValueListContext) - Method in interface org.firebirdsql.jdbc.parser.JaybirdSqlListener
Exit a parse tree produced by JaybirdSqlParser.valueList().
ExtendedFieldInfo() - Constructor for class org.firebirdsql.jdbc.AbstractFieldMetaData.ExtendedFieldInfo
 
EXTENSION_PARAMETERS - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
List of the DPB extensions.
EXTRACT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
EXTRACT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
EXTRACT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ExtractFunctionContext
 
extractFunction() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
extractFunction() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
ExtractFunctionContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ExtractFunctionContext
 

F

failure(EncryptionIdentifier, SQLException) - Static method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
fatal(String) - Method in interface org.firebirdsql.logging.Logger
 
fatal(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
 
fb_cancel_abort - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_cancel_disable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_cancel_enable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_cancel_operation(ISC_STATUS[], IntByReference, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS fb_cancel_operation(ISC_STATUS*, isc_db_handle*, ISC_USHORT)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1296
fb_cancel_raise - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_disconnect_transaction(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS fb_disconnect_transaction(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:770
fb_info_page_contents - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_interpret(ByteBuffer, int, PointerByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
This const params version used in the engine and other places.
Original signature : ISC_LONG fb_interpret(ISC_SCHAR*, unsigned int, const ISC_STATUS**)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:703
FB_PROTOCOL_FLAG - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
FB_PROTOCOL_MASK - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
fb_shutdown(int, int) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : int fb_shutdown(unsigned int, const int)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1289
fb_shutdown_callback(ISC_STATUS[], FbClientLibrary.FbShutdownCallback, int, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS fb_shutdown_callback(ISC_STATUS*, FB_SHUTDOWN_CALLBACK, const int, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1291
fb_sqlstate(ByteBuffer, ISC_STATUS[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void fb_sqlstate(char*, const ISC_STATUS*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:777
FBAbstractCommonDataSource - Class in org.firebirdsql.ds
Abstract class for properties and behaviour common to DataSources, XADataSources and ConnectionPoolDataSources
FBAbstractCommonDataSource() - Constructor for class org.firebirdsql.ds.FBAbstractCommonDataSource
 
FBArray - Class in org.firebirdsql.jdbc
A Firebird-specific implementation of the mapping of a java.sql.Array.
FBArray() - Constructor for class org.firebirdsql.jdbc.FBArray
 
FbAttachment - Interface in org.firebirdsql.gds.ng
Connection to a Firebird server (to a database or service).
FBBackupManager - Class in org.firebirdsql.management
Implements the backup and restore functionality of Firebird Services API.
FBBackupManager() - Constructor for class org.firebirdsql.management.FBBackupManager
Create a new instance of FBBackupManager based on the default GDSType.
FBBackupManager(String) - Constructor for class org.firebirdsql.management.FBBackupManager
Create a new instance of FBBackupManager based on a given GDSType.
FBBackupManager(GDSType) - Constructor for class org.firebirdsql.management.FBBackupManager
Create a new instance of FBBackupManager based on a given GDSType.
FBBackupManagerBase - Class in org.firebirdsql.management
Implements the common functionality between regular and streaming backup/restore
FBBackupManagerBase() - Constructor for class org.firebirdsql.management.FBBackupManagerBase
Create a new instance of FBBackupManagerBase based on the default GDSType.
FBBackupManagerBase(String) - Constructor for class org.firebirdsql.management.FBBackupManagerBase
Create a new instance of FBBackupManagerBase based on a given GDSType.
FBBackupManagerBase(GDSType) - Constructor for class org.firebirdsql.management.FBBackupManagerBase
Create a new instance of FBBackupManagerBase based on a given GDSType.
FBBackupManagerBase.PathSizeStruct - Class in org.firebirdsql.management
Structure that holds path to the database and corresponding size of the file (in case of backup - that is size of the file in megabytes, in case of restore - size of the database file in pages).
FBBinaryField - Class in org.firebirdsql.jdbc.field
Field for binary fields ((VAR)CHAR CHARACTER SET OCTETS).
FbBlob - Interface in org.firebirdsql.gds.ng
Interface for blob operations.
FBBlob - Class in org.firebirdsql.jdbc
Firebird implementation of Blob.
FBBlob(GDSHelper, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create new Blob instance.
FBBlob(GDSHelper) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create new Blob instance.
FBBlob(GDSHelper, long, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create instance of this class to access existing Blob.
FBBlob(GDSHelper, long) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create instance of this class to access existing Blob.
FbBlob.SeekMode - Enum in org.firebirdsql.gds.ng
FBBlobInputStream - Class in org.firebirdsql.jdbc
An input stream for reading directly from a FBBlob instance.
FBBlobOutputStream - Class in org.firebirdsql.jdbc
OutputStream for writing Firebird blobs.
FBCachedBlob - Class in org.firebirdsql.jdbc
This class represents a cached blob field.
FBCachedBlob(byte[]) - Constructor for class org.firebirdsql.jdbc.FBCachedBlob
Create an instance using the cached data.
FBCachedClob - Class in org.firebirdsql.jdbc.field
Clob implementation that is cached client-side.
FBCachedClob(FBCachedBlob, String) - Constructor for class org.firebirdsql.jdbc.field.FBCachedClob
 
FBCallableStatement - Class in org.firebirdsql.jdbc
JDBC 4.2 implementation of PreparedStatement interface.
FBCallableStatement(GDSHelper, String, int, int, int, StoredProcedureMetaData, FBObjectListener.StatementListener, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBCallableStatement
 
FbClientDatabaseFactory - Class in org.firebirdsql.gds.ng.jna
Implementation of FbDatabaseFactory for establishing connection using the Firebird native client library.
FbClientDatabaseFactory() - Constructor for class org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
 
FbClientLibrary - Interface in org.firebirdsql.jna.fbclient
JNA Wrapper for library implementing ibase.h.
FbClientLibrary.FbShutdownCallback - Interface in org.firebirdsql.jna.fbclient
FbShutdown callback.
FbClientLibrary.IscEventCallback - Interface in org.firebirdsql.jna.fbclient
IscEvent callback.
FBClob - Class in org.firebirdsql.jdbc
The mapping in the JavaTM programming language for the SQL CLOB type.
FBClob(FBBlob) - Constructor for class org.firebirdsql.jdbc.FBClob
 
FBCommandLine - Class in org.firebirdsql.management
FBCommandLine.java Created: Thu Oct 10 14:14:07 2002
FBCommandLine() - Constructor for class org.firebirdsql.management.FBCommandLine
 
FBConnection - Class in org.firebirdsql.jdbc
The class FBConnection is a handle to a FBManagedConnection.
FBConnection(FBManagedConnection) - Constructor for class org.firebirdsql.jdbc.FBConnection
Create a new AbstractConnection instance based on a FBManagedConnection.
FBConnection.GeneratedKeysQuery - Class in org.firebirdsql.jdbc
 
FBConnectionDefaults - Class in org.firebirdsql.jdbc
Default values for JDBC connection.
FBConnectionDefaults() - Constructor for class org.firebirdsql.jdbc.FBConnectionDefaults
 
FBConnectionPoolDataSource - Class in org.firebirdsql.ds
Bare-bones implementation of ConnectionPoolDataSource.
FBConnectionPoolDataSource() - Constructor for class org.firebirdsql.ds.FBConnectionPoolDataSource
 
FbConnectionProperties - Class in org.firebirdsql.gds.ng
Mutable implementation of IConnectionProperties
FbConnectionProperties(IConnectionProperties) - Constructor for class org.firebirdsql.gds.ng.FbConnectionProperties
Copy constructor for FbConnectionProperties.
FbConnectionProperties() - Constructor for class org.firebirdsql.gds.ng.FbConnectionProperties
Default constructor for FbConnectionProperties
FBConnectionProperties - Class in org.firebirdsql.jdbc
 
FBConnectionProperties() - Constructor for class org.firebirdsql.jdbc.FBConnectionProperties
 
FBConnectionRequestInfo - Class in org.firebirdsql.jca
The class FBConnectionRequestInfo holds a clumplet that is used to store and transfer connection-specific information such as user, password, and other dpb information..
FBConnectionRequestInfo(DatabaseParameterBuffer) - Constructor for class org.firebirdsql.jca.FBConnectionRequestInfo
 
FbDatabase - Interface in org.firebirdsql.gds.ng
Connection handle to a database.
FbDatabaseFactory - Interface in org.firebirdsql.gds.ng
Factory for FbDatabase instances.
FBDatabaseMetaData - Class in org.firebirdsql.jdbc
Comprehensive information about the database as a whole.
FBDatabaseMetaData(FBConnection) - Constructor for class org.firebirdsql.jdbc.FBDatabaseMetaData
 
FBDatabaseMetaData.Clause - Class in org.firebirdsql.jdbc
 
FBDataSource - Class in org.firebirdsql.jdbc
The class FBDataSource is a ConnectionFactory for jdbc Connection objects.
FBDataSource(ManagedConnectionFactory, ConnectionManager) - Constructor for class org.firebirdsql.jdbc.FBDataSource
 
FBDataSource(FBManagedConnectionFactory, ConnectionManager) - Constructor for class org.firebirdsql.jdbc.FBDataSource
 
FBDriver - Class in org.firebirdsql.jdbc
The Jaybird JDBC Driver implementation for the Firebird database.
FBDriver() - Constructor for class org.firebirdsql.jdbc.FBDriver
 
FBDriverConsistencyCheckException - Exception in org.firebirdsql.jdbc
Internal driver consistency check failed.
FBDriverConsistencyCheckException(String) - Constructor for exception org.firebirdsql.jdbc.FBDriverConsistencyCheckException
Create instance of this exception for the specified message.
FBDriverNotCapableException - Exception in org.firebirdsql.jdbc
Tell that driver is not able to serve the request due to missing capabilities.
FBDriverNotCapableException(String) - Constructor for exception org.firebirdsql.jdbc.FBDriverNotCapableException
Create instance of this class for the specified reason.
FBDriverNotCapableException() - Constructor for exception org.firebirdsql.jdbc.FBDriverNotCapableException
Create instance of this class.
FbEmbeddedDatabaseFactory - Class in org.firebirdsql.gds.ng.jna
Implementation of FbDatabaseFactory for establishing connection using the Firebird embedded library.
FbEmbeddedDatabaseFactory() - Constructor for class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
 
FBEscapedCallParser - Class in org.firebirdsql.jdbc.escape
Parser for escaped procedure call.
FBEscapedCallParser(FBEscapedParser.EscapeParserMode) - Constructor for class org.firebirdsql.jdbc.escape.FBEscapedCallParser
 
FBEscapedFunctionHelper - Class in org.firebirdsql.jdbc.escape
Helper class for escaped functions.
FBEscapedFunctionHelper() - Constructor for class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
 
FBEscapedParser - Class in org.firebirdsql.jdbc.escape
The class FBEscapedParser parses the SQL and converts escaped syntax to native form.
FBEscapedParser(FBEscapedParser.EscapeParserMode) - Constructor for class org.firebirdsql.jdbc.escape.FBEscapedParser
Creates a parser for JDBC escaped strings.
FBEscapedParser.EscapeParserMode - Enum in org.firebirdsql.jdbc.escape
 
FBEventManager - Class in org.firebirdsql.event
An EventManager implementation to listen for database events.
FBEventManager() - Constructor for class org.firebirdsql.event.FBEventManager
 
FBEventManager(GDSType) - Constructor for class org.firebirdsql.event.FBEventManager
 
FbExceptionBuilder - Class in org.firebirdsql.gds.ng
Builder for exceptions received from Firebird.
FbExceptionBuilder() - Constructor for class org.firebirdsql.gds.ng.FbExceptionBuilder
 
FBField - Class in org.firebirdsql.jdbc.field
Describe class FBField here.
FBFlushableField - Interface in org.firebirdsql.jdbc.field
Instances of this field cache data in auto-commit case if no transaction is yet available and must be flushed before transaction is committed.
FBFlushableField.CachedObject - Class in org.firebirdsql.jdbc.field
 
FbImmutableConnectionProperties - Class in org.firebirdsql.gds.ng
Immutable implementation of IConnectionProperties.
FbImmutableConnectionProperties(IConnectionProperties) - Constructor for class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
Copy constructor for FbConnectionProperties.
FbImmutableServiceProperties - Class in org.firebirdsql.gds.ng
Immutable implementation of IServiceProperties.
FbImmutableServiceProperties(IServiceProperties) - Constructor for class org.firebirdsql.gds.ng.FbImmutableServiceProperties
Copy constructor for FbServiceProperties.
FBIncorrectXidException - Exception in org.firebirdsql.jca
This error is thrown when message read from the RDB$TRANSACTIONS table does not represent a serialized Xid.
FBIncorrectXidException(Exception) - Constructor for exception org.firebirdsql.jca.FBIncorrectXidException
 
FBIncorrectXidException(String, Exception) - Constructor for exception org.firebirdsql.jca.FBIncorrectXidException
 
FBIncorrectXidException(String, String) - Constructor for exception org.firebirdsql.jca.FBIncorrectXidException
 
FBIncorrectXidException(String) - Constructor for exception org.firebirdsql.jca.FBIncorrectXidException
 
FbLocalDatabaseFactory - Class in org.firebirdsql.gds.ng.jna
Implementation of FbDatabaseFactory for establishing local connections using the Firebird client library.
FbLocalDatabaseFactory() - Constructor for class org.firebirdsql.gds.ng.jna.FbLocalDatabaseFactory
 
FBLocalTransaction - Class in org.firebirdsql.jca
The class FBLocalTransaction implements LocalTransaction both in the cci and spi meanings.
FBLocalTransaction(FBManagedConnection, FBConnection) - Constructor for class org.firebirdsql.jca.FBLocalTransaction
 
FBLocalTransaction.FBLocalXid - Class in org.firebirdsql.jca
 
FBLocalXid() - Constructor for class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
 
FBLongVarCharField - Class in org.firebirdsql.jdbc.field
This is Blob-based implementation of FBStringField.
FBMaintenanceManager - Class in org.firebirdsql.management
The FBMaintenanceManager class is responsible for replicating the functionality provided by the gfix command-line tool.
FBMaintenanceManager() - Constructor for class org.firebirdsql.management.FBMaintenanceManager
Create a new instance of FBMaintenanceManager based on the default GDSType.
FBMaintenanceManager(String) - Constructor for class org.firebirdsql.management.FBMaintenanceManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBMaintenanceManager(GDSType) - Constructor for class org.firebirdsql.management.FBMaintenanceManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBManagedConnection - Class in org.firebirdsql.jca
The class FBManagedConnection implements both the ManagedConnection and XAResource interfaces.
FBManagedConnectionFactory - Class in org.firebirdsql.jca
FBManagedConnectionFactory implements the jca ManagedConnectionFactory interface and also many of the internal functions of ManagedConnection.
FBManagedConnectionFactory() - Constructor for class org.firebirdsql.jca.FBManagedConnectionFactory
Create a new pure-Java FBManagedConnectionFactory.
FBManagedConnectionFactory(GDSType) - Constructor for class org.firebirdsql.jca.FBManagedConnectionFactory
Create a new FBManagedConnectionFactory based around the given GDSType.
FBManagedConnectionFactory(GDSType, FBConnectionProperties) - Constructor for class org.firebirdsql.jca.FBManagedConnectionFactory
 
FBManagedConnectionMetaData - Class in org.firebirdsql.jca
The class FBManagedConnectionMetaData implements javax.resource.sqi.ManagedConnectionMetaData, providing almost no useful information.
FBManager - Class in org.firebirdsql.management
A simple jmx mbean that allows you to create and drop databases.
FBManager() - Constructor for class org.firebirdsql.management.FBManager
 
FBManager(GDSType) - Constructor for class org.firebirdsql.management.FBManager
 
FBManager(String) - Constructor for class org.firebirdsql.management.FBManager
 
FBManagerMBean - Interface in org.firebirdsql.management
Describe interface FBManagerMBean here.
FBMissingParameterException - Exception in org.firebirdsql.jdbc
Exception notifying developer that not all parameters were set when calling the prepared statement.
FBNBackupManager - Class in org.firebirdsql.management
Implements the incremental backup and restore functionality of NBackup via the Firebird Services API.
FBNBackupManager() - Constructor for class org.firebirdsql.management.FBNBackupManager
Create a new instance of FBNBackupManager based on the default GDSType.
FBNBackupManager(String) - Constructor for class org.firebirdsql.management.FBNBackupManager
Create a new instance of FBNBackupManager based on a given GDSType.
FBNBackupManager(GDSType) - Constructor for class org.firebirdsql.management.FBNBackupManager
Create a new instance of FBNBackupManager based on a given GDSType.
FBObjectListener - Interface in org.firebirdsql.jdbc
This interface defines set of listeners that will be called in different situations.
FBObjectListener.BlobListener - Interface in org.firebirdsql.jdbc
Listener for the events generated by BLOBs.
FBObjectListener.FetcherListener - Interface in org.firebirdsql.jdbc
 
FBObjectListener.NoActionBlobListener - Class in org.firebirdsql.jdbc
Implementation of FBObjectListener.BlobListener that implements all methods as empty methods.
FBObjectListener.NoActionResultSetListener - Class in org.firebirdsql.jdbc
Implementation of FBObjectListener.ResultSetListener that implements all methods as empty methods.
FBObjectListener.ResultSetListener - Interface in org.firebirdsql.jdbc
Listener for the events generated by the result set.
FBObjectListener.StatementListener - Interface in org.firebirdsql.jdbc
Listener for the events generated by statements.
FBParameterMetaData - Class in org.firebirdsql.jdbc
An object that can be used to get information about the types and properties for each parameter marker in a PreparedStatement object.
FBParameterMetaData(RowDescriptor, FBConnection) - Constructor for class org.firebirdsql.jdbc.FBParameterMetaData
Creates a new FBParameterMetaData instance.
FBPooledConnection - Class in org.firebirdsql.ds
PooledConnection implementation for FBConnectionPoolDataSource
FBPooledConnection(Connection) - Constructor for class org.firebirdsql.ds.FBPooledConnection
 
FBPreparedStatement - Class in org.firebirdsql.jdbc
JDBC 4.2 implementation of PreparedStatement interface.
FBPreparedStatement(GDSHelper, int, int, int, FBObjectListener.StatementListener, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBPreparedStatement
 
FBPreparedStatement(GDSHelper, String, int, int, int, FBObjectListener.StatementListener, FBObjectListener.BlobListener, boolean, boolean, boolean) - Constructor for class org.firebirdsql.jdbc.FBPreparedStatement
 
FBProcedureCall - Class in org.firebirdsql.jdbc
Represents procedure call.
FBProcedureCall() - Constructor for class org.firebirdsql.jdbc.FBProcedureCall
 
FBProcedureParam - Class in org.firebirdsql.jdbc
Represents procedure call parameter.
FBProcedureParam() - Constructor for class org.firebirdsql.jdbc.FBProcedureParam
 
FBProcedureParam(int, String) - Constructor for class org.firebirdsql.jdbc.FBProcedureParam
Create a new FBProcedureParam instance.
FBResourceException - Exception in org.firebirdsql.jca
FBResourceException should be used in places where ResourceException should be thrown according to the interface specification, but we do not want to lose the exception that we caught.
FBResourceException(String) - Constructor for exception org.firebirdsql.jca.FBResourceException
Create a new instance of FBResourceException with a given string message and generic error code.
FBResourceException(String, String) - Constructor for exception org.firebirdsql.jca.FBResourceException
Create a new instance of FBResourceException with a message and specific error code.
FBResourceException(String, Exception) - Constructor for exception org.firebirdsql.jca.FBResourceException
Create a new instance of FBResourceException with a generic error code that is linked to another (sub) exception.
FBResourceException(Exception) - Constructor for exception org.firebirdsql.jca.FBResourceException
Create a new instance of FBResourceException with a generic error code that is linked to another (sub) exception.
FBResourceTransactionException - Exception in org.firebirdsql.jca
Exception represents transaction error in resource.
FBResourceTransactionException(String) - Constructor for exception org.firebirdsql.jca.FBResourceTransactionException
Create a new instance of FBResourceTransactionException with a given message and generic error code
FBResourceTransactionException(String, String) - Constructor for exception org.firebirdsql.jca.FBResourceTransactionException
Create a new instance of FBResourceTransactionException with a given message and error code.
FBResourceTransactionException(String, Exception) - Constructor for exception org.firebirdsql.jca.FBResourceTransactionException
Create a new instance of FBResourceTransactionException with a given message and sub-exception.
FBResourceTransactionException(String, String, Exception) - Constructor for exception org.firebirdsql.jca.FBResourceTransactionException
Create a new instance of FBResourceException with a given message, error code and underlying exception.
FBResultSet - Class in org.firebirdsql.jdbc
JDBC 4.2 implementation of ResultSet interface.
FBResultSet(FBConnection, FBStatement, FbStatement, FBObjectListener.ResultSetListener, boolean, int, int, int, boolean) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSet(RowDescriptor, List<RowValue>, FBObjectListener.ResultSetListener) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSet(RowDescriptor, List<RowValue>) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSet(RowDescriptor, FBConnection, List<RowValue>, boolean) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSetMetaData - Class in org.firebirdsql.jdbc
An object that can be used to get information about the types and properties of the columns in a ResultSet object.
FBResultSetMetaData(RowDescriptor, FBConnection) - Constructor for class org.firebirdsql.jdbc.FBResultSetMetaData
Creates a new FBResultSetMetaData instance.
FBResultSetNotUpdatableException - Exception in org.firebirdsql.jdbc
Exception is thrown when trying to modify the non-updatable result set.
FBResultSetNotUpdatableException() - Constructor for exception org.firebirdsql.jdbc.FBResultSetNotUpdatableException
Create default instance of this class.
FBResultSetNotUpdatableException(String) - Constructor for exception org.firebirdsql.jdbc.FBResultSetNotUpdatableException
Create instance of this class for the specified message.
FBRowUpdater - Class in org.firebirdsql.jdbc
Class responsible for modifying updatable result sets.
FBRowUpdater(FBConnection, RowDescriptor, Synchronizable, boolean, FBObjectListener.ResultSetListener) - Constructor for class org.firebirdsql.jdbc.FBRowUpdater
 
FBSavepoint - Class in org.firebirdsql.jdbc
Savepoint implementation.
FBSavepoint(int) - Constructor for class org.firebirdsql.jdbc.FBSavepoint
Create instance of this class.
FBSavepoint(String) - Constructor for class org.firebirdsql.jdbc.FBSavepoint
Create instance of this class for the specified name.
FbService - Interface in org.firebirdsql.gds.ng
Connection handle to a service.
FBServiceManager - Class in org.firebirdsql.management
An implementation of the basic Firebird Service API functionality.
FBServiceManager() - Constructor for class org.firebirdsql.management.FBServiceManager
Create a new instance of FBServiceManager based on the default GDSType.
FBServiceManager(String) - Constructor for class org.firebirdsql.management.FBServiceManager
Create a new instance of FBServiceManager based on a given GDSType.
FBServiceManager(GDSType) - Constructor for class org.firebirdsql.management.FBServiceManager
Create a new instance of FBServiceManager based on a given GDSType.
FbServiceProperties - Class in org.firebirdsql.gds.ng
Mutable implementation of IServiceProperties.
FbServiceProperties(IServiceProperties) - Constructor for class org.firebirdsql.gds.ng.FbServiceProperties
Copy constructor for FbServiceProperties.
FbServiceProperties() - Constructor for class org.firebirdsql.gds.ng.FbServiceProperties
Default constructor for FbServiceProperties
FBSimpleDataSource - Class in org.firebirdsql.ds
This is a simple implementation of DataSource interface.
FBSimpleDataSource() - Constructor for class org.firebirdsql.ds.FBSimpleDataSource
Create instance of this class.
FBSimpleDataSource(GDSType) - Constructor for class org.firebirdsql.ds.FBSimpleDataSource
Create instance of this class.
FBSQLEncryptException - Exception in org.firebirdsql.gds.ng.wire.crypt
Exception that indicates encryption could not be initialized.
FBSQLEncryptException(String, String, int) - Constructor for exception org.firebirdsql.gds.ng.wire.crypt.FBSQLEncryptException
 
FBSQLException - Exception in org.firebirdsql.jdbc
 
FBSQLException(Exception) - Constructor for exception org.firebirdsql.jdbc.FBSQLException
 
FBSQLException(GDSException) - Constructor for exception org.firebirdsql.jdbc.FBSQLException
 
FBSQLException(ResourceException) - Constructor for exception org.firebirdsql.jdbc.FBSQLException
 
FBSQLException(String) - Constructor for exception org.firebirdsql.jdbc.FBSQLException
 
FBSQLException(String, SQLException) - Constructor for exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
In all most all cases use FBSQLException(String, String) in combination with SQLException.setNextException(SQLException).
FBSQLException(String, String) - Constructor for exception org.firebirdsql.jdbc.FBSQLException
 
FBSQLExceptionInfo - Exception in org.firebirdsql.jdbc
Subclass of SQLException whose only purpose is to preserve the information provided by the status vector when an exception is created using FbExceptionBuilder.toFlatSQLException().
FBSQLExceptionInfo(String, String, int) - Constructor for exception org.firebirdsql.jdbc.FBSQLExceptionInfo
 
FBSQLParseException - Exception in org.firebirdsql.jdbc.escape
This exception is thrown by FBEscapedParser when it cannot parse the escaped syntax.
FBSQLParseException(String) - Constructor for exception org.firebirdsql.jdbc.escape.FBSQLParseException
 
FBStandAloneConnectionManager - Class in org.firebirdsql.jca
The class FBStandAloneConnectionManager provides the default implementation of ConnectionManager for standalone use.
FbStatement - Interface in org.firebirdsql.gds.ng
API for statement handles.
FBStatement - Class in org.firebirdsql.jdbc
The object used for executing a static SQL statement and obtaining the results produced by it.
FBStatement(GDSHelper, int, int, int, FBObjectListener.StatementListener) - Constructor for class org.firebirdsql.jdbc.FBStatement
 
fbStatement - Variable in class org.firebirdsql.jdbc.FBStatement
 
FBStatement.StatementResult - Enum in org.firebirdsql.jdbc
The current result of a statement.
FBStatisticsManager - Class in org.firebirdsql.management
The FBStatisticsManager class is responsible for replicating the functionality of the gstat command-line tool.
FBStatisticsManager() - Constructor for class org.firebirdsql.management.FBStatisticsManager
Create a new instance of FBMaintenanceManager based on the default GDSType.
FBStatisticsManager(String) - Constructor for class org.firebirdsql.management.FBStatisticsManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBStatisticsManager(GDSType) - Constructor for class org.firebirdsql.management.FBStatisticsManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBStreamingBackupManager - Class in org.firebirdsql.management
Implements the streaming version of the backup and restore functionality of Firebird Services API.
FBStreamingBackupManager() - Constructor for class org.firebirdsql.management.FBStreamingBackupManager
Create a new instance of FBStreamingBackupManager based on the default GDSType.
FBStreamingBackupManager(String) - Constructor for class org.firebirdsql.management.FBStreamingBackupManager
Create a new instance of FBStreamingBackupManager based on a given GDSType.
FBStreamingBackupManager(GDSType) - Constructor for class org.firebirdsql.management.FBStreamingBackupManager
Create a new instance of FBStreamingBackupManager based on a given GDSType.
FBTpb - Class in org.firebirdsql.jca
The FBTpb class represents the Firebird Transaction Parameter Block (TPB), which contains Firebird-specific information about transaction isolation.
FBTpb(TransactionParameterBuffer) - Constructor for class org.firebirdsql.jca.FBTpb
Create a new Transaction Parameters Block instance based around a FBTpbMapper.
FBTpbMapper - Class in org.firebirdsql.jdbc
This class is provides mapping capabilities between standard JDBC transaction isolation level and Firebird Transaction Parameters Block (TPB).
FBTpbMapper() - Constructor for class org.firebirdsql.jdbc.FBTpbMapper
Create instance of this class with the default mapping of JDBC transaction isolation levels to Firebird TPB.
FBTpbMapper(Map<String, String>) - Constructor for class org.firebirdsql.jdbc.FBTpbMapper
Create instance of this class for the specified string mapping.
FBTpbMapper(String, ClassLoader) - Constructor for class org.firebirdsql.jdbc.FBTpbMapper
Create instance of this class and load mapping from the specified resource.
FBTraceManager - Class in org.firebirdsql.management
Implements the Trace/Audit API available new in Firebird 2.5
FBTraceManager() - Constructor for class org.firebirdsql.management.FBTraceManager
Create a new instance of FBTraceManager based on the default GDSType.
FBTraceManager(String) - Constructor for class org.firebirdsql.management.FBTraceManager
Create a new instance of FBTraceManager based on a given GDSType.
FBTraceManager(GDSType) - Constructor for class org.firebirdsql.management.FBTraceManager
Create a new instance of FBTraceManager based on a given GDSType.
FbTransaction - Interface in org.firebirdsql.gds.ng
Handle for a transaction.
FBUpdatableCursorFetcher - Class in org.firebirdsql.jdbc
Statement fetcher for updatable cursor case.
FBUser - Class in org.firebirdsql.management
A user in the Firebird Security Database.
FBUser() - Constructor for class org.firebirdsql.management.FBUser
Create an instance of this class.
FBUserManager - Class in org.firebirdsql.management
Implements the display/add/delete/modify user functionality of the Firebird Services API.
FBUserManager() - Constructor for class org.firebirdsql.management.FBUserManager
Create a new instance of FBMaintenanceManager based on the default GDSType.
FBUserManager(String) - Constructor for class org.firebirdsql.management.FBUserManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBUserManager(GDSType) - Constructor for class org.firebirdsql.management.FBUserManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FbWireAsynchronousChannel - Interface in org.firebirdsql.gds.ng.wire
Interface for the asynchronous channel used for event notification.
FbWireAttachment - Interface in org.firebirdsql.gds.ng.wire
 
FbWireAttachment.AcceptPacket - Class in org.firebirdsql.gds.ng.wire
Struct-like class, reduced equivalent of Firebird p_acpd so we can store data for handling op_cond_accept.
FbWireBlob - Interface in org.firebirdsql.gds.ng.wire
 
FbWireDatabase - Interface in org.firebirdsql.gds.ng.wire
 
FbWireDatabaseFactory - Class in org.firebirdsql.gds.ng.wire
Implementation of FbDatabaseFactory for the wire protocol implementation.
FbWireDatabaseFactory() - Constructor for class org.firebirdsql.gds.ng.wire.FbWireDatabaseFactory
 
FbWireOperations - Interface in org.firebirdsql.gds.ng.wire
Common connection operations shared by database and service handles
FbWireOperations.ProcessAttachCallback - Interface in org.firebirdsql.gds.ng.wire
 
FbWireService - Interface in org.firebirdsql.gds.ng.wire
 
FbWireStatement - Interface in org.firebirdsql.gds.ng.wire
Interface for Statements created for the wire protocol implementation.
FbWireTransaction - Interface in org.firebirdsql.gds.ng.wire
Interface for transactions created for the wire protocol implementation.
FBWorkaroundStringField - Class in org.firebirdsql.jdbc.field
Class implementing workaround for "operation was cancelled" bug in server.
FBXAConnection - Class in org.firebirdsql.ds
XAConnection implementation for FBXADataSource
FBXAConnection(FBConnection) - Constructor for class org.firebirdsql.ds.FBXAConnection
 
FBXADataSource - Class in org.firebirdsql.ds
Bare-bones implementation of XADataSource.
FBXADataSource() - Constructor for class org.firebirdsql.ds.FBXADataSource
 
FBXAException - Exception in org.firebirdsql.jca
Convenience exception that adds constructor taking message and error code together.
FBXAException() - Constructor for exception org.firebirdsql.jca.FBXAException
 
FBXAException(String) - Constructor for exception org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException with a given message.
FBXAException(int) - Constructor for exception org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException based around a specific error code.
FBXAException(String, int) - Constructor for exception org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException based around a message and specific error code.
FBXAException(int, Exception) - Constructor for exception org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException wrapped around an underlying exception.
FBXAException(String, int, Exception) - Constructor for exception org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException based around a message and with an underlying exception.
FETCH_NO_MORE_ROWS - Static variable in interface org.firebirdsql.gds.ISCConstants
 
FETCH_OK - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fetcherClosed(FBFetcher) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
fetcherClosed(FBFetcher) - Method in interface org.firebirdsql.jdbc.FBObjectListener.FetcherListener
Notify listener that underlying fetcher is closed.
FetchResponse - Class in org.firebirdsql.gds.ng.wire
 
FetchResponse(int, int) - Constructor for class org.firebirdsql.gds.ng.wire.FetchResponse
 
fetchRows(int) - Method in interface org.firebirdsql.gds.ng.FbStatement
Requests this statement to fetch the next fetchSize rows.
fetchRows(int) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
Requests this statement to fetch the next fetchSize rows.
fetchRows(int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
fetchSize - Variable in class org.firebirdsql.jdbc.FBStatement
 
fi - Variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnNameContext
 
FieldDataProvider - Interface in org.firebirdsql.jdbc.field
Provider of the row data.
FieldDescriptor - Class in org.firebirdsql.gds.ng.fields
The class FieldDescriptor contains the column metadata of the XSQLVAR server data structure used to describe one column for input or output.
FieldDescriptor(int, DatatypeCoder, int, int, int, int, String, String, String, String, String) - Constructor for class org.firebirdsql.gds.ng.fields.FieldDescriptor
Constructor for metadata FieldDescriptor.
fieldDescriptor - Variable in class org.firebirdsql.jdbc.field.FBField
 
FieldValue - Class in org.firebirdsql.gds.ng.fields
Holder object for the value of a (statement) parameter or result set field.
FieldValue() - Constructor for class org.firebirdsql.gds.ng.fields.FieldValue
Creates an uninitialized FieldValue instance.
FieldValue(byte[]) - Constructor for class org.firebirdsql.gds.ng.fields.FieldValue
Creates an initialized FieldValue instance with the supplied fieldData.
FILENAME_CHARSET - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
fillInStackTrace() - Method in exception org.firebirdsql.jdbc.FBSQLExceptionInfo
 
FILTER_PARAMETER - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
filterProperties(T) - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
Allows the database factory to perform modification of the attach properties before use.
filterProperties(T) - Method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
 
filterProperties(T) - Method in class org.firebirdsql.gds.ng.jna.FbLocalDatabaseFactory
 
finalize() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
finalize() - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
finalize() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
finalize() - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
 
finalize() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
finalize() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
finalize() - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
finalize() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
 
finalize() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
finalize() - Method in class org.firebirdsql.jdbc.FBConnection
 
finalize() - Method in class org.firebirdsql.jdbc.FBStatement
 
find(int) - Method in class org.firebirdsql.gds.ClumpletReader
 
findColumn(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Maps the given ResultSet column name to its ResultSet column index.
findMethod(Class<?>, String, Class<?>[]) - Static method in class org.firebirdsql.util.ReflectionHelper
Helper function to find specified method in a specified class.
findOutParameter(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Helper method to identify the right resultset column for the give OUT parameter name.
findSingleXid(Xid) - Method in class org.firebirdsql.jca.FBManagedConnection
Obtain a single prepared transaction branch from a resource manager, based on a Xid
FirebirdBlob - Interface in org.firebirdsql.jdbc
Firebird Blob abstraction.
FirebirdBlob.BlobInputStream - Interface in org.firebirdsql.jdbc
Blob input stream.
FirebirdBlob.BlobOutputStream - Interface in org.firebirdsql.jdbc
Blob output stream.
FirebirdCallableStatement - Interface in org.firebirdsql.jdbc
Firebird extension to the CallableStatement interface.
FirebirdConnection - Interface in org.firebirdsql.jdbc
Extension of Connection interface providing access to Firebird specific features.
FirebirdConnectionProperties - Interface in org.firebirdsql.jdbc
Connection properties for the Firebird connection.
FirebirdDatabaseMetaData - Interface in org.firebirdsql.jdbc
Extension of DatabaseMetaData interface providing access to Firebird specific features.
FirebirdDriver - Interface in org.firebirdsql.jdbc
Extension of the Driver providing methods to set the connection properties programmatically.
FirebirdLocalTransaction - Interface in org.firebirdsql.jca
Extention of the LocalTransaction interface to tell whether the underlying managed connection is currently participating in some transaction or not and to obtain the associated Xid.
FirebirdParameterMetaData - Interface in org.firebirdsql.jdbc
Firebird extension to the ParameterMetaData interface.
FirebirdPreparedStatement - Interface in org.firebirdsql.jdbc
Firebird extensions to the PreparedStatement interface.
FirebirdResultSet - Interface in org.firebirdsql.jdbc
Firebird-specific extensions to the ResultSet interface.
FirebirdResultSetMetaData - Interface in org.firebirdsql.jdbc
Firebird-specific extensions to the ResultSetMetaData interface.
FirebirdSavepoint - Interface in org.firebirdsql.jdbc
Firebird-specific extensions to the Savepoint interface.
FirebirdStatement - Interface in org.firebirdsql.jdbc
Firebird-specific extensions to the Statement interface.
FirebirdSupportInfo - Class in org.firebirdsql.util
Helper class that reports if a Firebird version supports a specific feature.
fireConnectionClosed() - Method in class org.firebirdsql.ds.FBPooledConnection
Helper method to fire the connectionClosed event.
fireConnectionError(SQLException) - Method in class org.firebirdsql.ds.FBPooledConnection
Helper method to fire the connectionErrorOccurred event.
fireFatalConnectionError(SQLException) - Method in class org.firebirdsql.ds.FBPooledConnection
Helper method to fire the connectionErrorOccurred event.
first() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor to the first row in this ResultSet object.
first_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the user's first name
C type : ISC_SCHAR*
firstWarning - Variable in class org.firebirdsql.jdbc.FBStatement
 
fitsUnsigned32BitInteger(long) - Static method in class org.firebirdsql.util.NumericHelper
Checks if the supplied long would fit in an unsigned 32 bit integer.
floor(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the floor UDF function.
flush() - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Flush all buffered data to the underlying output stream.
flush() - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 
flushCachedData() - Method in interface org.firebirdsql.jdbc.field.FBFlushableField
Flush cached data to the database server.
flushCachedData() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
FOR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
FOR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
FOR() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
FOR() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SubstringFunctionContext
 
FORCE_CONSOLE_LOGGER_PROP - Static variable in class org.firebirdsql.logging.LoggerFactory
 
FORCE_WRITE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
forDialect(int) - Static method in enum org.firebirdsql.jdbc.QuoteStrategy
Obtain the QuoteStrategy for the specified dialect.
forException(int) - Static method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Creates an exception builder with the specified error code.
forget(Xid) - Method in class org.firebirdsql.jca.FBManagedConnection
Indicates that no further action will be taken on behalf of this transaction (after a heuristic failure).
forget(FBManagedConnection, Xid) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
forgetResultSet() - Method in class org.firebirdsql.jdbc.FBStatement
 
forWarning(int) - Static method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Creates an exception builder for a warning with the specified error code.
fractions - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
 
FRACTIONS_PER_HOUR - Static variable in interface org.firebirdsql.gds.ng.DatatypeCoder
 
FRACTIONS_PER_MILLISECOND - Static variable in interface org.firebirdsql.gds.ng.DatatypeCoder
 
FRACTIONS_PER_MINUTE - Static variable in interface org.firebirdsql.gds.ng.DatatypeCoder
 
FRACTIONS_PER_SECOND - Static variable in interface org.firebirdsql.gds.ng.DatatypeCoder
 
frb_info_att_charset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
free(int) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Frees the currently allocated statement (either close the cursor with ISCConstants.DSQL_close or drop the statement handle using ISCConstants.DSQL_drop.
free(int) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
free(int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
free(int) - Method in class org.firebirdsql.gds.ng.wire.version11.V11Statement
 
free() - Method in class org.firebirdsql.jdbc.FBArray
This method frees the Array object and releases the resources that it holds.
free() - Method in class org.firebirdsql.jdbc.FBBlob
This method frees the Blob object and releases the resources that it holds.
free() - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
free() - Method in class org.firebirdsql.jdbc.FBClob
 
free() - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
freeStatements() - Method in class org.firebirdsql.jdbc.FBConnection
This method closes all active statements and cleans resources.
FROM - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
FROM() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DeleteStatementContext
 
FROM() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ExtractFunctionContext
 
FROM - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
FROM() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SubstringFunctionContext
 
FROM() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimFunctionContext
 
fromBase64String(String) - Static method in class org.firebirdsql.util.ByteArrayHelper
Decodes a base64 encoded string to a byte array.
fromDpb(DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
Deprecated.
TODO: This method is only intended to simplify migration of the protocol implementation and needs to be removed.
fromFirebirdToJdbcType(int, int, int) - Static method in class org.firebirdsql.jdbc.field.JdbcTypeConverter
Converts from the Firebird type, subtype and scale to the JDBC type value from Types.
fromMetaDataToFirebirdType(int) - Static method in class org.firebirdsql.jdbc.field.JdbcTypeConverter
Converts the metadata type value to the Firebird type value (null bit not set).
fromMetaDataToJdbcType(int, int, int) - Static method in class org.firebirdsql.jdbc.field.JdbcTypeConverter
Converts from the metadata type (as used in the system tables) to JDBC type values from Types.
fromString(String) - Static method in enum org.firebirdsql.gds.ng.WireCrypt
Get the enum value for the provided name, case-insensitive.
fullIdentifier() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnNameContext
 
fullIdentifier() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
FullIdentifierContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FullIdentifierContext
 
function() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
function() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
FunctionContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 

G

GARBAGE_COLLECT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
GBAK_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
gds_quad_high - Variable in class org.firebirdsql.jna.fbclient.GDS_QUAD_t
 
gds_quad_low - Variable in class org.firebirdsql.jna.fbclient.GDS_QUAD_t
 
GDS_QUAD_t - Class in org.firebirdsql.jna.fbclient
JNA wrapper for GDS_QUAD_t.
GDS_QUAD_t() - Constructor for class org.firebirdsql.jna.fbclient.GDS_QUAD_t
 
GDS_QUAD_t(int, int) - Constructor for class org.firebirdsql.jna.fbclient.GDS_QUAD_t
 
GDS_QUAD_t.ByReference - Class in org.firebirdsql.jna.fbclient
 
GDS_QUAD_t.ByValue - Class in org.firebirdsql.jna.fbclient
 
GDSException - Exception in org.firebirdsql.gds
A GDS-specific exception
GDSException(int, int) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(int, String) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(int, int, String) - Constructor for exception org.firebirdsql.gds.GDSException
Construct instance of this class.
GDSException(int, int, String, Throwable) - Constructor for exception org.firebirdsql.gds.GDSException
Construct instance of this class.
GDSException(int) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(int, Throwable) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(String) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance with only a simple message.
GDSExceptionHelper - Class in org.firebirdsql.gds
This class returns messages for the specified error code.
GDSExceptionHelper() - Constructor for class org.firebirdsql.gds.GDSExceptionHelper
 
GDSExceptionHelper.GDSMessage - Class in org.firebirdsql.gds
This class wraps message template obtained from isc_error_msg.properties file and allows to set parameters to the message.
GDSFactory - Class in org.firebirdsql.gds.impl
The class GDSFactory exists to provide a way to obtain objects implementing GDS and Clumplet.
GDSFactory() - Constructor for class org.firebirdsql.gds.impl.GDSFactory
 
GDSFactoryPlugin - Interface in org.firebirdsql.gds.impl
 
GDSHelper - Class in org.firebirdsql.gds.impl
Helper class for all GDS-related operations.
GDSHelper(FbDatabase) - Constructor for class org.firebirdsql.gds.impl.GDSHelper
Create instance of this class.
gdsHelper - Variable in class org.firebirdsql.jdbc.AbstractResultSet
 
gdsHelper - Variable in class org.firebirdsql.jdbc.FBStatement
 
gdsHelper - Variable in class org.firebirdsql.jdbc.field.FBField
 
GDSMessage(String) - Constructor for class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Constructs an instance of GDSMessage for the specified template.
GDSServerVersion - Class in org.firebirdsql.gds.impl
Object representing a Firebird server version.
GDSServerVersionException - Exception in org.firebirdsql.gds.impl
Exception is thrown when server returns a version string in a format that this driver does not understand.
GDSServerVersionException(String) - Constructor for exception org.firebirdsql.gds.impl.GDSServerVersionException
 
GDSType - Class in org.firebirdsql.gds.impl
Type-safe "enumeration" of the GDS types registered in the system.
GEN_ID - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
GEN_ID - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
GEN_ID() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
generatedKeyAlwaysReturned() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
GeneratedKeysQuery(String, int) - Constructor for class org.firebirdsql.jdbc.FBConnection.GeneratedKeysQuery
 
GeneratedKeysQuery(String, int[]) - Constructor for class org.firebirdsql.jdbc.FBConnection.GeneratedKeysQuery
 
GeneratedKeysQuery(String, String[]) - Constructor for class org.firebirdsql.jdbc.FBConnection.GeneratedKeysQuery
 
generatesKeys() - Method in class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
Indicates if the query will generate keys.
generatesSessionKey() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
 
GENERIC_ID - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
GENERIC_ID() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSubtypeContext
 
GENERIC_ID() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetClauseContext
 
GENERIC_ID - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
GENERIC_ID() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleIdentifierContext
 
GenericResponse - Class in org.firebirdsql.gds.ng.wire
 
GenericResponse(int, long, byte[], SQLException) - Constructor for class org.firebirdsql.gds.ng.wire.GenericResponse
 
get(int) - Method in class org.firebirdsql.gds.ng.fields.RowValueBuilder
Retrieves the field data set at the specified index.
GET_COLUMNS_END - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getActiveTransactionCount() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getActiveTransactionCount() - Method in class org.firebirdsql.management.StatisticsManager.DatabaseTransactionInfo
 
getAlias() - Method in class org.firebirdsql.jdbc.field.FBField
Returns the alias of the column as declared in XSQLVAR.
getAllInterfaces(Class<?>) - Static method in class org.firebirdsql.util.ReflectionHelper
Get all implemented interfaces by the class.
getAndAssertSingletonResultSet() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Returns the result set for the singleton row of the callable statement and asserts it has data.
getArchitecture() - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
getArchitecture() - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
 
getArgumentAsInt(int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getArgumentAsInt(int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Get argument as int.
getArgumentAsInt(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getArgumentAsString(int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getArgumentAsString(int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Get argument as string.
getArgumentAsString(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getArgumentsList() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getArray(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getArray(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray() - Method in class org.firebirdsql.jdbc.FBArray
Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language.
getArray(Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBArray
Retrieves the contents of the SQL array designated by this Array object.
getArray(long, int) - Method in class org.firebirdsql.jdbc.FBArray
Returns an array containing a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(long, int, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBArray
Returns an array containing a slice of the SQL array object designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray() - Method in class org.firebirdsql.jdbc.field.FBField
 
getAsciiStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an InputStream.
getAsciiStream() - Method in class org.firebirdsql.jdbc.FBClob
Gets the CLOB value designated by this Clob object as a stream of Ascii bytes.
getAsciiStream() - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getATN() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
getATN() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
getAttachObjectName() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getAttachObjectName() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
getAttachObjectName() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
getAttachObjectName() - Method in class org.firebirdsql.gds.ng.FbImmutableServiceProperties
 
getAttachObjectName() - Method in class org.firebirdsql.gds.ng.FbServiceProperties
 
getAttachObjectName() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
getAttachProperties() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getAttachProperties() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getAttachUrl() - Method in class org.firebirdsql.gds.ng.jna.JnaConnection
Builds the attach URL for the library.
getAttributes(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
UDTs are not supported by Firebird.
getAuthPluginListTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getAuthPluginNameTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getAutoCommit() - Method in class org.firebirdsql.jdbc.FBConnection
Gets the current auto-commit state.
getAutoCommit() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
getBackupSRB(FbService, int) - Method in class org.firebirdsql.management.FBBackupManagerBase
Creates and returns the "backup" service request buffer for the Service Manager.
getBaseType() - Method in class org.firebirdsql.jdbc.FBArray
Returns the JDBC type of the elements in the array designated by this Array object.
getBaseTypeName() - Method in class org.firebirdsql.jdbc.FBArray
Returns the SQL type name of the elements in the array designated by this Array object.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Deprecated. 
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a BigDecimal object.
getBigDecimal(int, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Deprecated. 
getBigDecimal(String, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Deprecated. 
getBigDecimal(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.field.FBField
 
getBigInteger() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBinaryStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a binary InputStream.
getBinaryStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a binary InputStream.
getBinaryStream(long, long) - Method in class org.firebirdsql.jdbc.FBBlob
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinaryStream() - Method in class org.firebirdsql.jdbc.FBBlob
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
getBinaryStream(long, long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.field.FBBinaryField
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getBlob(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBlob(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a Blob object.
getBlob(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob() - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
getBlob() - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 
getBlob() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBlob() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getBlob() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get instance of FirebirdBlob to which this stream belongs to.
getBlob() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Get instance of FirebirdBlob to which this stream belongs to.
getBlobBufferLength() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get buffer length for the BLOB fields.
getBlobBufferLength() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the buffer length for blobs for this connection.
getBlobBufferLength() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
getBlobBufferSize() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getBlobBufferSize() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getBlobBufferSize() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getBlobBufferSize() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getBlobBufferSize() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getBlobId() - Method in interface org.firebirdsql.gds.ng.FbBlob
 
getBlobId() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getBlobId() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireInputBlob
 
getBlobId() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireOutputBlob
 
getBlobId() - Method in class org.firebirdsql.gds.ng.wire.GenericResponse
 
getBlobId() - Method in class org.firebirdsql.jdbc.FBBlob
Get the identifier for this Blob
getBlobInfo(byte[], int, InfoProcessor<T>) - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
getBlobInfo(byte[], int, InfoProcessor<T>) - Method in interface org.firebirdsql.gds.ng.FbBlob
Request blob info.
getBlobInfo(byte[], int) - Method in interface org.firebirdsql.gds.ng.FbBlob
Request blob info.
getBlobInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getBlobInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
getBlobLengthItems() - Method in class org.firebirdsql.gds.ng.BlobLengthProcessor
 
getBlobParameterBuffer() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
getBlrCalculator() - Method in interface org.firebirdsql.gds.ng.wire.FbWireDatabase
 
getBlrCalculator() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
getBoolean(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBoolean(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a boolean value.
getBoolean(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean value.
getBoolean() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBranchQualifier() - Method in class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
Return the branch qualifier of this transaction.
getBuffersNumber() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getBuffersNumber() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getBuffersNumber() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getBuffersNumber() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getBuffersNumber() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getBufferTag() - Method in class org.firebirdsql.gds.ClumpletReader
 
getBuildNumber() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getById(int) - Static method in enum org.firebirdsql.gds.ng.FbBlob.SeekMode
Get the SeekMode instance by the (Firebird) seekmode id.
getByte(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getByte(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a byte value.
getByte(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte value.
getByte() - Method in class org.firebirdsql.jdbc.field.FBField
 
getByteArrayArgumentType(int) - Method in enum org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
 
getByteArrayArgumentType(int) - Method in interface org.firebirdsql.gds.impl.ParameterBufferMetaData
Gets the byte array argument type for the supplied tag.
getByteArrayArgumentType(int) - Method in enum org.firebirdsql.gds.impl.TransactionParameterBufferImpl.TpbMetaData
 
getBytes() - Method in class org.firebirdsql.gds.ClumpletReader
 
getBytes(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBytes(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a byte array.
getBytes(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array.
getBytes(long, int) - Method in class org.firebirdsql.jdbc.FBBlob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getBytes(long, int) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Get part of the blob field.
getBytes(String) - Static method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getBytes() - Method in class org.firebirdsql.jdbc.field.FBBinaryField
 
getBytes() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBytes() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getCachedData() - Method in interface org.firebirdsql.jdbc.field.FBFlushableField
Get cached data.
getCachedData() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getCachedObject() - Method in class org.firebirdsql.gds.ng.fields.FieldValue
 
getCachedObject() - Method in interface org.firebirdsql.jdbc.field.FBFlushableField
 
getCachedObject() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getCacheKey() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getCatalog() - Method in class org.firebirdsql.jdbc.FBConnection
Returns the Connection's current catalog name.
getCatalogName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Gets the designated column's table's catalog name.
getCatalogs() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets the catalog names available in this database.
getCatalogSeparator() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getChannelNames() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
getCharacterSetSize(int) - Static method in class org.firebirdsql.encodings.EncodingFactory
Deprecated.
getCharacterStream(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getCharacterStream(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getCharacterStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream() - Method in class org.firebirdsql.jdbc.FBClob
Gets the CLOB value designated by this Clob object as a Unicode stream.
getCharacterStream(long, long) - Method in class org.firebirdsql.jdbc.FBClob
 
getCharacterStream() - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getCharacterStream(long, long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getCharacterStream() - Method in class org.firebirdsql.jdbc.field.FBField
 
getCharacterTranslator(String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getCharacterTranslator(String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Deprecated.
To be removed in Jaybird 4
getCharSet() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getCharSet() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getCharSet() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getCharSet() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getCharSet() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
getCharSet() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getCharSet() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getCharSet() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getCharSet() - Method in class org.firebirdsql.management.FBServiceManager
 
getCharSet() - Method in interface org.firebirdsql.management.ServiceManager
 
getCharsetName() - Method in interface org.firebirdsql.encodings.Encoding
 
getClientAuthBlock() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getClientAuthBlock() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
getClientData() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
 
getClientData() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getClientInfo() - Method in class org.firebirdsql.jdbc.FBConnection
 
getClientInfo(String) - Method in class org.firebirdsql.jdbc.FBConnection
 
getClientInfo(PreparedStatement, String) - Method in class org.firebirdsql.jdbc.FBConnection
 
getClientInfoProperties() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbLocalDatabaseFactory
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.JnaConnection
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getClob(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getClob(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob() - Method in class org.firebirdsql.jdbc.field.FBField
 
getClob() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getClumpLength() - Method in class org.firebirdsql.gds.ClumpletReader
 
getClumpletSize(boolean, boolean, boolean) - Method in class org.firebirdsql.gds.ClumpletReader
 
getClumpletType(byte) - Method in class org.firebirdsql.gds.ClumpletReader
 
getClumpTag() - Method in class org.firebirdsql.gds.ClumpletReader
 
getColumn(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
getColumnClassName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnCount() - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnDisplaySize(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates the designated column's normal maximum width in characters.
getColumnLabel(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Get the designated column's name.
getColumnPrivileges(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves a description of table columns available in the specified catalog.
getColumns() - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
getColumnType(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Retrieves the designated column's SQL type.
getColumnTypeName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Retrieves the designated column's database-specific type name.
getConcurrency() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the concurrency mode of this ResultSet object.
getCondition() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData.Clause
 
getConfigTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getConnection() - Method in class org.firebirdsql.ds.FBPooledConnection
 
getConnection() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get JDBC connection with default credentials.
getConnection(String, String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get JDBC connection with the specified credentials.
getConnection() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getConnection(Subject, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBManagedConnection
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance.
getConnection() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection() - Method in class org.firebirdsql.jdbc.FBDataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in class org.firebirdsql.jdbc.FBDataSource
Attempt to establish a database connection.
getConnection() - Method in interface org.firebirdsql.jdbc.FBObjectListener.StatementListener
Get the connection object to which this listener belongs to.
getConnection() - Method in class org.firebirdsql.jdbc.FBStatement
Returns the Connection object that produced this Statement object.
getConnection() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
Get the connection which owns this coordinator.
getConnection() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
getConnectionClass() - Method in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
 
getConnectionClass(GDSType) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get class extending the FBConnection that will be instantiated when new connection is created.
getConnectionClass() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getConnectionClass() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
getConnectionDialect() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getConnectionDialect() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
getConnectionDialect() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getConnectionDialect() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
getConnectionDialect() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
Get the dialect of the client connection
getConnectionDialect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getConnectionDialect() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the dialect of the connection.
getConnectionProperties() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getConnectionProperties() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getConnectionProperties() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getConnectionProperties() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getConnectionRequestInfo() - Method in class org.firebirdsql.jca.FBManagedConnection
Get information about the current connection parameters.
getConnectTimeout() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getConnectTimeout() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getConnectTimeout() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getConnectTimeout() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getConnectTimeout() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Get the connect timeout in seconds.
getConnectTimeout() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getConnectTimeout() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getConnectTimeout() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the current connect timeout.
getCount() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
getCount() - Method in class org.firebirdsql.gds.ng.fields.RowValue
 
getCount() - Method in class org.firebirdsql.gds.ng.wire.FetchResponse
 
getCount() - Method in class org.firebirdsql.gds.ng.wire.SqlResponse
 
getCrossReference(String, String, String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key).
getCurrentDatabase() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getCurrentFieldIndex() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
 
getCurrentPluginName() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getCurrentResultSet() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getCurrentResultSet() - Method in class org.firebirdsql.jdbc.FBStatement
 
getCurrentResultSet() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get current result set.
getCurrentTransaction() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getCursorName() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gets the name of the SQL cursor used by this ResultSet object.
getData() - Method in class org.firebirdsql.gds.ng.wire.GenericResponse
 
getDatabase() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Deprecated.
getDatabase() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get name of the database.
getDatabase() - Method in interface org.firebirdsql.event.EventManager
 
getDatabase() - Method in class org.firebirdsql.event.FBEventManager
 
getDatabase() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
getDatabase() - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
getDatabase() - Method in interface org.firebirdsql.gds.ng.FbBlob
 
getDatabase() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
getDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
getDatabase() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
getDatabase() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
getDatabase() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
getDatabase() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getDatabase() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDatabase() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDatabase() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getDatabase() - Method in class org.firebirdsql.management.FBServiceManager
 
getDatabase() - Method in interface org.firebirdsql.management.ServiceManager
Returns the database path for the connection to the service manager.
getDatabaseDialect() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getDatabaseDialect() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getDatabaseDialect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDatabaseDialect() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the dialect of the database.
getDatabaseFactory() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.jni.LocalGDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDatabaseFactoryForType(GDSType) - Static method in class org.firebirdsql.gds.impl.GDSFactory
 
getDatabaseInfo(byte[], int, InfoProcessor<R>) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getDatabaseInfo(byte[], int, InfoProcessor<T>) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Request database info.
getDatabaseInfo(byte[], int) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Performs a database info request.
getDatabaseInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getDatabaseInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
getDatabaseInformationProcessor() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getDatabaseMajorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDatabaseName() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDatabaseName() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Deprecated.
use FBSimpleDataSource.getDatabase() instead for the sake of naming compatibility.
getDatabaseName() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
getDatabaseName() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
getDatabaseName() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.jdbc.FBConnection
Get database parameter buffer for this connection.
getDatabaseParameterBuffer() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
TODO Usage of this method should be removed or revised as current use of default encoding is not correct.
getDatabaseParameterBuffer() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the database parameter buffer corresponding to the current connection request information.
getDatabasePath(String) - Method in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
 
getDatabasePath(GDSType, String, Integer, String) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get connection string for the specified server name, port and database name/path.
getDatabasePath(GDSType, String) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get path to the database from the specified JDBC URL.
getDatabasePath(String, Integer, String) - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getDatabasePath(String) - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.jni.LocalGDSFactoryPlugin
 
getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getDatabaseProductMajorVersion() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the major version number of the database that we're connected to.
getDatabaseProductMinorVersion() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the minor version number of the database that we're connected to.
getDatabaseProductName() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the name of the database product that we're connected to.
getDatabaseProductName() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the version of the the database that we're connected to
getDatabaseProductVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the version of this database product?
getDatabaseStatistics() - Method in class org.firebirdsql.management.FBStatisticsManager
 
getDatabaseStatistics(int) - Method in class org.firebirdsql.management.FBStatisticsManager
 
getDatabaseStatistics() - Method in interface org.firebirdsql.management.StatisticsManager
Get the full database statistics information, excluding system table information.
getDatabaseStatistics(int) - Method in interface org.firebirdsql.management.StatisticsManager
Get specific database statistics.
getDatabaseTransactionInfo() - Method in class org.firebirdsql.management.FBStatisticsManager
 
getDatabaseTransactionInfo(Connection) - Static method in class org.firebirdsql.management.FBStatisticsManager
Get transaction information for an existing database connection.
getDatabaseTransactionInfo() - Method in interface org.firebirdsql.management.StatisticsManager
Get transaction information of the database specified in database.
getDatabaseWarningCallback() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getDataSource() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get underlying connection factory (in our case instance of FBDataSource class) that will provide JDBC connections.
getDatatypeCoder() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
getDatatypeCoder() - Method in interface org.firebirdsql.gds.ng.FbAttachment
 
getDatatypeCoder() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getDatatypeCoder() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
getDatatypeCoder() - Method in class org.firebirdsql.jdbc.field.FBField
 
getDate(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDate(String, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDate(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a Date object.
getDate(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Date.
getDate(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate() - Method in class org.firebirdsql.jdbc.field.FBField
 
getDate(Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
getDbCryptCallbackName() - Method in interface org.firebirdsql.gds.ng.dbcrypt.DbCryptCallback
Name of the database encryption callback.
getDbCryptCallbackName() - Method in interface org.firebirdsql.gds.ng.dbcrypt.DbCryptCallbackSpi
Name of the database encryption callback.
getDbCryptCallbackName() - Method in class org.firebirdsql.gds.ng.dbcrypt.simple.StaticValueDbCryptCallback
 
getDbCryptCallbackName() - Method in class org.firebirdsql.gds.ng.dbcrypt.simple.StaticValueDbCryptCallbackSpi
 
getDbCryptConfig() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDbCryptConfig() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getDbCryptConfig() - Method in interface org.firebirdsql.event.EventManager
Get the database encryption plugin configuration.
getDbCryptConfig() - Method in class org.firebirdsql.event.FBEventManager
 
getDbCryptConfig() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getDbCryptConfig() - Method