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 Z 
All Classes All Packages

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
 
ABSOLUTE - org.firebirdsql.gds.ng.FbBlob.SeekMode
Absolute seek from start of blob.
ABSOLUTE_FROM_END - org.firebirdsql.gds.ng.FbBlob.SeekMode
Absolute seek from end of blob.
AbstractAttachProperties<T extends IAttachProperties<T>> - Class in org.firebirdsql.gds.ng
Abstract mutable implementation of IAttachProperties.
AbstractAttachProperties() - Constructor for class org.firebirdsql.gds.ng.AbstractAttachProperties
Default constructor for AbstractAttachProperties
AbstractAttachProperties(IAttachProperties<T>) - Constructor for class org.firebirdsql.gds.ng.AbstractAttachProperties
Copy constructor for IAttachProperties.
AbstractCallableStatement - Class in org.firebirdsql.jdbc
Abstract implementation of CallableStatement.
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.
AbstractImmutableAttachProperties<T extends IAttachProperties<T>> - Class in org.firebirdsql.gds.ng
Abstract immutable implementation of IAttachProperties.
AbstractImmutableAttachProperties(IAttachProperties<T>) - 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
Abstract implementation of PreparedStatement.
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, boolean, int) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
Initializes the basic ProtocolDescriptor fields.
AbstractResultSet - Class in org.firebirdsql.jdbc
Implementation of ResultSet.
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, 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, 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.
AbstractResultSet(RowDescriptor, FBConnection, List<RowValue>, FBObjectListener.ResultSetListener, boolean, boolean) - Constructor for class org.firebirdsql.jdbc.AbstractResultSet
Creates a FBResultSet with the columns specified by rowDescriptor and the data in rows.
AbstractResultSet(FBConnection, FBStatement, FbStatement, FBObjectListener.ResultSetListener, boolean, int, int, int, boolean) - Constructor for class org.firebirdsql.jdbc.AbstractResultSet
Creates a new FBResultSet instance.
AbstractSrpAuthenticationPluginSpi - Class in org.firebirdsql.gds.ng.wire.auth.srp
Base class for SRP authentication plugin providers.
AbstractSrpAuthenticationPluginSpi(String, String) - Constructor for class org.firebirdsql.gds.ng.wire.auth.srp.AbstractSrpAuthenticationPluginSpi
Initializes this Srp provider.
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
 
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.
ACTIVE - org.firebirdsql.gds.ng.TransactionState
 
activeStatements - Variable in class org.firebirdsql.jdbc.FBConnection
 
add(TokenVisitor) - Method in class org.firebirdsql.jdbc.parser.SqlParser
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) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add argument with no parameters.
addArgument(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, byte) - Method in class org.firebirdsql.gds.impl.ServiceRequestBufferImp
 
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.gds.impl.ParameterBufferBase
 
addArgument(int, byte[]) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add array of bytes.
addArgument(int, byte[]) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, int) - Method in interface org.firebirdsql.gds.BlobParameterBuffer
Set an int parameter on this BlobParameterBuffer.
addArgument(int, int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add integer argument.
addArgument(int, int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, long) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, long) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add long argument.
addArgument(int, long) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, String) - Method in interface org.firebirdsql.gds.BlobParameterBuffer
Set a String parameter on this BlobParameterBuffer.
addArgument(int, String) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, String) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add string argument with the default encoding.
addArgument(int, String) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, String, Encoding) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, String, Encoding) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add string argument.
addArgument(int, String, Encoding) - 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 additional backup files.
addBackupPath(String) - Method in interface org.firebirdsql.management.BackupManager
Add backup file to the list.
addBackupPath(String) - Method in class org.firebirdsql.management.FBBackupManagerBase
 
addBackupPath(String, int) - Method in interface org.firebirdsql.management.BackupManager
Add the file to the backup of the specified size.
addBackupPath(String, int) - Method in class org.firebirdsql.management.FBBackupManager
 
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
 
addBatch(String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
addBatch(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
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
 
addConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.jca.FBManagedConnection
Add an ConnectionEventListener listener.
addConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.ds.FBPooledConnection
 
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(ExceptionListener) - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
Adds the supplied listener to this dispatcher.
addListener(TListener) - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
Adds the supplied listener to this dispatcher as a strongly referenced listener.
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
 
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.
addVisitor(TokenVisitor) - Method in class org.firebirdsql.jdbc.parser.SqlParser
 
addVisitor(TokenVisitor) - Method in interface org.firebirdsql.jdbc.parser.VisitorRegistrar
Adds a visitor.
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
 
aliasname - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
aliasname_length - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
Allocate a new ManagedConnection.
ALLOCATED - org.firebirdsql.gds.ng.StatementState
Statement has been allocated
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
 
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.
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.
allTablesAreSelectable() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
anyCondition(Clause...) - Static method in class org.firebirdsql.jdbc.metadata.Clause
 
anyCondition(Clause, Clause) - Static method in class org.firebirdsql.jdbc.metadata.Clause
 
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.
appendTo(StringBuilder) - Method in interface org.firebirdsql.jdbc.parser.Token
Appends the current token to the supplied String builder.
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_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
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
 
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.
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
 
AUTH_CONTINUE - org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin.AuthStatus
Plugin is not able to authenticate using the available data, continue with another plugin.
AUTH_MORE_DATA - org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin.AuthStatus
The authentication needs more data to complete (eg key exchange/handshake).
AUTH_PLUGINS - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
AUTH_SUCCESS - org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin.AuthStatus
Authentication completed.
authenticate() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
authenticate(ClientAuthBlock) - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
Authenticate using the plugin.
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) - 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 interface org.firebirdsql.gds.ng.wire.FbWireOperations
Receive authentication response from the server.
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.

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() - Method in class org.firebirdsql.management.FBBackupManagerBase
 
backupDatabase() - Method in class org.firebirdsql.management.FBNBackupManager
 
backupDatabase() - Method in interface org.firebirdsql.management.NBackupManager
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(int) - Method in class org.firebirdsql.management.FBStreamingBackupManager
 
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
 
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
 
BIG_DECIMAL_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
BIG_INTEGER_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
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
Creates a big-endian datatype coder for native access on big-endian platforms.
BIGINT_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
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
 
BigIntSpb - org.firebirdsql.gds.ClumpletReader.ClumpletType
 
BigIntSpb - org.firebirdsql.gds.impl.argument.ArgumentType
 
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_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
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_SUB_TYPE_BINARY - Static variable in interface org.firebirdsql.gds.ISCConstants
 
BLOB_SUB_TYPE_TEXT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
blob_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
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
 
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_count_distinct - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_count2 - 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_blob_id - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_blob2 - 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_dec128 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_dec64 - 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_ex_time_tz - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ex_timestamp_tz - 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_int128 - 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_sql_time_tz - 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_timestamp_tz - 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.
BOOLEAN_BINARY_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
BOOLEAN_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
boolean_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
bringDatabaseOnline() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
bringDatabaseOnline() - Method in interface org.firebirdsql.management.MaintenanceManager
Bring a shutdown database online.
bringDatabaseOnline(byte) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
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
 
build() - Method in class org.firebirdsql.jdbc.metadata.TypeMetadata.Builder
 
builder(FirebirdSupportInfo) - Static method in class org.firebirdsql.jdbc.metadata.TypeMetadata
Creates type metadata builder.
Builder(FirebirdSupportInfo) - Constructor for class org.firebirdsql.jdbc.metadata.TypeMetadata.Builder
 
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
 
BYTE_ARRAY_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
BYTE_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
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
 
ByteSpb - org.firebirdsql.gds.ClumpletReader.ClumpletType
 
ByteSpb - org.firebirdsql.gds.impl.argument.ArgumentType
 
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) - 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) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
calculateBlr(RowDescriptor, RowValue) - Method in interface org.firebirdsql.gds.ng.fields.BlrCalculator
Calculates the blr for a specific row value.
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, 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) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
calculateIoLength(FieldDescriptor, byte[]) - Method in interface org.firebirdsql.gds.ng.fields.BlrCalculator
Calculates the io length for the field descriptor and actual data.
calculateIoLength(FieldDescriptor, byte[]) - 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.
CALENDAR_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
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 interface org.firebirdsql.gds.ng.monitor.Operation
Cancel this operation.
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
 
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.
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
 
