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
All Classes All Packages
A
- abort(Executor) - Method in class org.firebirdsql.jdbc.FBConnection
- absolute(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- ABSOLUTE - org.firebirdsql.gds.ng.FbBlob.SeekMode
-
Absolute seek from start of blob.
- ABSOLUTE - org.firebirdsql.gds.ng.FetchType
- 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.
- AbstractAttachProperties.PropertyUpdateListener - Interface in org.firebirdsql.gds.ng
-
Property update listener.
- 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
- AbstractConnectionPropertiesDataSource - Class in org.firebirdsql.ds
-
Abstract implementation of
FirebirdConnectionProperties
to ensure subclasses can be introspected as beans. - AbstractConnectionPropertiesDataSource() - Constructor for class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
- 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
andAbstractFbDatabase
. - 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() - 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
andFBParameterMetaData
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
- 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.
- 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, FBLocalTransaction) - Constructor for class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
- AbstractWireOperations - Class in org.firebirdsql.gds.ng.wire
- AbstractWireOperations(WireConnection<?, ?>, WarningMessageCallback) - 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
- 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
-
Deprecated.
- 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.jaybird.parser.SqlParser
-
Fluent variant of
SqlParser.addVisitor(TokenVisitor)
. - 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, byte) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
- addArgument(int, byte) - Method in interface org.firebirdsql.gds.ParameterBuffer
-
Add a byte argument.
- 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, int) - Method in interface org.firebirdsql.gds.BlobParameterBuffer
-
Set an
int
parameter on thisBlobParameterBuffer
. - 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, long) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
- addArgument(int, long) - Method in interface org.firebirdsql.gds.ParameterBuffer
-
Add long argument.
- addArgument(int, String) - Method in interface org.firebirdsql.gds.BlobParameterBuffer
-
Set a
String
parameter on thisBlobParameterBuffer
. - 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, Encoding) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
- addArgument(int, String, Encoding) - Method in interface org.firebirdsql.gds.ParameterBuffer
-
Add string argument.
- 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.FBCallableStatement
- addBatch() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- addBatch(String) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- 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.ds.FBPooledConnection
- addConnectionEventListener(XcaConnectionEventListener) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
-
Add an
XcaConnectionEventListener
listener. - addDatabaseListener(DatabaseListener) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
- addDatabaseListener(DatabaseListener) - Method in interface org.firebirdsql.gds.ng.FbDatabase
-
Adds a
DatabaseListener
instance to this database. - addEventListener(String, EventListener) - Method in interface org.firebirdsql.event.EventManager
-
Register an EventListener that will be called when an event occurs.
- addEventListener(String, EventListener) - Method in class org.firebirdsql.event.FBEventManager
- addExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
- addExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
- addExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
- addExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
- addExceptionListener(ExceptionListener) - Method in interface org.firebirdsql.gds.ng.listeners.ExceptionListenable
-
Adds an exception listener to this object.
- addField() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
-
Adds the current field data to the row and prepares this builder for the next field by resetting all values.
- addField(FieldDescriptor) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
-
Adds the
FieldDescriptor
on the current fieldIndex as the next in the row, and increments the current field index by 1. - addFirst(E) - Method in class org.firebirdsql.util.SQLExceptionChainBuilder
-
Adds the passed SQLException as the first exception in the chain.
- 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 interface org.firebirdsql.gds.impl.ParameterBufferMetaData
-
Allows the metadata to add a preamble to the parameter buffer.
- 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
-
Deprecated.
- 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. - addValue(ParameterBuffer, int, Object, ConnectionPropertyType) - Method in enum org.firebirdsql.jaybird.props.DpbType
-
Populate the parameter buffer
pb
withpbItem
andvalue
. - addVisitor(TokenVisitor) - Method in class org.firebirdsql.jaybird.parser.SqlParser
- addVisitor(TokenVisitor) - Method in interface org.firebirdsql.jaybird.parser.VisitorRegistrar
-
Adds a visitor.
- addWarning(SQLWarning) - Method in class org.firebirdsql.jdbc.FBConnection
- addWarning(SQLWarning) - Method in class org.firebirdsql.jdbc.FBResultSet
- 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.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.FBResultSet
- afterLast(FbStatement) - Method in interface org.firebirdsql.gds.ng.listeners.StatementListener
-
Method to be notified when the cursor of a statement is positioned after the last row.
- afterLast(FbStatement) - Method in class org.firebirdsql.gds.ng.listeners.StatementListenerDispatcher
- afterUpdate(ConnectionProperty, Object) - Method in interface org.firebirdsql.gds.ng.AbstractAttachProperties.PropertyUpdateListener
- aliases() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
-
Optional aliases (secondary names) for this property.
- aliases(String) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
-
Alias or secondary name of the property; optional.
- aliases(String...) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
-
Aliases or secondary names of the property; optional.
- aliases(Collection<String>) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
-
Aliases or secondary names of the property; optional.
- aliasname - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- aliasname_length - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- allocateConnection(FBManagedConnectionFactory, FBConnectionRequestInfo) - Method in class org.firebirdsql.jaybird.xca.FBStandAloneConnectionManager
- allocateConnection(FBManagedConnectionFactory, FBConnectionRequestInfo) - Method in interface org.firebirdsql.jaybird.xca.XcaConnectionManager
-
Allocates a new
FirebirdConnection
backed by aFBManagedConnection
from the specified factory. - ALLOCATED - org.firebirdsql.gds.ng.StatementState
-
Statement has been allocated or unprepared.
- 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
-
Deprecated.
- 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(FBFetcher) - Method in interface org.firebirdsql.jdbc.FBObjectListener.FetcherListener
-
Notify listener that underlying fetcher fetched all rows.
- allRowsFetched(FBFetcher) - Method in class org.firebirdsql.jdbc.FBResultSet
- 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 tosb
. - appendTo(StringBuilder) - Method in interface org.firebirdsql.jaybird.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).
- 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
- asBoolean(Object) - Method in enum org.firebirdsql.jaybird.props.def.ConnectionPropertyType
-
Convert a value of this property type to boolean.
- asIConnectionProperties() - Method in class org.firebirdsql.jaybird.xca.FBConnectionRequestInfo
- asIConnectionProperties() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
- 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
- asInteger(Object) - Method in enum org.firebirdsql.jaybird.props.def.ConnectionPropertyType
-
Convert a value of this property type to integer.
- 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.FBCallableStatement
-
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.
- asSQLException() - Method in exception org.firebirdsql.jaybird.props.InvalidPropertyValueException
- asString(Object) - Method in enum org.firebirdsql.jaybird.props.def.ConnectionPropertyType
-
Convert a value of this property type to string.
- 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
-
Dispatcher for
AsynchronousChannelListener
. - 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.jdbc.metadata.RowValueBuilder
-
Convenience shortcut for
RowValueBuilder.setFieldIndex(int)
. - 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
- AttachmentProperties - Interface in org.firebirdsql.jaybird.props
-
Attachment properties shared by database and service connections.
- attachObjectName - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- 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 (e.g.
- AUTH_PLUGINS - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
-
Deprecated.
- 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
- authPlugins - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- 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
-
Deprecated.
- 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
- backoutCount() - Method in class org.firebirdsql.management.TableStatistics
- 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
- BaseGDSFactoryPlugin - Class in org.firebirdsql.gds.impl
-
Base class for
GDSFactoryPlugin
implementations. - BaseGDSFactoryPlugin() - Constructor for class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
- BaseProperties - Interface in org.firebirdsql.jaybird.props
-
Base of the properties hierarchy; provides common API for setting properties by name.
- BATCH_EXECUTE_FAILED - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
- BATCH_SUCCESS_NO_INFO - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
- BATCH_VERSION_1 - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
- batchBufferSize() - Method in interface org.firebirdsql.gds.ng.FbBatchConfig
-
Server-side batch buffer size in bytes.
- batchBufferSize() - Method in class org.firebirdsql.gds.ng.FbBatchConfig.Immutable
- batchCancel() - Method in interface org.firebirdsql.gds.ng.FbStatement
-
Cancels the server side batch (that is, clear any rows batched on the server).
- batchCancel() - Method in class org.firebirdsql.gds.ng.wire.version16.V16Statement
- batchCompletion() - Method in class org.firebirdsql.gds.ng.wire.BatchCompletionResponse
- BatchCompletion - Class in org.firebirdsql.gds.ng
-
Completion data from a batch execute.
- BatchCompletion(int, int[], List<BatchCompletion.DetailedError>, int[]) - Constructor for class org.firebirdsql.gds.ng.BatchCompletion
- BatchCompletion.DetailedError - Class in org.firebirdsql.gds.ng
- BatchCompletionResponse - Class in org.firebirdsql.gds.ng.wire
-
Data from the
WireProtocolConstants.op_batch_cs
response. - BatchCompletionResponse(BatchCompletion) - Constructor for class org.firebirdsql.gds.ng.wire.BatchCompletionResponse
- batchExecute() - Method in interface org.firebirdsql.gds.ng.FbStatement
-
Execute the batch on the server.
- batchExecute() - Method in class org.firebirdsql.gds.ng.wire.version16.V16Statement
- BatchItems - Class in org.firebirdsql.jaybird.fb.constants
-
Constants for batch items and values (batch config, blob policy and information items).
- BatchParameterBuffer - Interface in org.firebirdsql.gds
-
Represents a batch parameter buffer, for Firebird 4 and higher batch configuration.
- BatchParameterBufferImp - Class in org.firebirdsql.gds.impl
-
Batch parameter buffer implementation.
- BatchParameterBufferImp() - Constructor for class org.firebirdsql.gds.impl.BatchParameterBufferImp
- beforeFirst() - Method in class org.firebirdsql.jdbc.FBResultSet
- beforeFirst(FbStatement) - Method in interface org.firebirdsql.gds.ng.listeners.StatementListener
-
Method to be notified when the cursor of a statement is positioned before the first row.
- beforeFirst(FbStatement) - Method in class org.firebirdsql.gds.ng.listeners.StatementListenerDispatcher
- beforeUpdate(ConnectionProperty, Object) - Method in interface org.firebirdsql.gds.ng.AbstractAttachProperties.PropertyUpdateListener
- begin() - Method in class org.firebirdsql.jaybird.xca.FBLocalTransaction
-
Begin a local transaction.
- BEGIN_LOG - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
Deprecated.
- 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
-
Deprecated.
- BLOB_BUFFER_SIZE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
-
Deprecated.
- 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_ID_ENGINE - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
- BLOB_ID_USER - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
- BLOB_NONE - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
- BLOB_SEGHDR_ALIGN - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
- BLOB_STREAM - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
- 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
- blobBufferSize - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- blobBufferSize() - Method in class org.firebirdsql.jdbc.FBBlob.Config
- BlobConfig - Interface in org.firebirdsql.gds.ng
-
Firebird configuration for a blob.
- BlobLengthProcessor - Class in org.firebirdsql.gds.ng
-
Blob information processor for retrieving blob length.
- BlobLengthProcessor() - Constructor for class org.firebirdsql.gds.ng.BlobLengthProcessor
- BlobListenableField - Interface in org.firebirdsql.jdbc.field
-
Field which expects a blob listener.
- 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)
orFbDatabase.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 - org.firebirdsql.jaybird.props.def.ConnectionPropertyType
- 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
- BpbItems - Class in org.firebirdsql.jaybird.fb.constants
-
Constants for BPB (blob parameter buffer) items.
- BpbItems.TypeValues - Class in org.firebirdsql.jaybird.fb.constants
-
Constants for values of
BpbItems.isc_bpb_type
. - 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
-
Deprecated.
- BUFFER_SIZE - Static variable in class org.firebirdsql.management.FBServiceManager
- BUFFER_SIZE_NOT_SET - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- BUFFERS_NUMBER_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
-
Deprecated.
- build() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
- builder() - Static method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
-
Creates a connection property builder.
- builder(String) - Static method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
- Builder() - Constructor for class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
- 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 - org.firebirdsql.jaybird.props.DpbType
-
Parameter value as a byte.
- BYTE_ARRAY_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
- BYTE_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
- ByteArgument - Class in org.firebirdsql.gds.impl.argument
-
Argument
implementation for byte values. - ByteArgument(int, ArgumentType, byte) - Constructor for class org.firebirdsql.gds.impl.argument.ByteArgument
- 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
-
Deprecated.
- CachedObject(byte[], InputStream, Reader, long) - Constructor for class org.firebirdsql.jdbc.field.FBFlushableField.CachedObject
- calculateBatchMessageLength(RowDescriptor) - Method in interface org.firebirdsql.gds.ng.fields.BlrCalculator
-
Calculates the batch message length.
- calculateBatchMessageLength(RowDescriptor) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
- 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
, ornull
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
, ornull
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.FBResultSet
- canGetSelectableInformation() - Method in interface org.firebirdsql.jdbc.StoredProcedureMetaData
-
Determine if the "selectability" of procedures is available.
- canonicalize() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
The
canonicalize
method is used in FBDriver to reuse previous fbmcf instances if they have been created. - 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
-
Deprecated.
- CHA_CHA_PLUGIN_SPI_CLASS_NAME - Static variable in class org.firebirdsql.gds.ng.wire.version13.V13WireOperations
- ChaChaEncryptionPlugin - Class in org.firebirdsql.gds.ng.wire.crypt.chacha
-
ChaCha (ChaCha-20) encryption plugin (introduced in Firebird 4.0)
- ChaChaEncryptionPluginSpi - Class in org.firebirdsql.gds.ng.wire.crypt.chacha
-
ChaCha (ChaCha-20) encryption plugin provider
- ChaChaEncryptionPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.crypt.chacha.ChaChaEncryptionPluginSpi
- 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.jaybird.props.PropertyNames
- CHARSET - Static variable in class org.firebirdsql.jdbc.FBDriver
-
Deprecated.
- 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
-
Deprecated.will be removed in Jaybird 6 without replacement
- 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.FBResultSet
-
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.FBResultSet
-
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.FBResultSet
-
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
orStatementState.ERROR
, and throws anSQLException
if it is. - checkStatementValid(StatementState) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
-
Performs the same check as
AbstractFbStatement.checkStatementValid()
, but considersignoreState
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.
- choices() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
-
Possible values for this property.
- choices(String...) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
-
Possible values of the property (case-insensitive); optional.
- choices(Collection<String>) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
-
Possible values of the property (case-insensitive); optional.
- ClasspathFirebirdEmbeddedLibrary - Class in org.firebirdsql.jna.embedded.classpath
-
An implementation of
FirebirdEmbeddedLibrary
that provides Firebird Embedded from a classpath resource. - ClasspathFirebirdEmbeddedResource - Interface in org.firebirdsql.jna.embedded.classpath
-
Defines how to locate the resources of a Firebird Embedded library on the classpath.
- 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.jaybird.xca.FBManagedConnection
-
Application server calls this method to force any cleanup on the managed connection instance.
- clear() - Method in class org.firebirdsql.gds.ng.wire.crypt.KnownServerKey
- 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.FBCallableStatement
- clearBatch() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- clearBatch() - Method in class org.firebirdsql.jdbc.FBStatement
- clearCursorFlag(CursorFlag) - Method in interface org.firebirdsql.gds.ng.FbStatement
-
Clears cursor flag.
- clearCursorFlag(CursorFlag) - Method in class org.firebirdsql.gds.ng.wire.version18.V18Statement
- clearDatabase() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
- clearParameters() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- 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.FBConnection
- clearWarnings() - Method in class org.firebirdsql.jdbc.FBResultSet
- 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.LockCloseable
-
Performs an
Lock.unlock()
or equivalent on the lock. - 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.crypt.CryptSessionConfig
-
Clears (e.g.
- 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.jaybird.parser.SqlTokenizer
- 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.FBResultSet
- close() - Method in class org.firebirdsql.jdbc.FBStatement
- close() - Method in interface org.firebirdsql.jdbc.field.FBCloseableField
-
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.management.FBManager
- close() - Method in interface org.firebirdsql.management.FBManagerMBean
-
Alias for
FBManagerMBean.stop()
- close() - Method in class org.firebirdsql.management.FBTableStatisticsManager
-
Clears the reference to the connection and clears the cache.
- close(FBConnection) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
-
Close this connection with regard 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.AbstractFbWireService
-
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.FBResultSet
-
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. - columnLabelForName - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- COMMAND_LINE - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
-
Deprecated.
- 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.jaybird.xca.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 - org.firebirdsql.gds.ng.StatementType
- COMMIT - org.firebirdsql.jdbc.CompletionReason
- COMMIT_TIME - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
-
Deprecated.
- 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.jaybird.parser.StatementDetector
- complete(VisitorRegistrar) - Method in interface org.firebirdsql.jaybird.parser.TokenVisitor
-
Signals that the last token was produced and the statement text was fully parsed.
- completeStatement() - Method in class org.firebirdsql.jdbc.FBStatement
- completeStatement(CompletionReason) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- 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
-
Deprecated.
- 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
-
Deprecated.
- CONNECT_TIMEOUT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
Deprecated.
- CONNECT_TIMEOUT - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
-
Deprecated.
- CONNECT_TIMEOUT - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
-
Deprecated.
- 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.FBResultSet
- connection - Variable in class org.firebirdsql.jdbc.FBStatement
- connection - Variable in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
- CONNECTION_CLOSED - org.firebirdsql.jaybird.xca.XcaConnectionEvent.EventType
-
Event notification that an application component has closed the connection.
- CONNECTION_ERROR_OCCURRED - org.firebirdsql.jaybird.xca.XcaConnectionEvent.EventType
-
Event notification that an error occurred on the connection.
- 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(XcaConnectionEvent) - Method in class org.firebirdsql.jaybird.xca.FBStandAloneConnectionManager
- connectionClosed(XcaConnectionEvent) - Method in interface org.firebirdsql.jaybird.xca.XcaConnectionEventListener
-
Notifies the close of a connection.
- connectionErrorOccurred(XcaConnectionEvent) - Method in class org.firebirdsql.jaybird.xca.FBStandAloneConnectionManager
- connectionErrorOccurred(XcaConnectionEvent) - Method in interface org.firebirdsql.jaybird.xca.XcaConnectionEventListener
-
Notifies a connection related error.
- ConnectionParameterBuffer - Interface in org.firebirdsql.gds
- connectionProperties() - Method in class org.firebirdsql.jdbc.FBConnection
-
Get database connection properties for this connection.
- ConnectionProperty - Class in org.firebirdsql.jaybird.props.def
-
A Jaybird connection property.
- ConnectionProperty.Builder - Class in org.firebirdsql.jaybird.props.def
- ConnectionPropertyDefinerSpi - Interface in org.firebirdsql.jaybird.props.spi
-
Service provider interface to define connection properties in Jaybird.
- ConnectionPropertyRegistry - Class in org.firebirdsql.jaybird.props.internal
-
Registry of connection properties available to Jaybird.
- ConnectionPropertyType - Enum in org.firebirdsql.jaybird.props.def
-
Basic connection property types supported by Jaybird.
- connectionPropertyValues() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
- connectionPropertyValues() - Method in class org.firebirdsql.ds.FBSimpleDataSource
- connectionPropertyValues() - Method in class org.firebirdsql.event.FBEventManager
- connectionPropertyValues() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
- connectionPropertyValues() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
- connectionPropertyValues() - Method in interface org.firebirdsql.jaybird.props.BaseProperties
-
An unmodifiable view on the connection properties held by this BaseProperties implementation.
- connectionPropertyValues() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
- connectionPropertyValues() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
- connectionPropertyValues() - Method in class org.firebirdsql.management.FBServiceManager
- connectTimeout - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- CONSISTENCY - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
-
Deprecated.
- 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.NativeResourceUnloadWebListenerJakarta
- contextDestroyed(ServletContextEvent) - Method in class org.firebirdsql.gds.ng.jna.NativeResourceUnloadWebListenerJavaX
- contextInitialized(ServletContextEvent) - Method in class org.firebirdsql.gds.ng.jna.NativeResourceUnloadWebListenerJakarta
- contextInitialized(ServletContextEvent) - Method in class org.firebirdsql.gds.ng.jna.NativeResourceUnloadWebListenerJavaX
- CONTINUE_ON_ERROR - Static variable in interface org.firebirdsql.gds.ng.FbBatchConfig
-
FbBatchConfig.multiError()
value to signal to continue execution on errors. - convertTemplate(String) - 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.FBBlob
-
Copy data from a character stream into this Blob.
- copyCharacterStream(Reader) - Method in class org.firebirdsql.jdbc.FBClob
-
Copy data from a character stream into this Blob.
- copyCharacterStream(Reader, long) - Method in class org.firebirdsql.jdbc.FBBlob
-
Copy data from a character stream into this Blob.
- 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.ByteArgument
- 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. - copyTo(T) - Method in class org.firebirdsql.gds.impl.DbAttachInfo
- 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.GetAttributes
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetBestRowIdentifier
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetCatalogs
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetClientInfoProperties
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetColumnPrivileges
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetColumns
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetCrossReference
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetExportedKeys
- 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
. - create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetImportedKeys
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetIndexInfo
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetPrimaryKeys
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetProcedureColumns
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetProcedures
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetPseudoColumns
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetSchemas
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetSuperTables
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetSuperTypes
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetTablePrivileges
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetTables
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetTypeInfo
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetUDTs
- create(DbMetadataMediator) - Static method in class org.firebirdsql.jdbc.metadata.GetVersionColumns
- 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
- createAsynchronousChannel(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- 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. - createAttachUrl(DbAttachInfo, IConnectionProperties) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabaseConnection
- createAttachUrl(DbAttachInfo, IServiceProperties) - Method in class org.firebirdsql.gds.ng.jna.JnaServiceConnection
- createAttachUrl(DbAttachInfo, T) - Method in class org.firebirdsql.gds.ng.jna.JnaConnection
- createBatchParameterBuffer() - Method in interface org.firebirdsql.gds.ng.FbStatement
-
Creates a
BatchParameterBuffer
instance compatible with this protocol version. - createBatchParameterBuffer() - Method in class org.firebirdsql.gds.ng.wire.version16.V16Statement
- createBatchUpdateException(String, String, int, List<? extends Number>, Throwable) - Method in class org.firebirdsql.jdbc.FBStatement
- createBatchUpdateException(SQLException, List<? extends Number>) - Method in class org.firebirdsql.jdbc.FBStatement
- createBlob() - Method in class org.firebirdsql.jdbc.FBConnection
- createBlob() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
- createBlob(BlobConfig) - Method in class org.firebirdsql.gds.impl.GDSHelper
-
Create a new blob within the current transaction.
- createBlobForInput(FbTransaction, 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 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
- createBlobForInput(FbTransaction, BlobConfig, long) - Method in interface org.firebirdsql.gds.ng.FbDatabase
-
Creates a blob for read access to an existing blob on the server.
- createBlobForOutput(FbTransaction) - 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 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
- createBlobForOutput(FbTransaction, BlobConfig) - Method in interface org.firebirdsql.gds.ng.FbDatabase
-
Creates a blob for write access to a new blob on the server.
- 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
-
Creates a blob parameter buffer that is usable with
FbDatabase.createBlobForInput(FbTransaction, org.firebirdsql.gds.BlobParameterBuffer, long)
andFbDatabase.createBlobForOutput(FbTransaction, org.firebirdsql.gds.BlobParameterBuffer)
of this instance. - 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
- createBlrCalculator(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- 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
-
Deprecated.
- createClob() - Method in class org.firebirdsql.jdbc.FBConnection
- createConfig(int, boolean, int, DatatypeCoder) - Static method in class org.firebirdsql.jdbc.FBBlob
-
Create a blob configuration.
- createConfig(int, DatabaseConnectionProperties, DatatypeCoder) - Static method in class org.firebirdsql.jdbc.FBBlob
-
Creates a blob configuration from a subtype and connection properties and datatype coder.
- createConfig(FieldDescriptor, DatabaseConnectionProperties) - Static method in class org.firebirdsql.jdbc.FBBlob
-
Creates a blob configuration from a field descriptor and connection properties.
- createConnectionFactory() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
Creates a
javax.sql.DataSource
instance. - createConnectionFactory(XcaConnectionManager) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
Creates a
javax.sql.DataSource
instance. - 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, username and password on the specified
server
andport
. - createDatabase(String, String, String, String) - Method in class org.firebirdsql.management.FBManager
- createDatabase(String, String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
-
Create a database with the specified file name, username, password and role on the specified
server
andport
. - 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
- createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- 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. - createDeletedRowMarker() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
-
Creates a deleted row marker.
- createEncryptionPlugin(CryptSessionConfig) - Method in class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPluginSpi
- createEncryptionPlugin(CryptSessionConfig) - Method in class org.firebirdsql.gds.ng.wire.crypt.chacha.ChaChaEncryptionPluginSpi
- createEncryptionPlugin(CryptSessionConfig) - Method in interface org.firebirdsql.gds.ng.wire.crypt.EncryptionPluginSpi
-
Creates the encryption plugin for the provided crypt session config.
- 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
- createInputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- createInstance(Charset) - Static method in class org.firebirdsql.encodings.EncodingFactory
- createInstance(EncodingDefinition) - Static method in class org.firebirdsql.encodings.EncodingFactory
-
Returns an
IEncodingFactory
that usesencodingDefinition
as the default. - createInstance(EncodingSet...) - Static method in class org.firebirdsql.encodings.EncodingFactory
-
Creates a new EncodingFactory based on the supplied encodingSets.
- createManagedConnection() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
Creates a new physical connection to the Firebird database using the default configuration.
- createManagedConnection(FBConnectionRequestInfo) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
Creates a new physical connection to the Firebird database.
- createNClob() - Method in class org.firebirdsql.jdbc.FBConnection
- createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
-
Create an output
FbWireBlob
implementation for this protocol version. - createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
- createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
- createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
- createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
- 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
- createOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- 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
- createReader(InputStream) - Method in class org.firebirdsql.jdbc.FBBlob.Config
- 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 suppliedFieldDescriptor
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
- createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- 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(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- 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
- createServiceRequestBuffer(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- createSpecialResultSet(FBObjectListener.ResultSetListener) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- 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
- createStatement(FbWireDatabase) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- createStatementListener() - Method in class org.firebirdsql.jdbc.FBStatement
-
Creates the
StatementListener
to be associated with the instance ofFbStatement
created for thisFBStatement
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
- createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- 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) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
-
Create an
FbWireOperations
implementation for this protocol version. - createWireOperations(WireConnection<?, ?>, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
- createWireOperations(WireConnection<?, ?>, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
- createWireOperations(WireConnection<?, ?>, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
- createWireOperations(WireConnection<?, ?>, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
- createWireOperations(WireConnection<?, ?>, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
- createWireOperations(WireConnection<?, ?>, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
- createWireOperations(WireConnection<?, ?>, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
- createWithXAErrorCode(String, int) - Static method in exception org.firebirdsql.gds.GDSException
-
Deprecated.will be removed in Jaybird 6 without replacement
- 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
- createWriter(OutputStream) - Method in class org.firebirdsql.jdbc.FBBlob.Config
- crypt(String, String) - Static method in class org.firebirdsql.gds.ng.wire.auth.legacy.UnixCrypt
-
Deprecated.Encrypts String into crypt (Unix) code.
- CryptSessionConfig - Interface in org.firebirdsql.gds.ng.wire.crypt
-
Interface for the encryption/decryption session config for wire protocol encryption for a specific plugin.
- 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
-
Deprecated.
- currentStatementResult - Variable in class org.firebirdsql.jdbc.FBStatement
- CURSOR_OPEN - org.firebirdsql.gds.ng.StatementState
-
Statement has been executed, cursor is still open.
- CURSOR_TYPE_SCROLLABLE - org.firebirdsql.gds.ng.CursorFlag
- CursorFlag - Enum in org.firebirdsql.gds.ng
-
Cursor flags.
D
- d_float_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
- DAMAGED - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
Deprecated.
- 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
-
Deprecated.
- DATABASE - Static variable in class org.firebirdsql.jdbc.FBDriver
-
Deprecated.
- DATABASE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
-
Deprecated.
- DatabaseConnectionProperties - Interface in org.firebirdsql.jaybird.props
-
Properties for database connections.
- 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
- databaseName - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- 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.
- 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
- dataTypeBind - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- 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
-
Deprecated.use a
java.time
type; will be removed in Jaybird 6 - 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
-
Deprecated.
- DB_CRYPT_CONFIG - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
-
Deprecated.
- 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/service name/url).
- DbAttachInfo(String, int, String) - Constructor for class org.firebirdsql.gds.impl.DbAttachInfo
- DbAttachInfo(String, Integer, String) - Constructor for class org.firebirdsql.gds.impl.DbAttachInfo
- 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.
- dbCryptConfig - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- 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
-
Deprecated.
- 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
-
Deprecated.
- DDL - org.firebirdsql.gds.ng.StatementType
- debug(String) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- debug(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- DEBUG - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
Deprecated.
- debugf(String, Object) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- debugf(String, Object...) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- debugf(String, Object, Object) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- debugf(String, Object, Object, Object) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- debugfe(String, Object, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- debugfe(String, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- debugfe(String, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- 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
- decfloatRound - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- decfloatTraps - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- 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.
- 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(Date, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Deprecated.will be removed in Jaybird 6
- 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
-
Deprecated.use
DatatypeCoder.decodeLocalDate(byte[])
; will be removed in Jaybird 6 - 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
-
Deprecated.use
DatatypeCoder.decodeLocalDate(byte[])
; will be removed in Jaybird 6 - 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 adouble
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 afloat
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 anint
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 anint
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
- decodeLocalDate(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Decode LocalDate from supplied data.
- decodeLocalDate(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
- decodeLocalDate(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
- decodeLocalDateTime(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Decode LocalDateTime from supplied data.
- decodeLocalDateTime(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
- decodeLocalDateTime(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
- decodeLocalTime(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Decode LocalTime from supplied data.
- decodeLocalTime(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
- decodeLocalTime(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
- decodeLong(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Decode a
byte
array into along
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 ashort
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 ashort
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 aString
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(Time, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Deprecated.will be removed in Jaybird 6
- 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
-
Deprecated.use
DatatypeCoder.decodeLocalTime(byte[])
; will be removed in Jaybird 6 - 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
-
Deprecated.use
DatatypeCoder.decodeLocalTime(byte[])
; will be removed in Jaybird 6 - decodeTimeRaw(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
- decodeTimeRaw(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
- decodeTimestamp(Timestamp, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Deprecated.will be removed in Jaybird 6
- 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
-
Deprecated.use
DatatypeCoder.decodeLocalDateTime(byte[])
; will be removed in Jaybird 6 - 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
-
Deprecated.use
DatatypeCoder.decodeLocalDateTime(byte[])
; will be removed in Jaybird 6 - 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.
- DEFAULT - org.firebirdsql.gds.ng.WireCrypt
-
Equivalent to
WireCrypt.ENABLED
for wire protocol, but for JNA connections it uses the default of thefirebird.conf
used by the client library. - DEFAULT_AUTH_PLUGINS - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- DEFAULT_BLOB_BUFFER_SIZE - Static variable in class org.firebirdsql.gds.impl.GDSHelper
-
Deprecated.will be removed in Jaybird 6, use
PropertyConstants.DEFAULT_BLOB_BUFFER_SIZE
- DEFAULT_BLOB_BUFFER_SIZE - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- DEFAULT_BLOB_BUFFER_SIZE - Static variable in class org.firebirdsql.jdbc.FBConnectionDefaults
-
Deprecated.
- DEFAULT_BUFFERS_NUMBER - Static variable in interface org.firebirdsql.gds.ng.IConnectionProperties
-
Deprecated.
- 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
-
Deprecated.
- DEFAULT_DIALECT - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- DEFAULT_HOLDABLE_RS_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
-
Deprecated.
- DEFAULT_ISOLATION_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
-
Deprecated.
- DEFAULT_PAGE_CACHE_SIZE - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- DEFAULT_PORT - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- DEFAULT_SCROLLABLE_CURSOR - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- DEFAULT_SERVER_BATCH_BUFFER_SIZE - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- DEFAULT_SERVER_NAME - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- DEFAULT_SERVICE_NAME - Static variable in interface org.firebirdsql.gds.ng.IServiceProperties
-
Deprecated.
- DEFAULT_SERVICE_NAME - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- 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
-
Deprecated.
- DEFAULT_STREAM_BLOBS - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- DEFAULT_TRANSACTION_ISOLATION_NAME - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- DEFAULT_TRANSACTION_ISOLATION_VALUE - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
- 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
-
Deprecated.implementing
DatabaseListener
is sufficient as all its methods have a default implementation doing nothing, class will be removed in Jaybird 6 - DefaultDatabaseListener() - Constructor for class org.firebirdsql.gds.ng.listeners.DefaultDatabaseListener
-
Deprecated.
- 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
. - defaultIsolation - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- defaultResultSetHoldable - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- defaultSQLStateIfNull(String) - Static method in exception org.firebirdsql.jdbc.FBSQLException
- DefaultStatementListener - Class in org.firebirdsql.gds.ng.listeners
-
Deprecated.implementing
StatementListener
is sufficient as all its methods have a default implementation doing nothing, class will be removed in Jaybird 6 - DefaultStatementListener() - Constructor for class org.firebirdsql.gds.ng.listeners.DefaultStatementListener
-
Deprecated.
- DeferredAction - Interface in org.firebirdsql.gds.ng.wire
-
Interface for processing deferred responses from the server.
- deferredBatchCreate(FbBatchConfig, DeferredResponse<Void>) - Method in interface org.firebirdsql.gds.ng.FbStatement
-
Sends batch create with deferred response processing.
- deferredBatchCreate(FbBatchConfig, DeferredResponse<Void>) - Method in class org.firebirdsql.gds.ng.wire.version16.V16Statement
- deferredBatchRelease(DeferredResponse<Void>) - Method in interface org.firebirdsql.gds.ng.FbStatement
-
Closes (releases) the batch on the server with deferred response processing.
- deferredBatchRelease(DeferredResponse<Void>) - Method in class org.firebirdsql.gds.ng.wire.version16.V16Statement
- deferredBatchSend(Collection<RowValue>, DeferredResponse<Void>) - Method in interface org.firebirdsql.gds.ng.FbStatement
-
Sends batch data with deferred response processing.
- deferredBatchSend(Collection<RowValue>, DeferredResponse<Void>) - Method in class org.firebirdsql.gds.ng.wire.version16.V16Statement
- DeferredResponse<T> - Interface in org.firebirdsql.gds.ng
-
Interface for receiving deferred/async responses.
- defineProperties() - Method in interface org.firebirdsql.jaybird.props.spi.ConnectionPropertyDefinerSpi
-
Defines the connection properties to add to Jaybird.
- 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.jaybird.parser.LocalStatementType
-
DELETE
statement - DELETE_SHADOW - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
Deprecated.
- deleteCount() - Method in class org.firebirdsql.management.TableStatistics
- deletedRowMarker(int) - Static method in class org.firebirdsql.gds.ng.fields.RowValue
-
Creates a row value that can serve as a deleted row marker.
- deleteRow() - Method in class org.firebirdsql.jdbc.FBResultSet
- 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.jaybird.xca.FBManagedConnection
-
Destroys the physical connection to the underlying resource manager.
- destroy(XcaConnectionEvent) - Method in class org.firebirdsql.jaybird.xca.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(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(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
- DetailedError(int, SQLException) - Constructor for class org.firebirdsql.gds.ng.BatchCompletion.DetailedError
- detailedErrors() - Method in class org.firebirdsql.gds.ng.BatchCompletion
-
Detailed errors per failed element, reporting the failed element number and
SQLException
. - detailedErrors() - Method in interface org.firebirdsql.gds.ng.FbBatchConfig
-
Number of detailed errors to return.
- detailedErrors() - Method in class org.firebirdsql.gds.ng.FbBatchConfig.Immutable
- direction(int) - Method in enum org.firebirdsql.gds.ng.FetchType
-
Determine the direction of a fetch with the specified position.
- directNext(int) - Method in class org.firebirdsql.gds.ClumpletReader
-
Checks if the next tag in this reader is
tag
. - 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
-
Deprecated.
- DISABLE_LOGGING_PROP - Static variable in class org.firebirdsql.gds.JaybirdSystemProperties
-
Deprecated.will be removed in Jaybird 6 without replacement
- DISABLE_LOGGING_PROP - Static variable in class org.firebirdsql.logging.LoggerFactory
-
Deprecated.
- DISABLE_WAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
Deprecated.
- 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
- DisposableFirebirdEmbeddedLibrary - Interface in org.firebirdsql.jna.embedded.spi
-
Firebird Embedded library that needs to be disposed on exit.
- dispose() - Method in class org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedLibrary
- dispose() - Method in interface org.firebirdsql.jna.embedded.spi.DisposableFirebirdEmbeddedLibrary
-
Will be called by the native resource tracker (if enabled) on exit of the JVM.
- 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_VERSION_1 - org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
- DPB_VERSION_2 - org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
- dpbItem() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
-
Database parameter buffer (DPB) item associated with this property.
- dpbItem(int) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
-
DPB item associated with the property; optional; defaults to
ConnectionProperty.NO_DPB_ITEM
. - DpbItems - Class in org.firebirdsql.jaybird.fb.constants
-
Constants for DPB (database parameter buffer) items.
- DpbType - Enum in org.firebirdsql.jaybird.props
-
Identifies the database (or service attach) parameter buffer type of a connection property.
- DROP_WALFILE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
Deprecated.
- 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, username and password on the specified
server
andport
. - dropDatabase(String, String, String, String) - Method in class org.firebirdsql.management.FBManager
- dropDatabase(String, String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
-
Drop a database with the specified file name, username, password and role on the specified
server
andport
. - 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
-
Deprecated.
- DUMMY_PACKET_INTERVAL - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
-
Deprecated.
E
- element() - Method in class org.firebirdsql.gds.ng.BatchCompletion.DetailedError
- elementCount() - Method in class org.firebirdsql.gds.ng.BatchCompletion
- 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
-
Deprecated.
- 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, Calendar) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Deprecated.will be removed in Jaybird 6
- 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
-
Deprecated.use
DatatypeCoder.encodeLocalDate(LocalDate)
; will be removed in Jaybird 6 - 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
-
Deprecated.use
DatatypeCoder.encodeLocalDate(LocalDate)
; will be removed in Jaybird 6 - 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 abyte
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 abyte
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 abyte
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 thetarget
byte array starting at indexfromIndex
. - 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(LocalDate) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Encodes a java.time.LocalDate to date bytes.
- encodeLocalDate(LocalDate) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
- encodeLocalDate(LocalDate) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
- encodeLocalDateTime(LocalDateTime) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Encodes a java.time.LocalDateTime to timestamp bytes.
- encodeLocalDateTime(LocalDateTime) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
- encodeLocalDateTime(LocalDateTime) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
- encodeLocalTime(LocalTime) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Encodes a java.time.LocalTime to time bytes.
- encodeLocalTime(LocalTime) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
- encodeLocalTime(LocalTime) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
- encodeLong(long) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Encode a
long
value as abyte
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 abyte
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 thetarget
byte array starting at indexfromIndex
. - 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 abyte
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 abyte
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, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Deprecated.use
DatatypeCoder.encodeLocalTime(LocalTime)
; will be removed in Jaybird 6 - 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
-
Deprecated.will be removed in Jaybird 6
- 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
-
Deprecated.use
DatatypeCoder.encodeLocalTime(LocalTime)
; will be removed in Jaybird 6 - encodeTimeRaw(DatatypeCoder.RawDateTimeStruct) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
- encodeTimeRaw(DatatypeCoder.RawDateTimeStruct) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
- encodeTimestamp(Timestamp, Calendar, boolean) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
-
Deprecated.will be removed in Jaybird 6
- 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
-
Deprecated.use
DatatypeCoder.encodeLocalDateTime(LocalDateTime)
; will be removed in Jaybird 6 - 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
-
Deprecated.use
DatatypeCoder.encodeLocalDateTime(LocalDateTime)
; will be removed in Jaybird 6 - 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 - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- 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
-
Deprecated.
- EncodingDefinition - Interface in org.firebirdsql.encodings
-
Definition of a Firebird encoding.
- EncodingFactory - Class in org.firebirdsql.encodings
-
Factory for
EncodingDefinition
andEncoding
. - EncodingSet - Interface in org.firebirdsql.encodings
-
EncodingSet
is an interface for the purpose of loadingEncodingDefinition
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
-
Deprecated.
- 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.
- EndOfList - org.firebirdsql.gds.ClumpletReader.Kind
- endOperation(Operation) - Method in interface org.firebirdsql.gds.ng.monitor.OperationAware
-
End of operation.
- enqueueDeferredAction(DeferredAction) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
- 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.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.encodings.DefaultEncodingDefinition
- 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.ByteArgument
- equals(Object) - Method in class org.firebirdsql.gds.impl.argument.ByteArrayArgument
- equals(Object) - Method in class org.firebirdsql.gds.impl.argument.NumericArgument
- equals(Object) - Method in class org.firebirdsql.gds.impl.argument.SingleItem
- equals(Object) - Method in class org.firebirdsql.gds.impl.argument.StringArgument
- equals(Object) - Method in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
- equals(Object) - Method in class org.firebirdsql.gds.impl.GDSServerVersion
- equals(Object) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
- equals(Object) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
- equals(Object) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
- 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.FbConnectionProperties
- equals(Object) - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
- equals(Object) - Method in class org.firebirdsql.gds.ng.FbImmutableServiceProperties
- equals(Object) - Method in class org.firebirdsql.gds.ng.FbServiceProperties
- 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.jaybird.props.def.ConnectionProperty
- equals(Object) - Method in class org.firebirdsql.jaybird.xca.FBConnectionRequestInfo
- equals(Object) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
- equals(Object) - Method in class org.firebirdsql.jaybird.xca.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.jaybird.parser.Token
-
Case-insensitive equality of this tokens text using an equivalent of
String.equalsIgnoreCase(String)
. - error() - Method in class org.firebirdsql.gds.ng.BatchCompletion.DetailedError
- error(String) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- error(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- ERROR - org.firebirdsql.gds.ng.StatementState
-
Last statement execute or prepare resulted in an error.
- ERROR_NO_CHARSET - Static variable in class org.firebirdsql.jaybird.xca.FBManagedConnection
- errorDebug(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.Logs the message on error with the throwable
toString()
and a note that the stacktrace is on debug. - errorf(String, Object) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- errorf(String, Object...) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- errorf(String, Object, Object) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- errorf(String, Object, Object, Object) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- errorfe(String, Object, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- errorfe(String, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- errorfe(String, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- 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.jaybird.xca.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
-
Deprecated.
- execute() - Method in class org.firebirdsql.jdbc.FBCallableStatement
- execute() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- execute(String) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- execute(String) - Method in class org.firebirdsql.jdbc.FBStatement
- execute(String, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- execute(String, int) - Method in class org.firebirdsql.jdbc.FBStatement
- execute(String, int[]) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- execute(String, int[]) - Method in class org.firebirdsql.jdbc.FBStatement
- execute(String, String[]) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- 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.jaybird.parser.LocalStatementType
-
EXECUTE PROCEDURE
statement. - executeBatch() - Method in class org.firebirdsql.jdbc.FBStatement
- executeBatchInternal() - Method in class org.firebirdsql.jdbc.FBCallableStatement
- executeBatchInternal() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- 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.FBPreparedStatement
- 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.FBCallableStatement
- executeQuery() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- executeQuery(String) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- 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.FBCallableStatement
- executeUpdate() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- executeUpdate(String) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- executeUpdate(String) - Method in class org.firebirdsql.jdbc.FBStatement
- executeUpdate(String, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- executeUpdate(String, int) - Method in class org.firebirdsql.jdbc.FBStatement
- executeUpdate(String, int[]) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- executeUpdate(String, int[]) - Method in class org.firebirdsql.jdbc.FBStatement
- executeUpdate(String, String[]) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
- 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.
- expectedDb - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- expungeCount() - Method in class org.firebirdsql.management.TableStatistics
- ExtendedFieldInfo(String, String, int, boolean) - Constructor for class org.firebirdsql.jdbc.AbstractFieldMetaData.ExtendedFieldInfo
- extendedMetadata - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
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
-
Deprecated.
- fatal(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- FatalErrorHelper - Class in org.firebirdsql.jaybird.xca
-
Helper class for the exception handling in XCA framework.
- fatalf(String, Object) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- fatalf(String, Object...) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- fatalf(String, Object, Object) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- fatalf(String, Object, Object, Object) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- fatalfe(String, Object, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- fatalfe(String, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- fatalfe(String, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
-
Deprecated.
- FB_BLOB_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
- 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_CLOB_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
- 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_creation_timestamp_tz - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_crypt_key - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_crypt_plugin - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_crypt_state - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_db_file_id - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_db_guid - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_dpage_warns - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_features - 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_next_attachment - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_next_statement - 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_protocol_version - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_record_warns - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_replica_mode - 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_sqlrole - 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_info_username - Static variable in interface org.firebirdsql.gds.ISCConstants
- fb_info_wire_crypt - 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_PING - org.firebirdsql.gds.ng.jna.FbClientFeature
- 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).
- FbBatchConfig - Interface in org.firebirdsql.gds.ng
-
Configuration for a Firebird 4+ batch.
- FbBatchConfig.Immutable - Class in org.firebirdsql.gds.ng
-
Class to provide an immutable copy of a batch config.
- 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
-
Deprecated.will be removed in Jaybird 6, use
FBBlob(GDSHelper, FBObjectListener.BlobListener, Config)
- FBBlob(GDSHelper, long) - Constructor for class org.firebirdsql.jdbc.FBBlob
-
Deprecated.will be removed in Jaybird 6, use
FBBlob(GDSHelper, long, FBObjectListener.BlobListener, Config)
- FBBlob(GDSHelper, long, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBBlob
-
Deprecated.will be removed in Jaybird 6, use
FBBlob(GDSHelper, long, FBObjectListener.BlobListener, Config)
- FBBlob(GDSHelper, long, FBObjectListener.BlobListener, FBBlob.Config) - 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
-
Deprecated.will be removed in Jaybird 6, use
FBBlob(GDSHelper, FBObjectListener.BlobListener, Config)
- FBBlob(GDSHelper, FBObjectListener.BlobListener, FBBlob.Config) - Constructor for class org.firebirdsql.jdbc.FBBlob
-
Create new Blob instance.
- FBBlob.Config - Class in org.firebirdsql.jdbc
-
Standard configuration for blobs.
- FbBlob.SeekMode - Enum in org.firebirdsql.gds.ng
-
Seek mode for
FbBlob.seek(int, org.firebirdsql.gds.ng.FbBlob.SeekMode)
. - 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, FBBlob.Config) - Constructor for class org.firebirdsql.jdbc.field.FBCachedClob
- FBCallableStatement - Class in org.firebirdsql.jdbc
-
Implementation of
CallableStatement
. - 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
- FBCloseableField - Interface in org.firebirdsql.jdbc.field
-
Instances of this field have open resources and must be cleaned up.
- 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
- FBConnection(FBManagedConnection) - Constructor for class org.firebirdsql.jdbc.FBConnection
-
Create a new AbstractConnection instance based on a
FBManagedConnection
. - FBConnectionDefaults - Class in org.firebirdsql.jdbc
-
Deprecated.will be removed in Jaybird 6, see
PropertyConstants
for replacement. However, that class is considered internal API and may change without notice. - FBConnectionDefaults() - Constructor for class org.firebirdsql.jdbc.FBConnectionDefaults
-
Deprecated.
- 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.jaybird.xca
-
The class
FBConnectionRequestInfo
holds connection-specific information such as user, password, and other information. - FBConnectionRequestInfo(IConnectionProperties) - Constructor for class org.firebirdsql.jaybird.xca.FBConnectionRequestInfo
-
Creates a connection request info based on a set of connection properties.
- 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(FBManagedConnectionFactory, XcaConnectionManager) - 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() - Constructor for class org.firebirdsql.jdbc.escape.FBEscapedCallParser
- FBEscapedFunctionHelper - Class in org.firebirdsql.jdbc.escape
-
Helper class for escaped functions.
- FBEscapedParser - Class in org.firebirdsql.jdbc.escape
-
The class
FBEscapedParser
parses the SQL and converts escaped syntax to native form. - 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
-
Base class for fields (for use by prepared statement and result set to represent columns and parameters).
- 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.jaybird.xca
-
This error is thrown when message read from the RDB$TRANSACTIONS table does not represent a serialized Xid.
- FBIncorrectXidException(String) - Constructor for exception org.firebirdsql.jaybird.xca.FBIncorrectXidException
- FBIncorrectXidException(String, Throwable) - Constructor for exception org.firebirdsql.jaybird.xca.FBIncorrectXidException
- FbLocalDatabaseFactory - Class in org.firebirdsql.gds.ng.jna
-
Deprecated.will be removed in Jaybird 6 without replacement
- FbLocalDatabaseFactory() - Constructor for class org.firebirdsql.gds.ng.jna.FbLocalDatabaseFactory
-
Deprecated.
- FBLocalTransaction - Class in org.firebirdsql.jaybird.xca
-
The class
FBLocalTransaction
represent a local, not distributed, transaction. - 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 thegfix
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.jaybird.xca
-
A physical connection handle to a Firebird database, providing a
XAResource
. - FBManagedConnectionFactory - Class in org.firebirdsql.jaybird.xca
-
FBManagedConnectionFactory is a factory for
FBManagedConnection
, and implements many of the internal functions of FBManagedConnection. - FBManagedConnectionFactory() - Constructor for class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
Create a new pure-Java FBManagedConnectionFactory.
- FBManagedConnectionFactory(boolean) - Constructor for class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
Create a new pure-Java FBManagedConnectionFactory.
- FBManagedConnectionFactory(boolean, GDSType) - Constructor for class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
Create a new FBManagedConnectionFactory based on the given GDSType.
- FBManagedConnectionFactory(boolean, GDSType, FBConnectionProperties) - Constructor for class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
Create a new FBManagedConnectionFactory based on the given GDSType and connection properties.
- FBManagedConnectionFactory(GDSType) - Constructor for class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
Create a new FBManagedConnectionFactory based on the given GDSType.
- FBManagedConnectionFactory(GDSType, FBConnectionProperties) - Constructor for class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
-
Create a new FBManagedConnectionFactory based on the given GDSType and connection properties.
- 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. - 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 name. - 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
-
Implementation of
PreparedStatement
. - FBPreparedStatement(GDSHelper, int, int, int, FBObjectListener.StatementListener, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBPreparedStatement
-
Create instance of this class for the specified result set type and concurrency.
- FBPreparedStatement(GDSHelper, String, int, int, int, FBObjectListener.StatementListener, FBObjectListener.BlobListener, boolean, boolean, boolean) - Constructor for class org.firebirdsql.jdbc.FBPreparedStatement
-
Create instance of this class and prepare SQL statement.
- 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(int, String) - Constructor for class org.firebirdsql.jdbc.FBProcedureParam
-
Create a new
FBProcedureParam
instance. - FBResultSet - Class in org.firebirdsql.jdbc
-
Implementation of
ResultSet
. - FBResultSet(RowDescriptor, List<RowValue>) - Constructor for class org.firebirdsql.jdbc.FBResultSet
-
Creates a FBResultSet with the columns specified by
rowDescriptor
and the data inrows
. - FBResultSet(RowDescriptor, List<RowValue>, FBObjectListener.ResultSetListener) - Constructor for class org.firebirdsql.jdbc.FBResultSet
-
Creates a FBResultSet with the columns specified by
rowDescriptor
and the data inrows
. - FBResultSet(RowDescriptor, FBConnection, List<RowValue>, boolean) - Constructor for class org.firebirdsql.jdbc.FBResultSet
-
Creates a FBResultSet with the columns specified by
rowDescriptor
and the data inrows
. - FBResultSet(RowDescriptor, FBConnection, List<RowValue>, FBObjectListener.ResultSetListener, boolean, boolean) - Constructor for class org.firebirdsql.jdbc.FBResultSet
-
Creates a FBResultSet with the columns specified by
rowDescriptor
and the data inrows
. - FBResultSet(FBConnection, FBStatement, FbStatement, FBObjectListener.ResultSetListener, boolean, int, int, int, boolean) - Constructor for class org.firebirdsql.jdbc.FBResultSet
-
Creates a new
FBResultSet
instance. - 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. - 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
-
Creates an instance using the default GDS type (PURE_JAVA).
- FBSimpleDataSource(GDSType) - Constructor for class org.firebirdsql.ds.FBSimpleDataSource
-
Creates an instance using the specified GDS type.
- 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 withSQLException.setNextException(SQLException)
. - 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.jaybird.xca
-
The class
FBStandAloneConnectionManager
provides the default implementation of FirebirdConnectionManager 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 thegstat
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. - FBTableStatisticsManager - Class in org.firebirdsql.management
-
Provides access to the table statistics of a
Connection
. - FBTpb - Class in org.firebirdsql.jaybird.xca
-
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.jaybird.xca.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.
- 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.
- 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.jaybird.xca
-
Convenience exception that adds constructor taking message and error code together.
- FBXAException() - Constructor for exception org.firebirdsql.jaybird.xca.FBXAException
-
Deprecated.will be removed in Jaybird 6, use one of the other constructors
- FBXAException(int) - Constructor for exception org.firebirdsql.jaybird.xca.FBXAException
-
Create a new instance of
FBXAException
based around a specific error code. - FBXAException(int, Exception) - Constructor for exception org.firebirdsql.jaybird.xca.FBXAException
-
Create a new instance of
FBXAException
wrapped around an underlying exception. - FBXAException(String) - Constructor for exception org.firebirdsql.jaybird.xca.FBXAException
-
Create a new instance of
FBXAException
with a given message. - FBXAException(String, int) - Constructor for exception org.firebirdsql.jaybird.xca.FBXAException
-
Create a new instance of
FBXAException
based around a message and specific error code. - FBXAException(String, int, Exception) - Constructor for exception org.firebirdsql.jaybird.xca.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
- FetchDirection - Enum in org.firebirdsql.gds.ng
-
Direction of fetch.
- fetcherClosed(FBFetcher) - Method in interface org.firebirdsql.jdbc.FBObjectListener.FetcherListener
-
Notify listener that underlying fetcher is closed.
- fetcherClosed(FBFetcher) - Method in class org.firebirdsql.jdbc.FBResultSet
- 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
- fetchScroll(FetchType, int, int) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
- fetchScroll(FetchType, int, int) - Method in interface org.firebirdsql.gds.ng.FbStatement
-
Requests this statement to fetch rows using the specified fetch type.
- fetchScrollImpl(FetchType, int, int) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
-
Implementation of
AbstractFbStatement.fetchScroll(FetchType, int, int)
. - fetchScrollImpl(FetchType, int, int) - Method in class org.firebirdsql.gds.ng.wire.version18.V18Statement
- fetchSize - Variable in class org.firebirdsql.jdbc.FBStatement
- FetchType - Enum in org.firebirdsql.gds.ng
-
Type of fetch.
- 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.
- fillInStackTrace() - Method in exception org.firebirdsql.jdbc.FBSQLExceptionInfo
- FILTER_PARAMETER - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
-
Deprecated.
- 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
-
Deprecated.
- 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.AbstractFbWireService
- finalize() - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
- find(int) - Method in class org.firebirdsql.gds.ClumpletReader
- findColumn(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- findFirebirdEmbedded() - Static method in class org.firebirdsql.jna.embedded.FirebirdEmbeddedLookup
-
Tries to find a Firebird Embedded library service provider for the current platform and install it.
- 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.FBCallableStatement
-
Deprecated.use
getAndAssertSingletonResultSet().findColumn(paramName)
(but verify if that is the right thing to do); method will be removed in Jaybird 6 - FINITE - org.firebirdsql.extern.decimal.DecimalType
- FIREBIRD_5_0 - org.firebirdsql.jaybird.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. - FirebirdEmbeddedLibrary - Interface in org.firebirdsql.jna.embedded.spi
-
Identifies a Firebird Embedded library that Jaybird can use.
- FirebirdEmbeddedLoadingException - Exception in org.firebirdsql.jna.embedded.spi
-
Exception to signal errors when loading or identifying a Firebird Embedded library.
- FirebirdEmbeddedLoadingException(String) - Constructor for exception org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedLoadingException
- FirebirdEmbeddedLoadingException(String, Throwable) - Constructor for exception org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedLoadingException
- FirebirdEmbeddedLookup - Class in org.firebirdsql.jna.embedded
-
Locates a
FirebirdEmbeddedLibrary
using the service provider mechanism. - FirebirdEmbeddedLookup() - Constructor for class org.firebirdsql.jna.embedded.FirebirdEmbeddedLookup
- FirebirdEmbeddedProvider - Interface in org.firebirdsql.jna.embedded.spi
-
Service provider interface to identify a Firebird Embedded library.
- 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.jaybird.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.FBResultSet
- FIRST - org.firebirdsql.gds.ng.FetchType
- 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.
- fixIcu() - Method in class org.firebirdsql.management.FBMaintenanceManager
- fixIcu() - Method in interface org.firebirdsql.management.MaintenanceManager
-
Update or rebuild ICU-dependent collations and indexes when ICU version changed.
- fixupDatabase() - Method in class org.firebirdsql.management.FBNBackupManager
- fixupDatabase() - Method in interface org.firebirdsql.management.NBackupManager
-
Perform the nbackup fixup operation.
- flagValue() - Method in enum org.firebirdsql.gds.ng.CursorFlag
- 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 - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
- float_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
- 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
-
Deprecated.will be removed in Jaybird 6 without replacement
- FORCE_CONSOLE_LOGGER_PROP - Static variable in class org.firebirdsql.logging.LoggerFactory
-
Deprecated.
- FORCE_WRITE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
Deprecated.
- 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
- forceState(StatementState) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
-
Forces the statement to the specified state without throwing an exception if this is not a valid transition.
- 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(FBManagedConnection, Xid) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
- FORWARD - org.firebirdsql.gds.ng.FetchDirection
-
Fetch forward (to end of cursor).
- 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
-
Deprecated.
- 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.
- 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.
- fromBase64urlString(String) - Static method in class org.firebirdsql.util.ByteArrayHelper
-
Decodes a base64url encoded string to a byte array.
- 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
-
Deprecated.
- GBAK_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
Deprecated.
- 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
-
Deprecated.use a normal SQLException or subclass, this class may be removed in Jaybird 7 or later
- GDSException(int) - Constructor for exception org.firebirdsql.gds.GDSException
-
Deprecated.Create a new instance.
- GDSException(int, int) - Constructor for exception org.firebirdsql.gds.GDSException
-
Deprecated.will be removed in Jaybird 6, if you really must use this class, use
GDSException(String)
,GDSException(int)
, orGDSException(int,Throwable)
, but keep in mind this class will be removed in Jaybird 7 or later - GDSException(int, int, String) - Constructor for exception org.firebirdsql.gds.GDSException
-
Deprecated.will be removed in Jaybird 6, if you really must use this class, use
GDSException(String)
,GDSException(int)
, orGDSException(int,Throwable)
, but keep in mind this class will be removed in Jaybird 7 or later - GDSException(int, int, String, Throwable) - Constructor for exception org.firebirdsql.gds.GDSException
-
Deprecated.will be removed in Jaybird 6, if you really must use this class, use
GDSException(String)
,GDSException(int)
, orGDSException(int,Throwable)
, but keep in mind this class will be removed in Jaybird 7 or later - GDSException(int, String) - Constructor for exception org.firebirdsql.gds.GDSException
-
Deprecated.will be removed in Jaybird 6, if you really must use this class, use
GDSException(String)
,GDSException(int)
, orGDSException(int,Throwable)
, but keep in mind this class will be removed in Jaybird 7 or later - GDSException(int, Throwable) - Constructor for exception org.firebirdsql.gds.GDSException
-
Deprecated.Create a new instance.
- GDSException(String) - Constructor for exception org.firebirdsql.gds.GDSException
-
Deprecated.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. - GDSFactoryPlugin - Interface in org.firebirdsql.gds.impl
- gdsHelper - Variable in class org.firebirdsql.jdbc.FBResultSet
- 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 class org.firebirdsql.jdbc.FBConnectionProperties
-
Deprecated.
- generatedKeyAlwaysReturned() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
- generatedKeysEnabled - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
- 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.jdbc.metadata.RowValueBuilder
-
Retrieves the field data set at the specified index.
- 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.FBCallableStatement
-
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.
- getArgumentAsString(int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
- getArgumentAsString(int) - Method in interface org.firebirdsql.gds.ParameterBuffer
-
Get argument as string.
- 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.FBCallableStatement
- getArray(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- getArray(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getArray(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- 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.FBResultSet
- getAsciiStream(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- getAttachObjectName() - Method in class org.firebirdsql.gds.impl.DbAttachInfo
- getAttachObjectName() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
- getAttachObjectName() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
- 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
-
Gets the attach URL for the library.
- getAttributes() - Method in class org.firebirdsql.jdbc.metadata.GetAttributes
- getAttributes(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
- GetAttributes - Class in org.firebirdsql.jdbc.metadata
-
Provides the implementation of
DatabaseMetaData.getAttributes(String, String, String, String)
. - getAuthPluginListTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
- getAuthPluginNameTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
- getAuthPlugins() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
- getAuthPlugins() - Method in class org.firebirdsql.event.FBEventManager
- getAuthPlugins() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
-
Get the list of authentication plugins to try.
- getAuthPlugins() - Method in class org.firebirdsql.management.FBServiceManager
- 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
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.firebirdsql.jdbc.metadata.GetBestRowIdentifier
- GetBestRowIdentifier - Class in org.firebirdsql.jdbc.metadata
-
Provides the implementation of
DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean)
. - getBigDecimal() - Method in class org.firebirdsql.jdbc.field.FBField
- getBigDecimal(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getBigDecimal(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- getBigDecimal(int) - Method in class org.firebirdsql.jdbc.field.FBField
- getBigDecimal(int, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
-
Deprecated.
- getBigDecimal(int, int) - Method in class org.firebirdsql.jdbc.FBResultSet
-
Deprecated.
- getBigDecimal(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getBigDecimal(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- getBigDecimal(String, int) - Method in class org.firebirdsql.jdbc.FBResultSet
-
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.FBResultSet
- 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.FBResultSet
- 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.FBCallableStatement
- getBlob(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- getBlob(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getBlob(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- getBlobBufferLength() - Method in class org.firebirdsql.ds.FBSimpleDataSource
-
Deprecated.Use
AbstractConnectionPropertiesDataSource.getBlobBufferSize()
; will be removed in Jaybird 6 - getBlobBufferSize() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
- getBlobBufferSize() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
- 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 class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
- 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.FBCallableStatement
- getBoolean(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- getBoolean(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getBoolean(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- getBooleanProperty(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
- getBooleanProperty(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
- getBooleanProperty(String) - Method in class org.firebirdsql.event.FBEventManager
- getBooleanProperty(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
- getBooleanProperty(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
- getBooleanProperty(String) - Method in interface org.firebirdsql.jaybird.props.BaseProperties
-
Retrieves a
boolean
property value by name. - getBooleanProperty(String) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
- getBooleanProperty(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
- getBooleanProperty(String) - Method in class org.firebirdsql.management.FBServiceManager
- getBooleanProperty(String, boolean) - Method in interface org.firebirdsql.jaybird.props.BaseProperties
-
Retrieves a
boolean
property value by name, with a default if it'snull
. - getBuffersNumber() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
-
Deprecated.
- getBuffersNumber() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
-
Deprecated.Use
DatabaseConnectionProperties.getPageCacheSize()
; will be removed in Jaybird 6 - 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.
- getByName(String) - Method in class org.firebirdsql.jaybird.props.internal.ConnectionPropertyRegistry
-
Get an existing connection property by its name or alias.
- getByte() - Method in class org.firebirdsql.jdbc.field.FBField
- getByte(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getByte(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- getByte(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getByte(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- getByteArgumentType(int) - Method in interface org.firebirdsql.gds.impl.ParameterBufferMetaData
-
Gets the byte argument type for the supplied tag.
- 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.FBCallableStatement
- getBytes(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- 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.FBCallableStatement
- getBytes(String) - Static method in class org.firebirdsql.jdbc.FBDatabaseMetaData
- getBytes(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- 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.jaybird.xca.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
- getCatalogs() - Method in class org.firebirdsql.jdbc.metadata.GetCatalogs
- GetCatalogs - Class in org.firebirdsql.jdbc.metadata
-
Provides the implementation of
DatabaseMetaData.getCatalogs()
. - 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.
- getCharacterSetId() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
-
Determines the character set id (without collation id).
- 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.FBCallableStatement
- getCharacterStream(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- 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.FBCallableStatement
- getCharacterStream(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- getCharSet() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
- getCharSet() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
-
Java character set configured for the connection.
- getCharSet() - Method in class org.firebirdsql.management.FBServiceManager
- 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
- getClientInfoProperties() - Method in class org.firebirdsql.jdbc.metadata.GetClientInfoProperties
- GetClientInfoProperties - Class in org.firebirdsql.jdbc.metadata
-
Provides the implementation of
DatabaseMetaData.getClientInfoProperties()
. - 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
-
Deprecated.
- 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.FBCallableStatement
- getClob(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- getClob(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getClob(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- 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
- getCnctFile() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
- getCnctFile() - Method in class org.firebirdsql.gds.ng.wire.WireServiceConnection
- 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) - Method in class org.firebirdsql.jdbc.metadata.GetColumnPrivileges
- getColumnPrivileges(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
- GetColumnPrivileges - Class in org.firebirdsql.jdbc.metadata
-
Provides the implementation of
DatabaseMetaData.getColumnPrivileges(String, String, String, String)
. - getColumns(String, String) - Method in class org.firebirdsql.jdbc.metadata.GetColumns
- getColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
- GetColumns - Class in org.firebirdsql.jdbc.metadata
-
Provides the implementation of
DatabaseMetaData.getColumns(String, String, String, String)
. - 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.FBResultSet
- 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.jaybird.xca.FBManagedConnection
-
Creates a new connection handle for the underlying physical connection represented by the managed connection instance.
- 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
- 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
-
Deprecated.
- 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 interface org.firebirdsql.gds.ng.FbDatabase
- getConnectionDialect() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
-
Deprecated.Use
DatabaseConnectionProperties.getSqlDialect()
; will be removed in Jaybird 6 - getConnectionDialect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
- getConnectionDialect() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
-
Get the dialect of the connection.
- getConnectionHandle() - Method in class org.firebirdsql.jaybird.xca.XcaConnectionEvent
-
Get the connection handle associated with the managed connection instance.
- 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.jaybird.xca.FBManagedConnection
-
Get information about the current connection parameters.
- getConnectTimeout() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
- getConnectTimeout() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
-
Get the connect timeout in seconds.
- 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) - Method in class org.firebirdsql.jdbc.metadata.GetCrossReference
- getCrossReference(String, String, String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
- GetCrossReference - Class in org.firebirdsql.jdbc.metadata
-
Provides the implementation for
DatabaseMetaData.getCrossReference(String, String, String, String, String, String)
. - 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.FBStatement
-
Deprecated.Use
FBStatement.getResultSet()
instead, will be removed in Jaybird 7 - getCurrentResultSet() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
-
Deprecated.Use
Statement.getResultSet()
instead, will be removed in Jaybird 7 - getCurrentTransaction() - Method in class org.firebirdsql.gds.impl.GDSHelper
- getCursorFlagsAsInt() - Method in class org.firebirdsql.gds.ng.wire.version18.V18Statement
- getCursorInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
- getCursorInfo(byte[], int) - Method in interface org.firebirdsql.gds.ng.FbStatement
-
Request cursor info.
- getCursorInfo(byte[], int, InfoProcessor<T>) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
- getCursorInfo(byte[], int, InfoProcessor<T>) - Method in interface org.firebirdsql.gds.ng.FbStatement
-
Request cursor info.
- getCursorInfoImpl(byte[], int) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
-
Implementation of
AbstractFbStatement.getCursorInfo(byte[], int)
. - getCursorInfoImpl(byte[], int) - Method in class org.firebirdsql.gds.ng.wire.version18.V18Statement
- getCursorName() - Method in class org.firebirdsql.jdbc.FBResultSet
- getData() - Method in class org.firebirdsql.gds.ng.wire.GenericResponse
- getDatabase() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
-
Deprecated.
- getDatabase() - Method in interface org.firebirdsql.event.EventManager
-
Deprecated.Use
EventManager.getDatabaseName()
; will be removed in Jaybird 6 or later - getDatabase() - Method in class org.firebirdsql.event.FBEventManager
-
Deprecated.
- 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.jaybird.xca.FBManagedConnection
-
Deprecated.Will be removed in Jaybird 6; there is no direction replacement
- getDatabase() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
-
Deprecated.Use
DatabaseConnectionProperties.getDatabaseName()
; will be removed in Jaybird 6 or later - 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.NativeGDSFactoryPlugin
- getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
-
Deprecated.
- getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
- getDatabaseFactory() - Method in class org.firebirdsql.jaybird.xca.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.AbstractFbWireDatabase
- 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.AbstractConnectionPropertiesDataSource
- getDatabaseName() - Method in interface org.firebirdsql.event.EventManager
-
Get the database name.
- getDatabaseName() - Method in class org.firebirdsql.event.FBEventManager
- getDatabaseName() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
-
Gets the database of the connection.
- 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 class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
- 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.NativeGDSFactoryPlugin
- getDatabasePath(DbAttachInfo) - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
- 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 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
orJaybirdTypeCodes
from metadata information. - getDataTypeBind() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
- getDataTypeBind() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
-
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.FBCallableStatement
- getDate(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- getDate(int, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getDate(int, Calendar) - Method in class org.firebirdsql.jdbc.FBResultSet
- getDate(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getDate(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- getDate(String, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getDate(String, Calendar) - Method in class org.firebirdsql.jdbc.FBResultSet
- 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.AbstractConnectionPropertiesDataSource
- getDbCryptConfig() - Method in class org.firebirdsql.event.FBEventManager
- getDbCryptConfig() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
-
Get the database encryption plugin configuration.
- getDbCryptConfig() - Method in class org.firebirdsql.management.FBServiceManager
- getDbMetadataMediator() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
- getDecfloatRound() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
- getDecfloatRound() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
- getDecfloatTraps() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
- getDecfloatTraps() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
- 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
- getDecryptKey() - Method in interface org.firebirdsql.gds.ng.wire.crypt.CryptSessionConfig
- 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.jaybird.xca.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
- 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.AbstractConnectionPropertiesDataSource
- getDefaultIsolation() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
-
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.
- getDefaultParameterType() - Method in enum org.firebirdsql.jaybird.props.def.ConnectionPropertyType
- 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.jni.EmbeddedGDSFactoryPlugin
- getDefaultProtocol() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
- getDefaultProtocol() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
-
Deprecated.
- 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.jaybird.xca.FBManagedConnectionFactory
- getDefaultTransactionIsolation() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
- getDefaultTransactionIsolation() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
-
Get the default transaction isolation level.
- getDefaultTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
- 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)
orFbStatement.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.FBCallableStatement
- getDouble(int) - Method in class org.firebirdsql.jdbc.FBResultSet
- getDouble(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
- getDouble(String) - Method in class org.firebirdsql.jdbc.FBResultSet
- 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
- getEncodedDate() - Method in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
-
Deprecated.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
-
Deprecated.Encodes the time as used by Firebird (fractions (100 milliseconds) in a day).
- getEncoding() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
- 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.AbstractConnection
- getEncoding() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
- 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 class org.firebirdsql.gds.ng.wire.AbstractWireOperations
- getEncoding() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
-
Firebird character set configured for the connection.
- 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
- getEncodingDefin