char_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
characterStream - Variable in class org.firebirdsql.jdbc.field.FBFlushableField.CachedObject
 
CHARSET - Static variable in class org.firebirdsql.jdbc.FBDriver
 
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.
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.
checkStatementValid(StatementState) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Performs the same check as AbstractFbStatement.checkStatementValid(), but considers ignoreState as valid.
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 - Class in org.firebirdsql.jdbc.metadata
Condition clause for constructing metadata query conditions.
Clause(String, String) - Constructor for class org.firebirdsql.jdbc.metadata.Clause
Creates a metadata conditional 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
 
clearBatch() - Method in class org.firebirdsql.jdbc.FBStatement
 
clearDatabase() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
clearParameters() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
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
 
clearWarnings() - Method in class org.firebirdsql.jdbc.FBConnection
 
clearWarnings() - Method in class org.firebirdsql.jdbc.FBStatement
 
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
 
CLOB_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
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.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 interface org.firebirdsql.gds.ng.OperationCloseHandle
 
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() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
close() - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
close() - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 
close() - Method in class org.firebirdsql.jdbc.FBConnection
close() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
close() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
close() - Method in class org.firebirdsql.jdbc.FBStatement
 
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.
close() - Method in class org.firebirdsql.jdbc.parser.SqlTokenizer
 
close() - Method in class org.firebirdsql.management.FBManager
 
close() - Method in interface org.firebirdsql.management.FBManagerMBean
close(FBConnection) - Method in class org.firebirdsql.jca.FBManagedConnection
Close this connection with regards to a wrapping AbstractConnection.
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() - Method in interface org.firebirdsql.gds.ng.FbStatement
Closes the cursor associated with this statement, leaving the statement itself allocated.
closeCursor(boolean) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
closeCursor(boolean) - Method in interface org.firebirdsql.gds.ng.FbStatement
Closes the cursor associated with this statement, leaving the statement itself allocated.
CLOSED - org.firebirdsql.gds.ng.StatementState
Statement is closed or has been de-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
 
CLOSING - org.firebirdsql.gds.ng.StatementState
A statement is being closed, this is an ephemeral state that should only last as long as releasing resources on the database takes.
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
 
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
 
COMMAND_LINE - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
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() - Method in class org.firebirdsql.jdbc.FBConnection
 
commit() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
commit() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
commit(Xid, boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
Commits a transaction.
COMMIT - org.firebirdsql.gds.ng.StatementType
 
COMMIT - org.firebirdsql.jdbc.CompletionReason
 
COMMIT_TIME - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
commitEvent - Variable in class org.firebirdsql.jca.FBLocalTransaction
 
COMMITTED - org.firebirdsql.gds.ng.TransactionState
 
COMMITTING - org.firebirdsql.gds.ng.TransactionState
 
commitTransaction(long) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
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.
compile(String) - Static method in class org.firebirdsql.jdbc.metadata.MetadataPattern
Compiles the metadata pattern.
complete(VisitorRegistrar) - Method in class org.firebirdsql.jdbc.parser.StatementDetector
 
complete(VisitorRegistrar) - Method in interface org.firebirdsql.jdbc.parser.TokenVisitor
Signals that the last token was produced and the statement text was fully parsed.
completed - Variable in class org.firebirdsql.jdbc.FBStatement
 
completeStatement() - Method in class org.firebirdsql.jdbc.FBStatement
 
completeStatement(CompletionReason) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
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(String, int, int) - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
Connects the asynchronous channel to the specified port.
connect(String, int, int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
connect(String, Properties) - Method in class org.firebirdsql.jdbc.FBDriver
 
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(IConnectionProperties) - Method in class org.firebirdsql.gds.ng.wire.FbWireDatabaseFactory
 
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.
containsPatternSpecialChars(String) - Static method in class org.firebirdsql.jdbc.metadata.MetadataPattern
Scans string to determine if string contains any of \_% that indicates additional processing is needed.
contextDestroyed(ServletContextEvent) - Method in class org.firebirdsql.gds.ng.jna.NativeResourceUnloadWebListener
 
contextInitialized(ServletContextEvent) - Method in class org.firebirdsql.gds.ng.jna.NativeResourceUnloadWebListener
 
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) - Method in class org.firebirdsql.jdbc.FBClob
 
copyCharacterStream(Reader, long) - Method in class org.firebirdsql.jdbc.FBClob
Copy data from a character stream into this Blob.
copyCharacterStream(Reader, long, Encoding) - Method in class org.firebirdsql.jdbc.FBBlob
Copy data from a character stream into this Blob.
copyCharacterStream(Reader, Encoding) - Method in class org.firebirdsql.jdbc.FBBlob
Copy data from a character stream into this Blob.
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) - Method in class org.firebirdsql.jdbc.FBBlob
Copy the contents of an InputStream into this Blob.
copyStream(InputStream, long) - 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.
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(ProtocolDescriptor...) - Static method in class org.firebirdsql.gds.ng.wire.ProtocolCollection
Creates a ProtocolCollection with the specified ProtocolDescriptors.
create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetFunctionColumns
 
create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetFunctions
Creates an instance of GetFunctions.
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
 
createAsynchronousChannel(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createAsynchronousChannel(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
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() - Method in class org.firebirdsql.jdbc.FBConnection
 
createBlob() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
createBlob(boolean) - Method in class org.firebirdsql.gds.impl.GDSHelper
Create a new blob within the current transaction.
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
 
createBlrCalculator(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createBlrCalculator(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
createClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
Creates and initialize a new instance of the client library.
createClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
 
createClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
 
createClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbLocalDatabaseFactory
 
createClob() - Method in class org.firebirdsql.jdbc.FBConnection
 
createConnectionFactory() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
The createConnectionFactory method creates a DataSource with a default stand alone ConnectionManager.
createConnectionFactory(ConnectionManager) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
The createConnectionFactory method creates a DataSource using the supplied 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() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
createDatabase(String, String, String) - Method in class org.firebirdsql.management.FBManager
 
createDatabase(String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
Create a database with the specified file name, user name and password on the specified server and port.
createDatabase(WireDatabaseConnection) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create FbWireDatabase implementation for this protocol.
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(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
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.AbstractConnection
Creates an instance of DbCryptCallback for this connection.
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
 
createDefaultFieldValues() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
Creates a RowValue instance with default (null) values for each field.
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
 
createInputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createInputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
createInstance(Charset) - Static method in class org.firebirdsql.encodings.EncodingFactory
Returns an IEncodingFactory that uses an EncodingDefinition identified by charSet as the default.
createInstance(EncodingDefinition) - Static method in class org.firebirdsql.encodings.EncodingFactory
Returns an IEncodingFactory that uses encodingDefinition 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
createNewDatatypeCoder(Class<T>, IEncodingFactory) - Static method in class org.firebirdsql.encodings.EncodingFactory
 
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
 
createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
createPlugin() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPluginSpi
 
createPlugin() - Method in class org.firebirdsql.gds.ng.wire.auth.legacy.LegacyAuthenticationPluginSpi
 
createPlugin() - Method in class org.firebirdsql.gds.ng.wire.auth.srp.AbstractSrpAuthenticationPluginSpi
 
createReader(InputStream) - Method in interface org.firebirdsql.encodings.Encoding
Creates a reader wrapping an input stream.
createReader(InputStream) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Creates a reader wrapping an input stream.
createReader(InputStream) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
createReader(InputStream) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
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
 
createServiceParameterBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createServiceParameterBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
createServiceParameterBuffer(S) - Method in class org.firebirdsql.gds.ng.AbstractParameterConverter
 
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
 
createServiceRequestBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createServiceRequestBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
createSpecialResultSet(FBObjectListener.ResultSetListener) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
createSpecialResultSet(FBObjectListener.ResultSetListener) - Method in class org.firebirdsql.jdbc.FBStatement
Create the result set for specialResult.
createSqlCountProcessor() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
createSQLXML() - Method in class org.firebirdsql.jdbc.FBConnection
 
createStatement() - Method in class org.firebirdsql.jdbc.FBConnection
 
createStatement(int, int) - Method in class org.firebirdsql.jdbc.FBConnection
 
createStatement(int, int, int) - 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(FbTransaction) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
createStatement(FbWireDatabase) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create FbStatement implementation for this protocol.
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(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createStatement(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
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
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
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
 
createWireOperations(WireConnection<?, ?>, WarningMessageCallback, Object) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createWireOperations(WireConnection<?, ?>, WarningMessageCallback, Object) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
createWithXAErrorCode(String, int) - Static method in exception org.firebirdsql.gds.GDSException
Factory method to create a new instance with a given XA error code.
createWriter(OutputStream) - Method in interface org.firebirdsql.encodings.Encoding
Creates a writer wrapping an input stream.
createWriter(OutputStream) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Creates a writer wrapping an input stream.
createWriter(OutputStream) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
createWriter(OutputStream) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
crypt(String, String) - Static method in class org.firebirdsql.gds.ng.wire.auth.legacy.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
 
cstring_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
CURRENT_VERSION - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
currentStatementResult - Variable in class org.firebirdsql.jdbc.FBStatement
 
CURSOR_OPEN - org.firebirdsql.gds.ng.StatementState
Statement has been executed, cursor is still open

D

d_float_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
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.
DATA_TYPE_BIND - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
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 - Variable in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
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
dataDefinitionIgnoredInTransactions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
DataSourceFactory - Class in org.firebirdsql.ds
ObjectFactory for the DataSources in org.firebirdsql.ds.
DataSourceFactory() - Constructor for class org.firebirdsql.ds.DataSourceFactory
 
DATATYPE_CODER_CACHE_SIZE - Static variable in class org.firebirdsql.gds.JaybirdSystemProperties
 
datatypeCoder - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
DatatypeCoder - Interface in org.firebirdsql.gds.ng
Interface defining the encoding and decoding for Firebird (numerical) data types.
DatatypeCoder.RawDateTimeStruct - Class in org.firebirdsql.gds.ng
Raw date/time value.
DATE_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
date_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
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
 
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
 
DbMetadataMediator - Class in org.firebirdsql.jdbc.metadata
Provides access to the database connection for executing database metadata queries.
DbMetadataMediator() - Constructor for class org.firebirdsql.jdbc.metadata.DbMetadataMediator
 
DbMetadataMediator.MetadataQuery - Class in org.firebirdsql.jdbc.metadata
Holder class for query text and parameters.
DBNAME - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
DDL - org.firebirdsql.gds.ng.StatementType
 
debug(String) - Method in interface org.firebirdsql.logging.Logger
 
debug(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
 
DEBUG - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
debugMemoryDump() - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
Dumps the event buffers to the logger, if debug is enabled.
dec16_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
dec34_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
DECFLOAT - org.firebirdsql.jdbc.JaybirdType
 
DECFLOAT - Static variable in class org.firebirdsql.jdbc.JaybirdTypeCodes
 
DECFLOAT_16_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
DECFLOAT_34_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
Decimal<T extends Decimal<T>> - Class in org.firebirdsql.extern.decimal
Abstract base class for IEEE-754 decimals.
DECIMAL_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
Decimal128 - Class in org.firebirdsql.extern.decimal
An IEEE-754 Decimal128.
DECIMAL128_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
Decimal32 - Class in org.firebirdsql.extern.decimal
An IEEE-754 Decimal32.
DECIMAL32_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
Decimal64 - Class in org.firebirdsql.extern.decimal
An IEEE-754 Decimal64.
DECIMAL64_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
DecimalInconvertibleException - Exception in org.firebirdsql.extern.decimal
Thrown to indicate a decimal value could not be converted to a target type (usually BigDecimal).
DecimalInconvertibleException(String, DecimalType, int) - Constructor for exception org.firebirdsql.extern.decimal.DecimalInconvertibleException
 
DecimalOverflowException - Exception in org.firebirdsql.extern.decimal
Exception thrown to indicate a coefficient or exponent overflow or underflow.
DecimalOverflowException(String) - Constructor for exception org.firebirdsql.extern.decimal.DecimalOverflowException
 
DecimalType - Enum in org.firebirdsql.extern.decimal
Type of decimal.
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
 
decodeBoolean(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeDate(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a Date value.
decodeDate(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDate(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeDate(Date, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a Date value using a given Calendar.
decodeDate(Date, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDate(Date, Calendar) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeDateCalendar(byte[], Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
decodeDateCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDateCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
decodeDateRaw(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeDecimal128(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decodes a decimal128 from byte array.
decodeDecimal128(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDecimal128(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeDecimal128(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeDecimal64(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decodes a decimal64 from byte array.
decodeDecimal64(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDecimal64(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeDecimal64(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
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
 
decodeDouble(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
decodeFloat(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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.EncodingSpecificDatatypeCoder
 
decodeInt(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeInt(byte[], int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array to an int value.
decodeInt(byte[], int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeInt(byte[], int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeInt(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeInt128(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decodes a BigInteger from byte array.
decodeInt128(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeInt128(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeInt128(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.EncodingSpecificDatatypeCoder
 
decodeLong(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeOffsetDateTime(byte[]) - Method in interface org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder.TimeZoneCodec
Decodes an encoded value to an offset date time.
decodeOffsetTime(byte[]) - Method in interface org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder.TimeZoneCodec
Decodes an encoded value to an offset time.
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.EncodingSpecificDatatypeCoder
 
decodeShort(byte[]) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
decodeShort(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeShort(byte[], int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode from a byte array to a short value.
decodeShort(byte[], int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeShort(byte[], int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeShort(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
decodeShort(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeString(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode an encoded byte array into a String using the encoding of this datatype coder.
decodeString(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeString(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeTime(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a Time value.
decodeTime(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTime(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeTime(Time, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a Time value using a given Calendar.
decodeTime(Time, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTime(Time, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeTimeCalendar(byte[], Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
decodeTimeCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimeCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
decodeTimeRaw(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeTimestamp(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a 8-byte byte array into a Timestamp.
decodeTimestamp(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimestamp(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeTimestamp(Timestamp, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a Timestamp value using a given Calendar.
decodeTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeTimestamp(Timestamp, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a Timestamp value using a given Calendar.
decodeTimestamp(Timestamp, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimestamp(Timestamp, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeTimestampCalendar(byte[], Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
decodeTimestampCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeTimestampCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
decodeTimestampRaw(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeValue(int, int, byte[]) - Method in class org.firebirdsql.extern.decimal.DenselyPackedDecimalCodec
Decodes a densely packed decimal from a byte array to a BigInteger.
decodeValue(int, int, byte[], int) - Method in class org.firebirdsql.extern.decimal.DenselyPackedDecimalCodec
Decodes a densely packed decimal from a byte array to a BigInteger.
decodeZonedDateTime(byte[]) - Method in interface org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder.TimeZoneCodec
Decodes an encoded value to a zoned date time.
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 values 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 - org.firebirdsql.gds.ng.WireCrypt
Equivalent to WireCrypt.ENABLED for wire protocol, but for JNA connections it uses the default of the firebird.conf used by the client library.
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_CONNECTION_ENCODING_PROPERTY - Static variable in class org.firebirdsql.gds.JaybirdSystemProperties
 
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
Creates a default datatype coder for the wire protocol.
DefaultEncodingDefinition - Class in org.firebirdsql.encodings
Definition of a Firebird encoding.
DefaultEncodingDefinition(String, String, int, int, boolean) - Constructor for class org.firebirdsql.encodings.DefaultEncodingDefinition
Initializes an instance of DefaultEncodingDefinition.
DefaultEncodingDefinition(String, Charset, 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
 
defaultFor(RowDescriptor) - Static method in class org.firebirdsql.gds.ng.fields.RowValue
Convenience method for creating a default, uninitialized, row value for a RowDescriptor.
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
 
DeferredAction - Interface in org.firebirdsql.gds.ng.wire
Semi-functional interface for processing deferred responses from the server.
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 - org.firebirdsql.gds.ng.StatementType
 
DELETE - org.firebirdsql.jdbc.parser.LocalStatementType
DELETE statement
DELETE_SHADOW - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
deleteRow() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
deleteRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
deletesAreDetected(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
DenselyPackedDecimalCodec - Class in org.firebirdsql.extern.decimal
Provides conversion between Densely Packed Decimal encoding and BigInteger.
DenselyPackedDecimalCodec(int) - Constructor for class org.firebirdsql.extern.decimal.DenselyPackedDecimalCodec
Creates a densely packed decimal coder for the specified number of digits.
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.
destroy(ConnectionEvent) - Method in class org.firebirdsql.jca.FBManagedConnection
 
detach() - Method in class org.firebirdsql.jdbc.FBBlob
 
detach() - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
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.gds.JaybirdSystemProperties
 
DISABLE_LOGGING_PROP - Static variable in class org.firebirdsql.logging.LoggerFactory
 
DISABLE_WAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
DISABLED - org.firebirdsql.gds.ng.WireCrypt
 
disconnect() - Method in interface org.firebirdsql.event.EventManager
Close the connection to the database.
disconnect() - Method in class org.firebirdsql.event.FBEventManager
 
doesMaxRowSizeIncludeBlobs() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
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.
DOUBLE_BINARY_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
DOUBLE_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
DOUBLE_DECIMAL_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
double_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
doubleValue() - Method in class org.firebirdsql.extern.decimal.Decimal
Converts this decimal to a double value.
DPB - org.firebirdsql.gds.ParameterTagMapping
 
DPB_PREFIX - Static variable in class org.firebirdsql.gds.ParameterBufferHelper
 
DPB_VERSION_1 - org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
 
DPB_VERSION_2 - org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
 
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
Drop a database with the specified file name, user name and password on the specified server and port.
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
 
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
 
enableCompression() - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Wraps the underlying stream for zlib compression.
ENABLED - org.firebirdsql.gds.ng.WireCrypt
 
enableDecompression() - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Wraps the underlying stream for zlib decompression.
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
 
encodeBoolean(boolean) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeDate(Date) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a Date value into a byte array.
encodeDate(Date) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDate(Date) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeDate(Date, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a given Date value using a given Calendar.
encodeDate(Date, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDate(Date, Calendar) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeDateCalendar(Date, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
encodeDateCalendar(Date, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDateCalendar(Date, Calendar) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
encodeDateRaw(DatatypeCoder.RawDateTimeStruct) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeDecimal128(Decimal128) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encodes a decimal128 to a byte array.
encodeDecimal128(Decimal128) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDecimal128(Decimal128) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeDecimal128(Decimal128) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeDecimal64(Decimal64) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encodes a decimal64 to a byte array.
encodeDecimal64(Decimal64) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDecimal64(Decimal64) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeDecimal64(Decimal64) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
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
 
encodeDouble(double) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
encodeFloat(float) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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.EncodingSpecificDatatypeCoder
 
encodeInt(int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeInt(int, byte[], int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode an int value into the target byte array starting at index fromIndex.
encodeInt(int, byte[], int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeInt(int, byte[], int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeInt(int, byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeInt128(BigInteger) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encodes a BigInteger to a 16-byte byte array.
encodeInt128(BigInteger) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeInt128(BigInteger) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeInt128(BigInteger) - 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
 
encodeLocalDate(int, int, int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
encodeLocalDateTime(int, int, int, int, int, int, int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
encodeLocalTime(int, int, int, int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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.EncodingSpecificDatatypeCoder
 
encodeLong(long) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeOffsetDateTime(OffsetDateTime) - Method in interface org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder.TimeZoneCodec
Encode an offset date time to an encoded value.
encodeOffsetTime(OffsetTime) - Method in interface org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder.TimeZoneCodec
Encode an offset time to an encoded value.
encodeShort(int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a short value as a byte array.
encodeShort(int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeShort(int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeShort(int, byte[], int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a short value into the target byte array starting at index fromIndex.
encodeShort(int, byte[], int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeShort(int, byte[], int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeShort(int, byte[], int) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
encodeShort(int, byte[], int) - 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(short) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeShort(short) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeShort(short) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
encodeShort(short) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeString(String) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a String value into a byte array using the encoding of this datatype coder.
encodeString(String) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeString(String) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeTime(Time) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a Time value into a byte array.
encodeTime(Time) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTime(Time) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeTime(Time, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a given Time value using a given Calendar.
encodeTime(Time, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTime(Time, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeTimeCalendar(Time, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
encodeTimeCalendar(Time, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimeCalendar(Time, Calendar) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
encodeTimeRaw(DatatypeCoder.RawDateTimeStruct) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeTimestamp(Timestamp) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a Timestamp as a byte array.
encodeTimestamp(Timestamp) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimestamp(Timestamp) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeTimestamp(Timestamp, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a Timestamp using a given Calendar.
encodeTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeTimestamp(Timestamp, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a Timestamp using a given Calendar.
encodeTimestamp(Timestamp, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimestamp(Timestamp, Calendar, boolean) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeTimestampCalendar(Timestamp, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
encodeTimestampCalendar(Timestamp, Calendar) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeTimestampCalendar(Timestamp, Calendar) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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
 
encodeTimestampRaw(DatatypeCoder.RawDateTimeStruct) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeToCharset(String) - Method in interface org.firebirdsql.encodings.Encoding
Encodes the supplied String to bytes in this encoding.
encodeValue(BigInteger, byte[]) - Method in class org.firebirdsql.extern.decimal.DenselyPackedDecimalCodec
Encodes a BigInteger to a densely packed decimal in a byte array.
encodeValue(BigInteger, byte[], int) - Method in class org.firebirdsql.extern.decimal.DenselyPackedDecimalCodec
Encodes a BigInteger to a densely packed decimal in a byte array.
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.
encodeZonedDateTime(ZonedDateTime) - Method in interface org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder.TimeZoneCodec
Encode a zoned date time to an encoded value.
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.
EncodingSpecificDatatypeCoder - Class in org.firebirdsql.gds.ng
Datatype coder wrapping another datatype coder and applying a specific encoding definition, while delegating other methods to the wrapped datatype coder.
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.
EndOfList - org.firebirdsql.gds.ClumpletReader.Kind
 
endOperation(Operation) - Method in interface org.firebirdsql.gds.ng.monitor.OperationAware
End of operation.
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
 
equals(Object) - Method in class org.firebirdsql.extern.decimal.Decimal
 
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 interface org.firebirdsql.gds.ng.DatatypeCoder
equals(Object) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
equals(Object) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
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.FBRowId
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
 
equalsIgnoreCase(String) - Method in interface org.firebirdsql.jdbc.parser.Token
Case-insensitive equality of this tokens text using an equivalent of String.equalsIgnoreCase(String).
error(String) - Method in interface org.firebirdsql.logging.Logger
 
error(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
 
ERROR - org.firebirdsql.gds.ng.StatementState
Last statement execute or prepare resulted in an error
ERROR_NO_CHARSET - Static variable in class org.firebirdsql.jca.FBManagedConnection
 
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(Object, SQLException) - Method in class org.firebirdsql.jca.FBManagedConnection
 
errorOccurred(SQLException) - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
 
escapeWildcards(String) - Static method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Escapes the like wildcards and escape (\_% in the provided search string with a \.
escapeWildcards(String) - Static method in class org.firebirdsql.jdbc.metadata.MetadataPattern
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
 
ex_time_tz_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
ex_timestamp_tz_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
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.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() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
execute() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
execute(String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
execute(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
execute(String, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
execute(String, int) - Method in class org.firebirdsql.jdbc.FBStatement
 
execute(String, int[]) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
execute(String, int[]) - Method in class org.firebirdsql.jdbc.FBStatement
 
execute(String, String[]) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
execute(String, String[]) - Method in class org.firebirdsql.jdbc.FBStatement
 
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_PROCEDURE - org.firebirdsql.jdbc.parser.LocalStatementType
EXECUTE PROCEDURE statement.
executeBatch() - Method in class org.firebirdsql.jdbc.FBStatement
 
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
 
executeQuery() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeQuery(String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeQuery(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
executeServicesOperation(FbService, ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBServiceManager
 
executeServicesOperation(ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBServiceManager
executeUpdate() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
executeUpdate() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeUpdate(String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeUpdate(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
executeUpdate(String, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeUpdate(String, int) - Method in class org.firebirdsql.jdbc.FBStatement
 
executeUpdate(String, int[]) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeUpdate(String, int[]) - Method in class org.firebirdsql.jdbc.FBStatement
 
executeUpdate(String, String[]) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
executeUpdate(String, String[]) - Method in class org.firebirdsql.jdbc.FBStatement
 
EXECUTING - org.firebirdsql.gds.ng.StatementState
A statement is being executed, this is an ephemeral state that should only last as long as the execute call to the database takes.
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(FirebirdBlob) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
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.
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(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 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(FirebirdBlob) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
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.
ExtendedFieldInfo(String, String, int) - Constructor for class org.firebirdsql.jdbc.AbstractFieldMetaData.ExtendedFieldInfo
 
EXTENSION_PARAMETERS - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
Deprecated.
Will be removed in Jaybird 5 without formal replacement

F

failure(EncryptionIdentifier, SQLException) - Static method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
FAILURE - org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo.InitResult
 
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_dsql_set_timeout(ISC_STATUS[], IntByReference, int) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS ISC_EXPORT fb_dsql_set_timeout(ISC_STATUS*, isc_stmt_handle*, ISC_ULONG)
native declaration : D:\DevSoft\FB_tests\Firebird-4.0.0.1691-0_x64\include\ibase.h:629
fb_info_bpage_warns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_conn_flags - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_crypt_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_crypt_state - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_dpage_warns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_implementation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_ipage_warns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_page_contents - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_page_warns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_pages_free - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_pages_used - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_pip_errors - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_pip_warns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_ppage_warns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_record_warns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_ses_idle_timeout_att - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_ses_idle_timeout_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_ses_idle_timeout_run - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_statement_timeout_att - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_statement_timeout_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_tpage_warns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
fb_info_tra_dbpath - 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_ROW_ID_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
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
 
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).
FbBlob - Interface in org.firebirdsql.gds.ng
Interface for blob operations.
FBBlob - Class in org.firebirdsql.jdbc
Firebird implementation of Blob.
FBBlob(GDSHelper) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create new Blob instance.
FBBlob(GDSHelper, long) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create instance of this class to access existing Blob.
FBBlob(GDSHelper, long, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create instance of this class to access existing Blob.
FBBlob(GDSHelper, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create new Blob instance.
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
 
FbClientFeature - Enum in org.firebirdsql.gds.ng.jna
Firebird native client features.
FbClientFeatureAccess - Interface in org.firebirdsql.gds.ng.jna
Firebird client feature access.
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
Implementation of Clob.
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 and implements Connection.
FBConnection(FBManagedConnection) - Constructor for class org.firebirdsql.jdbc.FBConnection
Create a new AbstractConnection instance based on a FBManagedConnection.
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() - Constructor for class org.firebirdsql.gds.ng.FbConnectionProperties
Default constructor for FbConnectionProperties
FbConnectionProperties(IConnectionProperties) - Constructor for class org.firebirdsql.gds.ng.FbConnectionProperties
Copy 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
 
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() - Constructor for exception org.firebirdsql.jdbc.FBDriverNotCapableException
Create instance of this class.
FBDriverNotCapableException(String) - Constructor for exception org.firebirdsql.jdbc.FBDriverNotCapableException
Create instance of this class for the specified reason.
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) - 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
 
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 tool for creating and dropping databases.
FBManager() - Constructor for class org.firebirdsql.management.FBManager
 
FBManager(String) - Constructor for class org.firebirdsql.management.FBManager
 
FBManager(GDSType) - Constructor for class org.firebirdsql.management.FBManager
 
FBManagerMBean - Interface in org.firebirdsql.management
API for FBManager, for creating and dropping databases.
FbMetadataConstants - Class in org.firebirdsql.jdbc.metadata
Constants for metadata as used in the Firebird metadata tables DatabaseMetaData implementation.
FBMissingParameterException - Exception in org.firebirdsql.jdbc
Deprecated.
Unused, will be removed in Jaybird 5
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(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(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, 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(String, String) - Constructor for exception org.firebirdsql.jca.FBResourceException
Create a new instance of FBResourceException with a message and specific error code.
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, Exception) - Constructor for exception org.firebirdsql.jca.FBResourceTransactionException
Create a new instance of FBResourceTransactionException with a given message and sub-exception.
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, 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(RowDescriptor, List<RowValue>) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSet(RowDescriptor, List<RowValue>, FBObjectListener.ResultSetListener) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSet(RowDescriptor, FBConnection, List<RowValue>, boolean) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSet(RowDescriptor, FBConnection, List<RowValue>, FBObjectListener.ResultSetListener, boolean, boolean) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSet(FBConnection, FBStatement, FbStatement, FBObjectListener.ResultSetListener, boolean, int, int, int, 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.
FBRowId - Class in org.firebirdsql.jdbc
Firebird row-id.
FBRowId(byte[]) - Constructor for class org.firebirdsql.jdbc.FBRowId
Creates an FBRowId from the provided byte array.
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() - Constructor for class org.firebirdsql.gds.ng.FbServiceProperties
Default constructor for FbServiceProperties
FbServiceProperties(IServiceProperties) - Constructor for class org.firebirdsql.gds.ng.FbServiceProperties
Copy 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(String) - Constructor for exception org.firebirdsql.jdbc.FBSQLException
 
FBSQLException(String, 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(ResourceException) - Constructor for exception org.firebirdsql.jdbc.FBSQLException
 
FBSQLException(GDSException) - 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 - Variable in class org.firebirdsql.jdbc.FBStatement
 
FbStatement - Interface in org.firebirdsql.gds.ng
API for statement handles.
FBStatement - Class in org.firebirdsql.jdbc
Implementation of Statement.
FBStatement(GDSHelper, int, int, int, FBObjectListener.StatementListener) - Constructor for 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(String, ClassLoader) - Constructor for class org.firebirdsql.jdbc.FBTpbMapper
Create instance of this class and load mapping from the specified resource.
FBTpbMapper(Map<String, String>) - Constructor for class org.firebirdsql.jdbc.FBTpbMapper
Create instance of this class for the specified string mapping.
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(int) - Constructor for exception org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException based around a 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) - Constructor for exception org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException with a given message.
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(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
 
FieldDataProvider - Interface in org.firebirdsql.jdbc.field
Provider of the row data.
fieldDescriptor - Variable in class org.firebirdsql.jdbc.field.FBField
 
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.
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
 
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
Deprecated.
use getAndAssertSingletonResultSet().findColumn(paramName) (but verify if that is the right thing to do); method will be removed in Jaybird 6
findSingleXid(Xid) - Method in class org.firebirdsql.jca.FBManagedConnection
Obtain a single prepared transaction branch from a resource manager, based on a Xid
FINITE - org.firebirdsql.extern.decimal.DecimalType
 
FIREBIRD_4_0 - org.firebirdsql.jdbc.parser.FirebirdReservedWords
 
FIREBIRD_BLOB_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
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.
FirebirdReservedWords - Enum in org.firebirdsql.jdbc.parser
All reserved words per Firebird version.
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
 
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.
FLOAT_BINARY_PRECISION - org.firebirdsql.jdbc.metadata.TypeMetadata.TypeBehaviour
 
FLOAT_BINARY_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
FLOAT_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
FLOAT_DECIMAL_PRECISION - org.firebirdsql.jdbc.metadata.TypeMetadata.TypeBehaviour
 
FLOAT_DECIMAL_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
float_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
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.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
 
FORCE_CONSOLE_LOGGER_PROP - Static variable in class org.firebirdsql.gds.JaybirdSystemProperties
 
FORCE_CONSOLE_LOGGER_PROP - Static variable in class org.firebirdsql.logging.LoggerFactory
 
FORCE_WRITE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
forceClose() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
Forces the connection to close without proper detach or cleanup.
forceClose() - Method in interface org.firebirdsql.gds.ng.FbAttachment
Forces the connection to close without proper detach or cleanup.
forceClose() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
forceClose() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
 
forDialect(int) - Static method in enum org.firebirdsql.jdbc.QuoteStrategy
Obtain the QuoteStrategy for the specified dialect.
forEncodingDefinition(EncodingDefinition) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Return a derived datatype coder that applies the supplied encoding definition for string conversions.
forEncodingDefinition(EncodingDefinition) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
forEncodingDefinition(EncodingDefinition) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
forEncodingFactory(IEncodingFactory) - Static method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
Returns an instance of DefaultDatatypeCoder for an encoding factory.
forEncodingFactory(IEncodingFactory) - Static method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
Returns an instance of BigEndianDatatypeCoder for an encoding factory.
forEncodingFactory(IEncodingFactory) - Static method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
Returns an instance of LittleEndianDatatypeCoder for an encoding factory.
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() - Method in class org.firebirdsql.jdbc.FBBlob
 
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
 
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
 
freeStatements() - Method in class org.firebirdsql.jdbc.FBConnection
This method closes all active statements and cleans resources.
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.
fromHexString(String) - Static method in class org.firebirdsql.util.ByteArrayHelper
Converts the provided hexadecimal string to a byte array.
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.
fromPattern(MetadataPattern) - Static method in class org.firebirdsql.jdbc.metadata.MetadataPatternMatcher
Derives a metadata pattern matcher from a metadata pattern instance.
fromString(String) - Static method in enum org.firebirdsql.gds.ng.WireCrypt
Get the enum value for the provided name, case-insensitive.

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) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(int, int) - 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, String) - 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.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 - Variable in class org.firebirdsql.jdbc.AbstractResultSet
 
gdsHelper - Variable in class org.firebirdsql.jdbc.FBStatement
 
gdsHelper - Variable in class org.firebirdsql.jdbc.field.FBField
 
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.
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.
GENERATED_KEYS_ENABLED - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
GENERATED_KEYS_ENABLED - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
generatedKeyAlwaysReturned() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
generatesSessionKey() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
 
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
 
GET_SEGMENT - org.firebirdsql.gds.ng.StatementType
 
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.
getAllowedTimeout() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
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() - Method in class org.firebirdsql.jdbc.field.FBField
 
getArray(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getArray(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getArray(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getArray(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getAsciiStream() - Method in class org.firebirdsql.jdbc.FBClob
 
getAsciiStream() - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getAsciiStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
getAsciiStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
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
getAuthPluginListTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getAuthPluginNameTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getAuthPlugins() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getAuthPlugins() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getAuthPlugins() - Method in interface org.firebirdsql.event.EventManager
Get the list of authentication plugins to try.
getAuthPlugins() - Method in class org.firebirdsql.event.FBEventManager
 
getAuthPlugins() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getAuthPlugins() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getAuthPlugins() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Get the list of authentication plugins to try.
getAuthPlugins() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getAuthPlugins() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getAuthPlugins() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the list of authentication plugins to try.
getAuthPlugins() - Method in class org.firebirdsql.management.FBServiceManager
 
getAuthPlugins() - Method in interface org.firebirdsql.management.ServiceManager
Get the list of authentication plugins to try.
getAutoCommit() - Method in class org.firebirdsql.jdbc.FBConnection
 
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.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getBigDecimal() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.field.FBField
 
getBigDecimal(int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Deprecated.
getBigDecimal(int, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Deprecated.
getBigDecimal(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBigDecimal(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getBigDecimal(String, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Deprecated.
getBigInteger() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.FBBlob
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getBinaryStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getBinaryStream(long, long) - Method in class org.firebirdsql.jdbc.FBBlob
 
getBinaryStream(long, long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
getBinaryStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
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.
getBlob(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBlob(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getBlob(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBlob(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
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) - 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
 
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.
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() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBoolean(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBoolean(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getBoolean(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBoolean(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
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() - Method in class org.firebirdsql.jdbc.field.FBField
 
getByte(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getByte(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getByte(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getByte(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
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() - Method in class org.firebirdsql.jdbc.FBRowId
getBytes() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBytes() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getBytes(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBytes(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getBytes(long, int) - Method in class org.firebirdsql.jdbc.FBBlob
 
getBytes(long, int) - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
getBytes(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBytes(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getBytes(String) - Static method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getCachedData() - Method in interface org.firebirdsql.jdbc.field.FBFlushableField
Get cached data.
getCachedData() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
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
getCatalogName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
getCatalogs() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getCatalogSeparator() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getCatalogTerm() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getCharacterLength() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
The length in characters of this field.
getCharacterSetSize(int) - Static method in class org.firebirdsql.encodings.EncodingFactory
Deprecated.
getCharacterStream() - Method in class org.firebirdsql.jdbc.FBClob
 
getCharacterStream() - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getCharacterStream() - Method in class org.firebirdsql.jdbc.field.FBField
 
getCharacterStream(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getCharacterStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getCharacterStream(long, long) - Method in class org.firebirdsql.jdbc.FBClob
 
getCharacterStream(long, long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getCharacterStream(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getCharacterStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getCharOctetLength() - Method in class org.firebirdsql.jdbc.metadata.TypeMetadata
 
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
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
Gets the current instance of the client library.
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() - Method in class org.firebirdsql.jdbc.field.FBField
 
getClob() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getClob(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getClob(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getClob(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getClob(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
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
 
getColumnClassName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getColumnCount() - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getColumnDisplaySize(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getColumnLabel(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getColumnName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getColumnSize() - Method in class org.firebirdsql.jdbc.metadata.TypeMetadata
Returns the column size (precision) of the type.
getColumnType(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getColumnTypeName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getConcurrency() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getCondition() - Method in class org.firebirdsql.jdbc.metadata.Clause
 
getCondition(boolean) - Method in class org.firebirdsql.jdbc.metadata.Clause
 
getCondition(String, String) - Method in class org.firebirdsql.jdbc.metadata.Clause
Condition rendered with prefix and suffix.
getConditionType() - Method in class org.firebirdsql.jdbc.metadata.MetadataPattern
 
getConditionValue() - Method in class org.firebirdsql.jdbc.metadata.MetadataPattern
 
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() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getConnection() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getConnection() - Method in class org.firebirdsql.jdbc.FBDataSource
 
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
 
getConnection() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
Get the connection which owns this coordinator.
getConnection() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
getConnection(String, String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get JDBC connection with the specified credentials.
getConnection(String, String) - Method in class org.firebirdsql.jdbc.FBDataSource
 
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.
getConnectionClass() - Method in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
 
getConnectionClass() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getConnectionClass() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
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.
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
 
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
 
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) - 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
 
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.
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(String) - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getDatabasePath(String, Integer, 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
 
getDatabasePath(GDSType, String) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get path to the database from the specified JDBC URL.
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.
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
 
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
 
getDatabaseStatistics() - 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 class org.firebirdsql.management.FBStatisticsManager
 
getDatabaseStatistics(int) - Method in interface org.firebirdsql.management.StatisticsManager
Get specific database statistics.
getDatabaseTransactionInfo() - Method in class org.firebirdsql.management.FBStatisticsManager
 
getDatabaseTransactionInfo() - Method in interface org.firebirdsql.management.StatisticsManager
Get transaction information of the database specified in database.
getDatabaseTransactionInfo(Connection) - Static method in class org.firebirdsql.management.FBStatisticsManager
Get transaction information for an existing database connection.
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.
getDataType(int, int, int, int) - Static method in class org.firebirdsql.jdbc.metadata.TypeMetadata
Derives the JDBC data type from Types or JaybirdTypeCodes from metadata information.
getDataTypeBind() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDataTypeBind() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getDataTypeBind() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDataTypeBind() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDataTypeBind() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the dataTypeBind configuration.
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
 
getDatatypeCoderCacheSize(int) - Static method in class org.firebirdsql.gds.JaybirdSystemProperties
 
getDataTypeName(int, int, int) - Static method in class org.firebirdsql.jdbc.metadata.TypeMetadata
Derives the JDBC/SQL type name from metadata information.
getDate() - Method in class org.firebirdsql.jdbc.field.FBField
 
getDate(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDate(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getDate(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDate(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getDate(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDate(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getDate(String, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDate(String, Calendar) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
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 in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getDbCryptConfig() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Get the database encryption plugin configuration.
getDbCryptConfig() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDbCryptConfig() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDbCryptConfig() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the database encryption plugin configuration.
getDbCryptConfig() - Method in class org.firebirdsql.management.FBServiceManager
 
getDbCryptConfig() - Method in interface org.firebirdsql.management.ServiceManager
Get the database encryption plugin configuration.
getDbMetadataMediator() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDecimal() - Method in class org.firebirdsql.jdbc.field.FBField
Returns the value as a Decimal type.
getDecimal(Class<D>) - Method in class org.firebirdsql.jdbc.field.FBField
 
getDecimalType() - Method in exception org.firebirdsql.extern.decimal.DecimalInconvertibleException
 
getDecryptionCipher() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getDefaultCharacterSet() - Method in class org.firebirdsql.management.FBManager
 
getDefaultCharacterSet() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getDefaultCollection() - Static method in class org.firebirdsql.gds.ng.wire.ProtocolCollection
Returns the default ProtocolCollection.
getDefaultConnectionEncoding() - Static method in class org.firebirdsql.gds.JaybirdSystemProperties
 
getDefaultConnectionRequestInfo() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDefaultEncoding() - Method in class org.firebirdsql.encodings.EncodingFactory
 
getDefaultEncoding() - Method in interface org.firebirdsql.encodings.IEncodingFactory
 
getDefaultEncoding() - Method in interface org.firebirdsql.gds.ConnectionParameterBuffer
 
getDefaultEncoding() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getDefaultEncoding() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getDefaultEncodingDefinition() - Method in class org.firebirdsql.encodings.EncodingFactory
 
getDefaultEncodingDefinition() - Method in interface org.firebirdsql.encodings.IEncodingFactory
Returns the EncodingDefinition for the default platform character set.
getDefaultGDSType() - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get default GDS type.
getDefaultIsolation() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDefaultIsolation() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getDefaultIsolation() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDefaultIsolation() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDefaultIsolation() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the default transaction isolation level as string.
getDefaultMapper() - Static method in class org.firebirdsql.jdbc.FBTpbMapper
 
getDefaultMapping() - Method in class org.firebirdsql.jdbc.FBTpbMapper
Get default mapping.
getDefaultProtocol() - Method in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
 
getDefaultProtocol() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getDefaultProtocol() - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getDefaultSqlInfoSize() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getDefaultSqlInfoSize() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
getDefaultSqlInfoSize() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
getDefaultTpb() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBTpbMapper
 
getDefaultTransactionIsolation() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the default transaction isolation level.
getDefaultWarningMessageCallback() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getDeletedRowsCount() - Method in class org.firebirdsql.jdbc.FBStatement
 
getDeletedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of deleted rows.
getDescribeDatabaseInfoBlock() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getDescribeExplainedPlanInfoItems() - Method in class org.firebirdsql.gds.ng.ExecutionPlanProcessor
Get the byte array with the describe detailed plan info items.
getDescribePlanInfoItems() - Method in class org.firebirdsql.gds.ng.ExecutionPlanProcessor
Get the byte array with the describe plan info items as supported by this processor, for use with FbStatement.getSqlInfo(byte[], int, InfoProcessor) or FbStatement.getSqlInfo(byte[], int).
getDescribeServiceRequestBuffer() - Method in class org.firebirdsql.gds.ng.AbstractFbService
 
getDescription() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDescription() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get description of this datasource.
getDialect() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getDialect() - Method in class org.firebirdsql.management.FBManager
 
getDialect() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getDouble() - Method in class org.firebirdsql.jdbc.field.FBField
 
getDouble(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDouble(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getDouble(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDouble(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getDpb() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
Get the underlying Database Parameter Buffer for this object.
getDpbKey() - Method in class org.firebirdsql.gds.ParameterBufferHelper.DpbParameterType
 
getDpbKey(String) - Static method in class org.firebirdsql.gds.ParameterBufferHelper
Get integer value of the DPB key corresponding to the specified name.
getDpbMap() - Static method in class org.firebirdsql.gds.ParameterBufferHelper
Get mapping between DPB names and their keys.
getDpbParameterType(String) - Static method in class org.firebirdsql.gds.ParameterBufferHelper
Gets the ParameterBufferHelper.DpbParameterType for the specified dpb item name (short or long)
getDriverMajorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDriverName() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDriverVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getEISProductName() - Method in class org.firebirdsql.jca.FBManagedConnectionMetaData
Returns Product name of the underlying EIS instance connected through the ManagedConnection.
getEISProductVersion() - Method in class org.firebirdsql.jca.FBManagedConnectionMetaData
Returns product version of the underlying EIS instance connected through the ManagedConnection.
getEncodedDate() - Method in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Encodes the date as used by Firebird (Modified Julian Date, or number of days since 17 November 1858).
getEncodedTime() - Method in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Encodes the time as used by Firebird (fractions (100 milliseconds) in a day).
getEncoding() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getEncoding() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get encoding for connections produced by this data source.
getEncoding() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
Returns the Encoding instance for this definition.
getEncoding() - Method in interface org.firebirdsql.encodings.EncodingDefinition
Gets the Encoding based on this definition.
getEncoding() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getEncoding() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getEncoding() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
getEncoding() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getEncoding() - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
getEncoding() - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
getEncoding() - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
getEncoding() - Method in interface org.firebirdsql.gds.ng.FbAttachment
 
getEncoding() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
getEncoding() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getEncoding() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getEncoding() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getEncoding() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getEncoding(String) - Static method in class org.firebirdsql.encodings.EncodingFactory
getEncoding(Charset) - Static method in class org.firebirdsql.encodings.EncodingFactory
getEncodingDefinition() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getEncodingDefinition() - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
getEncodingDefinition() - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
getEncodingDefinition() - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
getEncodingDefinition() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getEncodingDefinition(String, String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingDefinition(String, String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets or creates an EncodingDefinition for the supplied Firebird encoding and Java charset.
getEncodingDefinitionByCharacterSetId(int) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingDefinitionByCharacterSetId(int) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Looks up the EncodingDefinition for the specified Firebird character set id.
getEncodingDefinitionByCharset(Charset) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingDefinitionByCharset(Charset) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Looks up an EncodingDefinition for the Java Charset.
getEncodingDefinitionByCharsetAlias(String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingDefinitionByCharsetAlias(String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Looks up the EncodingDefinition by the specified Java character set name or alias.
getEncodingDefinitionByFirebirdName(String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingDefinitionByFirebirdName(String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Looks up the EncodingDefinition for the specified Firebird encoding name.
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
getEncodingFactory() - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
getEncodingFactory() - Method in interface org.firebirdsql.gds.ng.FbAttachment
 
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
getEncodingForCharacterSetId(int) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForCharacterSetId(int) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Firebird character set id.
getEncodingForCharacterSetId(int, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
Gets an Encoding for the specified Firebird character set id.
getEncodingForCharset(Charset) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForCharset(Charset) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Java character set.
getEncodingForCharset(Charset, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForCharset(Charset, Encoding) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Java character set.
getEncodingForCharsetAlias(String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForCharsetAlias(String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Java character set name or alias.
getEncodingForCharsetAlias(String, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
Gets an Encoding for the specified Java character set name or alias.
getEncodingForFirebirdName(String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForFirebirdName(String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Firebird encoding.
getEncodingForFirebirdName(String, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
Gets an Encoding for the specified Firebird encoding.
getEncodings() - Method in class org.firebirdsql.encodings.DefaultEncodingSet
 
getEncodings() - Method in interface org.firebirdsql.encodings.EncodingSet
 
getEncryptedPasswordTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getEncryptionCipher() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPlugin
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPluginSpi
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getEncryptionIdentifier() - Method in interface org.firebirdsql.gds.ng.wire.crypt.EncryptionPlugin
 
getEncryptionIdentifier() - Method in interface org.firebirdsql.gds.ng.wire.crypt.EncryptionPluginSpi
 
getEncryptionIdentifiers() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getEscapedParser() - Method in class org.firebirdsql.jdbc.FBConnection
Returns the FBEscapedParser instance for this connection.
getEventBuffer() - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
 
getEventBuffer() - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
getEventCount() - Method in interface org.firebirdsql.event.DatabaseEvent
Get the number of times the event occurred.
getEventCount() - Method in interface org.firebirdsql.gds.EventHandle
Get the count of event occurrences for the most recent occurrence(s) of the event for which this handle is registered.
getEventCount() - Method in class org.firebirdsql.gds.ng.AbstractEventHandle
 
getEventCount() - Method in class org.firebirdsql.gds.ng.wire.AsynchronousChannelListener.Event
 
getEventId() - Method in interface org.firebirdsql.gds.EventHandle
Get the internal event id number for this handle
getEventId() - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
 
getEventId() - Method in class org.firebirdsql.gds.ng.wire.AsynchronousChannelListener.Event
 
getEventId() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
getEventName() - Method in interface org.firebirdsql.event.DatabaseEvent
Get the name of the event that occurred.
getEventName() - Method in interface org.firebirdsql.gds.EventHandle
Get the name of the event for which this handle is set to listen for
getEventName() - Method in class org.firebirdsql.gds.ng.AbstractEventHandle
 
getException() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getException() - Method in class org.firebirdsql.gds.ng.wire.GenericResponse
 
getException() - Method in class org.firebirdsql.util.SQLExceptionChainBuilder
 
getExecutionPlan() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getExecutionPlan() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getExecutionPlan() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
getExecutionPlan() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
Get the execution plan of this PreparedStatement
getExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdResultSet
Get execution plan for the specified result set.
getExplainedExecutionPlan() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getExplainedExecutionPlan() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getExplainedExecutionPlan() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
getExplainedExecutionPlan() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getExplainedExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
Get the detailed execution plan of this PreparedStatement
getExplainedExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdResultSet
Get detailed execution plan for the specified result set.
getExportedKeys(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getExtendedFieldInfo(FBConnection) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
This method retrieves extended information from the system tables in a database.
getExtendedFieldInfo(FBConnection) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
This method retrieves extended information from the system tables in a database.
getExtendedFieldInfo(FBConnection) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getExtendedServerName() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getExtFieldInfo(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getExtraDatabaseParameters() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
getExtraDatabaseParameters() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
getExtraDatabaseParameters() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
Gets the extra database parameters.
getExtraNameCharacters() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getFbDatabase() - Method in class org.firebirdsql.jdbc.FBConnection
 
getFbDatabase() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Provides access to the low-level connection handle.
getFbErrorCode() - Method in exception org.firebirdsql.gds.GDSException
Get the Firebird-specific error code for this exception.
getFeatures() - Method in interface org.firebirdsql.gds.ng.jna.FbClientFeatureAccess
 
getFeatures() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getFetchDirection() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getFetchDirection() - Method in class org.firebirdsql.jdbc.FBStatement
 
getFetchSize() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getFetchSize() - Method in class org.firebirdsql.jdbc.FBStatement
 
getField(int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Factory method for the field access objects
getField(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Get the FBField object at the given column index
getField(int) - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
getField(int, boolean) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Factory method for the field access objects
getField(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Get a FBField by name.
getFieldClassName(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getFieldCount() - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
Retrieves the number of fields in the object for which this AbstractFieldMetaData object contains information.
getFieldData() - Method in class org.firebirdsql.jdbc.field.FBField
 
getFieldData() - Method in interface org.firebirdsql.jdbc.field.FieldDataProvider
Get raw content of the filed.
getFieldData(int) - Method in class org.firebirdsql.gds.ng.fields.RowValue
Get the data of the field with index.
getFieldDescriptor() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Deprecated.
getFieldDescriptor() - Method in interface org.firebirdsql.gds.ng.FbStatement
Deprecated.
Use FbStatement.getRowDescriptor() instead; will be removed in Jaybird 5
getFieldDescriptor(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
Gets the FieldDescriptor at the specified (0-based) index.
getFieldDescriptor(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
The FieldDescriptor of the field with index fieldIndex.
getFieldDescriptors() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
getFieldName() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.GDS_QUAD_t
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.XSQLDA
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.XSQLVAR
 
getFields() - Method in interface org.firebirdsql.gds.ng.InfoProcessor.StatementInfo
 
getFieldType(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getFieldTypeName(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getFileName() - Method in class org.firebirdsql.gds.impl.DbAttachInfo
 
getFileName() - Method in class org.firebirdsql.management.FBManager
 
getFileName() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getFilenameEncoding(DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
Gets the Encoding to use for the database filename.
getFilenameEncoding(DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version12.V12Database
Gets the Encoding to use for the database filename.
getFirebirdCharacterSetId() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getFirebirdCharacterSetId() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getFirebirdEncodingName() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getFirebirdEncodingName() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getFirebirdParameterMetaData() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
getFirebirdSupportInfo() - Method in class org.firebirdsql.jdbc.metadata.DbMetadataMediator
Provides the FirebirdSupportInfo for the connection of the associated database metadata.
getFirstName() - Method in class org.firebirdsql.management.FBUser
 
getFirstName() - Method in interface org.firebirdsql.management.User
 
getFirstUnprocessedIndex() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
 
getFloat() - Method in class org.firebirdsql.jdbc.field.FBField
 
getFloat(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getFloat(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getFloat(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getFloat(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getFormatId() - Method in class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
Return the format identifier of this transaction.
getFractionsAsNanos() - Method in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
 
getFullVersion() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getFunctionColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getFunctionColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.metadata.GetFunctionColumns
 
GetFunctionColumns - Class in org.firebirdsql.jdbc.metadata
Provides the implementation for DatabaseMetaData.getFunctionColumns(String, String, String, String).
getFunctions(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getFunctions(String, String, String) - Method in class org.firebirdsql.jdbc.metadata.GetFunctions
 
GetFunctions - Class in org.firebirdsql.jdbc.metadata
Provides the implementation for DatabaseMetaData.getFunctions(String, String, String).
getGdsHelper() - Method in class org.firebirdsql.jdbc.FBBlob
 
getGDSHelper() - Method in class org.firebirdsql.jca.FBManagedConnection
Get instance of GDSHelper connected with this managed connection.
getGDSHelper() - Method in class org.firebirdsql.jdbc.FBConnection
 
getGDSType() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the GDS implementation type around which this factory is based.
getGeneratedKeys() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getGeneratedKeys() - Method in class org.firebirdsql.jdbc.FBStatement
 
getGeneratedKeysEnabled() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getGeneratedKeysEnabled() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getGeneratedKeysEnabled() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getGeneratedKeysEnabled() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getGeneratedKeysEnabled() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the generatedKeysEnabled configuration.
getGlobalTransactionId() - Method in class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
Return the global transaction id of this transaction.
getGroupId() - Method in class org.firebirdsql.management.FBUser
 
getGroupId() - Method in interface org.firebirdsql.management.User
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbAttachment
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbBlob
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbService
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbTransaction
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
getHeaderPage() - Method in class org.firebirdsql.management.FBStatisticsManager
 
getHeaderPage() - Method in interface org.firebirdsql.management.StatisticsManager
Fetch the database statistics header page.
getHoldability() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getHoldability() - Method in class org.firebirdsql.jdbc.FBConnection
 
getHost() - Method in interface org.firebirdsql.event.EventManager
 
getHost() - Method in class org.firebirdsql.event.FBEventManager
 
getHost() - Method in class org.firebirdsql.management.FBServiceManager
 
getHost() - Method in interface org.firebirdsql.management.ServiceManager
Returns the host for the connection to the service manager.
getIdentifierQuoteString() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getIdentifiers() - Method in class org.firebirdsql.gds.ng.wire.crypt.KnownServerKey
 
getImportedKeys(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getIndex() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getInfo(byte[], int) - Method in class org.firebirdsql.jdbc.FBBlob
Get information about this Blob.
getInitResult() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getInputParam(int) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get input parameter by the specified index.
getInputParams() - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get the list of input parameters for this procedure call.
getInsertedRowsCount() - Method in class org.firebirdsql.jdbc.FBStatement
 
getInsertedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of inserted rows.
getInsertRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
getInstance() - Static method in class org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
 
getInstance() - Static method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
 
getInstance() - Static method in class org.firebirdsql.gds.ng.jna.