A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

abort(Executor) - Method in class org.firebirdsql.jdbc.FBConnection
 
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 and AbstractFbDatabase.
AbstractFbAttachment(T, DatatypeCoder) - Constructor for class org.firebirdsql.gds.ng.AbstractFbAttachment
 
AbstractFbBlob - Class in org.firebirdsql.gds.ng
 
AbstractFbBlob(FbDatabase, FbTransaction, BlobParameterBuffer) - Constructor for class org.firebirdsql.gds.ng.AbstractFbBlob
 
AbstractFbDatabase<T extends AbstractConnection<IConnectionProperties,​? extends FbDatabase>> - Class in org.firebirdsql.gds.ng
Abstract implementation of FbDatabase with behavior common to the various implementations.
AbstractFbDatabase(T, DatatypeCoder) - Constructor for class org.firebirdsql.gds.ng.AbstractFbDatabase
 
AbstractFbService<T extends AbstractConnection<IServiceProperties,​? extends FbService>> - Class in org.firebirdsql.gds.ng
Abstract service implementation.
AbstractFbService(T, DatatypeCoder) - Constructor for class org.firebirdsql.gds.ng.AbstractFbService
 
AbstractFbStatement - Class in org.firebirdsql.gds.ng
 
AbstractFbStatement() - Constructor for class org.firebirdsql.gds.ng.AbstractFbStatement
 
AbstractFbTransaction - Class in org.firebirdsql.gds.ng
 
AbstractFbTransaction(TransactionState, FbDatabase) - Constructor for class org.firebirdsql.gds.ng.AbstractFbTransaction
Initializes AbstractFbTransaction.
AbstractFbWireBlob - Class in org.firebirdsql.gds.ng.wire
 
AbstractFbWireBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
AbstractFbWireDatabase - Class in org.firebirdsql.gds.ng.wire
Abstract class for operations common to all version of the wire protocol implementation.
AbstractFbWireDatabase(WireDatabaseConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
Creates an AbstractFbWireDatabase instance.
AbstractFbWireInputBlob - Class in org.firebirdsql.gds.ng.wire
 
AbstractFbWireInputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireInputBlob
 
AbstractFbWireOutputBlob - Class in org.firebirdsql.gds.ng.wire
 
AbstractFbWireOutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireOutputBlob
 
AbstractFbWireService - Class in org.firebirdsql.gds.ng.wire
Abstract service implementation for the wire protocol.
AbstractFbWireService(WireServiceConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireService
Creates an AbstractFbWireDatabase instance.
AbstractFbWireStatement - Class in org.firebirdsql.gds.ng.wire
 
AbstractFbWireStatement(FbWireDatabase) - Constructor for class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
AbstractFieldMetaData - Class in org.firebirdsql.jdbc
Base class for FBResultSetMetaData and FBParameterMetaData for methods common to both implementations.
AbstractFieldMetaData(RowDescriptor, FBConnection) - Constructor for class org.firebirdsql.jdbc.AbstractFieldMetaData
 
AbstractFieldMetaData.ExtendedFieldInfo - Class in org.firebirdsql.jdbc
This class is an old-fashion data structure that stores additional information about fields in a database.
AbstractFieldMetaData.FieldKey - Class in org.firebirdsql.jdbc
This class should be used as a composite key in an internal field mapping structures.
AbstractImmutableAttachProperties<T extends IAttachProperties<T>> - Class in org.firebirdsql.gds.ng
Abstract immutable implementation of IAttachProperties.
AbstractImmutableAttachProperties(IAttachProperties<T>) - Constructor for class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
Copy constructor for IAttachProperties.
AbstractListenerDispatcher<TListener> - Class in org.firebirdsql.gds.ng.listeners
Dispatcher to maintain a list of listeners of type TListener
AbstractListenerDispatcher() - Constructor for class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
 
AbstractNativeDatabaseFactory - Class in org.firebirdsql.gds.ng.jna
Common implementation for client library and embedded database factory.
AbstractNativeDatabaseFactory() - Constructor for class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
 
AbstractParameterConverter<D extends AbstractConnection<IConnectionProperties,​?>,​S extends AbstractConnection<IServiceProperties,​?>> - Class in org.firebirdsql.gds.ng
Abstract class for behavior common to ParameterConverter implementations.
AbstractParameterConverter() - Constructor for class org.firebirdsql.gds.ng.AbstractParameterConverter
 
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
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 this BlobParameterBuffer.
addArgument(int, int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add integer argument.
addArgument(int, 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 this BlobParameterBuffer.
addArgument(int, String) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
addArgument(int, String) - Method in interface org.firebirdsql.gds.ParameterBuffer
Add string argument with the default encoding.
addArgument(int, String, 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 with pbItem and value.
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 a FBManagedConnection 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 to sb.
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
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
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) or FbDatabase.createBlobForInput(org.firebirdsql.gds.ng.FbTransaction, BlobParameterBuffer, long) operations.
BlobParameterBufferImp - Class in org.firebirdsql.gds.impl
Implementation of BlobParameterBuffer.
BlobParameterBufferImp() - Constructor for class org.firebirdsql.gds.impl.BlobParameterBufferImp
 
blr_abort - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_add - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_average - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_average_distinct - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_count - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_count_distinct - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_count2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_function - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_list - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_list_distinct - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_max - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_min - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_total - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_agg_total_distinct - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_aggregate - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_and - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ansi_all - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ansi_any - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ansi_like - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_any - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ascending - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_assignment - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_auto_trans - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_average - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_begin - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_between - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_blob - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_blob_id - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_blob2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_block - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_bool - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_bool_as_value - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_boolean - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cast - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_coalesce - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_column_name - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_column_name2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_concatenate - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_containing - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_continue_loop - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_count - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cstring - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cstring2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_date - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_role - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_time - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_time2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_timestamp - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_current_timestamp2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cursor_close - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cursor_fetch - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cursor_fetch_scroll - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cursor_open - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_cursor_stmt - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_d_float - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_date - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_dbkey - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_dcl_cursor - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_dcl_variable - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_dec128 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_dec64 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_decode - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_default_code - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_derived_expr - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_descending - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_divide - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_domain_full - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_domain_name - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_domain_name2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_domain_type_of - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_double - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_end - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_end_savepoint - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_eoc - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_eql - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_equiv - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_erase - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_error_handler - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ex_time_tz - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_ex_timestamp_tz - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exception - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exception_msg - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exception_params - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_into - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_pid - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_proc - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_proc2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_sql - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_data_src - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_in_params - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_in_params2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_inputs - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_out_params - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_outputs - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_privs - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_proc_block - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_pwd - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_role - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_sql - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_tran - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_tran_clone - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_stmt_user - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exec_subproc - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_exists - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_day - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_hour - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_millisecond - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_minute - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_month - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_second - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_week - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_weekday - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_year - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_extract_yearday - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_fetch - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_fid - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_field - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_first - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_float - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_for - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_from - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_full - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_function - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_function2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_gds_code - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_gen_id - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_geq - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_group_by - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_gtr - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_handler - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_if - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_index - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_indices - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_init_variable - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_inner - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_int128 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_int64 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_internal_info - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_join - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_join_type - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_label - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_leave - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_left - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_leq - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_like - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_literal - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_long - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_loop - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_lowcase - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_lss - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_map - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_matching - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_matching2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_maximum - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_merge - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_message - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_minimum - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_missing - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_modify - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_modify2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_multiply - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_navigational - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_negate - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_neq - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_not - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_not_nullable - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_null - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_nullsfirst - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_nullslast - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_or - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_parameter - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_parameter2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_parameter3 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_partition_by - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_pid - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_pid2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_plan - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_post - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_post_arg - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_procedure - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_procedure2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_procedure3 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_procedure4 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_project - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_quad - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_raise - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_receive - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_record_version - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_record_version2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_recurse - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_relation - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_relation2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_retrieve - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_rid - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_rid2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_right - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_rs_stream - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_rse - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_run_count - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_savepoint_release - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_savepoint_release_single - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_savepoint_set - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_savepoint_undo - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_absolute - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_backward - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_bof - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_eof - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_forward - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scroll_relative - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_scrollable - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_select - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_send - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sequential - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_set_generator - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_short - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_similar - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_singular - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_skip - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sort - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sql_code - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sql_date - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sql_time - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sql_time_tz - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_stall - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_start_savepoint - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_starting - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_stmt_expr - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_store - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_store2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_strlen - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_strlen_bit - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_strlen_char - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_strlen_octet - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_subfunc - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_subfunc_decl - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_subproc - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_subproc_decl - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_substring - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_substring_similar - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_subtract - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_sys_function - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_text - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_text2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_timestamp - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_timestamp_tz - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_total - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trigger_code - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim_both - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim_characters - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim_leading - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim_spaces - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_trim_trailing - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_union - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_unique - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_upcase - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_user_name - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_user_savepoint - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_value_if - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_variable - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_varying - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_varying2 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_version4 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_version5 - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_via - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_window - Static variable in interface org.firebirdsql.gds.BlrConstants
 
blr_writelock - Static variable in interface org.firebirdsql.gds.BlrConstants
 
BlrCalculator - Interface in org.firebirdsql.gds.ng.fields
Interface for calculating the blr (binary language representation) of a row.
BlrConstants - Interface in org.firebirdsql.gds
Constants for the blr.
BOOLEAN - 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
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, or null if the parameter is null.
calculateBlr(RowDescriptor) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
calculateBlr(RowDescriptor, RowValue) - Method in interface org.firebirdsql.gds.ng.fields.BlrCalculator
Calculates the blr for a specific row value.
calculateBlr(RowDescriptor, RowValue) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
Returns the blr byte array for a RowValue, or null if the parameter is null.
calculateBlr(RowDescriptor, RowValue) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
calculateCount() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
calculateIoLength(FieldDescriptor) - Method in interface org.firebirdsql.gds.ng.fields.BlrCalculator
Calculates the io length for the field descriptor.
calculateIoLength(FieldDescriptor) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
calculateIoLength(FieldDescriptor, byte[]) - Method in interface org.firebirdsql.gds.ng.fields.BlrCalculator
Calculates the io length for the field descriptor and actual data.
calculateIoLength(FieldDescriptor, byte[]) - Method in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
 
CALCULATOR_DIALECT_3 - Static variable in class org.firebirdsql.gds.ng.wire.DefaultBlrCalculator
Cached instance of DefaultBlrCalculator for dialect 3 databases.
CALENDAR_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
cancel() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
cancel() - Method in interface org.firebirdsql.gds.ng.FbBlob
Cancels an output blob (which means its contents will be thrown away).
cancel() - Method in interface org.firebirdsql.gds.ng.monitor.Operation
Cancel this operation.
cancel() - Method in class org.firebirdsql.jdbc.FBStatement
 
cancelEvent(EventHandle) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Cancels a registered event.
cancelEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
cancelEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
cancelEvent(EventHandle) - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
Cancels a registered event.
cancelEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
cancelImpl() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
Internal implementation of AbstractFbBlob.cancel().
cancelImpl() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
cancelImpl() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
cancelOperation() - Method in class org.firebirdsql.gds.impl.GDSHelper
Cancel the currently running operation.
cancelOperation(int) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Cancels the current operation.
cancelOperation(int) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
cancelOperation(int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
cancelOperation(int) - Method in class org.firebirdsql.gds.ng.wire.version12.V12Database
 
cancelRowUpdates() - Method in class org.firebirdsql.jdbc.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 or StatementState.ERROR, and throws an SQLException if it is.
checkStatementValid(StatementState) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Performs the same check as AbstractFbStatement.checkStatementValid(), but considers ignoreState as valid.
checkTransactionActive() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
checkTransactionActive(FbTransaction) - Static method in class org.firebirdsql.gds.ng.TransactionHelper
Checks if this statement has a transaction and that the transaction is TransactionState.ACTIVE.
checkTransactionActive(FbTransaction, int) - Static method in class org.firebirdsql.gds.ng.TransactionHelper
Checks if this statement has a transaction and that the transaction is TransactionState.ACTIVE.
checkValidity() - Method in class org.firebirdsql.jdbc.FBConnection
Check if this connection is valid.
checkValidity() - Method in class org.firebirdsql.jdbc.FBStatement
Check if this statement is valid.
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
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.
completed - Variable in class org.firebirdsql.jdbc.FBStatement
 
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, long[], Throwable) - 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
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 and port.
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 and port.
createDatabase(WireDatabaseConnection) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create FbWireDatabase implementation for this protocol.
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createDatabase(WireDatabaseConnection) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
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
Returns an IEncodingFactory that uses an EncodingDefinition identified by charSet as the default.
createInstance(EncodingDefinition) - Static method in class org.firebirdsql.encodings.EncodingFactory
Returns an IEncodingFactory that uses encodingDefinition as the default.
createInstance(EncodingSet...) - Static method in class org.firebirdsql.encodings.EncodingFactory
Creates a new EncodingFactory based on the supplied encodingSets.
createManagedConnection() - 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 supplied FieldDescriptor instances.
createService(WireServiceConnection) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create FbWireService implementation for this protocol.
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createService(WireServiceConnection) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
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 of FbStatement created for this FBStatement or subclasses.
createStruct(String, Object[]) - Method in class org.firebirdsql.jdbc.FBConnection
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
Create FbTransaction implementation for this protocol.
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
createTransaction(FbWireDatabase, int, TransactionState) - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
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 a double value.
decodeDouble(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeDouble(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeFloat(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a float value.
decodeFloat(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeFloat(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeFromCharset(byte[]) - Method in interface org.firebirdsql.encodings.Encoding
Decodes the supplied byte array to a String.
decodeFromCharset(byte[], int, int) - Method in interface org.firebirdsql.encodings.Encoding
Decodes a part of the supplied byte array to a String.
decodeInt(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into an int value.
decodeInt(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeInt(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeInt(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeInt(byte[], int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array to an int value.
decodeInt(byte[], int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeInt(byte[], int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeInt(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeInt128(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decodes a BigInteger from byte array.
decodeInt128(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeInt128(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeInt128(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
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 a long value.
decodeLong(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeLong(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeLong(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeOffsetDateTime(byte[]) - Method in interface org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder.TimeZoneCodec
Decodes an encoded value to an offset date time.
decodeOffsetTime(byte[]) - Method in interface org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder.TimeZoneCodec
Decodes an encoded value to an offset time.
decodeShort(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode a byte array into a short value.
decodeShort(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeShort(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeShort(byte[]) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
decodeShort(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeShort(byte[], int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode from a byte array to a short value.
decodeShort(byte[], int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeShort(byte[], int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeShort(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
decodeShort(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
decodeString(byte[]) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Decode an encoded byte array into a String using the encoding of this datatype coder.
decodeString(byte[]) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
decodeString(byte[]) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
decodeTime(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 the firebird.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
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
DEFAULT_ISOLATION_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
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
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 and port.
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 and port.
ds - Variable in class org.firebirdsql.ds.FBSimpleDataSource
 
DSQL_close - Static variable in interface org.firebirdsql.gds.ISCConstants
 
DSQL_drop - Static variable in interface org.firebirdsql.gds.ISCConstants
 
DSQL_unprepare - Static variable in interface org.firebirdsql.gds.ISCConstants
 
DUMMY_PACKET_INTERVAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
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 a byte array.
encodeDouble(double) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeDouble(double) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeFloat(float) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a float value as a byte array.
encodeFloat(float) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeFloat(float) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeInt(int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode an int value as a byte array.
encodeInt(int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeInt(int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeInt(int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeInt(int, byte[], int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode an int value into the target byte array starting at index fromIndex.
encodeInt(int, byte[], int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeInt(int, byte[], int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeInt(int, byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeInt128(BigInteger) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encodes a BigInteger to a 16-byte byte array.
encodeInt128(BigInteger) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeInt128(BigInteger) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeInt128(BigInteger) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeLocalDate(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 a byte array.
encodeLong(long) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeLong(long) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeLong(long) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeOffsetDateTime(OffsetDateTime) - Method in interface org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder.TimeZoneCodec
Encode an offset date time to an encoded value.
encodeOffsetTime(OffsetTime) - Method in interface org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder.TimeZoneCodec
Encode an offset time to an encoded value.
encodeShort(int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a short value as a byte array.
encodeShort(int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeShort(int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeShort(int, byte[], int) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a short value into the target byte array starting at index fromIndex.
encodeShort(int, byte[], int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeShort(int, byte[], int) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeShort(int, byte[], int) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
encodeShort(int, byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeShort(short) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a short value as a byte array.
encodeShort(short) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeShort(short) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeShort(short) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
encodeShort(short) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
encodeString(String) - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Encode a String value into a byte array using the encoding of this datatype coder.
encodeString(String) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
encodeString(String) - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
encodeTime(Time, 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 and Encoding.
EncodingSet - Interface in org.firebirdsql.encodings
EncodingSet is an interface for the purpose of loading EncodingDefinition mappings into Jaybird.
EncodingSpecificDatatypeCoder - Class in org.firebirdsql.gds.ng
Datatype coder wrapping another datatype coder and applying a specific encoding definition, while delegating other methods to the wrapped datatype coder.
ENCRYPT_KEY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
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) - Constructor for class org.firebirdsql.jdbc.AbstractFieldMetaData.ExtendedFieldInfo
 

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.
 
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.
FBBlob(GDSHelper, long) - Constructor for class org.firebirdsql.jdbc.FBBlob
Deprecated.
FBBlob(GDSHelper, long, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBBlob
Deprecated.
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.
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
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
The class FBConnection is a handle to a FBManagedConnection and implements Connection.
FBConnection(FBManagedConnection) - Constructor for class org.firebirdsql.jdbc.FBConnection
Create a new AbstractConnection instance based on a FBManagedConnection.
FBConnectionDefaults - Class in org.firebirdsql.jdbc
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 the gfix command-line tool.
FBMaintenanceManager() - Constructor for class org.firebirdsql.management.FBMaintenanceManager
Create a new instance of FBMaintenanceManager based on the default GDSType.
FBMaintenanceManager(String) - Constructor for class org.firebirdsql.management.FBMaintenanceManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBMaintenanceManager(GDSType) - Constructor for class org.firebirdsql.management.FBMaintenanceManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBManagedConnection - Class in org.firebirdsql.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 in rows.
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 in rows.
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 in rows.
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 in rows.
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 with SQLException.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 the gstat command-line tool.
FBStatisticsManager() - Constructor for class org.firebirdsql.management.FBStatisticsManager
Create a new instance of FBMaintenanceManager based on the default GDSType.
FBStatisticsManager(String) - Constructor for class org.firebirdsql.management.FBStatisticsManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBStatisticsManager(GDSType) - Constructor for class org.firebirdsql.management.FBStatisticsManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBStreamingBackupManager - Class in org.firebirdsql.management
Implements the streaming version of the backup and restore functionality of Firebird Services API.
FBStreamingBackupManager() - Constructor for class org.firebirdsql.management.FBStreamingBackupManager
Create a new instance of FBStreamingBackupManager based on the default GDSType.
FBStreamingBackupManager(String) - Constructor for class org.firebirdsql.management.FBStreamingBackupManager
Create a new instance of FBStreamingBackupManager based on a given GDSType.
FBStreamingBackupManager(GDSType) - Constructor for class org.firebirdsql.management.FBStreamingBackupManager
Create a new instance of FBStreamingBackupManager based on a given GDSType.
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
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), or GDSException(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), or GDSException(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), or GDSException(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), or GDSException(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.
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's null.
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.FBCallableStatement
 
getCurrentResultSet() - Method in class org.firebirdsql.jdbc.FBStatement
 
getCurrentResultSet() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get current result set.
getCurrentTransaction() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
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
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 or JaybirdTypeCodes 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) or FbStatement.getSqlInfo(byte[], int).
getDescribeServiceRequestBuffer() - Method in class org.firebirdsql.gds.ng.AbstractFbService
 
getDescription() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDescription() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get description of this datasource.
getDialect() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getDialect() - Method in class org.firebirdsql.management.FBManager
 
getDialect() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getDouble() - Method in class org.firebirdsql.jdbc.field.FBField
 
getDouble(int) - Method in class org.firebirdsql.jdbc.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
 
getEncodingDefinition() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getEncodingDefinition(String, String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingDefinition(String, String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets or creates an EncodingDefinition for the supplied Firebird encoding and Java charset.
getEncodingDefinitionByCharacterSetId(int) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingDefinitionByCharacterSetId(int) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Looks up the EncodingDefinition for the specified Firebird character set id.
getEncodingDefinitionByCharset(Charset) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingDefinitionByCharset(Charset) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Looks up an EncodingDefinition for the Java Charset.
getEncodingDefinitionByCharsetAlias(String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingDefinitionByCharsetAlias(String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Looks up the EncodingDefinition by the specified Java character set name or alias.
getEncodingDefinitionByFirebirdName(String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingDefinitionByFirebirdName(String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Looks up the EncodingDefinition for the specified Firebird encoding name.
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
getEncodingFactory() - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
getEncodingFactory() - Method in interface org.firebirdsql.gds.ng.FbAttachment
 
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getEncodingFactory() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
getEncodingForCharacterSetId(int) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForCharacterSetId(int) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Firebird character set id.
getEncodingForCharacterSetId(int, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
Gets an Encoding for the specified Firebird character set id.
getEncodingForCharset(Charset) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForCharset(Charset) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Java character set.
getEncodingForCharset(Charset, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForCharset(Charset, Encoding) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Java character set.
getEncodingForCharsetAlias(String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForCharsetAlias(String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Java character set name or alias.
getEncodingForCharsetAlias(String, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
Gets an Encoding for the specified Java character set name or alias.
getEncodingForFirebirdName(String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForFirebirdName(String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Firebird encoding.
getEncodingForFirebirdName(String, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
Gets an Encoding for the specified Firebird encoding.
getEncodings() - Method in class org.firebirdsql.encodings.DefaultEncodingSet
 
getEncodings() - Method in interface org.firebirdsql.encodings.EncodingSet
 
getEncryptedPasswordTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getEncryptionCipher() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPlugin
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPluginSpi
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.chacha.ChaChaEncryptionPlugin
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.chacha.ChaChaEncryptionPluginSpi
 
getEncryptionIdentifier() - Method in interface org.firebirdsql.gds.ng.wire.crypt.CryptSessionConfig
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getEncryptionIdentifier() - Method in interface org.firebirdsql.gds.ng.wire.crypt.EncryptionPlugin
 
getEncryptionIdentifier() - Method in interface org.firebirdsql.gds.ng.wire.crypt.EncryptionPluginSpi
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.KnownServerKey.PluginSpecificData
 
getEncryptKey() - Method in interface org.firebirdsql.gds.ng.wire.crypt.CryptSessionConfig
 
getEntryPointPath() - Method in class org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedLibrary
 
getEntryPointPath() - Method in interface org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedLibrary
 
getEntryPointPath() - Method in class org.firebirdsql.jna.embedded.TemporaryFirebirdEmbeddedLibrary
 
getEventBuffer() - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
 
getEventBuffer() - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
getEventCount() - Method in interface org.firebirdsql.event.DatabaseEvent
Get the number of times the event occurred.
getEventCount() - Method in interface org.firebirdsql.gds.EventHandle
Get the count of event occurrences for the most recent occurrence(s) of the event for which this handle is registered.
getEventCount() - Method in class org.firebirdsql.gds.ng.AbstractEventHandle
 
getEventCount() - Method in class org.firebirdsql.gds.ng.wire.AsynchronousChannelListener.Event
 
getEventId() - Method in interface org.firebirdsql.gds.EventHandle
Get the internal event id number for this handle
getEventId() - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
 
getEventId() - Method in class org.firebirdsql.gds.ng.wire.AsynchronousChannelListener.Event
 
getEventId() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
getEventName() - Method in interface org.firebirdsql.event.DatabaseEvent
Get the name of the event that occurred.
getEventName() - Method in interface org.firebirdsql.gds.EventHandle
Get the name of the event for which this handle is set to listen for
getEventName() - Method in class org.firebirdsql.gds.ng.AbstractEventHandle
 
getEventType() - Method in class org.firebirdsql.jaybird.xca.XcaConnectionEvent
 
getException() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getException() - Method in class org.firebirdsql.gds.ng.wire.GenericResponse
 
getException() - Method in class org.firebirdsql.jaybird.xca.XcaConnectionEvent
Get the exception associated with this event.
getException() - Method in class org.firebirdsql.util.SQLExceptionChainBuilder
 
getExecutionPlan() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getExecutionPlan() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getExecutionPlan() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
getExecutionPlan() - Method in class org.firebirdsql.jdbc.FBResultSet
 
getExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
Get the execution plan of this PreparedStatement
getExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdResultSet
Get execution plan for the specified result set.
getExpectedDb() - Method in interface org.firebirdsql.jaybird.props.ServiceConnectionProperties
Gets the expected db (isc_spb_expected_db; defaults to null).
getExpectedDb() - Method in class org.firebirdsql.management.FBServiceManager
 
getExplainedExecutionPlan() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getExplainedExecutionPlan() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getExplainedExecutionPlan() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
getExplainedExecutionPlan() - Method in class org.firebirdsql.jdbc.FBResultSet
 
getExplainedExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
Get the detailed execution plan of this PreparedStatement
getExplainedExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdResultSet
Get detailed execution plan for the specified result set.
getExportedKeys(String) - Method in class org.firebirdsql.jdbc.metadata.GetExportedKeys
 
getExportedKeys(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
GetExportedKeys - Class in org.firebirdsql.jdbc.metadata
Provides the implementation for DatabaseMetaData.getExportedKeys(String, String, String).
getExtendedFieldInfo(FBConnection) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
This method retrieves extended information from the system tables in a database.
getExtendedFieldInfo(FBConnection) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
This method retrieves extended information from the system tables in a database.
getExtendedFieldInfo(FBConnection) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getExtendedServerName() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getExtFieldInfo(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getExtraNameCharacters() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getFbDatabase() - Method in class org.firebirdsql.jdbc.FBConnection
 
getFbDatabase() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Provides access to the low-level connection handle.
getFbErrorCode() - Method in exception org.firebirdsql.gds.GDSException
Deprecated.
will be removed in Jaybird 6 without replacement
getFbFetchType() - Method in enum org.firebirdsql.gds.ng.FetchType
 
getFeatures() - Method in interface org.firebirdsql.gds.ng.jna.FbClientFeatureAccess
 
getFeatures() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getFetchDirection() - Method in class org.firebirdsql.jdbc.FBResultSet
 
getFetchDirection() - Method in class org.firebirdsql.jdbc.FBStatement
 
getFetchSize() - Method in class org.firebirdsql.jdbc.FBResultSet
 
getFetchSize() - Method in class org.firebirdsql.jdbc.FBStatement
 
getField(int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
Factory method for the field access objects
getField(int) - Method in class org.firebirdsql.jdbc.FBResultSet
Get the FBField object at the given column index
getField(int, boolean) - Method in class org.firebirdsql.jdbc.FBResultSet
Factory method for the field access objects
getField(String) - Method in class org.firebirdsql.jdbc.FBResultSet
Get a FBField by name.
getFieldClassName(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getFieldCount() - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
Retrieves the number of fields in the object for which this AbstractFieldMetaData object contains information.
getFieldData() - Method in class org.firebirdsql.jdbc.field.FBField
 
getFieldData() - Method in interface org.firebirdsql.jdbc.field.FieldDataProvider
Get raw content of the filed.
getFieldData(int) - Method in class org.firebirdsql.gds.ng.fields.RowValue
Get the data of the field with index.
getFieldDescriptor(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
Gets the FieldDescriptor at the specified (0-based) index.
getFieldDescriptor(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
The FieldDescriptor of the field with index fieldIndex.
getFieldDescriptors() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
getFieldName() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getFields() - Method in interface org.firebirdsql.gds.ng.InfoProcessor.StatementInfo
 
getFieldType(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getFieldTypeName(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getFileName() - Method in class org.firebirdsql.management.FBManager
 
getFileName() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getFilenameEncoding(DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
Gets the Encoding to use for the database filename.
getFilenameEncoding(DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version12.V12Database
Gets the Encoding to use for the database filename.
getFirebirdCharacterSetId() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getFirebirdCharacterSetId() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getFirebirdEmbeddedLibrary() - Method in interface org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedProvider
Get an instance of the provided Firebird Embedded library.
getFirebirdEncodingName() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getFirebirdEncodingName() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getFirebirdParameterMetaData() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
getFirebirdSupportInfo() - Method in class org.firebirdsql.jdbc.metadata.DbMetadataMediator
Provides the FirebirdSupportInfo for the connection of the associated database metadata.
getFirstName() - Method in class org.firebirdsql.management.FBUser
 
getFirstName() - Method in interface org.firebirdsql.management.User
 
getFirstUnprocessedIndex() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
 
getFloat() - Method in class org.firebirdsql.jdbc.field.FBField
 
getFloat(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getFloat(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getFloat(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getFloat(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getForceWrite() - Method in class org.firebirdsql.management.FBManager
 
getForceWrite() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getFractionsAsNanos() - Method in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Deprecated.
 
getFullVersion() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getFunctionColumns(String, String) - Method in class org.firebirdsql.jdbc.metadata.GetFunctionColumns
 
getFunctionColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
GetFunctionColumns - Class in org.firebirdsql.jdbc.metadata
Provides the implementation for DatabaseMetaData.getFunctionColumns(String, String, String, String).
getFunctions(String) - Method in class org.firebirdsql.jdbc.metadata.GetFunctions
 
getFunctions(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
GetFunctions - Class in org.firebirdsql.jdbc.metadata
Provides the implementation for DatabaseMetaData.getFunctions(String, String, String).
getGDSHelper() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
Get instance of GDSHelper connected with this managed connection.
getGDSHelper() - Method in class org.firebirdsql.jdbc.FBConnection
 
getGDSType() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
Get the GDS implementation type around which this factory is based.
getGDSType() - Method in class org.firebirdsql.jdbc.metadata.DbMetadataMediator
 
getGeneratedKeys() - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getGeneratedKeys() - Method in class org.firebirdsql.jdbc.FBStatement
 
getGeneratedKeysEnabled() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getGeneratedKeysEnabled() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Get the generatedKeysEnabled configuration.
getGroupId() - Method in class org.firebirdsql.management.FBUser
 
getGroupId() - Method in interface org.firebirdsql.management.User
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbAttachment
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbBlob
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbService
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbTransaction
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
getHeaderPage() - Method in class org.firebirdsql.management.FBStatisticsManager
 
getHeaderPage() - Method in interface org.firebirdsql.management.StatisticsManager
Fetch the database statistics header page.
getHoldability() - Method in class org.firebirdsql.jdbc.FBConnection
 
getHoldability() - Method in class org.firebirdsql.jdbc.FBResultSet
 
getHost() - Method in interface org.firebirdsql.event.EventManager
Deprecated.
Use AttachmentProperties.getServerName(); will be removed in Jaybird 6 or later
getHost() - Method in class org.firebirdsql.event.FBEventManager
Deprecated.
getHost() - Method in class org.firebirdsql.management.FBServiceManager
Deprecated.
getHost() - Method in interface org.firebirdsql.management.ServiceManager
Deprecated.
Use AttachmentProperties.getServerName(); will be removed in Jaybird 6 or later
getIdentifierQuoteString() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getImportedKeys(String) - Method in class org.firebirdsql.jdbc.metadata.GetImportedKeys
 
getImportedKeys(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
GetImportedKeys - Class in org.firebirdsql.jdbc.metadata
Provides the implementation for DatabaseMetaData.getImportedKeys(String, String, String).
getIndex() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
getIndexInfo(String, boolean, boolean) - Method in class org.firebirdsql.jdbc.metadata.GetIndexInfo
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
GetIndexInfo - Class in org.firebirdsql.jdbc.metadata
 
getInfo(byte[], int) - Method in class org.firebirdsql.jdbc.FBBlob
Get information about this Blob.
getInfo(int, byte[], int) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
getInfo(int, int, byte[], int, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
getInfo(int, int, byte[], int, WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireDatabase
Generic info request.
getInitResult() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getInputParam(int) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get input parameter by the specified index.
getInputParams() - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get the list of input parameters for this procedure call.
getInsertedRowsCount() - Method in class org.firebirdsql.jdbc.FBStatement
 
getInsertedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of inserted rows.
getInstance() - Static method in class org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
 
getInstance() - Static method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
 
getInstance() - Static method in class org.firebirdsql.gds.ng.jna.FbLocalDatabaseFactory
Deprecated.
 
getInstance() - Static method in class org.firebirdsql.gds.ng.tz.TimeZoneMapping
 
getInstance() - Static method in class org.firebirdsql.gds.ng.wire.AsynchronousProcessor
 
getInstance() - Static method in class org.firebirdsql.gds.ng.wire.FbWireDatabaseFactory
 
getInstance() - Static method in class org.firebirdsql.jaybird.props.internal.ConnectionPropertyRegistry
 
getInstance(FBConnection) - Static method in class org.firebirdsql.jdbc.StoredProcedureMetaDataFactory
Retrieve a StoredProcedureMetaData object for a Connection.
getInstanceFor(DatatypeCoder) - Static method in class org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder
Gets or creates an instance of time zone datatype coder for a datatype coder.
getInt() - Method in class org.firebirdsql.gds.ClumpletReader
 
getInt() - Method in class org.firebirdsql.jdbc.field.FBField
 
getInt(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getInt(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getInt(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getInt(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getIntegerArgumentType(int) - Method in enum org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
 
getIntegerArgumentType(int) - Method in interface org.firebirdsql.gds.impl.ParameterBufferMetaData
Gets the integer argument type for the supplied tag.
getIntegerArgumentType(int) - Method in enum org.firebirdsql.gds.impl.TransactionParameterBufferImpl.TpbMetaData
 
getIntegerDeleteCount() - Method in class org.firebirdsql.gds.ng.SqlCountHolder
 
getIntegerInsertCount() - Method in class org.firebirdsql.gds.ng.SqlCountHolder
 
getIntegerSelectCount() - Method in class org.firebirdsql.gds.ng.SqlCountHolder
 
getIntegerUpdateCount() - Method in class org.firebirdsql.gds.ng.SqlCountHolder
 
getInternalException() - Method in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
use Throwable.getCause() instead.
getIntParam() - Method in exception org.firebirdsql.gds.GDSException
Deprecated.
will be removed in Jaybird 6 without replacement
getIntProperty(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getIntProperty(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getIntProperty(String) - Method in class org.firebirdsql.event.FBEventManager
 
getIntProperty(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getIntProperty(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getIntProperty(String) - Method in interface org.firebirdsql.jaybird.props.BaseProperties
Retrieves an int property value by name.
getIntProperty(String) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
getIntProperty(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getIntProperty(String) - Method in class org.firebirdsql.management.FBServiceManager
 
getIntProperty(String, int) - Method in interface org.firebirdsql.jaybird.props.BaseProperties
Retrieves an int property value by name, with a default if it's null.
getIscEncoding() - Method in class org.firebirdsql.gds.impl.GDSHelper
Deprecated.
Will be removed in Jaybird 6
getIscEncoding() - Method in class org.firebirdsql.jdbc.FBConnection
Deprecated.
getIscEncoding() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
Will be removed in Jaybird 6
getJavaCharset() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getJavaCharset() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getJavaEncodingName() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getJavaEncodingName() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getJDBCMajorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getJdbcUrl(GDSType, String) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Deprecated.
getJdbcUrl(GDSType, DatabaseConnectionProperties) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Create JDBC URL for the specified GDS type and database connection properties.
getJnaHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getJnaHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getJnaHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
getJnaHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
getLargeMaxRows() - Method in class org.firebirdsql.jdbc.FBStatement
getLargeUpdateCount() - Method in class org.firebirdsql.jdbc.FBStatement
 
getLargeUpdateCountMinZero() - Method in class org.firebirdsql.jdbc.FBStatement
Equivalent of FBStatement.getLargeUpdateCount(), with a minimum value of zero.
getLastExecutionPlan() - Method in class org.firebirdsql.jdbc.FBStatement
 
getLastExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get execution plan for the last executed statement.
getLastExplainedExecutionPlan() - Method in class org.firebirdsql.jdbc.FBStatement
 
getLastExplainedExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get detailed execution plan for the last executed statement.
getLastName() - Method in class org.firebirdsql.management.FBUser
 
getLastName() - Method in interface org.firebirdsql.management.User
 
getLength() - Method in class org.firebirdsql.gds.impl.argument.Argument
 
getLength() - Method in class org.firebirdsql.gds.impl.argument.BigIntArgument
 
getLength() - Method in class org.firebirdsql.gds.impl.argument.ByteArgument
 
getLength() - Method in class org.firebirdsql.gds.impl.argument.ByteArrayArgument
 
getLength() - Method in class org.firebirdsql.gds.impl.argument.NumericArgument
 
getLength() - Method in class org.firebirdsql.gds.impl.argument.SingleItem
 
getLength() - Method in class org.firebirdsql.gds.impl.argument.StringArgument
 
getLength() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getLength() - Method in interface org.firebirdsql.gds.impl.wire.Xdrable
Get the total length (in bytes) of this Xdrable when it is written to XDR format.
getLength() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getLengthSize() - Method in enum org.firebirdsql.gds.impl.argument.ArgumentType
 
getLibraryEntryPoint() - Method in interface org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedResource
Entry point of the library.
getLimboTransactions() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
getLimboTransactions() - Method in interface org.firebirdsql.management.MaintenanceManager
Retrieve the ID of each limbo transaction as an array of longs.
getLocalId() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
getLocalStatementId() - Method in class org.firebirdsql.jdbc.FBStatement
 
getLocalStatementId() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
The local statement id is intended to identify the statement for internal implementation purposes.
getLocalTransaction() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
Returns a FBLocalTransaction instance.
getLocalTransaction() - Method in class org.firebirdsql.jdbc.FBConnection
Returns a FBLocalTransaction instance that enables a component to demarcate resource manager local transactions on this connection.
getLogger() - Method in class org.firebirdsql.management.FBServiceManager
 
getLogger() - Method in interface org.firebirdsql.management.ServiceManager
Returns the logger for the connection to the service manager.
getLogger(Class<?>) - Static method in class org.firebirdsql.logging.LoggerFactory
Deprecated.
 
getLogger(String) - Static method in class org.firebirdsql.logging.LoggerFactory
Deprecated.
 
getLoggerImplementation() - Static method in class org.firebirdsql.gds.JaybirdSystemProperties
Deprecated.
will be removed in Jaybird 6 without replacement
getLogin() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getLoginTimeout() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
getLoginTimeout() - Method in class org.firebirdsql.jdbc.FBDataSource
 
getLogWriter() - Method in class org.firebirdsql.ds.RootCommonDataSource
 
getLong() - Method in class org.firebirdsql.gds.ClumpletReader
 
getLong() - Method in class org.firebirdsql.jdbc.field.FBField
 
getLong(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getLong(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getLong(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getLong(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getLongDeleteCount() - Method in class org.firebirdsql.gds.ng.SqlCountHolder
 
getLongInsertCount() - Method in class org.firebirdsql.gds.ng.SqlCountHolder
 
getLongSelectCount() - Method in class org.firebirdsql.gds.ng.SqlCountHolder
 
getLongUpdateCount() - Method in class org.firebirdsql.gds.ng.SqlCountHolder
 
getMajorVersion() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getMajorVersion() - Method in class org.firebirdsql.jdbc.FBDriver
 
getManagedConnection() - Method in class org.firebirdsql.jdbc.FBConnection
 
getManagedConnectionFactory() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
Get the managed connection factory that created this managed connection.
getMapper() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getMapping(int) - Method in class org.firebirdsql.jdbc.FBTpbMapper
Get mapping for the specified transaction isolation level.
getMaxBinaryLiteralLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxBytesPerChar() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getMaxBytesPerChar() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getMaxCatalogNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxConnections() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxCursorNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxFieldSize() - Method in class org.firebirdsql.jdbc.FBStatement
 
getMaximumSegmentSize() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
getMaximumSegmentSize() - Method in interface org.firebirdsql.gds.ng.FbBlob
The maximum segment size allowed by the protocol for FbBlob.getSegment(int) and FbBlob.putSegment(byte[]).
getMaximumType() - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
getMaximumType() - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
 
getMaxIndexLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxLength() - Method in enum org.firebirdsql.gds.impl.argument.ArgumentType
 
getMaxProcedureNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxRows() - Method in class org.firebirdsql.jdbc.FBStatement
 
getMaxRowSize() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxSqlInfoSize() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getMaxSqlInfoSize() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
getMaxSqlInfoSize() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
getMaxStatementLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxStatements() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxTableNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMaxUserNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getMessage() - Method in exception org.firebirdsql.gds.GDSException
Deprecated.
Returns a string representation of this exception.
getMessage() - Method in exception org.firebirdsql.jaybird.xca.FBXAException
Get message of this exception.
getMessage(int) - Static method in class org.firebirdsql.gds.GDSExceptionHelper
This method returns a message for the specified error code.
getMetaData() - Method in class org.firebirdsql.jdbc.FBCallableStatement
getMetaData() - Method in class org.firebirdsql.jdbc.FBConnection
 
getMetaData() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
getMetaData() - Method in class org.firebirdsql.jdbc.FBResultSet
 
getMetaData() - Method in class org.firebirdsql.jdbc.metadata.DbMetadataMediator
A FBDatabaseMetaData instance of the connection that created this mediator.
getMiddleName() - Method in class org.firebirdsql.management.FBUser
 
getMiddleName() - Method in interface org.firebirdsql.management.User
 
getMinimumType() - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
getMinimumType() - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
 
getMinorVersion() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getMinorVersion() - Method in class org.firebirdsql.jdbc.FBDriver
 
getMoreResults() - Method in class org.firebirdsql.jdbc.FBStatement
 
getMoreResults(int) - Method in class org.firebirdsql.jdbc.FBStatement
 
getName() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
 
getName() - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get the name of the procedure to be called.
getName() - Method in class org.firebirdsql.jdbc.field.FBField
Returns the name of the column as declared in the XSQLVAR.
getName() - Method in enum org.firebirdsql.jdbc.JaybirdType
 
getName() - Method in class org.firebirdsql.management.FBManager
 
getName() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getNCharacterStream(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
getNCharacterStream(int) - Method in class org.firebirdsql.jdbc.FBResultSet
getNCharacterStream(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
getNCharacterStream(String) - Method in class org.firebirdsql.jdbc.FBResultSet
getNClob(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
getNClob(int) - Method in class org.firebirdsql.jdbc.FBResultSet
getNClob(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
getNClob(String) - Method in class org.firebirdsql.jdbc.FBResultSet
getNetworkTimeout() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
getNetworkTimeout() - Method in interface org.firebirdsql.gds.ng.FbAttachment
Gets the current network timeout for this attachment.
getNetworkTimeout() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getNetworkTimeout() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
getNetworkTimeout() - Method in class org.firebirdsql.jdbc.FBConnection
 
getNext() - Method in exception org.firebirdsql.gds.GDSException
Deprecated.
will be removed in Jaybird 6 without replacement
getNextTransaction() - Method in class org.firebirdsql.management.StatisticsManager.DatabaseTransactionInfo
 
getNonStandardProperty(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Deprecated.
Use BaseProperties.getProperty(String); will be removed in Jaybird 6
getNormalizedLogin() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getNString(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
getNString(int) - Method in class org.firebirdsql.jdbc.FBResultSet
getNString(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
getNString(String) - Method in class org.firebirdsql.jdbc.FBResultSet
getNumericFunctions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getObject() - Method in class org.firebirdsql.jdbc.field.FBField
 
getObject(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
getObject(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getObject(int, Class<T>) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getObject(int, Class<T>) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBCallableStatement
getObject(int, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getObject(Class<T>) - Method in class org.firebirdsql.jdbc.field.FBField
 
getObject(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
getObject(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getObject(String, Class<T>) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getObject(String, Class<T>) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBCallableStatement
getObject(String, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getObject(Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.field.FBField
 
getObjectHandle() - Method in class org.firebirdsql.gds.ng.wire.GenericResponse
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.firebirdsql.ds.DataSourceFactory
 
getOdsMajor() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getOdsMajor() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getOdsMajorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getOdsMajorVersion() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the major version of the ODS (On-Disk Structure) of the database.
getOdsMinor() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getOdsMinor() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getOdsMinorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getOdsMinorVersion() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the minor version of the ODS (On-Disk Structure) of the database.
getOldestActiveTransaction() - Method in class org.firebirdsql.management.StatisticsManager.DatabaseTransactionInfo
 
getOldestSnapshotTransaction() - Method in class org.firebirdsql.management.StatisticsManager.DatabaseTransactionInfo
 
getOldestTransaction() - Method in class org.firebirdsql.management.StatisticsManager.DatabaseTransactionInfo
 
getOrCreateDatatypeCoder(Class<T>) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getOrCreateDatatypeCoder(Class<T>) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Deprecated.
will be removed in Jaybird 6 and replaced by <T extends DatatypeCoder> T getOrCreateDatatypeCoder(Class<T>, Function<IEncodingFactory, T>)
getOrCreateEncodingForCharset(Charset) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getOrCreateEncodingForCharset(Charset) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Creates an Encoding for the specified Java character set.
getOriginalName() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getOriginalTableName() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getOrUnknown(String) - Method in class org.firebirdsql.jaybird.props.internal.ConnectionPropertyRegistry
Get a connection property by its name or alias, returning an unknown property if it doesn't exist.
getOutputParam(int) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get the output parameter at the specified index.
getOutputParams() - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get a list of output parameters for this procedure call.
getOwnerName() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getPaddingByte() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
Padding to use for fields of this type.
getPageCacheSize() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getPageCacheSize() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Get the page cache size.
getPageSize() - Method in class org.firebirdsql.management.FBManager
 
getPageSize() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getParallelWorkers() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getParallelWorkers() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
getParam() - Method in exception org.firebirdsql.gds.GDSException
Deprecated.
will be removed in Jaybird 6 without replacement
getParamCount() - Method in class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Returns the number of parameters for the message template.
getParameterBufferMetaData() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getParameterClassName(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
 
getParameterConverter() - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
getParameterConverter() - Method in class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
getParameterConverter() - Method in class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
getParameterConverter() - Method in class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
getParameterConverter() - Method in class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
getParameterConverter() - Method in class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
getParameterConverter() - Method in class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
getParameterConverter() - Method in class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
 
getParameterCount() - Method in class org.firebirdsql.jdbc.FBParameterMetaData
 
getParameterDescriptionInfoRequestItems() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getParameterDescriptionInfoRequestItems() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getParameterDescriptor() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getParameterDescriptor() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getParameterDescriptor(int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
Returns the FieldDescriptor of the specified parameter.
getParameterMetaData() - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getParameterMetaData() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
getParameterMode(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
 
getParameters() - Method in interface org.firebirdsql.gds.ng.InfoProcessor.StatementInfo
 
getParameters() - Method in class org.firebirdsql.jdbc.metadata.DbMetadataMediator.MetadataQuery
 
getParameterType(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
 
getParameterTypeName(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
 
getParamValue() - Method in class org.firebirdsql.jdbc.FBProcedureParam
Get the variable value of this parameter
getParentLogger() - Method in class org.firebirdsql.ds.RootCommonDataSource
 
getParentLogger() - Method in class org.firebirdsql.jdbc.FBDriver
 
getPassword() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getPassword() - Method in class org.firebirdsql.event.FBEventManager
 
getPassword() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getPassword() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
getPassword() - Method in class org.firebirdsql.management.FBManager
 
getPassword() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getPassword() - Method in class org.firebirdsql.management.FBServiceManager
 
getPassword() - Method in class org.firebirdsql.management.FBUser
 
getPassword() - Method in interface org.firebirdsql.management.User
Returns the password as set by setPassword.
getPasswordTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getPath() - Method in class org.firebirdsql.management.FBBackupManagerBase.PathSizeStruct
 
getPlatform() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getPlatform() - Method in interface org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedProvider
Platform of this Firebird Embedded library.
getPlatformDefault() - Static method in class org.firebirdsql.encodings.EncodingFactory
Returns an instance of IEncodingFactory with the default encoding set to the platform encoding.
getPlatformEncoding() - Static method in class org.firebirdsql.encodings.EncodingFactory
 
getPlugin(GDSType) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get plugin for the specified GDS type.
getPluginData() - Method in class org.firebirdsql.gds.ng.dbcrypt.DbCryptData
 
getPluginName() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getPluginName() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
getPluginName() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getPluginName() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
Deprecated.
 
getPluginName() - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getPluginName() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPluginSpi
 
getPluginName() - Method in class org.firebirdsql.gds.ng.wire.auth.legacy.LegacyAuthenticationPluginSpi
 
getPluginName() - Method in class org.firebirdsql.gds.ng.wire.auth.srp.AbstractSrpAuthenticationPluginSpi
 
getPluginName() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionIdentifier
Name of the plugin (or cipher).
getPluginNames() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getPluginSpecificData() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getPluginSpecificData() - Method in class org.firebirdsql.gds.ng.wire.crypt.KnownServerKey
 
getPooledConnection() - Method in class org.firebirdsql.ds.FBConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class org.firebirdsql.ds.FBConnectionPoolDataSource
 
getPort() - Method in interface org.firebirdsql.event.EventManager
Deprecated.
Use AttachmentProperties.getPortNumber(); will be removed in Jaybird 6 or later
getPort() - Method in class org.firebirdsql.event.FBEventManager
Deprecated.
getPort() - Method in class org.firebirdsql.management.FBManager
 
getPort() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getPort() - Method in class org.firebirdsql.management.FBServiceManager
Deprecated.
getPort() - Method in interface org.firebirdsql.management.ServiceManager
Deprecated.
Use AttachmentProperties.getPortNumber(); will be removed in Jaybird 6 or later
getPortNumber() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getPortNumber() - Method in class org.firebirdsql.event.FBEventManager
 
getPortNumber() - Method in class org.firebirdsql.gds.impl.DbAttachInfo
 
getPortNumber() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
getPortNumber() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Get the port number of the server.
getPortNumber() - Method in class org.firebirdsql.management.FBServiceManager
 
getPosition() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getPosition() - Method in class org.firebirdsql.jdbc.FBProcedureParam
Get the position of this parameter
getPrecision(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
getPrecision(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
getPrecisionInternal(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
Retrieves the designated parameter's specified column size.
getPreferenceWeight() - Method in class org.firebirdsql.encodings.DefaultEncodingSet
 
getPreferenceWeight() - Method in interface org.firebirdsql.encodings.EncodingSet
Preference weight defines the loading order.
getPrimaryKeys(String) - Method in class org.firebirdsql.jdbc.metadata.GetPrimaryKeys
 
getPrimaryKeys(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
GetPrimaryKeys - Class in org.firebirdsql.jdbc.metadata
Provides the implementation for DatabaseMetaData.getPrimaryKeys(String, String, String).
getPrivateKey() - Method in class org.firebirdsql.gds.ng.wire.auth.srp.SrpClient
 
getProcedureColumns(String, String) - Method in class org.firebirdsql.jdbc.metadata.GetProcedureColumns
 
getProcedureColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
GetProcedureColumns - Class in org.firebirdsql.jdbc.metadata
Provides the implementation for DatabaseMetaData.getProcedureColumns(String, String, String, String).
getProcedures(String) - Method in class org.firebirdsql.jdbc.metadata.GetProcedures
 
getProcedures(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
GetProcedures - Class in org.firebirdsql.jdbc.metadata
Provides the implementation of DatabaseMetaData.getProcedures(String, String, String).
getProcedureSourceCode(String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getProcedureSourceCode(String) - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the source of a stored procedure.
getProcedureTerm() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getProcessId() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getProcessId() - Static method in class org.firebirdsql.gds.JaybirdSystemProperties
 
getProcessId() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
getProcessName() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getProcessName() - Static method in class org.firebirdsql.gds.JaybirdSystemProperties
 
getProcessName() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
getProperty(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getProperty(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getProperty(String) - Method in class org.firebirdsql.event.FBEventManager
 
getProperty(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getProperty(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getProperty(String) - Method in interface org.firebirdsql.jaybird.props.BaseProperties
Retrieves a string property value by name.
getProperty(String) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
getProperty(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getProperty(String) - Method in class org.firebirdsql.management.FBServiceManager
 
getProperty(String, String) - Method in interface org.firebirdsql.jaybird.props.BaseProperties
Retrieves a string property value by name, with a default if it's null.
getPropertyInfo(String, Properties) - Method in class org.firebirdsql.jdbc.FBDriver
 
getProtocolArchitecture() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
getProtocolCount() - Method in class org.firebirdsql.gds.ng.wire.ProtocolCollection
 
getProtocolDescriptor(int) - Method in class org.firebirdsql.gds.ng.wire.ProtocolCollection
 
getProtocolMinimumType() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
getProtocolVersion() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getProtocolVersion() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
getProtocolVersions() - Method in class org.firebirdsql.gds.ng.wire.ProtocolCollection
Get a list with the protocol versions in this collection.
getPseudoColumns(String, String) - Method in class org.firebirdsql.jdbc.metadata.GetPseudoColumns
 
getPseudoColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
GetPseudoColumns - Class in org.firebirdsql.jdbc.metadata
Provides the implementation of DatabaseMetaData.getPseudoColumns(String, String, String, String).
getPublicKey() - Method in class org.firebirdsql.gds.ng.wire.auth.srp.SrpClient
 
getQueryText() - Method in class org.firebirdsql.jdbc.metadata.DbMetadataMediator.MetadataQuery
 
getQueryTimeout() - Method in class org.firebirdsql.jdbc.FBStatement
getRawDateTimeStruct() - Method in class org.firebirdsql.jdbc.field.FBField
Deprecated.
getRecordCountInfoItems() - Method in class org.firebirdsql.gds.ng.SqlCountProcessor
 
getRef() - Method in class org.firebirdsql.jdbc.field.FBField
 
getRef(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getRef(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getRef(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getRef(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getRefAddr(Reference, String) - Static method in class org.firebirdsql.ds.DataSourceFactory
Retrieves the content of the given Reference address (type).
getReference() - Method in class org.firebirdsql.ds.FBConnectionPoolDataSource
 
getReference() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getReference() - Method in class org.firebirdsql.ds.FBXADataSource
 
getRelationName() - Method in class org.firebirdsql.jdbc.field.FBField
Returns the relation to which belongs column as declared in XSQLVAR.
getReplySize() - Method in class org.firebirdsql.gds.ng.dbcrypt.DbCryptData
Returns the expected reply size.
getResourceList() - Method in interface org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedResource
Relative paths against the provider class of the resources with the Firebird Embedded files.
getRestoreSRB(FbService, int) - Method in class org.firebirdsql.management.FBBackupManagerBase
Creates and returns the "backup" service request buffer for the Service Manager.
getResultSet() - Method in class org.firebirdsql.jdbc.FBCallableStatement
getResultSet() - Method in class org.firebirdsql.jdbc.FBStatement
 
getResultSet(boolean) - Method in class org.firebirdsql.jdbc.FBStatement
 
getResultSetConcurrency() - Method in class org.firebirdsql.jdbc.FBStatement
 
getResultSetHoldability() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getResultSetHoldability() - Method in class org.firebirdsql.jdbc.FBStatement
 
getResultSetType() - Method in class org.firebirdsql.jdbc.FBStatement
 
getRoleName() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getRoleName() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
getRoleName() - Method in class org.firebirdsql.management.FBManager
 
getRoleName() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getRow() - Method in class org.firebirdsql.jdbc.FBResultSet
 
getRowDescriptor() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getRowDescriptor() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getRowDescriptor() - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getRowId() - Method in class org.firebirdsql.jdbc.field.FBField
 
getRowId(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getRowId(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getRowId(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getRowId(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getRowIdLifetime() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getSavepointId() - Method in class org.firebirdsql.jdbc.FBSavepoint
 
getSavepointName() - Method in class org.firebirdsql.jdbc.FBSavepoint
 
getScale() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getScale(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
 
getScale(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getScaleInternal(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
Retrieves the designated field's number of digits to right of the decimal point.
getSchema() - Method in class org.firebirdsql.jdbc.FBConnection
getSchemaName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
getSchemas() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getSchemas(String) - Method in class org.firebirdsql.jdbc.metadata.GetSchemas
 
getSchemas(String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
GetSchemas - Class in org.firebirdsql.jdbc.metadata
Provides the implementation of DatabaseMetaData.getSchemas(String, String).
getSchemaTerm() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getScrollableCursor() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getScrollableCursor() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
 
getSearchStringEscape() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getSeekModeId() - Method in enum org.firebirdsql.gds.ng.FbBlob.SeekMode
 
getSegment(int) - Method in interface org.firebirdsql.gds.ng.FbBlob
Gets a segment of blob data.
getSegment(int) - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getSegment(int) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireOutputBlob
 
getSegment(int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10InputBlob
 
getServer() - Method in class org.firebirdsql.management.FBManager
 
getServer() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getServerBatchBufferSize() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getServerBatchBufferSize() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
 
getServerName() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getServerName() - Method in class org.firebirdsql.event.FBEventManager
 
getServerName() - Method in class org.firebirdsql.gds.impl.DbAttachInfo
 
getServerName() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getServerName() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
getServerName() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Get the hostname or IP address of the Firebird server.
getServerName() - Method in class org.firebirdsql.management.FBServiceManager
 
getServerVersion() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
getServerVersion() - Method in interface org.firebirdsql.gds.ng.FbAttachment
 
getServerVersion() - Method in class org.firebirdsql.management.FBServiceManager
 
getServerVersion() - Method in interface org.firebirdsql.management.ServiceManager
Obtains the server version through a service call.
getServerVersionInformation() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
getServiceInfo(ServiceParameterBuffer, ServiceRequestBuffer, int) - Method in interface org.firebirdsql.gds.ng.FbService
Performs a service info request (service query.
getServiceInfo(ServiceParameterBuffer, ServiceRequestBuffer, int) - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
getServiceInfo(ServiceParameterBuffer, ServiceRequestBuffer, int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
 
getServiceInfo(ServiceParameterBuffer, ServiceRequestBuffer, int, InfoProcessor<R>) - Method in class org.firebirdsql.gds.ng.AbstractFbService
 
getServiceInfo(ServiceParameterBuffer, ServiceRequestBuffer, int, InfoProcessor<T>) - Method in interface org.firebirdsql.gds.ng.FbService
Request service info (service query).
getServiceInformationProcessor() - Method in class org.firebirdsql.gds.ng.AbstractFbService
 
getServiceName() - Method in interface org.firebirdsql.jaybird.props.ServiceConnectionProperties
Gets the service name (defaults to "service_mgr").
getServiceName() - Method in class org.firebirdsql.management.FBServiceManager
 
getServiceWarningCallback() - Method in class org.firebirdsql.gds.ng.AbstractFbService
 
getSessionId(String) - Method in class org.firebirdsql.management.FBTraceManager
Gets the sessionId for the given name.
getSessionId(String) - Method in interface org.firebirdsql.management.TraceManager
Gets the sessionId for the given name.
getSessionKey() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
Session key for encryption.
getSessionKey() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getSessionKey() - Method in class org.firebirdsql.gds.ng.wire.auth.srp.SrpClient
 
getSessionTimeZone() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getSessionTimeZone() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the session time zone as configured in the connection property.
getSessionTimeZone() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Get the sessionTimeZone.
getShared() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
getShort() - Method in class org.firebirdsql.jdbc.field.FBField
 
getShort(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getShort(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getShort(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getShort(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getSignum() - Method in exception org.firebirdsql.extern.decimal.DecimalInconvertibleException
 
getSingleArgumentType(int) - Method in enum org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
 
getSingleArgumentType(int) - Method in interface org.firebirdsql.gds.impl.ParameterBufferMetaData
Gets the single argument type for the supplied tag.
getSingleArgumentType(int) - Method in enum org.firebirdsql.gds.impl.TransactionParameterBufferImpl.TpbMetaData
 
getSize() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
 
getSize() - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
 
getSize() - Method in class org.firebirdsql.management.FBBackupManagerBase.PathSizeStruct
 
getSocketBufferSize() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getSocketBufferSize() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Get the socket buffer size.
getSocketChannel() - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
 
getSocketChannel() - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
getSoTimeout() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getSoTimeout() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Get the initial Socket blocking timeout (SoTimeout).
getSource() - Method in class org.firebirdsql.jaybird.xca.XcaConnectionEvent
 
getSpecificAuthDataTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getSpecificData() - Method in interface org.firebirdsql.gds.ng.wire.crypt.CryptSessionConfig
 
getSpecificData() - Method in class org.firebirdsql.gds.ng.wire.crypt.KnownServerKey.PluginSpecificData
 
getSQL(boolean) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get native SQL for the specified procedure call.
getSqlCounts() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getSqlCounts() - Method in interface org.firebirdsql.gds.ng.FbStatement
Retrieves the SQL counts for the last execution of this statement.
getSqlData() - Method in class org.firebirdsql.jna.fbclient.XSQLVAR
 
getSqlDialect() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getSqlDialect() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
 
getSqlInfo(byte[], int) - Method in interface org.firebirdsql.gds.ng.FbStatement
Request statement info.
getSqlInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
getSqlInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
getSqlInfo(byte[], int, InfoProcessor<T>) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Request statement info.
getSqlInfo(byte[], int, InfoProcessor<T>) - Method in interface org.firebirdsql.gds.ng.FbStatement
Request statement info.
getSQLKeywords() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getSQLState() - Method in exception org.firebirdsql.gds.GDSException
Deprecated.
will be removed in Jaybird 6, but replaced by SQLException.getSQLState()
getSQLState(int) - Static method in class org.firebirdsql.gds.GDSExceptionHelper
Get the SQL state for the specified error code.
getSQLState(int, String) - Static method in class org.firebirdsql.gds.GDSExceptionHelper
Get the SQL state for the specified error code.
getSQLStateType() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getSQLXML(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getSQLXML(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getSQLXML(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getSQLXML(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getState() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getState() - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
getState() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getState() - Method in interface org.firebirdsql.gds.ng.FbTransaction
 
getState() - Method in class org.firebirdsql.management.FBManager
 
getState() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getStatement() - Method in class org.firebirdsql.jdbc.FBResultSet
 
getStatementInfoRequestItems() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getStatementInfoRequestItems() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getStatementListener() - Method in class org.firebirdsql.jdbc.FBConnection
Deprecated.
will be removed in Jaybird 6 without replacement
getStatements() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
getStatementType() - Method in interface org.firebirdsql.gds.ng.InfoProcessor.StatementInfo
 
getStatementType() - Method in class org.firebirdsql.jaybird.parser.StatementDetector
 
getStatementType() - Method in class org.firebirdsql.jaybird.parser.StatementIdentification
 
getStatementType() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
getStatementType() - Method in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
Get the statement type of this PreparedStatement.
getStatementTypeCode() - Method in enum org.firebirdsql.gds.ng.StatementType
 
getStatementWarningCallback() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getStatus() - Method in class org.firebirdsql.gds.ng.wire.FetchResponse
 
getString() - Method in class org.firebirdsql.jdbc.field.FBField
 
getString() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getString(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getString(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getString(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getString(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getString(Charset) - Method in class org.firebirdsql.gds.ClumpletReader
 
getString(Encoding) - Method in class org.firebirdsql.gds.ClumpletReader
 
getStringArgumentType(int) - Method in enum org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
 
getStringArgumentType(int) - Method in interface org.firebirdsql.gds.impl.ParameterBufferMetaData
Gets the string argument type for the supplied tag.
getStringArgumentType(int) - Method in enum org.firebirdsql.gds.impl.TransactionParameterBufferImpl.TpbMetaData
 
getStringFunctions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getSubString(long, int) - Method in class org.firebirdsql.jdbc.FBClob
 
getSubString(long, int) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getSubType() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getSuperTables() - Method in class org.firebirdsql.jdbc.metadata.GetSuperTables
 
getSuperTables(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
GetSuperTables - Class in org.firebirdsql.jdbc.metadata
Provides the implementation of DatabaseMetaData.getSuperTables(String, String, String).
getSuperTypes() - Method in class org.firebirdsql.jdbc.metadata.GetSuperTypes
 
getSuperTypes(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
GetSuperTypes - Class in org.firebirdsql.jdbc.metadata
Provides the implementation of DatabaseMetaData.getSuperTypes(String, String, String).
getSupportedNumericFunctions() - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
 
getSupportedProtocols() - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get collection of the supported JDBC protocols.
getSupportedProtocols() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getSupportedProtocols() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
getSupportedProtocols() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getSupportedProtocols() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
Deprecated.
 
getSupportedProtocols() - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getSupportedStringFunctions() - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
 
getSupportedSystemFunctions() - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
 
getSupportedTimeDateFunctions() - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
 
getSystemFunctions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getSystemTableCount() - Method in class org.firebirdsql.util.FirebirdSupportInfo
The number of system tables (including monitoring tables).
getTableAlias() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getTableAlias(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getTableAlias(int) - Method in interface org.firebirdsql.jdbc.FirebirdResultSetMetaData
Gets the designated column's table alias.
getTableName() - Method in class org.firebirdsql.jaybird.parser.StatementIdentification
Table name, if this is a DML statement (other than SELECT).
getTableName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getTablePrivileges(String) - Method in class org.firebirdsql.jdbc.metadata.GetTablePrivileges
 
getTablePrivileges(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
GetTablePrivileges - Class in org.firebirdsql.jdbc.metadata
Provides the implementation of DatabaseMetaData.getTablePrivileges(String, String, String).
getTables(String, String[]) - Method in class org.firebirdsql.jdbc.metadata.GetTables
 
getTables(String, String, String, String[]) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
GetTables - Class in org.firebirdsql.jdbc.metadata
Provides the implementation for DatabaseMetaData.getTables(String, String, String, String[]), DatabaseMetaData.getTableTypes() and FirebirdDatabaseMetaData.getTableTypeNames()
getTableStatistics() - Method in class org.firebirdsql.management.FBTableStatisticsManager
Obtains a snapshot of the table statistics of this connection.
getTableStatistics(String[]) - Method in class org.firebirdsql.management.FBStatisticsManager
 
getTableStatistics(String[]) - Method in interface org.firebirdsql.management.StatisticsManager
Get the table statistics.
getTableTypeNames() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getTableTypeNames() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Supported table type names.
getTableTypeNames() - Method in class org.firebirdsql.jdbc.metadata.GetTables
 
getTableTypes() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getTableTypes() - Method in class org.firebirdsql.jdbc.metadata.GetTables
 
getTagMapping() - Method in interface org.firebirdsql.gds.ConnectionParameterBuffer
 
getTagMapping() - Method in class org.firebirdsql.gds.impl.DatabaseParameterBufferImp
 
getTagMapping() - Method in class org.firebirdsql.gds.impl.ServiceParameterBufferImp
 
getTime() - Method in class org.firebirdsql.jdbc.field.FBField
 
getTime(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getTime(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getTime(int, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getTime(int, Calendar) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getTime(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getTime(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getTime(String, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getTime(String, Calendar) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getTime(Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
getTimeDateFunctions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getTimeout() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getTimeout() - Method in interface org.firebirdsql.gds.ng.FbStatement
Gets the current statement timeout for this statement.
getTimestamp() - Method in class org.firebirdsql.jdbc.field.FBField
 
getTimestamp(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getTimestamp(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getTimestamp(int, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getTimestamp(int, Calendar) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getTimestamp(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getTimestamp(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getTimestamp(String, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getTimestamp(String, Calendar) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getTimestamp(Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
getTimeZoneCodecFor(int) - Method in class org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder
Obtains the TimeZoneDatatypeCoder.TimeZoneCodec implementation for the field with the specified Firebird type.
getTimeZoneCodecFor(FieldDescriptor) - Method in class org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder
Obtains the TimeZoneDatatypeCoder.TimeZoneCodec implementation for the field described by fieldDescriptor.
getTpb(int) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
getTpbMapping() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getTpbMapping() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Get the used TPB mapping.
getTransaction() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
getTransaction() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getTransaction() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getTransaction() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getTransaction() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
getTransactionId() - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
getTransactionId() - Method in interface org.firebirdsql.gds.ng.FbTransaction
Retrieves the transaction id.
getTransactionIdBuffer(long) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getTransactionIdBuffer(long) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
getTransactionIdBuffer(long) - Method in class org.firebirdsql.gds.ng.wire.version13.V13Database
 
getTransactionInfo(byte[], int) - Method in interface org.firebirdsql.gds.ng.FbTransaction
Performs a transaction info request.
getTransactionInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
getTransactionInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
getTransactionInfo(byte[], int, InfoProcessor<T>) - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
getTransactionInfo(byte[], int, InfoProcessor<T>) - Method in interface org.firebirdsql.gds.ng.FbTransaction
Request transaction info.
getTransactionIsolation() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
Get the transaction isolation level of this connection.
getTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBConnection
 
getTransactionIsolationLevel(String) - Static method in class org.firebirdsql.jdbc.FBTpbMapper
Convert transaction isolation level name into a corresponding constant.
getTransactionIsolationName(int) - Static method in class org.firebirdsql.jdbc.FBTpbMapper
Convert transaction isolation level into string.
getTransactionListener() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Gets the TransactionListener instance for this statement.
getTransactionParameterBuffer() - Method in class org.firebirdsql.jaybird.xca.FBTpb
 
getTransactionParameters() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
 
getTransactionParameters(int) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getTransactionParameters(int) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getTransactionParameters(int) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
 
getTransactionParameters(int) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
getTransactionParameters(int) - Method in class org.firebirdsql.jdbc.FBConnection
 
getTransactionParameters(int) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getTransactionParameters(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Get transaction parameters for the specified transaction isolation level.
getTransactionParameters(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the transaction parameter buffer corresponding to the current connection request information.
getTriggerSourceCode(String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getTriggerSourceCode(String) - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the source of a trigger.
getTrustedAuthTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getType() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getType() - Method in class org.firebirdsql.gds.impl.argument.Argument
 
getType() - Method in enum org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
 
getType() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getType() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getType() - Method in interface org.firebirdsql.gds.impl.ParameterBufferMetaData
Parameter buffer type (this usually is the version of the parameter buffer).
getType() - Method in enum org.firebirdsql.gds.impl.ServiceParameterBufferImp.SpbMetaData
 
getType() - Method in enum org.firebirdsql.gds.impl.ServiceRequestBufferImp.SrbMetaData
 
getType() - Method in enum org.firebirdsql.gds.impl.TransactionParameterBufferImpl.TpbMetaData
 
getType() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getType() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getType() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getType() - Method in interface org.firebirdsql.gds.ng.monitor.Operation
 
getType() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionIdentifier
Type of encryption.
getType() - Method in interface org.firebirdsql.gds.Parameter
The type identifier of the parameter (usually one of the constant values in ISCConstants).
getType() - Method in interface org.firebirdsql.gds.ParameterBuffer
 
getType() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
getType() - Method in class org.firebirdsql.jdbc.FBProcedureParam
Get the SQL type of this parameter.
getType() - Method in class org.firebirdsql.jdbc.FBResultSet
 
getType() - Method in class org.firebirdsql.management.FBManager
 
getType() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getType(String) - Static method in class org.firebirdsql.gds.impl.GDSType
Factory method for instances of this class.
getTypeAliases() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getTypeAliases() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
getTypeAliases() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getTypeAliases() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
Deprecated.
 
getTypeAliases() - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getTypeForProtocol(String) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get GDS type for the specified JDBC URL.
getTypeInfo() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getTypeInfo() - Method in class org.firebirdsql.jdbc.metadata.GetTypeInfo
 
GetTypeInfo - Class in org.firebirdsql.jdbc.metadata
Provides the implementation for DatabaseMetaData.getTypeInfo().
getTypeMap() - Method in class org.firebirdsql.jdbc.FBConnection
 
getTypeName() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getTypeName() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
getTypeName() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getTypeName() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
Deprecated.
 
getTypeName() - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getUDTs() - Method in class org.firebirdsql.jdbc.metadata.GetUDTs
 
getUDTs(String, String, String, int[]) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
GetUDTs - Class in org.firebirdsql.jdbc.metadata
Provides the implementation of DatabaseMetaData.getUDTs(String, String, String, int[]).
getUnicodeStream(int) - Method in class org.firebirdsql.jdbc.FBResultSet
Deprecated. 
getUnicodeStream(String) - Method in class org.firebirdsql.jdbc.FBResultSet
Deprecated. 
getUpdateCount() - Method in class org.firebirdsql.jdbc.FBStatement
 
getUpdateCountMinZero() - Method in class org.firebirdsql.jdbc.FBStatement
Equivalent of FBStatement.getUpdateCount(), with a minimum value of zero.
getUpdatedRowsCount() - Method in class org.firebirdsql.jdbc.FBStatement
 
getUpdatedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of updated rows.
getURL() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getURL(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getURL(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getURL(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getURL(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getUser() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getUser() - Method in class org.firebirdsql.event.FBEventManager
 
getUser() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
getUser() - Method in class org.firebirdsql.management.FBServiceManager
 
getUserId() - Method in class org.firebirdsql.management.FBUser
 
getUserId() - Method in interface org.firebirdsql.management.User
 
getUserName() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
Deprecated.
getUserName() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the database login name of the user that we're connected as.
getUserName() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getUserName() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Deprecated.
Use AttachmentProperties.getUser() instead; will be retained indefinitely for compatibility
getUserName() - Method in class org.firebirdsql.management.FBManager
 
getUserName() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getUserName() - Method in class org.firebirdsql.management.FBUser
 
getUserName() - Method in interface org.firebirdsql.management.User
 
getUserNameTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getUsers() - Method in class org.firebirdsql.management.FBUserManager
 
getUsers() - Method in interface org.firebirdsql.management.UserManager
Return all valid users in the Firebird Security Database.
getValue() - Method in class org.firebirdsql.jdbc.FBProcedureParam
Set the value for this parameter
getValue() - Method in class org.firebirdsql.jdbc.metadata.Clause
 
getValueAsInt() - Method in class org.firebirdsql.gds.impl.argument.Argument
 
getValueAsInt() - Method in class org.firebirdsql.gds.impl.argument.ByteArgument
 
getValueAsInt() - Method in class org.firebirdsql.gds.impl.argument.ByteArrayArgument
 
getValueAsInt() - Method in class org.firebirdsql.gds.impl.argument.NumericArgument
 
getValueAsInt() - Method in class org.firebirdsql.gds.impl.argument.StringArgument
 
getValueAsInt() - Method in interface org.firebirdsql.gds.Parameter
The value of the parameter as int.
getValueAsLong() - Method in class org.firebirdsql.gds.impl.argument.Argument
 
getValueAsLong() - Method in class org.firebirdsql.gds.impl.argument.BigIntArgument
 
getValueAsLong() - Method in class org.firebirdsql.gds.impl.argument.ByteArgument
 
getValueAsLong() - Method in class org.firebirdsql.gds.impl.argument.NumericArgument
 
getValueAsLong() - Method in interface org.firebirdsql.gds.Parameter
The value of the parameter as long.
getValueAsString() - Method in class org.firebirdsql.gds.impl.argument.Argument
 
getValueAsString() - Method in class org.firebirdsql.gds.impl.argument.StringArgument
 
getValueAsString() - Method in interface org.firebirdsql.gds.Parameter
The value of the parameter as String.
getVariant() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getVendor() - Method in enum org.firebirdsql.jdbc.JaybirdType
 
getVendorTypeNumber() - Method in enum org.firebirdsql.jdbc.JaybirdType
 
getVersion() - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
getVersion() - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
 
getVersion() - Method in class org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedLibrary
 
getVersion() - Method in interface org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedLibrary
Version of the Firebird Embedded library.
getVersion() - Method in interface org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedProvider
Get the Firebird server version of this provider.
getVersion() - Method in class org.firebirdsql.jna.embedded.TemporaryFirebirdEmbeddedLibrary
 
getVersionColumns(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getVersionColumns(String, String, String) - Method in class org.firebirdsql.jdbc.metadata.GetVersionColumns
 
GetVersionColumns - Class in org.firebirdsql.jdbc.metadata
 
getViewSourceCode(String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getViewSourceCode(String) - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the source of a view.
getWaitTimeout() - Method in interface org.firebirdsql.event.EventManager
Get the poll timeout in milliseconds of the async thread to check whether it was stopped or not.
getWaitTimeout() - Method in class org.firebirdsql.event.FBEventManager
 
getWarningMessageCallback() - Method in interface org.firebirdsql.gds.ng.wire.DeferredAction
 
getWarnings() - Method in class org.firebirdsql.jdbc.FBConnection
 
getWarnings() - Method in class org.firebirdsql.jdbc.FBResultSet
 
getWarnings() - Method in class org.firebirdsql.jdbc.FBStatement
 
getWeight() - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
getWeight() - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
 
getWireCrypt() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
getWireCrypt() - Method in class org.firebirdsql.event.FBEventManager
 
getWireCrypt() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Get the wire encryption level.
getWireCrypt() - Method in class org.firebirdsql.management.FBServiceManager
 
getWireCryptAsEnum() - Method in interface org.firebirdsql.event.EventManager
Get the wire encryption level.
getWireCryptAsEnum() - Method in class org.firebirdsql.event.FBEventManager
 
getWireCryptAsEnum() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
getWireCryptAsEnum() - Method in class org.firebirdsql.management.FBServiceManager
 
getWireCryptAsEnum() - Method in interface org.firebirdsql.management.ServiceManager
Get the wire encryption level.
getWireProtocolCryptLevel() - Method in enum org.firebirdsql.gds.ng.WireCrypt
 
getWrappedBlob() - Method in class org.firebirdsql.jdbc.FBClob
Retrieves the FBBlob wrapped by this FBClob.
getXAConnection() - Method in class org.firebirdsql.ds.FBXADataSource
 
getXAConnection(String, String) - Method in class org.firebirdsql.ds.FBXADataSource
 
getXAErrorCode() - Method in exception org.firebirdsql.gds.GDSException
Deprecated.
will be removed in Jaybird 6 without replacement
getXAResource() - Method in class org.firebirdsql.ds.FBXAConnection
 
getXAResource() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
Returns an javax.transaction.xa.XAResource instance.
getXdrIn() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
Gets the XdrInputStream.
getXdrIn() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
Gets the XdrInputStream.
getXdrIn() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
Gets the XdrInputStream.
getXdrIn() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
Gets the XdrInputStream.
getXdrIn() - Method in interface org.firebirdsql.gds.ng.wire.XdrStreamAccess
Gets the XdrInputStream.
getXdrOut() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
Gets the XdrOutputStream.
getXdrOut() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
Gets the XdrOutputStream.
getXdrOut() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
Gets the XdrOutputStream.
getXdrOut() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
Gets the XdrOutputStream.
getXdrOut() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
getXdrOut() - Method in interface org.firebirdsql.gds.ng.wire.XdrStreamAccess
Gets the XdrOutputStream.
getXdrStreamAccess() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
getXdrStreamAccess() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
 
getXdrStreamAccess() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getXdrStreamAccess() - Method in interface org.firebirdsql.gds.ng.wire.FbWireAttachment
 
getXdrStreamAccess() - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
 
getXdrStreamAccess() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
GFIX_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
gid - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
 
GLOBAL_TEMPORARY - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
group_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the group name
C type : ISC_SCHAR*
GSEC_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
GSTAT_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.

H

HALT_AT_FIRST_ERROR - Static variable in interface org.firebirdsql.gds.ng.FbBatchConfig
FbBatchConfig.multiError() value to signal to halt execution at first error.
handle - Variable in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
handleCallback(DbCryptData) - Method in interface org.firebirdsql.gds.ng.dbcrypt.DbCryptCallback
Callback method to be called with the server data.
handleCallback(DbCryptData) - Method in class org.firebirdsql.gds.ng.dbcrypt.simple.StaticValueDbCryptCallback
 
handleCryptKeyCallback(DbCryptCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
handleCryptKeyCallback(DbCryptCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Handles the database encryption key callback.
handleCryptKeyCallback(DbCryptCallback) - Method in class org.firebirdsql.gds.ng.wire.version13.V13WireOperations
 
hasArgument(int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
hasArgument(int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Check if this parameter buffer has specified argument.
hasAttachObjectName() - Method in class org.firebirdsql.gds.impl.DbAttachInfo
 
hasCondition() - Method in class org.firebirdsql.jdbc.metadata.Clause
 
hasDpbItem() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
 
hasErrors() - Method in class org.firebirdsql.gds.ng.BatchCompletion
 
hasException() - Method in class org.firebirdsql.util.SQLExceptionChainBuilder
 
hasFeature(FbClientFeature) - Method in interface org.firebirdsql.gds.ng.jna.FbClientFeatureAccess
Checks for presence of a client feature.
hasFeature(FbClientFeature) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
hasFetched() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
hasFetched() - Method in interface org.firebirdsql.gds.ng.FbStatement
Has at least one fetch been executed on the current cursor?
hasFields() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
hashCode() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
hashCode() - Method in class org.firebirdsql.extern.decimal.Decimal
 
hashCode() - Method in class org.firebirdsql.gds.impl.argument.BigIntArgument
 
hashCode() - Method in class org.firebirdsql.gds.impl.argument.ByteArgument
 
hashCode() - Method in class org.firebirdsql.gds.impl.argument.ByteArrayArgument
 
hashCode() - Method in class org.firebirdsql.gds.impl.argument.NumericArgument
 
hashCode() - Method in class org.firebirdsql.gds.impl.argument.SingleItem
 
hashCode() - Method in class org.firebirdsql.gds.impl.argument.StringArgument
 
hashCode() - Method in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
 
hashCode() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
hashCode() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
hashCode() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
hashCode() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
hashCode() - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
 
hashCode() - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
hashCode() - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
hashCode() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
hashCode() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
hashCode() - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
hashCode() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionIdentifier
 
hashCode() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
hashCode() - Method in class org.firebirdsql.jaybird.xca.FBConnectionRequestInfo
 
hashCode() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
hashCode() - Method in class org.firebirdsql.jaybird.xca.FBTpb
 
hashCode() - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData.FieldKey
Get hash code of this instance.
hashCode() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
hashCode() - Method in class org.firebirdsql.jdbc.FBProcedureCall
 
hashCode() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
hashCode() - Method in class org.firebirdsql.jdbc.FBRowId
 
hashCode() - Method in class org.firebirdsql.jdbc.FBSavepoint
 
hashCode() - Method in class org.firebirdsql.jdbc.FBStatement
 
hashCode() - Method in class org.firebirdsql.jdbc.FBTpbMapper
 
hashCode() - Method in class org.firebirdsql.management.FBBackupManagerBase.PathSizeStruct
 
hashCode() - Method in class org.firebirdsql.management.FBUser
 
hasNext() - Method in class org.firebirdsql.jaybird.parser.SqlTokenizer
 
hasOpenResultSet() - Method in class org.firebirdsql.jdbc.FBStatement
 
hasOpenResultSet() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Check if this statement has open result set.
hasPlugin() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
hasProcedureTypeColumn() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
hasServerData() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
 
hasServerName() - Method in class org.firebirdsql.gds.impl.DbAttachInfo
 
hasSingletonResult() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
hasSpbItem() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
 
hour - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Deprecated.
 

I

IAttachProperties<T extends IAttachProperties<T>> - Interface in org.firebirdsql.gds.ng
Common properties for database and service attach.
IConnectionProperties - Interface in org.firebirdsql.gds.ng
Connection properties for the Firebird connection.
identify() - Method in class org.firebirdsql.gds.ng.AbstractConnection
Performs the connection identification phase of the protocol and returns the connection handle implementation for the agreed protocol.
identify() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabaseConnection
Contrary to the description in the super class, this will simply return an unconnected instance.
identify() - Method in class org.firebirdsql.gds.ng.jna.JnaServiceConnection
Contrary to the description in the super class, this will simply return an unconnected instance.
identify() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Performs the connection identification phase of the Wire protocol and returns the FbWireDatabase implementation for the agreed protocol.
IEncodingFactory - Interface in org.firebirdsql.encodings
Interface for the EncodingFactory.
IGNORE_LIMBO - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
IGNORE_PROCEDURE_TYPE - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
ignoreProcedureType - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
immutable() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
Throws an UnsupportedOperationException
immutable() - Method in interface org.firebirdsql.gds.ng.FbBatchConfig
 
immutable() - Method in class org.firebirdsql.gds.ng.FbBatchConfig.Immutable
 
IN_PLACE - org.firebirdsql.gds.ng.FetchDirection
Fetch in place (doesn't change position).
INDEX_STATISTICS - Static variable in interface org.firebirdsql.management.StatisticsManager
Request statistics on indexes.
indexOf(byte[], byte) - Static method in class org.firebirdsql.util.ByteArrayHelper
Returns the index of the first occurrence of b in array.
inDistributedTransaction() - Method in class org.firebirdsql.ds.FBXAConnection
 
inDistributedTransaction() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
 
INF_BLOB_ALIGNMENT - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
 
INF_BLOB_HEADER - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
 
INF_BLOBS_BYTES_SIZE - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
 
INF_BUFFER_BYTES_SIZE - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
 
INF_DATA_BYTES_SIZE - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
 
INF_RECORD_COUNT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
INFINITY - org.firebirdsql.extern.decimal.DecimalType
 
info(String) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
info(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
INFO_CAPABILITIES - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_FLAG_END - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_GET_CONFIG - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_GET_ENV - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_GET_ENV_LOCK - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_GET_ENV_MSG - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_GET_LICENSE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_GET_LICENSE_MASK - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_GET_LICENSED_USERS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_GET_OUTPUT_LINE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_GET_OUTPUT_TO_EOF - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_GET_USERS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_IMPLEMENTATION - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_LIMBO_TRANSACTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_MULTI_TRANSACTION_ID - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_RUNNING - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_SERVER_VERSION - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_SINGLE_TRANSACTION_ID - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_SVC_MGR_VERSION - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_SVR_DB_INFO - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
*********************************************************************** Constants for GDS.iscServiceQuery(...) call
INFO_TIMEOUT - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_ADVICE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_ADVICE_COMMIT - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_ADVICE_ROLLBACK - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_ADVICE_UNKNOWN - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_DB_PATH - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_HOST_SITE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_REMOTE_SITE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_STATE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_STATE_COMMIT - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_STATE_LIMBO - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_STATE_ROLLBACK - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_TRANSACTION_STATE_UNKNOWN - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
INFO_USER_DB_PATH - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
infof(String, Object) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
infof(String, Object...) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
infof(String, Object, Object) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
infof(String, Object, Object, Object) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
infofe(String, Object, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
infofe(String, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
infofe(String, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
InfoProcessor<T> - Interface in org.firebirdsql.gds.ng
Functional interface to process an information buffer (responses to p_info_* requests) returning an object of type T.
InfoProcessor.StatementInfo - Interface in org.firebirdsql.gds.ng
Interface for information on a statement.
InfoTruncatedException - Exception in org.firebirdsql.gds.ng
Thrown to indicate that an info request buffer was truncated (isc_info_truncated).
InfoTruncatedException(String, int) - Constructor for exception org.firebirdsql.gds.ng.InfoTruncatedException
 
initAsynchronousChannel() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
Initializes the asynchronous channel (for event notification).
initAsynchronousChannel() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
initializeEncryption() - Method in class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPlugin
 
initializeEncryption() - Method in class org.firebirdsql.gds.ng.wire.crypt.chacha.ChaChaEncryptionPlugin
 
initializeEncryption() - Method in interface org.firebirdsql.gds.ng.wire.crypt.EncryptionPlugin
Initializes the encryption for incoming and outgoing communication.
initializeFields() - Method in class org.firebirdsql.gds.ng.fields.RowValue
Initializes uninitialized fields with null.
initOperationAware(OperationAware) - Static method in class org.firebirdsql.gds.ng.OperationMonitor
Initializes this operation monitor.
INPUT_STREAM_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
INSERT - org.firebirdsql.gds.ng.StatementType
 
INSERT - org.firebirdsql.jaybird.parser.LocalStatementType
INSERT statement
insertCount() - Method in class org.firebirdsql.management.TableStatistics
 
insertRow() - Method in class org.firebirdsql.jdbc.FBResultSet
 
insertsAreDetected(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
instance() - Static method in class org.firebirdsql.jdbc.FBObjectListener.NoActionBlobListener
 
instance() - Static method in class org.firebirdsql.jdbc.FBObjectListener.NoActionResultSetListener
 
INT - org.firebirdsql.jaybird.props.def.ConnectionPropertyType
 
INT - org.firebirdsql.jaybird.props.DpbType
Parameter value is an integer.
int128_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
int64_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
INTEGER_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
INTEGER_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
integer_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
InternalApi - Annotation Type in org.firebirdsql.util
Indicates that the annotated package, class, method or value is for internal use only.
internalDetach() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
Actual implementation of database detach.
internalDetach() - Method in class org.firebirdsql.gds.ng.AbstractFbService
Actual implementation of service detach.
internalDetach() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
internalDetach() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
internalDetach() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
internalDetach() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
 
internalExecute(boolean) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
internalExecute(boolean) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
Execute this statement.
internalExecute(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
internalExecute(RowValue) - Method in class org.firebirdsql.jdbc.FBStatement
 
internalStart(Xid, int) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
Perform the internal processing to start associate a JDBC connection with a global transaction.
InternalTransactionCoordinator - Class in org.firebirdsql.jdbc
Transaction coordinator for the FBConnection class.
InternalTransactionCoordinator.AbstractTransactionCoordinator - Class in org.firebirdsql.jdbc
 
INTERP - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
inTransaction() - Method in class org.firebirdsql.gds.impl.GDSHelper
Retrieve whether this connection is currently involved in a transaction
inTransaction() - Method in class org.firebirdsql.jaybird.xca.FBLocalTransaction
Check if managed connection is currently participating in transaction.
inTransaction() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
 
inTransaction() - Method in class org.firebirdsql.jdbc.FBConnection
Deprecated.
will be removed in Jaybird 6 without replacement
IntSpb - org.firebirdsql.gds.ClumpletReader.ClumpletType
 
IntSpb - org.firebirdsql.gds.impl.argument.ArgumentType
 
intToBytes(int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
Deprecated.
will be removed in Jaybird 6, use DefaultDatatypeCoder.encodeInt(int)
INVALID_OBJECT - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
INVALID_VERSION - Static variable in class org.firebirdsql.gds.impl.GDSServerVersion
GDSServerVersion that can be used as a dummy/invalid object when a version object is required, but none is available.
invalidateSavepoints() - Method in class org.firebirdsql.jdbc.FBConnection
Invalidate all savepoints.
invalidateTransactionLifetimeObjects() - Method in class org.firebirdsql.jdbc.FBConnection
Invalidate everything that should only last for the lifetime of the current transaction.
invalidProperty(String, String) - Static method in exception org.firebirdsql.jaybird.props.InvalidPropertyValueException
 
invalidProperty(String, String, String) - Static method in exception org.firebirdsql.jaybird.props.InvalidPropertyValueException
 
InvalidPropertyValueException - Exception in org.firebirdsql.jaybird.props
Exception thrown when a connection property has an invalid value.
IOUtils - Class in org.firebirdsql.util
Utility methods for stream and byte array conversions.
isAfterLast() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
isAfterLast() - Method in class org.firebirdsql.jdbc.FBResultSet
 
isAllCondition(String) - Static method in class org.firebirdsql.jdbc.metadata.MetadataPattern
 
isAttached() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
isAttached() - Method in interface org.firebirdsql.gds.ng.FbAttachment
Current attachment status.
isAttached() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
isAttached() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
 
isAuthComplete() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
isAutoIncrement(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
isBeforeFirst() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
isBeforeFirst() - Method in class org.firebirdsql.jdbc.FBResultSet
 
isc_action_svc_add_license - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_add_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_backup - Static variable in interface org.firebirdsql.gds.ISCConstants
Service action items *
isc_action_svc_db_stats - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_delete_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_display_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_display_user_adm - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_drop_mapping - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_get_fb_log - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_get_ib_log - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_modify_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_nbak - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_nfix - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_nrest - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_properties - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_remove_license - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_repair - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_restore - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_set_mapping - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_trace_list - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_trace_resume - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_trace_start - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_trace_stop - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_trace_suspend - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_action_svc_validate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_add_user(ISC_STATUS[], USER_SEC_DATA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_add_user(ISC_STATUS*, const USER_SEC_DATA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:843
isc_adm_task_denied - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_alias_conflict_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_already_opened - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_alter_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_cstring - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_domain - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_dos - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_end - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_gds - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_interpreted - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_mpexl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_mpexl_ipc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_netware - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_next_mach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_number - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_sql_state - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_string - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_unix - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_vms - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_warning - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arg_win32 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_arith_except - Static variable in interface org.firebirdsql.gds.ISCConstants
 
ISC_ARRAY_BOUND - Class in org.firebirdsql.jna.fbclient
JNA wrapper for ISC_ARRAY_BOUND.
ISC_ARRAY_BOUND() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND
 
ISC_ARRAY_BOUND(short, short) - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND
 
ISC_ARRAY_BOUND.ByReference - Class in org.firebirdsql.jna.fbclient
 
ISC_ARRAY_BOUND.ByValue - Class in org.firebirdsql.jna.fbclient
 
isc_array_convert_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
ISC_ARRAY_DESC - Class in org.firebirdsql.jna.fbclient
JNA wrapper for ISC_ARRAY_DESC.
ISC_ARRAY_DESC() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
ISC_ARRAY_DESC(byte, byte, short, byte[], byte[], short, short, ISC_ARRAY_BOUND[]) - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
ISC_ARRAY_DESC.ByReference - Class in org.firebirdsql.jna.fbclient
 
ISC_ARRAY_DESC.ByValue - Class in org.firebirdsql.jna.fbclient
 
isc_array_get_slice(ISC_STATUS[], IntByReference, IntByReference, GDS_QUAD_t, ISC_ARRAY_DESC, Pointer, IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_array_get_slice(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, ISC_QUAD*, const ISC_ARRAY_DESC*, void*, ISC_LONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:417
isc_array_idx_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_array_lookup_bounds(ISC_STATUS[], IntByReference, IntByReference, byte[], byte[], ISC_ARRAY_DESC) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_array_lookup_bounds(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, const ISC_SCHAR*, const ISC_SCHAR*, ISC_ARRAY_DESC*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:425
isc_array_lookup_desc(ISC_STATUS[], IntByReference, IntByReference, byte[], byte[], ISC_ARRAY_DESC) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_array_lookup_desc(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, const ISC_SCHAR*, const ISC_SCHAR*, ISC_ARRAY_DESC*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:432
isc_array_max_dimensions - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_array_put_slice(ISC_STATUS[], IntByReference, IntByReference, GDS_QUAD_t, ISC_ARRAY_DESC, Pointer, IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_array_put_slice(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, ISC_QUAD*, const ISC_ARRAY_DESC*, void*, ISC_LONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:447
isc_array_set_desc(ISC_STATUS[], byte[], byte[], short[], short[], short[], ISC_ARRAY_DESC) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_array_set_desc(ISC_STATUS*, const ISC_SCHAR*, const ISC_SCHAR*, const short*, const short*, const short*, ISC_ARRAY_DESC*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:439
isc_async_active - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_att_handle_busy - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_att_shut_db_down - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_att_shut_engine - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_att_shut_idle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_att_shut_killed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_att_shutdown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_att_stmt_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_attach_database(ISC_STATUS[], short, byte[], IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_attach_database(ISC_STATUS*, short, const ISC_SCHAR*, isc_db_handle*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:404
isc_attachment_in_use - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_auth_data - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_auth_datalength - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_auth_handshake_limit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_batch_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_checksum - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_conn_str - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_crypt_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_db_format - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_db_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_dbkey - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_debug_format - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_default_value - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_detach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_dpb_content - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_dpb_form - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_epb_form - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_events_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_fun_BLR - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_limit_param - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_lock_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_lock_level - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_loctab_num - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_msg_vec - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_par_workers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_proc_BLR - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_protocol - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_repl_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_req_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_result_set - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_sec_info - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_segstr_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_segstr_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_segstr_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_shutdown_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_skip_param - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_spb_form - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_stmt_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_substring_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_substring_offset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_svc_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_teb_form - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_temp_blob_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_tpb_content - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_tpb_form - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_trans_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_udf_freeit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_badblk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_baddpb_buffers_range - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_baddpb_damaged_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_baddpb_temp_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_badhndcnt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_badindex - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_badmsgnum - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_badodsver - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_badpage - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_badpagtyp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_badparnum - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_badrelation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_badvarnum - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_align - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_big_bpb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_big_seg2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_big_segment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_blob_append - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_blob_buf - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_blob_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_blobs - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_compl_detail - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_compl_range - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_cont_bpb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_defbpb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_msg_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_open - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_param - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_param_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_policy - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_rpt_blob - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_small_data - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_stream_align - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_too_big - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_batch_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bdbincon - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_big_segment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bind_convert - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bind_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bind_statement - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blktoobig - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blob_acl - Static variable in class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
isc_blob_blr - Static variable in class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
isc_blob_convert_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blob_debug_info - Static variable in class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
isc_blob_default_desc(ISC_BLOB_DESC, byte[], byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_blob_default_desc(ISC_BLOB_DESC*, const ISC_UCHAR*, const ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:455
ISC_BLOB_DESC - Class in org.firebirdsql.jna.fbclient
JNA wrapper for ISC_BLOB_DESC.
ISC_BLOB_DESC() - Constructor for class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
 
ISC_BLOB_DESC(short, short, short, byte[], byte[]) - Constructor for class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
 
ISC_BLOB_DESC.ByReference - Class in org.firebirdsql.jna.fbclient
 
ISC_BLOB_DESC.ByValue - Class in org.firebirdsql.jna.fbclient
 
isc_blob_extfile - Static variable in class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
isc_blob_filter_exception - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blob_format - Static variable in class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
isc_blob_gen_bpb(ISC_STATUS[], ISC_BLOB_DESC, ISC_BLOB_DESC, short, ByteBuffer, ShortBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_blob_gen_bpb(ISC_STATUS*, const ISC_BLOB_DESC*, const ISC_BLOB_DESC*, unsigned short, ISC_UCHAR*, unsigned short*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:459
isc_blob_idx_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blob_info(ISC_STATUS[], IntByReference, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_blob_info(ISC_STATUS*, isc_blob_handle*, short, const ISC_SCHAR*, short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:466
isc_blob_lookup_desc(ISC_STATUS[], IntByReference, IntByReference, byte[], byte[], ISC_BLOB_DESC, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_blob_lookup_desc(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, const ISC_UCHAR*, const ISC_UCHAR*, ISC_BLOB_DESC*, ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:473
isc_blob_ranges - Static variable in class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
isc_blob_set_desc(ISC_STATUS[], byte[], byte[], short, short, short, ISC_BLOB_DESC) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_blob_set_desc(ISC_STATUS*, const ISC_UCHAR*, const ISC_UCHAR*, short, short, short, ISC_BLOB_DESC*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:481
isc_blob_summary - Static variable in class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
isc_blob_text - Static variable in class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
isc_blob_tra - Static variable in class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
isc_blob_truncation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blob_untyped - Static variable in class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
isc_blobnotsup - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blobtoobig - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_block_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blocking_signal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bpb_filter_parameter - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_bpb_filter_parameter - Static variable in class org.firebirdsql.jaybird.fb.constants.BpbItems
 
isc_bpb_source_interp - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_bpb_source_interp - Static variable in class org.firebirdsql.jaybird.fb.constants.BpbItems
 
isc_bpb_source_type - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_bpb_source_type - Static variable in class org.firebirdsql.jaybird.fb.constants.BpbItems
 
isc_bpb_target_interp - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_bpb_target_interp - Static variable in class org.firebirdsql.jaybird.fb.constants.BpbItems
 
isc_bpb_target_type - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_bpb_target_type - Static variable in class org.firebirdsql.jaybird.fb.constants.BpbItems
 
isc_bpb_type - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_bpb_type - Static variable in class org.firebirdsql.jaybird.fb.constants.BpbItems
 
isc_bpb_type_segmented - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_bpb_type_segmented - Static variable in class org.firebirdsql.jaybird.fb.constants.BpbItems.TypeValues
 
isc_bpb_type_stream - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_bpb_type_stream - Static variable in class org.firebirdsql.jaybird.fb.constants.BpbItems.TypeValues
 
isc_bpb_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bpb_version1 - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_bpb_version1 - Static variable in class org.firebirdsql.jaybird.fb.constants.BpbItems
 
isc_buf_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bufexh - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bufinuse - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bug_check - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cache_non_zero_use_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cache_redef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cache_restart - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cache_too_small - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cancel_blob(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_cancel_blob(ISC_STATUS*, isc_blob_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:489
isc_cancel_events(ISC_STATUS[], IntByReference, IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_cancel_events(ISC_STATUS*, isc_db_handle*, ISC_LONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:492
isc_cancelled - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cannot_copy_stmt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cannot_make_not_null - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cannot_read_new_blob - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cannot_update_old_blob - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cant_modify_sysobj - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cant_start_journal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cant_start_logging - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cant_validate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cfg_stmt_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_charset_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_charset_not_installed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_check_cnstrnt_del - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_check_cnstrnt_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_check_constraint - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_check_trig_del - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_check_trig_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_circular_computed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_close(ISC_STATUS[], byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_close(ISC_STATUS*, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:940
isc_close_blob(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_close_blob(ISC_STATUS*, isc_blob_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:496
isc_cnstrnt_fld_del - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cnstrnt_fld_rename - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_codnotdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_col_name_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_collation_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_collation_not_for_charset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_collation_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_collation_not_installed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_collation_requires_text - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_command_end_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_command_end_err2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_commit_retaining(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_commit_retaining(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:499
isc_commit_transaction(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_commit_transaction(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:502
isc_compile_request(ISC_STATUS[], IntByReference, IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_compile_request(ISC_STATUS*, isc_db_handle*, isc_req_handle*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:853
isc_compile_request2(ISC_STATUS[], IntByReference, IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_compile_request2(ISC_STATUS*, isc_db_handle*, isc_req_handle*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:859
isc_complex_view - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_concat_overflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_concurrent_transaction - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_conf_access_denied - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_conf_include - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_conf_line - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_conn_lost - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_connect_reject - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_constaint_on_view - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_convert_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_corrupt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cp_already_crypted - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cp_name_too_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cp_process_active - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_crdb_load - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_crdb_nodb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_crdb_notable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_create_blob(ISC_STATUS[], IntByReference, IntByReference, IntByReference, GDS_QUAD_t) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_create_blob(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:505
isc_create_blob2(ISC_STATUS[], IntByReference, IntByReference, IntByReference, LongByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_create_blob2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:511
isc_create_blob2(ISC_STATUS[], IntByReference, IntByReference, IntByReference, GDS_QUAD_t, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_create_blob2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:511
isc_create_database(ISC_STATUS[], short, byte[], IntByReference, short, byte[], short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_create_database(ISC_STATUS*, short, const ISC_SCHAR*, isc_db_handle*, short, const ISC_SCHAR*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:519 TODO: Interbase 6.0 API doc mentions this shouldn't be called
isc_crrp_data_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_crypt_checksum - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cse_not_supported - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ctx_bad_argument - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ctx_namespace_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ctx_too_big - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ctx_var_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ctxinuse - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ctxnotdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cursor_already_open - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cursor_not_open - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cursor_not_positioned - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_database_create_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_database_info(ISC_STATUS[], IntByReference, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_database_info(ISC_STATUS*, isc_db_handle*, short, const ISC_SCHAR*, short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:527
isc_date_range_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_datetime_range_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_datnotsup - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_datype_notsup - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_db_corrupt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_db_crypt_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_db_or_file_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dbbnotzer - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dbfile - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ddl(ISC_STATUS[], IntByReference, IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_ddl(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:865
isc_ddl_not_allowed_by_db_sql_dial - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_deadlock - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_decfloat_divide_by_zero - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_decfloat_inexact_result - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_decfloat_invalid_operation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_decfloat_overflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_decfloat_underflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_declare(ISC_STATUS[], byte[], byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_declare(ISC_STATUS*, const ISC_SCHAR*, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:943
isc_decode_date(GDS_QUAD_t[], Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_decode_date(const ISC_QUAD*, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:534
isc_decode_sql_date(int[], Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_decode_sql_date(const ISC_DATE*, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:537
isc_decode_sql_time(int[], Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_decode_sql_time(const ISC_TIME*, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:540
isc_decode_timestamp(ISC_TIMESTAMP, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_decode_timestamp(const ISC_TIMESTAMP*, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:543
isc_decprecision_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_decrypt_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_deflate_init - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_del_coll_fail - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_del_gen_fail - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_del_last_field - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_delete_user(ISC_STATUS[], USER_SEC_DATA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_delete_user(ISC_STATUS*, const USER_SEC_DATA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:845
isc_depend_on_uncommitted_rel - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dependency - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_describe(ISC_STATUS[], byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_describe(ISC_STATUS*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:947
isc_describe_bind(ISC_STATUS[], byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_describe_bind(ISC_STATUS*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:951
isc_detach_database(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_detach_database(ISC_STATUS*, isc_db_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:546
isc_dialect_not_changed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dialect_reset_warning - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dirtypage - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_distinct_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_domain_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_domain_primary_key_notnull - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_domnotdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_doubleloc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_activate_shadow - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_activate_shadow - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_address_path - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_address_path - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_allocation - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_allocation - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_auth_block - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_auth_block - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_auth_plugin_list - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_auth_plugin_list - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_auth_plugin_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_auth_plugin_name - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_begin_log - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_begin_log - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_buffer_length - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_buffer_length - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_cache_manager - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_cache_manager - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_cdd_pathname - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_cdd_pathname - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_clear_map - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_client_version - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_client_version - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_config - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_config - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_connect_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_connect_timeout - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_damaged - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_damaged - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_dbkey_scope - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_dbkey_scope - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_debug - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_debug - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_decfloat_round - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_decfloat_round - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_decfloat_traps - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_decfloat_traps - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_delete_shadow - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_delete_shadow - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_disable_journal - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_disable_journal - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_disable_wal - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_disable_wal - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_drop_walfile - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_drop_walfile - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_dummy_packet_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_dummy_packet_interval - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_enable_journal - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_enable_journal - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_encrypt_key - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_encrypt_key - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_ext_call_depth - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_ext_call_depth - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_force_write - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_force_write - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_garbage_collect - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_garbage_collect - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_gbak_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_gbak_attach - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_gfix_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_gfix_attach - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_gsec_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_gsec_attach - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_gstat_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_gstat_attach - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_host_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_host_name - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_interp - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_interp - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_journal - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_journal - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_lc_ctype - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_lc_ctype - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_lc_messages - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_lc_messages - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_license - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_license - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_map_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_map_attach - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_no_db_triggers - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_no_db_triggers - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_no_garbage_collect - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_no_garbage_collect - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_no_reserve - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_no_reserve - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_nolinger - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_nolinger - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_num_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_num_buffers - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_number_of_users - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_number_of_users - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_old_dump_id - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_old_dump_id - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_old_file - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_old_file - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_old_file_size - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_old_file_size - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_old_num_files - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_old_num_files - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_old_start_file - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_old_start_file - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_old_start_page - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_old_start_page - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_old_start_seqno - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_old_start_seqno - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_online - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_online - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_online_dump - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_online_dump - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_org_filename - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_org_filename - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_os_user - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_os_user - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_overwrite - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_overwrite - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_page_size - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_page_size - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_parallel_workers - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_password - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_password - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_password_enc - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_password_enc - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_process_id - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_process_id - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_process_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_process_name - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_quit_log - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_quit_log - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_remote_protocol - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_remote_protocol - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_reserved - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_reserved - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_reset_icu - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_reset_icu - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_sec_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_sec_attach - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_session_time_zone - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_session_time_zone - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_set_bind - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_set_bind - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_set_db_charset - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_set_db_charset - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_set_db_readonly - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_set_db_readonly - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_set_db_replica - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_set_db_replica - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_set_db_sql_dialect - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_set_db_sql_dialect - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_set_page_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_set_page_buffers - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_shutdown - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_shutdown - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_shutdown_delay - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_shutdown_delay - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_specific_auth_data - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_specific_auth_data - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_sql_dialect - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_sql_dialect - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_sql_role_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_sql_role_name - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_sweep - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_sweep - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_sweep_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_sweep_interval - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_sys_user_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_sys_user_name - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_sys_user_name_enc - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_sys_user_name_enc - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_trace - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_trace - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_trusted_auth - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_trusted_auth - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_trusted_role - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_trusted_role - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_user - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_user - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_user_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_user_name - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_utf8_filename - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_utf8_filename - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_verify - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_verify - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_version1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_version2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_wal_backup_dir - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_wal_backup_dir - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_wal_bufsize - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_wal_bufsize - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_wal_chkptlen - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_wal_chkptlen - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_wal_grp_cmt_wait - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_wal_grp_cmt_wait - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_wal_numbufs - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_wal_numbufs - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_worker_attach - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_dpb_working_directory - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_working_directory - Static variable in class org.firebirdsql.jaybird.fb.constants.DpbItems
 
isc_drdb_completed_with_errs - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_drop_database(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_drop_database(ISC_STATUS*, isc_db_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:549
isc_drop_wal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_column_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_group_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_having_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_nested_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_ref_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_where_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_wrongarg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg2_wrongarg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alloc_statement2(ISC_STATUS[], IntByReference, IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_alloc_statement2(ISC_STATUS*, isc_db_handle*, isc_stmt_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:556
isc_dsql_allocate_statement(ISC_STATUS[], IntByReference, IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_allocate_statement(ISC_STATUS*, isc_db_handle*, isc_stmt_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:552
isc_dsql_alter_charset_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_database_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_domain_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_except_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_func_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_index_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_pack_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_proc_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_role_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_sequence_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_table_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_trigger_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_user_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_alter_view_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_ambiguous_field_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_arr_range_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_auto_field_bad_pos - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_base_table - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_blob_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_blob_type_unknown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cant_grant_option - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_col_more_than_once_using - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_col_more_than_once_view - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_column_pos_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_command_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_comment_on_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_conflicting_sort_field - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_constant_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_construct_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_count_mismatch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_crdb_prepare_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_alter_except_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_alter_func_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_alter_pack_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_alter_proc_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_alter_trigger_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_alter_view_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_collation_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_domain_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_except_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_filter_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_func_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_generator_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_index_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_pack_body_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_pack_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_proc_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_role_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_sequence_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_shadow_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_table_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_trigger_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_user_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_create_view_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_cycle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_miss_nonrecursive - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_mult_references - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_nested_with - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_nonrecurs_after_recurs - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_not_a_union - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_not_used - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_outer_join - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_recursive_aggregate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_union_all - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_wrong_clause - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cte_wrong_reference - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_close_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_not_open - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_open_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_redefined - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_rel_ambiguous - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_rel_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_update_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_datatype_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_datatypes_not_comparable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_db_trigger_type_cant_change - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_dbkey_from_non_table - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_decl_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_derived_alias_field - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_derived_alias_select - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_derived_field_dup_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_derived_field_unnamed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_derived_table_less_columns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_derived_table_more_columns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_describe(ISC_STATUS[], IntByReference, short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_describe(ISC_STATUS*, isc_stmt_handle*, unsigned short, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:560
isc_dsql_describe_bind(ISC_STATUS[], IntByReference, short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_describe_bind(ISC_STATUS*, isc_stmt_handle*, unsigned short, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:565
isc_dsql_dialect_warning_expr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_domain_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_domain_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_collation_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_domain_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_except_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_filter_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_func_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_index_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_pack_body_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_pack_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_proc_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_role_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_sequence_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_shadow_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_table_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_trigger_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_user_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_drop_view_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_dup_option - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_duplicate_spec - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_eval_unknode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_exec_immed2(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_exec_immed2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, unsigned short, const ISC_SCHAR*, unsigned short, const XSQLDA*, const XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:570
isc_dsql_exec_immed3_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, ByteBuffer, short, short, byte[], short, ByteBuffer, short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_exec_immed3_m(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, const ISC_SCHAR*, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1023
isc_dsql_execute(ISC_STATUS[], IntByReference, IntByReference, short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_execute(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:579
isc_dsql_execute_immediate(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_execute_immediate(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, unsigned short, const ISC_SCHAR*, unsigned short, const XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:592
isc_dsql_execute_immediate_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, ByteBuffer, short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_execute_immediate_m(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1011
isc_dsql_execute_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_execute_m(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:988
isc_dsql_execute_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_execute_m(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:988
isc_dsql_execute2(ISC_STATUS[], IntByReference, IntByReference, short, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_execute2(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const XSQLDA*, const XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:585
isc_dsql_execute2_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, byte[], short, byte[], short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_execute2_m(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:997
isc_dsql_execute2_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, ByteBuffer, short, ByteBuffer, short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_execute2_m(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:997
isc_dsql_feature_not_supported_ods - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_fetch(ISC_STATUS[], IntByReference, short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_fetch(ISC_STATUS*, isc_stmt_handle*, unsigned short, const XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:600
isc_dsql_fetch_m(ISC_STATUS[], IntByReference, short, ByteBuffer, short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_fetch_m(ISC_STATUS*, isc_stmt_handle*, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1040
isc_dsql_field_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_field_ref - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_file_length_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_firstskip_rows - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_free_statement(ISC_STATUS[], IntByReference, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_free_statement(ISC_STATUS*, isc_stmt_handle*, unsigned short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:607
isc_dsql_function_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_grant_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_implicit_domain_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_incompatible_trigger_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_insert_m(ISC_STATUS[], IntByReference, short, byte[], short, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_insert_m(ISC_STATUS*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1048
isc_dsql_internal_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_array - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_dateortime_add - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_datetime_subtract - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_drop_ss_clause - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_label - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_sqlda_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_type_addsub_dial3 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_type_div_dial3 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_type_minus_date - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_type_multip_dial1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_type_multip_dial3 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_type_neg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_line_col_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_mapping_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_max_arr_dim_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_max_distinct_items - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_max_exception_arguments - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_max_group_items - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_max_nesting - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_max_sort_items - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_mustuse_numeric_div_dial1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_array_computed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_blob_array - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_dup_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_input_sqlda - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_output_sqlda - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_relation_alias - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_sqldata - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_sqlind - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_nodateortime_pm_string - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_nostring_addsub_dial3 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_nostring_div_dial3 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_nostring_multip_dial3 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_nostring_neg_dial3 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_only_can_subscript_array - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_open_cursor_request - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_prepare(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_prepare(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:616
isc_dsql_prepare_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_prepare_m(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, const ISC_SCHAR*, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1056
isc_dsql_procedure_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_procedure_use_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_record_version_table - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_recreate_except_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_recreate_func_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_recreate_pack_body_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_recreate_pack_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_recreate_proc_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_recreate_sequence_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_recreate_table_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_recreate_trigger_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_recreate_user_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_recreate_view_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_relation_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_release(ISC_STATUS[], byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_release(ISC_STATUS*, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1067
isc_dsql_request_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_revoke_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_self_join - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_set_cursor_name(ISC_STATUS[], IntByReference, byte[], short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_set_cursor_name(ISC_STATUS*, isc_stmt_handle*, const ISC_SCHAR*, unsigned short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:624
isc_dsql_set_generator_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_shadow_number_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_sql_info(ISC_STATUS[], IntByReference, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_dsql_sql_info(ISC_STATUS*, isc_stmt_handle*, short, const ISC_SCHAR*, short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:629
isc_dsql_sqlda_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_sqlda_value_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_sqlvar_index - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_stmt_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_string_byte_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_string_char_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_subselect_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_table_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_token_unk_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_too_many_values - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_too_old_ods - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_tran_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_transitional_numeric - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_trigger_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_type_not_supp_ext_tab - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_udf_return_pos_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_unknown_pos - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_unsupp_feature_dialect - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_unsupported_in_auto_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_var_conflict - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_var_count_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_view_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_warn_precision_ambiguous - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_warn_precision_ambiguous1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_warn_precision_ambiguous2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_warning_number_ambiguous - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_warning_number_ambiguous1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_window_cant_overr_frame - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_window_cant_overr_order - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_window_cant_overr_part - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_window_duplicate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_window_frame_value_inv_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_window_incompat_frames - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_window_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_window_range_inv_key_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_window_range_multi_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_wlock_aggregates - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_wlock_conflict - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_wlock_simple - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_wrong_param_num - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dtype_renamed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dup_attribute - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dup_usrname_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_duplicate_base_table - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dupnodfnd - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_alter_user_no_clause - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cannot_addrem_computed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cannot_del_def_coll - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cannot_del_syscoll - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cannot_mod_sysfunc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cannot_mod_sysproc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cannot_mod_systrig - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cant_modify_auto_trig - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cant_modify_sysobj - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cant_use_in_foreignkey - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cant_use_zero_inc_ident - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cant_use_zero_increment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_char_fld_too_small - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_charset_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_coll_used_domain - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_coll_used_function - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_coll_used_procedure - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_coll_used_table - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_collation_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_column_does_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_concur_alter_database - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_create_user_no_password - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_cyclic_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_defvaldecl_package_func - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_defvaldecl_package_proc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_delete_role_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_dependency_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_domain_name_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_domain_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_domain_used_function - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_dtype_conv_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_dtype_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_dup_exception - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_dup_function - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_dup_generator - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_dup_index - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_dup_procedure - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_dup_sql_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_dup_table - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_duplicate_package_item - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_exc_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_exception_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_field_name_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_filter_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_fld_ambiguous - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_fld_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_func_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_func_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_func_param_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_funcnotdef_package - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_funcsignat_package - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_gen_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_gen_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_grant_role_to_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_incompat_alter_database - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_index_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_inv_sql_role_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_invalid_ddl_func - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_invalid_ddl_proc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_invalid_ddl_trig - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_invalid_dtype_conversion - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_kywd_spec_for_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_locksmith_use_granted - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_miss_priv_warning - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_name_longer - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_newfc_oldsyntax - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_no_create_priv - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_no_ddl_grant_opt_priv - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_no_empty_pw - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_no_grant_admin_opt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_no_grant_opt_priv - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_no_priv - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_ods_not_supp_feature - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_pack_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_package_body_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_package_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_precision_too_small - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_proc_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_proc_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_proc_param_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_procnotdef_package - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_procsignat_package - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_rel_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_role_does_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_role_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_roles_not_supported - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_routine_param_ambiguous - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_routine_param_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_scale_too_big - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_schema_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_table_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_trig_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_trig_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_user_not_role_member - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_view_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_view_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_virmemexh - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_wrong_gtt_scope - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_zero_len_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_connection - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_expl_tran_ctrl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_input_prm_mismatch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_input_prm_not_set - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_input_prm_not_used - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_output_prm_mismatch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_preprocess - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_prm_name_expected - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_provider_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_statement - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_stmt_expected - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eds_unclosed_comment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ee_blr_mismatch_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ee_blr_mismatch_name_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ee_blr_mismatch_names_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ee_blr_mismatch_null - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eem_bad_plugin_ver - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eem_engine_notfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eem_func_not_returned - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eem_proc_not_returned - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_eem_trig_not_returned - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_effective_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_encode_date(Pointer, GDS_QUAD_t) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_encode_date(const void*, ISC_QUAD*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:636
isc_encode_sql_date(Pointer, IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_encode_sql_date(const void*, ISC_DATE*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:639
isc_encode_sql_time(Pointer, IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_encode_sql_time(const void*, ISC_TIME*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:642
isc_encode_timestamp(Pointer, ISC_TIMESTAMP) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_encode_timestamp(const void*, ISC_TIMESTAMP*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:645
isc_encrypt_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_err_base - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_err_factor - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_err_max - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
This constant will be removed in Jaybird 7
isc_err_stack_limit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_error_adding_sec_record - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_error_deleting_sec_record - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_error_modifying_sec_record - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_error_updating_sec_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_escape_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_event_block(PointerByReference, PointerByReference, short, Object...) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_LONG isc_event_block(ISC_UCHAR**, ISC_UCHAR**, ISC_USHORT, null)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:648
isc_event_block_a(PointerByReference, PointerByReference, short, PointerByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_USHORT isc_event_block_a(ISC_SCHAR**, ISC_SCHAR**, ISC_USHORT, ISC_SCHAR**)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:652
isc_event_block_s(PointerByReference, PointerByReference, short, PointerByReference, ShortBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_event_block_s(ISC_SCHAR**, ISC_SCHAR**, ISC_USHORT, ISC_SCHAR**, ISC_USHORT*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:657
isc_event_counts(ISC_STATUS[], short, Pointer, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_event_counts(ISC_ULONG*, short, ISC_UCHAR*, const ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:663
isc_except - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_except2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_access_violation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_array_bounds_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_datatype_missalignment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_float_denormal_operand - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_float_divide_by_zero - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_float_inexact_result - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_float_invalid_operand - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_float_overflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_float_stack_check - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_float_underflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_integer_divide_by_zero - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_integer_overflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_sigbus - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_sigfpe - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_sigill - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_sigsegv - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_stack_overflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exception_unknown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_excess_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exec_sql_invalid_arg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exec_sql_invalid_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exec_sql_invalid_var - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_exec_sql_max_call_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_execute(ISC_STATUS[], IntByReference, byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_execute(ISC_STATUS*, isc_tr_handle*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:955
isc_execute_immediate(ISC_STATUS[], IntByReference, IntByReference, ShortBuffer, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_execute_immediate(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, short*, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:960
isc_existing_priv_mod - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_expand_dpb(PointerByReference, ShortBuffer, Object...) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
17 May 2001 - isc_expand_dpb is DEPRECATED
Original signature : void isc_expand_dpb(ISC_SCHAR**, short*, null)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:669
isc_expec_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_expec_positive - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_expec_short - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_expec_ushort - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_expression_eval_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_expression_eval_index - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ext_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ext_file_delete - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ext_file_modify - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ext_readonly_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_extern_func_dir_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_extern_func_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_extfile_uns_op - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_extract_input_mismatch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_facility - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fatal_conflict - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_bad_am - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_bad_arg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_bad_rm - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_bad_rs - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_bad_sm - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_bad_wm - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_fp_empty - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_fp_open - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_fp_read - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_info_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_info_limbo - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_limbo_advise - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_limbo_state - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_query_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fbsvcmgr_switch_unknown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_feature_removed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fetch(ISC_STATUS[], byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_fetch(ISC_STATUS*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:966
isc_field_aggregate_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_field_disappeared - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_field_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_field_ref_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_file_in_use - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_file_starting_page_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fldnotdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fldnotdef2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_foreign_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_foreign_key_notfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_foreign_key_references_present - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_foreign_key_target_doesnt_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_formatted_exception - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_forupdate_systbl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_forupdate_temptbl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_forupdate_virtualtbl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_free(Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_LONG isc_free(ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:678
isc_from_no_match - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_fun_param_mismatch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_func_pack_not_implemented - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_funmismat - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_funnotdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_activating_idx - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_bkup_corrupt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_blob_col_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_blob_info_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_block_fac_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_cant_rest_record - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_close_blob_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_comp_req_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_convert_ext_tables - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_create_blob_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_data_only - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_create_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_format_too_old - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_format_too_old2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_in_use - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_info_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_decomp_len_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_disk_space_ex - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_dup_inout_names - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_err_restore_charset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_err_restore_collation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_exp_data_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_file_outof_sequence - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_filename_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_gen_id_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_get_seg_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_hdr_write_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_array_dim - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_bkup_ver - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_bkup_ver2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_block_fac - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_page_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_prl_wrks - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_rec_len - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_skipped_bytes - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_invalid_data - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_invalid_metadata - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_join_file_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_just_data - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_max_dbkey_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_max_dbkey_recursion - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_bkup_desc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_block_fac - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_password - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_perf - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_prl_wrks - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_skipped_bytes - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_username - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_mode_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_multi_source_dest - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_no_db_desc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_no_protection - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_no_tbl_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_not_ownr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_open_bkup_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_open_blob_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_open_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_opt_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_opt_replica - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_option_conflict - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_option_only_backup - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_option_only_restore - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_option_repeated - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_buffers_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_buffers_restore - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_buffers_wrong_param - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_size_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_size_not_allowed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_size_toobig - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_param_conflict - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_put_blr_gen_id_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_put_seg_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_read_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_rec_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_rec_len_exp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_redir_ouput_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_rel_req_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_replica_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_restore_role_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_role_op - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_role_op_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_send_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_size_lt_min - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_start_req_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_stdin_not_supptd - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_stdout_not_supptd - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_string_trunc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_svc_name_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_switches_conflict - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_sysmemex - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_tbl_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_too_long_perf - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_unexp_eof - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_unk_blob_item - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_unk_db_file_spec - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_unk_device - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_unk_rec_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_unk_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_unknown_device - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_unknown_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_verify_verbint - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_warning - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_write_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_wrong_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_wrong_perf - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_xdr_len_expected - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_generator_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gennotdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_get_client_major_version() - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : int isc_get_client_major_version()
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1305
isc_get_client_minor_version() - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : int isc_get_client_minor_version()
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1306
isc_get_client_version(ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_get_client_version(ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1304
isc_get_map_1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_get_map_2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_get_map_3 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_get_map_4 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_get_segment(ISC_STATUS[], IntByReference, ShortByReference, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_get_segment(ISC_STATUS*, isc_blob_handle*, unsigned short*, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:680
isc_get_slice(ISC_STATUS[], IntByReference, IntByReference, GDS_QUAD_t, short, byte[], short, int[], int, Pointer, IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_get_slice(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, ISC_QUAD*, short, const ISC_SCHAR*, short, const ISC_LONG*, ISC_LONG, void*, ISC_LONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:686
isc_gfix_action - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_all_prep - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_ask - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_att_unsucc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_auto_comm - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_auto_rback - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_bad_block - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_bad_pool - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_be_committed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_blob_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_blob_warn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_comm_rback - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_commit_pres - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_commit_violate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_committed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_corrupt_pool - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_data_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_data_warn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_db_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_db_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_db_path - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_db_warn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_dbg_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_dbg_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_dbg_success - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_dialect_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_enter_path - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_exceed_max - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_full_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_host_site - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_incmp_sw - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_index_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_index_warn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_insuff_info - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_invalid_sw - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_mdb_trn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_mem_exhausted - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_mode_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_not_available - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_not_prepared - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_nval_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_active - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_begin_log - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_cache - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_commit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_disable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_force - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_full - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_housekeep - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_icu - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_ignore - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_kill - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_list - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_mend - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_no_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_nolinger - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_online - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_parallel - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_password - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_prompt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_quit_log - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_repl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_rollback - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_shut - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_SQL_dialect - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_sweep - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_tran - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_trusted - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_two_phase - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_upgrade - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_use - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_validate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_write - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_x - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_z - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_org_path - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_part_commit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_part_commit2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_pass_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_pgbuf_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_pip_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_pip_warn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_pointer_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_pointer_warn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_prepared - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_preserve - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_pval_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_pzval_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_qualifiers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_rback_violate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_reattach_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_rec_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_rec_warn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_recon_fail - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_repl_mode_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_replay_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_retry - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_retry_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_rmt_site - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_role_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_rolled_back - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_sec_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_SQL_dialect - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_subs_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_summary - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_sync_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_all_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_limbo - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_not_valid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_unknown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_warn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_was_comm - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_was_rback - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_try_again - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_type_shut - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_unexp_eoi - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_unrec_item - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_usrname_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_val_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_wal_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_warning - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_grant_fld_notfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_grant_nopriv - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_grant_nopriv_on_base - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_grant_obj_notfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_amb_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_cant_open_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_db_admin_pw_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_db_admin_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_db_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_add - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_delete - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_find_del - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_find_disp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_find_mod - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_modify - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_rec_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_fname_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_gid_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_incompat_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_inv_param - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_inv_pw_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_inv_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_inv_username - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_lname_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_mname_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_no_op_spec - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_no_op_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_no_usr_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_op_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_org_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_params_not_allowed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_proj_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_pw_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_sql_role_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_switches_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gsec_uid_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gstat_open_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gstat_password - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gstat_read_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gstat_retry - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gstat_sysmemex - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gstat_unexpected_eof - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gstat_unknown_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gstat_username - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gstat_wrong_ods - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_hdr_overflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_high_minor - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_host_unknown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ib_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ibutil_not_loaded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_iconv_open - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_icu_entrypoint - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_icu_library - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_identifier_too_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_idx_cond_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_idx_create_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_idx_expr_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_idx_key_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_idx_key_value - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_idx_seg_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_illegal_prc_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_imp_exc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_include_depth - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_include_miss - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_index_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_index_root_page_full - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_index_unused - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_indexname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_indexnotdefined - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_inf_invalid_args - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_infinap - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_inflate_init - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_access - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_access_path - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_active_tran_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_active_transactions - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_allocation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_attachment_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_backout_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_base_level - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_blob_max_segment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_blob_num_segments - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_blob_total_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_blob_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_bpage_errors - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_creation_date - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_cur_log_part_offset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_cur_logfile_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_current_memory - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_data_not_ready - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_access - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_cache - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_classic_access - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_gateway - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_pipe_int - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_pipe_srvr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_rem_int - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_rem_srvr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_sam_int - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_sam_srvr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_server_access - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_class_y_valve - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_code_firebird - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_code_interbase - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_code_rdb_eln - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_code_rdb_vms - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_alpha_osf - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_alpha_vms - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_darwin - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_darwin_ppc64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_darwin_x64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_darwin_x86 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_dg_x86 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_freebsd - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_i386 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_apl_68K - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_cray - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_delta - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_dg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_dos - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_epson - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_hp_mpexl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_hp_ux - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_hp_ux68K - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_imp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_mac_aux - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_mips_ult - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_next - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_os2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_rt_aix - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_sco_unix - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_sgi - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_sun_386i - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_sun_68k - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_sun4 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_vax_ultr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_vms - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_vms_orcl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_winnt_x86 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_isc_xenix - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_jri - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_jsv - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_alpha - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_amd64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_arm - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_arm64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_hppa - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_ia64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_m68k - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_mips - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_mipsel - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_ppc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_ppc64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_ppc64el - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_s390 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_s390x - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_sh - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_sheb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_linux_sparc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_m88K - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_ncr_3000 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_netbsd - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_netware_386 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_rdb_eln - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_rdb_eln_dev - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_rdb_eln_y - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_rdb_vms - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_rdb_vms_y - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_sco_ev - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_sinixz - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_sun_amd64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_unixware - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_win_only - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_winnt_amd64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_impl_winnt_ppc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_provider - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_read_only - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_size_in_pages - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_db_sql_dialect - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_delete_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_dpage_errors - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_end - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_expunge_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_fetches - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_firebird_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_flag_end - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_forced_writes - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_implementation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_insert_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_ipage_errors - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_isc_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_license - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_limbo - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_logfile - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_marks - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_max_memory - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_max_message - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_max_receive - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_max_send - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_message_number - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_message_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_next_transaction - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_no_reserve - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_num_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_num_wal_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_number_messages - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_ods_minor_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_ods_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_oldest_active - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_oldest_snapshot - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_oldest_transaction - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_page_errors - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_page_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_ppage_errors - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_purge_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_read_idx_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_read_seq_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_reads - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_record_errors - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_req_delete_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_req_insert_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_req_select_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_req_update_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_request_cost - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_set_page_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_alias - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_batch_fetch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_bind - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_describe_end - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_describe_vars - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_explain_plan - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_field - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_get_plan - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_message_seq - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_null_ind - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_num_variables - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_owner - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_records - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_relation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_relation_alias - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_scale - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_select - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_sqlda_seq - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_sqlda_start - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_blob_align - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_commit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_ddl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_delete - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_exec_procedure - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_flags - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_get_segment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_insert - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_put_segment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_rollback - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_savepoint - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_select - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_select_for_upd - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_set_generator - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_start_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_timeout_run - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_timeout_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_sub_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sql_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_state - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_auth_block - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_capabilities - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_config - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_env - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_env_lock - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_env_msg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_license - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_license_mask - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_licensed_users - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_users - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_implementation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_limbo_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_line - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_running - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_server_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_stdin - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_svr_db_info - Static variable in interface org.firebirdsql.gds.ISCConstants
Service information items *
isc_info_svc_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_to_eof - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_user_dbpath - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_svc_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_sweep_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tpage_errors - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_access - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_concurrency - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_consistency - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_isolation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_lock_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_no_rec_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_oldest_active - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_oldest_interesting - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_oldest_snapshot - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_read_committed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_readonly - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_readwrite - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_tra_rec_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_truncated - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_unprepared_stmt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_update_count - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_user_names - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_avg_grpc_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_avg_io_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_buffer_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_ckpt_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_cur_ckpt_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_grpc_wait_usecs - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_num_commits - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_num_io - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_prv_ckpt_fname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_prv_ckpt_poffset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_recv_ckpt_fname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_wal_recv_ckpt_poffset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_window_turns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_info_writes - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_infona - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_infunk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_instance_conflict - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_insufficient_svc_privileges - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_integ_deactivate_primary - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_integ_fail - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_integ_index_deactivate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_integ_index_del - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_integ_index_mod - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_integ_index_seg_del - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_integ_index_seg_mod - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_interface_version_too_old - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_internal_rejected_params - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_interprete(ByteBuffer, PointerByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
CVC: This non-const signature is needed for compatibility, see gds.cpp.
Original signature : ISC_LONG isc_interprete(ISC_SCHAR*, ISC_STATUS**)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:699
isc_intl_char - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_inv_client_dialect_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_inv_dialect_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_inval_key_posn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_array_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_attachment_charset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_blob_util_handle - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_blr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_bookmark - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_boolean_usage - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_clause - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_coll_attr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_date_val - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_decfloat_bind - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_decfloat_round - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_decfloat_trap - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_dimension - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_direction - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_extractpart_date - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_extractpart_time - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_fetch_option - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_hex_digit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_index_val - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_operator - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_savepoint - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_sdl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_sec_info - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_similar_pattern - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_sort_datatype - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_string_constant - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_time_precision - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_time_val - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_time_zone_bind - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_timestamp_val - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_timezone_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_timezone_offset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_timezone_region - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalid_type_datetime_op - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invalidarg_extract - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invld_cnstrnt_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_invpoolcl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_io_32bit_exceeded_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_io_access_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_io_close_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_io_create_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_io_delete_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_io_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_io_open_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_io_read_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_io_write_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_isc_sql_dialect_conflict_num - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_item_finish - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_journerr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_jrn_enable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_jrn_file_full - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_jrn_format_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_jrn_present - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_key_field_count_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_key_field_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_key_too_big - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_keytoobig - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_libtommath_generic - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_loadlib_failure - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_lock_conflict - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_lock_dir_access - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_lock_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_lockmanerr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_locnotmar - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_log_length_spec - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_log_redef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_log_too_small - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_logb_small - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_logf_unexpected_eof - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_logh_diff_dbname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_logh_inv_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_logh_open_flag - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_logh_open_flag2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_logh_small - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_login - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_login_changed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_login_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_login_same_as_role_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_logr_header_small - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_logr_incomplete - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_long_login - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_lost_db_connection - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_malformed_string - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_already_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_aster - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_down - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_event - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_load - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_multi - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_nodb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_not_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_notable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_overflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_map_undefined - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_max_args_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_max_att_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_max_coll_per_charset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_max_db_per_trans_allowed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_max_idx - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_max_idx_depth - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_merge_dup_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_message_format - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_met_wrong_gtt_scope - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_metadata_corrupt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_metadata_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_misc_interpreted - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_miss_config - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_miss_prvlg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_miss_trusted_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_miss_wirecrypt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_missing_data_structures - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_missing_required_spb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_mixed_info - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_modify_dpb(PointerByReference, ShortBuffer, short, byte[], short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : int isc_modify_dpb(ISC_SCHAR**, short*, unsigned short, const ISC_SCHAR*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:672
isc_modify_user(ISC_STATUS[], USER_SEC_DATA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_modify_user(ISC_STATUS*, const USER_SEC_DATA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:847
isc_modnotfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_montabexh - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_msgVerbose_restore_charset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_msgVerbose_restore_collation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_msgVerbose_write_charsets - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_msgVerbose_write_collations - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_multi_segment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_multi_segment_dup - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_must_be_dialect_2_and_up - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_must_have_phys_field - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_allowed_switches - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_clean_hist_missed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_clean_hist_misuse - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_db_notlock - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_dbsize_inconsistent - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_deco_parse - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_copy - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_createbk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_createdb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_eofbk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_eofdb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_eofhdr_restdb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_eofhdrbk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_eofhdrdb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_fadvice - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_openbk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_opendb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_read - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_seek - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_err_write - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_failed_lzbk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_fixup_wrongstate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_invalid_incbk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_invlevel_incbk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_keep_hist_missed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_lostguid_bk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_lostguid_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_lostguid_l0bk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_lostrec_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_lostrec_guid_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_missing_param - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_no_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_nofetchpw_svc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_page_changed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_pwfile_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_second_keep_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_seq_misuse - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_size_with_lock - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_switchd_parameter - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_unknown_param - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_unknown_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_unsupvers_incbk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_user_stop - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_userpw_toolong - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_wrong_orderbk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nbackup_wrong_param - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_need_difference - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_net_connect_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_net_connect_listen_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_net_event_connect_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_net_event_connect_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_net_event_listen_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_net_init_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_net_lookup_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_net_read_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_net_server_shutdown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_net_write_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_network_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_archive - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_crypt_plugin - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_cur_rec - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_cursor - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_dbkey - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_delete - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_dup - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_field_access - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_finish - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_jrn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_keyholder_plugin - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_lock_mgr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_meta_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_output_format - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_priv - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_providers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_recon - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_record - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_rollback - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_segments_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_segstr_close - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_stream_plan - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_threads - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_trusted_spb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_wal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_wal_no_jrn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_no_write_user_priv - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_noargacc_read - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_noargacc_write - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_node_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_node_name_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nodetach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nodnotfnd - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nofilter - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_non_plugin_protocol - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_non_updatable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nonsql_security_fld - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nonsql_security_rel - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nopoolids - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_not_dba - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_not_rel_owner - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_not_valid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_not_valid_for - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_not_valid_for_var - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nothing_to_cancel - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_notinlim - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_notremote - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_null_block - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_null_spb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_nullsegkey - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_num_field_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_num_literal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_num_old_files - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_numeric_out_of_range - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_obj_in_use - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_obsolete_metadata - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_odd_hex_len - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ods_upgrade_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_old_failure - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_old_in_progress - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_old_no_space - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_onlycan_add_datetotime - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_onlycan_add_timetodate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_onlycansub_tstampfromtstamp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_onlyoneop_mustbe_tstamp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_open(ISC_STATUS[], IntByReference, byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_open(ISC_STATUS*, isc_tr_handle*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:970
isc_open_blob(ISC_STATUS[], IntByReference, IntByReference, IntByReference, GDS_QUAD_t) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_open_blob(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:707
isc_open_blob2(ISC_STATUS[], IntByReference, IntByReference, IntByReference, LongByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_open_blob2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*, ISC_USHORT, const ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:713
isc_open_blob2(ISC_STATUS[], IntByReference, IntByReference, IntByReference, GDS_QUAD_t, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_open_blob2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*, ISC_USHORT, const ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:713
isc_open_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_optimizer_between_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_optimizer_blk_exc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_order_by_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_orphan - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_out_of_bounds - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_out_of_temp_space - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_overriding_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_overriding_system_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_overriding_system_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
Use ISCConstants.isc_overriding_missing; this constant will be removed in Jaybird 6
isc_overriding_user_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_overriding_without_identity - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_package_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_page_type_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_parameter_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_partition_not_supp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_partition_too_small - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_partner_idx_incompat_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_partner_idx_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_password_required - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_password_too_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_plugin_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_pman_cannot_load_plugin - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_pman_entrypoint_notfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_pman_module_bad - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_pman_module_notfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_pman_plugin_notfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_port_len - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_portable_integer(byte[], short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_INT64 isc_portable_integer(const ISC_UCHAR*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:804
isc_prc_out_param_mismatch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_prcmismat - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_prcnotdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_precision_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_precision_err2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_prepare(ISC_STATUS[], IntByReference, IntByReference, byte[], short[], byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_prepare(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, const ISC_SCHAR*, const short*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:975
isc_prepare_transaction(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_prepare_transaction(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:871
isc_prepare_transaction2(ISC_STATUS[], IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_prepare_transaction2(ISC_STATUS*, isc_tr_handle*, ISC_USHORT, const ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:721
isc_primary_key_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_primary_key_notnull - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_primary_key_ref - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_primary_key_required - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_private_function - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_private_procedure - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_proc_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_proc_pack_not_implemented - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_procedure_conflict_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_protect_ownership - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_protect_sys_tab - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_psw_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_psw_db_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_psw_start_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_put_segment(ISC_STATUS[], IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_put_segment(ISC_STATUS*, isc_blob_handle*, unsigned short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:731
isc_put_slice(ISC_STATUS[], IntByReference, IntByReference, GDS_QUAD_t, short, byte[], short, int[], int, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_put_slice(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, ISC_QUAD*, short, const ISC_SCHAR*, short, const ISC_LONG*, ISC_LONG, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:736
isc_que_events(ISC_STATUS[], IntByReference, IntByReference, short, Pointer, FbClientLibrary.IscEventCallback, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_que_events(ISC_STATUS*, isc_db_handle*, ISC_LONG*, short, const ISC_UCHAR*, ISC_EVENT_CALLBACK, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:747 TODO: Currently does not satisfy requirements in documentation!
isc_que_events(ISC_STATUS[], IntByReference, IntByReference, short, Pointer, WinFbClientLibrary.IscEventStdCallback, Pointer) - Method in interface org.firebirdsql.jna.fbclient.WinFbClientLibrary
 
isc_quoted_str_bad - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_quoted_str_miss - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_random - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_range_in_use - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_range_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_rdb$triggers_rdb$flags_corrupt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_read_conflict - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_read_only - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_read_only_database - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_read_only_field - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_read_only_rel - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_read_only_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_read_only_view - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_rec_in_limbo - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_rec_size_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_receive(ISC_STATUS[], IntByReference, short, short, Pointer, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_receive(ISC_STATUS*, isc_req_handle*, short, short, void*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:875
isc_reconnect_transaction(ISC_STATUS[], IntByReference, IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_reconnect_transaction(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:882
isc_record_lock - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_record_lock_not_supp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ref_cnstrnt_notfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ref_cnstrnt_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_reftable_requires_pk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_rel_cnstrnt_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_relation_conflict_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_relation_lock - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_relbadblk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_release_request(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_release_request(ISC_STATUS*, isc_req_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:888
isc_relnotdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_repl_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_req_depth_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_req_max_clones_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_req_no_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_req_stmt_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_req_sync - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_req_wrong_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_reqinuse - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_request_info(ISC_STATUS[], IntByReference, short, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_request_info(ISC_STATUS*, isc_req_handle*, short, short, const ISC_SCHAR*, short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:891
isc_request_outdated - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_restore_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_return_mode_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_rollback_retaining(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_rollback_retaining(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:755
isc_rollback_transaction(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_rollback_transaction(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:758
isc_savepoint_backout_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_savepoint_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_scale_nogt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sec_context - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_secdb_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_seek_blob(ISC_STATUS[], IntByReference, short, int, IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_seek_blob(ISC_STATUS*, isc_blob_handle*, short, ISC_LONG, ISC_LONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:899
isc_segment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_segstr_eof - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_segstr_no_op - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_segstr_no_read - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_segstr_no_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_segstr_no_write - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_segstr_wrong_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_send(ISC_STATUS[], IntByReference, short, short, Pointer, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_send(ISC_STATUS*, isc_req_handle*, short, short, const void*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:905
isc_server_misconfigured - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_service_att_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_service_attach(ISC_STATUS[], short, byte[], IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_service_attach(ISC_STATUS*, unsigned short, const ISC_SCHAR*, isc_svc_handle*, unsigned short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1259
isc_service_detach(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_service_detach(ISC_STATUS*, isc_svc_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1266
isc_service_not_supported - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_service_query(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_service_query(ISC_STATUS*, isc_svc_handle*, isc_resv_handle*, unsigned short, const ISC_SCHAR*, unsigned short, const ISC_SCHAR*, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1269
isc_service_start(ISC_STATUS[], IntByReference, IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_service_start(ISC_STATUS*, isc_svc_handle*, isc_resv_handle*, unsigned short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1279
isc_service_unknown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ses_reset_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ses_reset_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ses_reset_open_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ses_reset_tran_rollback - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ses_reset_warn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_set_invalid_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_shadow_accessed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_shadow_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_shutdown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_shutdown_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_shutfail - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_shutinprog - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_shutwarn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sing_select_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sort_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sort_mem_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sort_rec_size_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_address_path - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_address_path - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_auth_block - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_auth_block - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_auth_plugin_list - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_auth_plugin_list - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_auth_plugin_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_auth_plugin_name - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_bkp_convert - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_crypt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_direct_io - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_expand - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_factor - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_file - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_backup *
isc_spb_bkp_ignore_checksums - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_ignore_limbo - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_include_data - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_keyholder - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_keyname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_metadata_only - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_no_garbage_collect - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_no_triggers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_non_transportable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_old_descriptions - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_parallel_workers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_skip_data - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_stat - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_zip - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_client_version - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_client_version - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_command_line - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_command_line - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_config - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_config - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_connect_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_connect_timeout - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_current_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_dbname - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_dbname - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_dummy_packet_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_dummy_packet_interval - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_expected_db - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_expected_db - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_host_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_host_name - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_lic_desc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_lic_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_lic_key - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_(add|remove)_license, * isc_info_svc_get_license *
isc_spb_multi_tra_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_multi_tra_id_64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_nbk_clean_history - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_nbk_direct - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_nbk_file - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_nbk_guid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_nbk_inplace - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_nbk_keep_days - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_nbk_keep_rows - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_nbk_level - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_nbak *
isc_spb_nbk_no_triggers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_nbk_sequence - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_no_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_num_att - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_info_svc_svr_db_info *
isc_spb_num_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_options - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_options - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_os_user - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_os_user - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_password - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_password - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_password_enc - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_password_enc - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_process_id - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_process_id - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_process_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_process_name - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_prp_access_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_activate - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_am_readonly - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_prp_access_mode *
isc_spb_prp_am_readwrite - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_attachments_shutdown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_db_online - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_deny_new_attachments - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_deny_new_transactions - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_force_shutdown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_online_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_page_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_properties *
isc_spb_prp_res - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_res_use_full - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_prp_reserve_space *
isc_spb_prp_reserve_space - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_set_sql_dialect - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_shutdown_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_shutdown_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_sm_full - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_sm_multi - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_sm_normal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_sm_single - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_sweep_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_transactions_shutdown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_wm_async - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_prp_write_mode *
isc_spb_prp_wm_sync - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_write_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_remote_protocol - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_remote_protocol - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_res_access_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_am_readonly - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_res_access_mode *
isc_spb_res_am_readwrite - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_create - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_crypt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_deactivate_idx - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_direct_io - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_fix_fss_data - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_fix_fss_metadata - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_include_data - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_keyholder - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_keyname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_metadata_only - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_no_shadow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_no_validity - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_one_at_a_time - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_page_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_parallel_workers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_replace - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_replica_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_skip_data - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_restore *
isc_spb_res_stat - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_res_use_all_space - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_check_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_commit_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_repair *
isc_spb_rpr_commit_trans_64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_full - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_icu - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_ignore_checksum - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_kill_shadows - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_list_limbo_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_mend_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_par_workers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_recover_two_phase - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_recover_two_phase_64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_rollback_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_rollback_trans_64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_sweep_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_upgrade_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_validate_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_admin - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_firstname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_groupid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_groupname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_lastname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_middlename - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_password - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_userid - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_action_{add|delete|modify)_user *
isc_spb_sec_username - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_single_tra_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_single_tra_id_64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_specific_auth_data - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_specific_auth_data - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_sql_role_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_sql_role_name - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_sts_data_pages - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_info_svc_db_stats *
isc_spb_sts_db_log - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_encryption - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_hdr_pages - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_idx_pages - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_nocreation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_record_versions - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_sys_relations - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_table - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_sys_user_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_sys_user_name - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_sys_user_name_enc - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_sys_user_name_enc - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_tra_advise - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_advise_commit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_advise_rollback - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_advise_unknown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_db_path - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_host_site - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_id_64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_remote_site - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_state - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_state_commit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_state_limbo - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_state_rollback - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_state_unknown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_trc_cfg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_trc_id - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_trace *
isc_spb_trc_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_trusted_auth - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_trusted_auth - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_trusted_role - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_trusted_role - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_user_name - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_user_name - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_utf8_filename - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_utf8_filename - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_val_idx_excl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_val_idx_incl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_val_lock_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_val_tab_excl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_val_tab_incl - Static variable in interface org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_validate *
isc_spb_verbint - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_verbint - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_verbose - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_spb_verbose - Static variable in class org.firebirdsql.jaybird.fb.constants.SpbItems
 
isc_spb_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_version1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_version3 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_specify_field_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sql_db_dialect_dtype_unsupport - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sql_dialect_conflict_num - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sql_dialect_datatype_unsupport - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sql_interprete(short, ByteBuffer, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_sql_interprete(short, ISC_SCHAR*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:780
isc_sql_too_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sqlcode(ISC_STATUS[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_LONG isc_sqlcode(const ISC_STATUS*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:772
isc_sqlcode_s(ISC_STATUS[], IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : void isc_sqlcode_s(const ISC_STATUS*, ISC_ULONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:774
isc_sqlerr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sqlwarn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_srvr_version_too_old - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_ss_out_of_bounds - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_stack_trace - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_start_and_send(ISC_STATUS[], IntByReference, IntByReference, short, short, Pointer, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_start_and_send(ISC_STATUS*, isc_req_handle*, isc_tr_handle*, short, short, const void*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:912
isc_start_cm_for_wal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_start_multiple(ISC_STATUS[], IntByReference, short, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_start_multiple(ISC_STATUS*, isc_tr_handle*, short, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:761
isc_start_request(ISC_STATUS[], IntByReference, IntByReference, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_start_request(ISC_STATUS*, isc_req_handle*, isc_tr_handle*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:920
isc_start_transaction(ISC_STATUS[], IntByReference, short, Object...) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_start_transaction(ISC_STATUS*, isc_tr_handle*, short, null)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:766
ISC_STATUS - Class in org.firebirdsql.jna.fbclient
JNA wrapper for ISC_STATUS.
ISC_STATUS() - Constructor for class org.firebirdsql.jna.fbclient.ISC_STATUS
Create a zero-valued ISC_STATUS.
ISC_STATUS(long) - Constructor for class org.firebirdsql.jna.fbclient.ISC_STATUS
Create an ISC_STATUS with the given value.
isc_stream_bof - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_stream_crack - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_stream_eof - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_stream_not_defined - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_stream_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_stream_twice - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_string_truncation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subfunc_defvaldecl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subfunc_not_impl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subfunc_notdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subfunc_signat - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subproc_defvaldecl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subproc_not_impl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subproc_notdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subproc_signat - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subquery_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subtype_for_internal_use - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_suspend_without_returns - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_svc_bad_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_svc_in_use - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_svc_name_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_svc_no_stdin - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_svc_no_switches - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_svc_start_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_svcnoexe - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_svcnotdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_svcnouser - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_syntaxerr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sys_request - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argmustbe_exact - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argmustbe_exact_or_fp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argmustbe_gteq_one - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argmustbe_nonneg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argmustbe_nonzero - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argmustbe_positive - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argmustbe_range_exc1_1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argmustbe_range_inc1_1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argnmustbe_nonneg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argnmustbe_positive - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argscant_both_be_zero - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argviolates_guidigits - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argviolates_uuidfmt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argviolates_uuidlen - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_argviolates_uuidtype - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_basemustbe_positive - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_binuuid_mustbe_str - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_binuuid_wrongsize - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_fp_overflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_add_datetime - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_add_dtime_rc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_addpart_dtime - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_addpart_time - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_date_timestamp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_datetimediff - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_diff_dtime - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_diffpart - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_first_last_part - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_hash_algorithm - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_negpowfp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_null_empty - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_scale - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_timediff - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_trig_namespace - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_tstamptimediff - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_sysf_invalid_zeropowneg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_systrig_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_table_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_table_view_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_text_subtype - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_time_range_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
ISC_TIMESTAMP - Class in org.firebirdsql.jna.fbclient
JNA wrapper for ISC_TIMESTAMP.
ISC_TIMESTAMP() - Constructor for class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
 
ISC_TIMESTAMP(int, int) - Constructor for class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
 
ISC_TIMESTAMP.ByReference - Class in org.firebirdsql.jna.fbclient
 
ISC_TIMESTAMP.ByValue - Class in org.firebirdsql.jna.fbclient
 
isc_token_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_token_too_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tokens_parse - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_algorithm - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_chacha_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_crypt_cip - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_crypt_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_ctr_big - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_ctrtype_bad - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_decode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_decode64len - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_decrypt_cip - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_decrypt_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_encode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_hash_bad - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_init_cip - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_init_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_iv_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_iv_miss - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_key_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_mode_bad - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_mode_miss - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_no_ctr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_no_ctrtype - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_no_iv - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_no_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_oaep - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_reg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_rsa_export - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_rsa_import - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_rsa_make - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_rsa_sign - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_rsa_verify - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_setup_chacha - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_setup_cip - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_strblob - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_yarrow_setup - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tom_yarrow_start - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_too_big_blr - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_too_many_contexts - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_too_many_handles - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_at_snapshot_number - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_autocommit - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_autocommit - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_commit_time - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_commit_time - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_concurrency - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_concurrency - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_conflicting_options - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_consistency - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_consistency - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_corrupt_len - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_exclusive - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_exclusive - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_ignore_limbo - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_ignore_limbo - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_invalid_value - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_lock_read - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_lock_read - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_lock_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_lock_timeout - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_lock_write - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_lock_write - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_missing_len - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_missing_value - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_multiple_spec - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_multiple_txn_isolation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_no_auto_undo - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_no_auto_undo - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_no_rec_version - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_no_rec_version - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_nowait - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_nowait - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_null_len - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_option_without_rc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_overflow_len - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_protected - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_protected - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_read - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_read - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_read_committed - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_read_committed - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_read_consistency - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_readtxn_after_writelock - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_rec_version - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_rec_version - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_reserv_baserelnotfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_before_table - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_corrup_tlen - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_long_tlen - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_max_recursion - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_missing_tlen - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_missing_tname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_null_tlen - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_relnotfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_stronger - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_stronger_wng - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_systbl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_temptbl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_reserv_virtualtbl - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_restart_requests - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_restart_requests - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_shared - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_shared - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_verb_time - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_verb_time - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_version1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_version3 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_wait - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_wait - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_write - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_tpb_write - Static variable in class org.firebirdsql.jaybird.fb.constants.TpbItems
 
isc_tpb_writelock_after_readtxn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tra_must_sweep - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tra_num_exc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tra_snapshot_does_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tra_state - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_act_notfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_conflict_acts - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_mandatory_switch_miss - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_param_act_notcompat - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_param_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_param_val_miss - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_switch_once - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_switch_param_miss - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_switch_svc_only - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_switch_unknown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trace_switch_user_only - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trainlim - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tranotzer - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trans_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_transact_request(ISC_STATUS[], IntByReference, IntByReference, short, ByteBuffer, short, ByteBuffer, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_transact_request(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, unsigned short, ISC_SCHAR*, unsigned short, ISC_SCHAR*, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:791
isc_transaction_in_use - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_transaction_info(ISC_STATUS[], IntByReference, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_transaction_info(ISC_STATUS*, isc_tr_handle*, short, const ISC_SCHAR*, short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:784
isc_transitional_date - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_transliteration_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_traoutsta - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trareqmis - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_trunc_limits - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_truncate_context - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_truncate_monitor - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_truncate_warn - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_type_notcompat_blob - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_udf_exception - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_udf_fp_nan - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_udf_fp_overflow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_udf_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unavailable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unexp_spb_form - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unexpected_null - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unexpected_page_change - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_union_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unique_key_violation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unknown_info - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unlicensed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unprepared_stmt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unres_rel - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_uns_ext - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unsupported_network_drive - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unwind_request(ISC_STATUS[], IntByReference, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_unwind_request(ISC_STATUS*, isc_tr_handle*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:925
isc_upd_ins_cannot_default - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_upd_ins_doesnt_match_matching - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_upd_ins_doesnt_match_pk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_upd_ins_with_complex_view - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_update_conflict - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_user_manager - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_usrname_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_usrname_required - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_usrname_too_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_utl_trusted_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_valid_client_dialects - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_valid_db_dialects - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_vax_integer(byte[], short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_LONG isc_vax_integer(const ISC_SCHAR*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:801
isc_version_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_view_alias - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_view_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_virmemexh - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_vld_plugins - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_waifortra - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wait_for_event(ISC_STATUS[], IntByReference, short, byte[], ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
Original signature : ISC_STATUS isc_wait_for_event(ISC_STATUS*, isc_db_handle*, short, const ISC_UCHAR*, ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:929
isc_wal_backup_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_bugcheck - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_cache_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_cant_expand - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_err_expansion - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_err_jrn_comm - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_err_logwrite - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_err_rollover - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_err_rollover2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_err_setup - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_err_ww_start - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_err_ww_sync - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_failure - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_file_open - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_illegal_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_invalid_wpb - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_ovflow_log_required - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_shadow_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_subsys_corrupt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wal_subsys_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_walw_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_where_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_window_frame_value_invalid - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wirecrypt_incompatible - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wirecrypt_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wirecrypt_plugin - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wish_list - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_write_map_1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_write_map_2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_write_role_1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_write_role_2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wroblrver - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wroblrver2 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrodpbver - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrodynver - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrong_backup_state - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrong_message_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrong_ods - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrong_page - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrong_proc_plan - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrong_prvlg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrong_shmem_bitness - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrong_shmem_ver - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wronumarg - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrospbver - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wrotpbver - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_xcpnotdef - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isCancelled() - Method in interface org.firebirdsql.gds.ng.OperationCloseHandle
 
isCaseSensitive(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
isCatalogAtStart() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
ISCConstants - Interface in org.firebirdsql.gds
Constants for Firebird features, parameter blocks and errors.
isClosed() - Method in class org.firebirdsql.jdbc.FBConnection
 
isClosed() - Method in class org.firebirdsql.jdbc.FBResultSet
 
isClosed() - Method in class org.firebirdsql.jdbc.FBStatement
 
isCloseOnCompletion() - Method in class org.firebirdsql.jdbc.FBStatement
 
isColumnLabelForName() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
isColumnLabelForName() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Gets the current setting of columnLabelForName
isComplete() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
 
isCompleted() - Method in class org.firebirdsql.jaybird.parser.SqlParser
 
isConnected() - Method in interface org.firebirdsql.event.EventManager
 
isConnected() - Method in class org.firebirdsql.event.FBEventManager
 
isConnected() - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
 
isConnected() - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
isConnected() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
isCreateOnStart() - Method in class org.firebirdsql.management.FBManager
 
isCreateOnStart() - Method in interface org.firebirdsql.management.FBManagerMBean
Get if the database will be created when calling FBManagerMBean.start().
isCurrency(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
isCursorFlagSet(CursorFlag) - Method in interface org.firebirdsql.gds.ng.FbStatement
Reports whether a cursor flag is set.
isCursorFlagSet(CursorFlag) - Method in class org.firebirdsql.gds.ng.wire.version18.V18Statement
 
isCursorOpen() - Method in enum org.firebirdsql.gds.ng.StatementState
Can a cursor be open in the current state?
iscVaxInteger(byte[], int, int) - Static method in class org.firebirdsql.gds.VaxEncoding
Reads Vax style integers from the supplied buffer, starting at startPosition and reading for length bytes.
iscVaxInteger2(byte[], int) - Static method in class org.firebirdsql.gds.VaxEncoding
Variant of VaxEncoding.iscVaxInteger(byte[], int, int) specifically for two-byte integers.
iscVaxLong(byte[], int, int) - Static method in class org.firebirdsql.gds.VaxEncoding
Reads Vax style integers from the supplied buffer, starting at startPosition and reading for length bytes.
isDatabaseExists(String, String, String) - Method in class org.firebirdsql.management.FBManager
 
isDatabaseExists(String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
Check if a database exists with the specified file name, username and password on the specified server and port.
isDbKey() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
Determines if this is a db-key (RDB$DB_KEY) of a table.
isDebugEnabled() - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
isDefaultResultSetHoldable() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
isDefaultResultSetHoldable() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Get whether ResultSets are holdable by default.
isDefinitelyWritable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
isDeletedRowMarker() - Method in class org.firebirdsql.gds.ng.fields.RowValue
Does this row value serve as a deleted row marker.
isDisableLogging() - Static method in class org.firebirdsql.gds.JaybirdSystemProperties
Deprecated.
will be removed in Jaybird 6 without replacement
isDropOnStop() - Method in class org.firebirdsql.management.FBManager
 
isDropOnStop() - Method in interface org.firebirdsql.management.FBManagerMBean
Get if the database will be created when calling FBManagerMBean.stop().
isEmpty() - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
 
isEndingTransaction() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
isEof() - Method in class org.firebirdsql.gds.ClumpletReader
 
isEof() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
isEof() - Method in interface org.firebirdsql.gds.ng.FbBlob
 
isEqualOrAbove(int, int) - Method in class org.firebirdsql.gds.impl.GDSServerVersion
Convenience method to check if the major.minor of this version is equal to or larger than the specified required version.
isEqualOrAbove(int, int, int) - Method in class org.firebirdsql.gds.impl.GDSServerVersion
Convenience method to check if the major.minor.variant of this version is equal to or larger than the specified required version.
isErrorEnabled() - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
IServiceProperties - Interface in org.firebirdsql.gds.ng
Connection properties for a Firebird service attachment.
isFatalEnabled() - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
isFbType(int) - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
Check if the type of this field is the specified Firebird data type.
isFirebirdOnly() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
isFirebirdOnly() - Method in interface org.firebirdsql.encodings.EncodingDefinition
Can (or should) this encoding be used for reverse mapping from Java to Firebird.
isFirst() - Method in class org.firebirdsql.jdbc.FBResultSet
 
isFirstTime() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
isForceConsoleLogger() - Static method in class org.firebirdsql.gds.JaybirdSystemProperties
Deprecated.
will be removed in Jaybird 6 without replacement
isForceCreate() - Method in class org.firebirdsql.management.FBManager
 
isForceCreate() - Method in interface org.firebirdsql.management.FBManagerMBean
Get if the database will be dropped if exists when creating a database.
isGeneratedKeyQuery() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
isGeneratedKeyQuery() - Method in class org.firebirdsql.jdbc.FBStatement
 
isIdenticalTo(ConnectionProperty) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
Checks if the provided object is identical to this object.
isIgnoreProcedureType() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
isIgnoreProcedureType() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Get the value for ignoreProcedureType.
isImmutable() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
isImmutable() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
isImmutable() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
isInfoEnabled() - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
isInformationOnly() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
isInformationOnly() - Method in interface org.firebirdsql.encodings.EncodingDefinition
Can this implementation create an Encoding instance, or does it provide information only (e.g.
isInitialized(int) - Method in class org.firebirdsql.gds.ng.fields.RowValue
Is the field with index initialized.
isInvertTimeZone() - Method in class org.firebirdsql.jdbc.field.FBField
 
isJdbcType(FieldDescriptor, int) - Static method in class org.firebirdsql.jdbc.field.JdbcTypeConverter
Determines if a field descriptor matches a JDBC type value from Types.
isLast() - Method in class org.firebirdsql.jdbc.FBResultSet
 
isLockedByCurrentThread() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
isLockedByCurrentThread() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
isLockedByCurrentThread() - Method in interface org.firebirdsql.gds.ng.FbAttachment
Queries if the lock is held by the current thread.
isLockedByCurrentThread() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
 
isLockedByCurrentThread() - Method in class org.firebirdsql.jdbc.FBConnection
 
isManagedEnvironment() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
 
isNativeResourceShutdownDisabled() - Static method in class org.firebirdsql.gds.JaybirdSystemProperties
 
isNull() - Method in class org.firebirdsql.jdbc.field.FBField
 
isNullable() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
isNullable(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
 
isNullable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
isOffsetTimeZone(int) - Method in class org.firebirdsql.gds.ng.tz.TimeZoneMapping
Determines if timeZoneId is an offset time zone or - possibly - a named time zone.
ISOLATION_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
isOpen() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
isOpen() - Method in interface org.firebirdsql.gds.ng.FbBlob
 
isOutput() - Method in interface org.firebirdsql.gds.ng.FbBlob
 
isOutput() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
isOutput() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireInputBlob
 
isOutput() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireOutputBlob
 
isParam() - Method in class org.firebirdsql.jdbc.FBProcedureParam
Check if this parameter is a variable input parameter
isParsing() - Method in class org.firebirdsql.jaybird.parser.SqlParser
 
isPatternSpecialChar(char) - Static method in class org.firebirdsql.jdbc.metadata.MetadataPattern
Checks if character is a database metadata pattern special.
isPoolable() - Method in class org.firebirdsql.jdbc.FBStatement
 
isPrepareAllowed(StatementState) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Is a call to FbStatement.prepare(String) allowed for the supplied StatementState.
isReadOnly() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
Retrieve whether this connection is readonly.
isReadOnly() - Method in class org.firebirdsql.jaybird.xca.FBTpb
Determine whether this TPB is set to read-only.
isReadOnly() - Method in class org.firebirdsql.jdbc.FBConnection
 
isReadOnly() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
isReadOnly(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
isRequireConnectionEncoding() - Static method in class org.firebirdsql.gds.JaybirdSystemProperties
 
isReservedWord(CharSequence) - Method in enum org.firebirdsql.jaybird.parser.FirebirdReservedWords
 
isReservedWord(CharSequence) - Method in interface org.firebirdsql.jaybird.parser.ReservedWords
Checks case-insensitively if the supplied token text is a reserved word.
isResultSet() - Method in enum org.firebirdsql.jdbc.FBStatement.StatementResult
 
isRollbackAllowed() - Method in class org.firebirdsql.ds.XAConnectionHandler
 
isSearchable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
isSegmented() - Method in class org.firebirdsql.jdbc.FBBlob
 
isSegmented() - Method in class org.firebirdsql.jdbc.FBCachedBlob
Check if blob is segmented.
isSegmented() - Method in interface org.firebirdsql.jdbc.FirebirdBlob
Check if blob is segmented.
isSelectable(String) - Method in interface org.firebirdsql.jdbc.StoredProcedureMetaData
Retrieve whether a given stored procedure is selectable.
isSelectableProcedure() - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
isSelectableProcedure() - Method in interface org.firebirdsql.jdbc.FirebirdCallableStatement
Retrieve if this callable statement has been marked as selectable.
isShutdown() - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
 
isShutdown() - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
 
isSigned(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
 
isSigned(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
isSignedInternal(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
Retrieves whether values for the designated field can be signed numbers.
isSimpleIdentifier(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
isSingletonResult - Variable in class org.firebirdsql.jdbc.FBStatement
 
isStandalone() - Method in class org.firebirdsql.jdbc.metadata.DbMetadataMediator.MetadataQuery
 
isStarted() - Method in class org.firebirdsql.jaybird.parser.SqlParser
 
isSuccess() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
isSupportedOffsetTimezone(int) - Method in class org.firebirdsql.gds.ng.tz.TimeZoneMapping
Determines if timeZoneId is an offset time zone in the range supported by Jaybird [-18:00, +18:00].
isSyncWrapNativeLibrary() - Static method in class org.firebirdsql.gds.JaybirdSystemProperties
 
isTagged() - Method in class org.firebirdsql.gds.ClumpletReader
 
isTimestampUsesLocalTimezone() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
Deprecated.
isTimestampUsesLocalTimezone() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Deprecated.
This property has unclear semantics and will be removed in Jaybird 6
isTraceEnabled() - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
isTrimTrailing() - Method in interface org.firebirdsql.jdbc.field.TrimmableField
 
isTypeSymmetric() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionIdentifier
 
isTypeWithCursor() - Method in enum org.firebirdsql.gds.ng.StatementType
Indicates whether this statement type has a cursor.
isTypeWithSingletonResult() - Method in enum org.firebirdsql.gds.ng.StatementType
Indicates whether this statement type will produce a singleton result.
isTypeWithUpdateCounts() - Method in enum org.firebirdsql.gds.ng.StatementType
Indicates whether this statement type can produce update counts.
isUseFirebirdAutocommit() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
isUseFirebirdAutocommit() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Get whether to use Firebird autocommit (experimental).
isUseFirebirdAutoCommit() - Method in class org.firebirdsql.jdbc.FBConnection
 
isUseFirebirdAutoCommit() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
 
isUseServerBatch() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
isUseServerBatch() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
 
isUseStreamBlobs() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
isUseStreamBlobs() - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
 
isValid() - Method in class org.firebirdsql.jdbc.FBStatement
 
isValid() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Check if this statement is valid.
isValid(int) - Method in class org.firebirdsql.jdbc.FBConnection
 
isValidIdentifier() - Method in interface org.firebirdsql.jaybird.parser.Token
Detects if the token is valid as an identifier (ignoring length constraints).
isValidTransactionClass(Class<? extends FbTransaction>) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Method to decide if a transaction implementation class is valid for the statement implementation.
isValidTransactionClass(Class<? extends FbTransaction>) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
isValidTransactionClass(Class<? extends FbTransaction>) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
isValidTransition(StatementState) - Method in enum org.firebirdsql.gds.ng.StatementState
Is the transition to toState valid from this state.
isValidTransition(TransactionState) - Method in enum org.firebirdsql.gds.ng.TransactionState
Is the transition to toState valid from this state.
isValueSet() - Method in class org.firebirdsql.jdbc.FBProcedureParam
Check if the value of this parameter has been set
isVarying() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
isVersionBelow(int, int) - Method in class org.firebirdsql.util.FirebirdSupportInfo
Check if the major.minor of this version is below the specified version.
isVersionEqualOrAbove(int, int) - Method in class org.firebirdsql.util.FirebirdSupportInfo
Check if the major.minor of this version is equal to or larger than the specified version.
isVersionEqualOrAbove(int, int, int) - Method in class org.firebirdsql.util.FirebirdSupportInfo
Check if the major.minor.variant of this version is equal to or larger than the specified required version.
isWarnEnabled() - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
isWarning() - Method in exception org.firebirdsql.gds.GDSException
Deprecated.
will be removed in Jaybird 6 without replacement
isWhitespaceOrComment() - Method in interface org.firebirdsql.jaybird.parser.Token
 
isWindows() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
isWireCompression() - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
isWireCompression() - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Get if wire compression should be enabled.
isWireCompression() - Method in class org.firebirdsql.management.FBServiceManager
 
isWireCompressionUsed() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
isWireEncryptionUsed() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.FBConnection
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.FBDataSource
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.FBResultSet
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.FBStatement
 
isWritable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
iterator() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
iterator() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
iterator() - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
 
iterator() - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
 
iterator() - Method in class org.firebirdsql.gds.ng.wire.ProtocolCollection
 
iterator() - Method in interface org.firebirdsql.gds.ParameterBuffer
Returns an iterator over a copy of the parameters in this parameter buffer.

J

JavaTypeNameConstants - Class in org.firebirdsql.jdbc
String constants of the Java type names used in metadata and field access.
JAYBIRD_DISPLAY_VERSION - Static variable in class org.firebirdsql.jaybird.Version
 
JAYBIRD_MAJOR_VERSION - Static variable in class org.firebirdsql.jaybird.Version
 
JAYBIRD_MINOR_VERSION - Static variable in class org.firebirdsql.jaybird.Version
 
JAYBIRD_SIMPLE_VERSION - Static variable in class org.firebirdsql.jaybird.Version
 
JaybirdErrorCodes - Interface in org.firebirdsql.gds
Constants for Jaybird specific error codes.
JaybirdSystemProperties - Class in org.firebirdsql.gds
Class to access Jaybird-specific system properties from a single place.
JaybirdType - Enum in org.firebirdsql.jdbc
SQLType definitions specific to Jaybird.
JaybirdTypeCodes - Class in org.firebirdsql.jdbc
Type codes specific for Jaybird.
jb_blobClosed - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_blobGetSegmentNegative - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_blobIdAlreadySet - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_blobPutSegmentEmpty - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_blobPutSegmentTooLong - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_closeCursorBeforeCount - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_clumpletReaderUsageError - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_concurrencyResetReadOnlyReasonNotUpdatable - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_concurrencyResetReadOnlyReasonStoredProcedure - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_couldNotChangeSoTimeout - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_cryptAlgorithmNotAvailable - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_cryptInvalidKey - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_cryptNoCryptKeyAvailable - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_dbCryptCallbackInitError - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_dbCryptDataError - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_errorAsynchronousEventChannelClose - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_executeImmediateRequiresNoTransactionDetached - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_executeImmediateRequiresTransactionAttached - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_explainedExecutionPlanNotSupported - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_failedToLoadNativeLibrary - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_generatedKeysArrayEmptyOrNull - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_generatedKeysInvalidColumnPosition - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_generatedKeysNoColumnsFound - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_generatedKeysSupportNotAvailable - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_hashAlgorithmNotAvailable - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_infoResponseEmpty - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_invalidClumpletStructure - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_invalidConnectionPropertyValue - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_invalidConnectionString - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_invalidExecutor - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_invalidFetchDirection - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_invalidGeneratedKeysOption - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_invalidParameterCount - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_invalidTimeout - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_invalidTransactionStateTransition - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_localTransactionActive - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_maxStatementLengthExceeded - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_noKnownAuthPlugins - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_notAttachedToDatabase - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_notConnectedToServer - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_operationClosed - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_operationNotAllowedOnForwardOnly - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_parameterNotSet - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_range_end - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_range_start - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_receiveTrustedAuth_NotSupported - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_resultSetTypeDowngradeReasonScrollSensitive - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_resultSetTypeUpgradeReasonHoldability - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_stmtClosed - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_stmtInErrorRequireCLose - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_stmtNotAllocated - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_unableToCancelEventReasonNotConnected - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_unexpectedInfoResponse - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_unexpectedOperationCode - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_unsupportedFieldType - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jdbcCompliant() - Method in class org.firebirdsql.jdbc.FBDriver
 
JdbcTypeConverter - Class in org.firebirdsql.jdbc.field
Helper class to convert from Firebird and metadata type information to JDBC type information.
JnaAttachment - Interface in org.firebirdsql.gds.ng.jna
 
JnaBlob - Class in org.firebirdsql.gds.ng.jna
Implementation of FbBlob for native client access.
JnaBlob(JnaDatabase, JnaTransaction, BlobParameterBuffer) - Constructor for class org.firebirdsql.gds.ng.jna.JnaBlob
Creates a blob for output (writing to the database).
JnaBlob(JnaDatabase, JnaTransaction, BlobParameterBuffer, long) - Constructor for class org.firebirdsql.gds.ng.jna.JnaBlob
Creates a blob for input (reading from the database).
JnaConnection<T extends IAttachProperties<T>,​C extends JnaAttachment> - Class in org.firebirdsql.gds.ng.jna
Class handling the initial setup of the JNA connection.
JnaConnection(FbClientLibrary, T, IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.jna.JnaConnection
Creates a JnaConnection (without establishing a connection to the server).
JnaDatabase - Class in org.firebirdsql.gds.ng.jna
Implementation of FbDatabase for native client access.
JnaDatabase(JnaDatabaseConnection) - Constructor for class org.firebirdsql.gds.ng.jna.JnaDatabase
 
JnaDatabaseConnection - Class in org.firebirdsql.gds.ng.jna
Class handling the initial setup of the JNA database connection.
JnaDatabaseConnection(FbClientLibrary, IConnectionProperties) - Constructor for class org.firebirdsql.gds.ng.jna.JnaDatabaseConnection
Creates a JnaDatabaseConnection (without establishing a connection to the server).
JnaDatabaseConnection(FbClientLibrary, IConnectionProperties, IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.jna.JnaDatabaseConnection
Creates a JnaDatabaseConnection (without establishing a connection to the server).
JnaEventHandle - Class in org.firebirdsql.gds.ng.jna
Event handle for the JNA protocol.
JnaParameterConverter - Class in org.firebirdsql.gds.ng.jna
Implementation of ParameterConverter for JNA.
JnaParameterConverter() - Constructor for class org.firebirdsql.gds.ng.jna.JnaParameterConverter
 
JnaService - Class in org.firebirdsql.gds.ng.jna
Implementation of FbService for native client access.
JnaService(JnaServiceConnection) - Constructor for class org.firebirdsql.gds.ng.jna.JnaService
 
JnaServiceConnection - Class in org.firebirdsql.gds.ng.jna
Class handling the initial setup of the JNA service connection.
JnaServiceConnection(FbClientLibrary, IServiceProperties) - Constructor for class org.firebirdsql.gds.ng.jna.JnaServiceConnection
Creates a JnaServiceConnection (without establishing a connection to the server).
JnaServiceConnection(FbClientLibrary, IServiceProperties, IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.jna.JnaServiceConnection
Creates a JnaServiceConnection (without establishing a connection to the server).
JnaStatement - Class in org.firebirdsql.gds.ng.jna
Implementation of FbStatement for native client access.
JnaStatement(JnaDatabase) - Constructor for class org.firebirdsql.gds.ng.jna.JnaStatement
 
JnaTransaction - Class in org.firebirdsql.gds.ng.jna
Implementation of FbTransaction for native client access.
JnaTransaction(JnaDatabase, IntByReference, TransactionState) - Constructor for class org.firebirdsql.gds.ng.jna.JnaTransaction
Initializes AbstractFbTransaction.
JOURNAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.

K

killUnavailableShadows() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
killUnavailableShadows() - Method in interface org.firebirdsql.management.MaintenanceManager
Remove references to unavailable shadow files.
KnownServerKey - Class in org.firebirdsql.gds.ng.wire.crypt
Class to hold server keys known to the client.
KnownServerKey(String, String, Map<String, byte[]>) - Constructor for class org.firebirdsql.gds.ng.wire.crypt.KnownServerKey
 
KnownServerKey.PluginSpecificData - Class in org.firebirdsql.gds.ng.wire.crypt
Class to hold plugin specific data.

L

last() - Method in class org.firebirdsql.jdbc.FBResultSet
 
LAST - org.firebirdsql.gds.ng.FetchType
 
last_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the user's last name
C type : ISC_SCHAR*
latest() - Static method in enum org.firebirdsql.jaybird.parser.FirebirdReservedWords
Reserved words for latest known Firebird version.
LC_CTYPE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
LC_MESSAGES - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
LEGACY_AUTH_NAME - Static variable in class org.firebirdsql.gds.ng.wire.auth.legacy.LegacyAuthenticationPluginSpi
 
LegacyAuthenticationPluginSpi - Class in org.firebirdsql.gds.ng.wire.auth.legacy
Legacy authentication plugin service provider.
LegacyAuthenticationPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.auth.legacy.LegacyAuthenticationPluginSpi
 
length - Variable in class org.firebirdsql.jdbc.field.FBFlushableField.CachedObject
 
length() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
length() - Method in interface org.firebirdsql.gds.ng.FbBlob
Requests the blob length from the server.
length() - Method in exception org.firebirdsql.gds.ng.InfoTruncatedException
 
length() - Method in interface org.firebirdsql.jaybird.parser.Token
Token text length.
length() - Method in class org.firebirdsql.jdbc.FBBlob
 
length() - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
length() - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 
length() - Method in class org.firebirdsql.jdbc.FBCachedBlob
Get the length of the cached blob field.
length() - Method in class org.firebirdsql.jdbc.FBClob
 
length() - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
length() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get Blob length.
length() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Get Blob length.
LICENSE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
LICENSE_DESCRIPTION - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
LICENSE_ID - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
LICENSE_KEY - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
********************************************************************** Parameters for ACTION_ADD_LICENSE and ACTION_REMOVE_LICENSE calls.
limboTransactionsAsList() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
limboTransactionsAsList() - Method in interface org.firebirdsql.management.MaintenanceManager
Retrieve the ID of each limbo transaction as a List of Long objects.
listTraceSessions() - Method in class org.firebirdsql.management.FBTraceManager
List all currently registered trace sessions
listTraceSessions() - Method in interface org.firebirdsql.management.TraceManager
List all currently registered trace sessions
LittleEndianDatatypeCoder - Class in org.firebirdsql.gds.ng.jna
Datatype encoder and decoder for little endian platforms, specifically for use with the Firebird client library.
LittleEndianDatatypeCoder(IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
Creates a little-endian datatype coder for native access on little-endian platforms.
load(FirebirdEmbeddedProvider, ClasspathFirebirdEmbeddedResource) - Static method in class org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedLibrary
Loads a Firebird Embedded library from the classpath and installs it into a temporary file location.
LOCAL_DATE_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
LOCAL_DATE_TIME_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
LOCAL_ENCODING_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
LOCAL_TIME_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
LocalStatementType - Enum in org.firebirdsql.jaybird.parser
Statement types.
localTransaction - Variable in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
locatorsUpdateCopy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
LOCK_READ - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
LOCK_TIMEOUT - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
LOCK_WRITE - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
LockCloseable - Interface in org.firebirdsql.gds.ng
Unlocks the lock on LockCloseable.close(), intended for use with try-with-resources.
logError(String, Throwable) - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
 
logError(String, Throwable) - Method in class org.firebirdsql.gds.ng.listeners.DatabaseListenerDispatcher
 
logError(String, Throwable) - Method in class org.firebirdsql.gds.ng.listeners.ServiceListenerDispatcher
 
logError(String, Throwable) - Method in class org.firebirdsql.gds.ng.listeners.StatementListenerDispatcher
 
logError(String, Throwable) - Method in class org.firebirdsql.gds.ng.listeners.TransactionListenerDispatcher
 
logError(String, Throwable) - Method in class org.firebirdsql.gds.ng.wire.AsynchronousChannelListenerDispatcher
 
Logger - Interface in org.firebirdsql.logging
Deprecated.
will be removed in Jaybird 6 without replacement
LOGGER_IMPLEMENTATION_PROP - Static variable in class org.firebirdsql.gds.JaybirdSystemProperties
Deprecated.
will be removed in Jaybird 6 without replacement
LOGGER_IMPLEMENTATION_PROP - Static variable in class org.firebirdsql.logging.LoggerFactory
Deprecated.
 
LoggerFactory - Class in org.firebirdsql.logging
Deprecated.
will be removed in Jaybird 6 without replacement
LONG_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 

M

main(String[]) - Static method in class org.firebirdsql.management.FBCommandLine
 
MaintenanceManager - Interface in org.firebirdsql.management
A MaintenanceManager is responsible for replicating the functionality provided by the gfix command-line tool.
mapOutParamIndexToPosition(int) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Map output parameter index to a column number of corresponding result set.
mapOutParamIndexToPosition(int, boolean) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Map output parameter index to a column number of corresponding result set.
mapPrivilege(String) - Static method in class org.firebirdsql.jdbc.metadata.PrivilegeMapping
Maps the (one character) Firebird privilege code to the equivalent JDBC privilege.
markCorruptRecords() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
markCorruptRecords() - Method in interface org.firebirdsql.management.MaintenanceManager
Mark corrupt records in the database as unavailable.
matches(String) - Method in class org.firebirdsql.jdbc.metadata.MetadataPatternMatcher
Checks if value matches the pattern of this matcher.
MAX_STATEMENT_LENGTH - Static variable in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
maxDecimalPrecision() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
maxIdentifierLengthBytes() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
maxIdentifierLengthCharacters() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
maxReportedIdentifierLengthBytes() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
maxRows - Variable in class org.firebirdsql.jdbc.FBStatement
 
mc - Variable in class org.firebirdsql.jdbc.FBConnection
 
mcf - Variable in class org.firebirdsql.ds.FBSimpleDataSource
 
MERGE - org.firebirdsql.jaybird.parser.LocalStatementType
MERGE statement
messageParameter(int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Adds an integer message parameter for the exception message.
messageParameter(int, int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Adds two integer message parameters for the exception message.
messageParameter(Object) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Adds an object message parameter for the exception message (applying String.valueOf(parameter)).
messageParameter(Object...) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Adds object message parameters for the exception message (applying String.valueOf(parameter)).
messageParameter(Object, Object) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Adds two object message parameters for the exception message (applying String.valueOf(parameter)).
messageParameter(String) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Adds a string message parameter for the exception message.
messageParameter(String, String) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Adds two string message parameters for the exception message.
MetadataPattern - Class in org.firebirdsql.jdbc.metadata
Holder of a database metadata pattern.
MetadataPattern.ConditionType - Enum in org.firebirdsql.jdbc.metadata
 
MetadataPatternMatcher - Class in org.firebirdsql.jdbc.metadata
Emulates behavior of a database metadata pattern.
MetadataQuery(String, List<String>) - Constructor for class org.firebirdsql.jdbc.metadata.DbMetadataMediator.MetadataQuery
Creates a query whose prepared form may be cached.
MetadataQuery(String, List<String>, boolean) - Constructor for class org.firebirdsql.jdbc.metadata.DbMetadataMediator.MetadataQuery
Creates a query.
METHOD_NOT_SUPPORTED - Static variable in class org.firebirdsql.jdbc.FBPreparedStatement
 
middle_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the user's middle name
C type : ISC_SCHAR*
minute - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Deprecated.
 
month - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Deprecated.
 
moveNext() - Method in class org.firebirdsql.gds.ClumpletReader
 
moveToCurrentRow() - Method in class org.firebirdsql.jdbc.FBResultSet
 
moveToInsertRow() - Method in class org.firebirdsql.jdbc.FBResultSet
 
multiError() - Method in class org.firebirdsql.gds.ng.FbBatchConfig.Immutable
 
multiError() - Method in interface org.firebirdsql.gds.ng.FbBatchConfig
Multi-error behaviour.

N

name() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
 
name(String) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
Primary name of the property; required.
NAN - org.firebirdsql.extern.decimal.DecimalType
 
NANOSECONDS_PER_FRACTION - Static variable in interface org.firebirdsql.gds.ng.DatatypeCoder
 
NATIVE_LIBRARY_SHUTDOWN_DISABLED - Static variable in class org.firebirdsql.gds.JaybirdSystemProperties
 
NATIVE_TYPE_NAME - Static variable in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
NativeGDSFactoryPlugin - Class in org.firebirdsql.gds.impl.jni
 
NativeGDSFactoryPlugin() - Constructor for class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
NativeLibraryLoadException - Exception in org.firebirdsql.gds.ng.jna
Thrown when a native library could not be loaded.
NativeLibraryLoadException(String, Throwable) - Constructor for exception org.firebirdsql.gds.ng.jna.NativeLibraryLoadException
 
NativeResourceTracker - Class in org.firebirdsql.gds.ng.jna
Class responsible for tracking loaded native resources for cleanup/disposal on exit.
NativeResourceUnloadWebListenerJakarta - Class in org.firebirdsql.gds.ng.jna
Servlet context listener for jakarta.servlet for unloading native libraries if loaded in the current context.
NativeResourceUnloadWebListenerJakarta() - Constructor for class org.firebirdsql.gds.ng.jna.NativeResourceUnloadWebListenerJakarta
 
NativeResourceUnloadWebListenerJavaX - Class in org.firebirdsql.gds.ng.jna
Servlet context listener for javax.servlet for unloading native libraries if loaded in the current context.
NativeResourceUnloadWebListenerJavaX() - Constructor for class org.firebirdsql.gds.ng.jna.NativeResourceUnloadWebListenerJavaX
 
nativeSQL(String) - Method in class org.firebirdsql.jdbc.FBConnection
 
nativeSQL(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
NBackupManager - Interface in org.firebirdsql.management
Implements the incremental backup and restore functionality of NBackup via the Firebird Services API.
NCLOB_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
needsScrollableCursorEnabled() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
needsScrollableCursorEnabled() - Method in class org.firebirdsql.jdbc.FBStatement
 
NEGATIVE - Static variable in class org.firebirdsql.extern.decimal.Signum
 
NEGATIVE_INFINITY - Static variable in class org.firebirdsql.extern.decimal.Decimal128
 
NEGATIVE_INFINITY - Static variable in class org.firebirdsql.extern.decimal.Decimal32
 
NEGATIVE_INFINITY - Static variable in class org.firebirdsql.extern.decimal.Decimal64
 
NEGATIVE_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal128
 
NEGATIVE_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal32
 
NEGATIVE_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal64
 
NEGATIVE_SIGNALING_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal128
 
NEGATIVE_SIGNALING_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal32
 
NEGATIVE_SIGNALING_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal64
 
NEW - org.firebirdsql.gds.ng.StatementState
Statement is new and no statement handle has been allocated on the server.
newConnectionProperties() - Method in class org.firebirdsql.jdbc.FBDriver
 
newConnectionProperties() - Method in interface org.firebirdsql.jdbc.FirebirdDriver
Create new instance of FirebirdConnectionProperties that can later be used in FirebirdDriver.connect(FirebirdConnectionProperties) call.
next() - Method in class org.firebirdsql.jaybird.parser.SqlTokenizer
 
next() - Method in class org.firebirdsql.jdbc.FBResultSet
 
next(int) - Method in class org.firebirdsql.gds.ClumpletReader
Finds the next tag in the reader, skipping tags to find it.
NEXT - org.firebirdsql.gds.ng.FetchType
 
nextResult() - Method in enum org.firebirdsql.jdbc.FBStatement.StatementResult
 
NO_AUTO_UNDO - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
NO_BLOB_ID - Static variable in interface org.firebirdsql.gds.ng.FbBlob
 
NO_DB_TRIGGERS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
NO_DPB_ITEM - Static variable in class org.firebirdsql.jaybird.props.def.ConnectionProperty
 
NO_GARBAGE_COLLECT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
NO_MORE_RESULTS - org.firebirdsql.jdbc.FBStatement.StatementResult
 
NO_OP - Static variable in interface org.firebirdsql.gds.ng.LockCloseable
Lock closeable that can be used as a no-op (e.g.
NO_QUOTES - org.firebirdsql.jdbc.QuoteStrategy
Dialect 1 doesn't support quoting of object names.
NO_REC_VERSION - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
NO_RESERVE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
NO_SPB_ITEM - Static variable in class org.firebirdsql.jaybird.props.def.ConnectionProperty
 
NO_TRANSACTION_ACTIVE - Static variable in class org.firebirdsql.gds.ng.TransactionHelper
 
NO_UPDATE_COUNTS - Static variable in interface org.firebirdsql.gds.ng.FbBatchConfig
FbBatchConfig.updateCounts() value to signal to no supply update counts.
noLimitRestore - Variable in class org.firebirdsql.management.FBBackupManagerBase
 
NONE - org.firebirdsql.gds.ng.StatementType
 
NONE - org.firebirdsql.jaybird.props.DpbType
Parameter is not sent at all (primarily to have a null-safe value for connection properties that should not be sent to the server).
NONE - org.firebirdsql.jdbc.metadata.MetadataPattern.ConditionType
 
nonTransientConnectionException(int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Force the next exception to be a SQLNonTransientConnectionException.
nonTransientException(int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Force the next exception to be a SQLNonTransientException.
normalizeProperties(String, Properties) - Static method in class org.firebirdsql.jdbc.FBDriver
Merges the properties from the JDBC URL and properties object, normalizes them to a standard name.
notify(Consumer<TListener>, String) - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
 
notifyStatementCompleted() - Method in class org.firebirdsql.jdbc.FBStatement
 
notifyStatementCompleted(boolean) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
notifyStatementCompleted(boolean) - Method in class org.firebirdsql.jdbc.FBStatement
 
notifyStatementStarted() - Method in class org.firebirdsql.jdbc.FBStatement
 
notifyStatementStarted(boolean) - Method in class org.firebirdsql.jdbc.FBStatement
 
notRegistered(ConnectionProperty) - Method in interface org.firebirdsql.jaybird.props.spi.ConnectionPropertyDefinerSpi
Callback method to inform the definer that a property has not been added to the collection of properties known to Jaybird.
NOWAIT - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
NULL_BYTE - Static variable in class org.firebirdsql.gds.impl.wire.XdrOutputStream
 
nullPlusNonNullIsNull() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
NUM_BUFFERS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
NUMBER_OF_USERS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
NUMERIC_BIGINT_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
NUMERIC_INT128_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
NUMERIC_INTEGER_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
NUMERIC_SMALLINT_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
NumericArgument - Class in org.firebirdsql.gds.impl.argument
Argument implementation for numeric (integer) values
NumericArgument(int, ArgumentType, int) - Constructor for class org.firebirdsql.gds.impl.argument.NumericArgument
 
NumericHelper - Class in org.firebirdsql.util
Helper for numeric values.

O

OBJECT_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
OBJECT_NAME_LENGTH - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
OBJECT_NAME_LENGTH_BEFORE_V4_0 - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
OBJECT_NAME_LENGTH_V4_0 - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
of(boolean, boolean, int, int) - Static method in interface org.firebirdsql.gds.ng.FbBatchConfig
Creates an immutable batch config.
of(byte[]...) - Static method in class org.firebirdsql.gds.ng.fields.RowValue
Convenience method for populating a row value from byte arrays.
of(String) - Method in class org.firebirdsql.jaybird.parser.SqlParser.Builder
 
of(String) - Method in class org.firebirdsql.jaybird.parser.SqlTokenizer.Builder
Creates a SQL tokenizer with the reserved words of this builder.
of(Connection) - Static method in class org.firebirdsql.management.FBTableStatisticsManager
Creates a table statistics manager for the current connection.
of(RowDescriptor, byte[]...) - Static method in class org.firebirdsql.gds.ng.fields.RowValue
Convenience method for populating a row value from a RowDescriptor and byte arrays.
of(AttachmentProperties) - Static method in class org.firebirdsql.gds.impl.DbAttachInfo
 
OFFSET_DATE_TIME_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
OFFSET_TIME_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
OLD_CALLABLE_STATEMENT_COMPATIBILITY - Static variable in class org.firebirdsql.jdbc.FBProcedureCall
true if the old callable statement compatibility mode should be used, otherwise - false.
OLD_DUMP_ID - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
OLD_FILE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
OLD_FILE_SIZE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
OLD_NUM_FILES - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
OLD_START_FILE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
OLD_START_PAGE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
OLD_START_SEQNO - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
onEventOccurred() - Method in class org.firebirdsql.gds.ng.AbstractEventHandle
 
onException(Exception) - Method in interface org.firebirdsql.gds.ng.DeferredResponse
Exception received when receiving or processing the response.
onException(Exception) - Method in interface org.firebirdsql.gds.ng.wire.DeferredAction
Exception received when receiving or processing the response.
ONLINE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
ONLINE_DUMP - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
onResponse(T) - Method in interface org.firebirdsql.gds.ng.DeferredResponse
Called with successful response.
OOGDSFactoryPlugin - Class in org.firebirdsql.gds.impl.oo
Deprecated.
Switch to using "Firebird External" in LibreOffice, will be removed in Jaybird 6.
OOGDSFactoryPlugin() - Constructor for class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
Deprecated.
 
op_abort_aux_connection - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_accept - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_accept_data - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_allocate_statement - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_attach - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_authenticate_user - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_aux_connect - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_blob_stream - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_cancel - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_create - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_cs - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_exec - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_msg - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_regblob - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_rls - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_segments - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_set_bpb - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_batch_sync - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_blocking - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_cancel - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_cancel_blob - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_cancel_events - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_close_blob - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_close_file - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_commit - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_commit_retaining - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_compile - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_cond_accept - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_connect - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_connect_request - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_cont_auth - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_continuation - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_convert_lock - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_create - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_create_blob - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_create_blob2 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_create_file - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_credit - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_crypt - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_crypt_key_callback - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_ddl - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_detach - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_disconnect - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_drop_database - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_dummy - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_event - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_exec_immediate - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_exec_immediate2 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_execute - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_execute2 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_exit - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_fetch - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_fetch_response - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_fetch_scroll - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_free_statement - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_get_segment - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_get_slice - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_info_batch - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_info_blob - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_info_cursor - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_info_database - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_info_request - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_info_sql - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_info_transaction - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_insert - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_lock - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_mgr_clear_affinity - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_mgr_report - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_mgr_set_affinity - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_open_blob - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_open_blob2 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_open_file - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_partial - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_ping - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_prepare - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_prepare_statement - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_prepare2 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_protocol - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_put_segment - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_put_slice - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_que_events - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_read_page - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_receive - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_reconnect - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_reject - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_release - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_release_lock - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_repl_data - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_repl_req - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_response - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_response_piggyback - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_rollback - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_rollback_retaining - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_seek_blob - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_send - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_service_attach - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_service_detach - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_service_info - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_service_start - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_set_cursor - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_slice - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_sql_response - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_start - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_start_and_receive - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_start_and_send - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_start_send_and_receive - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_transact - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_transact_response - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_transaction - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_trusted_auth - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_unwind - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_update_account_info - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_void - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_write_page - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
open() - Method in interface org.firebirdsql.gds.ng.FbBlob
Opens an existing input blob, or creates an output blob.
open() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
open() - Method in class org.firebirdsql.gds.ng.wire.version10.V10InputBlob
 
open() - Method in class org.firebirdsql.gds.ng.wire.version10.V10OutputBlob
 
openBlob(long, BlobConfig) - Method in class org.firebirdsql.gds.impl.GDSHelper
Open a handle to a new blob within the current transaction with the given id.
operation - Variable in class org.firebirdsql.gds.ng.wire.FbWireAttachment.AcceptPacket
 
Operation - Interface in org.firebirdsql.gds.ng.monitor
An operation of the driver.
OPERATION_MODE_FULL_SHUTDOWN - Static variable in interface org.firebirdsql.management.MaintenanceManager
Operation mode full shutdown.
OPERATION_MODE_MULTI - Static variable in interface org.firebirdsql.management.MaintenanceManager
Operation mode multi shutdown/online.
OPERATION_MODE_NORMAL - Static variable in interface org.firebirdsql.management.MaintenanceManager
Operation mode normal online.
OPERATION_MODE_SINGLE - Static variable in interface org.firebirdsql.management.MaintenanceManager
Operation mode single shutdown/online.
Operation.Type - Enum in org.firebirdsql.gds.ng.monitor
Type of operation.
OperationAware - Interface in org.firebirdsql.gds.ng.monitor
Allows monitoring of driver operations like the execution of statements.
OperationCloseHandle - Interface in org.firebirdsql.gds.ng
Close handle for Operation implementations.
OperationMonitor - Class in org.firebirdsql.gds.ng
The statement operation monitor allows monitoring of statement execution and fetching of all statements.
OPTIONS - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
Deprecated.
org.firebirdsql.ds - package org.firebirdsql.ds
Implementations of DataSource, XADataSource, ConnectionPoolDataSource and related classes.
org.firebirdsql.encodings - package org.firebirdsql.encodings
Defines the supported Firebird character sets and their mapping to Java character sets.
org.firebirdsql.event - package org.firebirdsql.event
Provides support for listening to Firebird events.
org.firebirdsql.extern.decimal - package org.firebirdsql.extern.decimal
Converts BigDecimal to and from IEEE-754r (IEEE-754-2008) decimal byte representations.
org.firebirdsql.gds - package org.firebirdsql.gds
Low-level APIs for accessing a Firebird database server.
org.firebirdsql.gds.impl - package org.firebirdsql.gds.impl
This package contains classes for the pluggable GDS implementations.
org.firebirdsql.gds.impl.argument - package org.firebirdsql.gds.impl.argument
Arguments (code, type information and value) for ParameterBufferBase.
org.firebirdsql.gds.impl.jni - package org.firebirdsql.gds.impl.jni
Implementations of GDSFactoryPlugin for native and embedded access.
org.firebirdsql.gds.impl.oo - package org.firebirdsql.gds.impl.oo
Pure-java implementation of GDSFactoryPlugin for use with OpenOffice/LibreOffice.
org.firebirdsql.gds.impl.wire - package org.firebirdsql.gds.impl.wire
Pure-java implementation of GDSFactoryPlugin and supporting classes.
org.firebirdsql.gds.ng - package org.firebirdsql.gds.ng
The Jaybird GDS-ng API provides the abstraction for connecting to Firebird either through a wire protocol implementation, a native firebird client or other means.
org.firebirdsql.gds.ng.dbcrypt - package org.firebirdsql.gds.ng.dbcrypt
SPI for Firebird database encryption callback.
org.firebirdsql.gds.ng.dbcrypt.simple - package org.firebirdsql.gds.ng.dbcrypt.simple
Implementation of org.firebirdsql.gds.ng.dbcrypt for static responses.
org.firebirdsql.gds.ng.fields - package org.firebirdsql.gds.ng.fields
Low-level field (i.e.
org.firebirdsql.gds.ng.jna - package org.firebirdsql.gds.ng.jna
Implementation of the org.firebirdsql.gds.ng API for accessing Firebird using fbclient (native and embedded), using the JNA (Java Native Access) library.
org.firebirdsql.gds.ng.listeners - package org.firebirdsql.gds.ng.listeners
Listener interfaces and supporting classes for the org.firebirdsql.gds.ng API.
org.firebirdsql.gds.ng.monitor - package org.firebirdsql.gds.ng.monitor
Interfaces for operation monitoring (experimental feature).
org.firebirdsql.gds.ng.tz - package org.firebirdsql.gds.ng.tz
Mapping between Firebird and Java time zones and supporting classes.
org.firebirdsql.gds.ng.wire - package org.firebirdsql.gds.ng.wire
Pure-java implementation of the org.firebirdsql.gds.ng API for the Firebird wire protocol.
org.firebirdsql.gds.ng.wire.auth - package org.firebirdsql.gds.ng.wire.auth
SPI for Firebird authentication plugins for the wire protocol implementation.
org.firebirdsql.gds.ng.wire.auth.legacy - package org.firebirdsql.gds.ng.wire.auth.legacy
Implementation of org.firebirdsql.gds.ng.wire.auth for the Legacy_Auth authentication plugin.
org.firebirdsql.gds.ng.wire.auth.srp - package org.firebirdsql.gds.ng.wire.auth.srp
Implementation of org.firebirdsql.gds.ng.wire.auth for the Srp family of authentication plugin.
org.firebirdsql.gds.ng.wire.crypt - package org.firebirdsql.gds.ng.wire.crypt
SPI for Firebird wire protocol encryption plugins for the wire protocol implementation, and supporting classes.
org.firebirdsql.gds.ng.wire.crypt.arc4 - package org.firebirdsql.gds.ng.wire.crypt.arc4
Implementation of org.firebirdsql.gds.ng.wire.crypt for Arc4.
org.firebirdsql.gds.ng.wire.crypt.chacha - package org.firebirdsql.gds.ng.wire.crypt.chacha
Implementation of org.firebirdsql.gds.ng.wire.crypt for ChaCha (not ChaCha64).
org.firebirdsql.gds.ng.wire.version10 - package org.firebirdsql.gds.ng.wire.version10
Implementation of org.firebirdsql.gds.ng.wire for version 10 of the Firebird wire protocol.
org.firebirdsql.gds.ng.wire.version11 - package org.firebirdsql.gds.ng.wire.version11
Implementation of org.firebirdsql.gds.ng.wire for version 11 of the Firebird wire protocol.
org.firebirdsql.gds.ng.wire.version12 - package org.firebirdsql.gds.ng.wire.version12
Implementation of org.firebirdsql.gds.ng.wire for version 12 of the Firebird wire protocol.
org.firebirdsql.gds.ng.wire.version13 - package org.firebirdsql.gds.ng.wire.version13
Implementation of org.firebirdsql.gds.ng.wire for version 13 of the Firebird wire protocol.
org.firebirdsql.gds.ng.wire.version15 - package org.firebirdsql.gds.ng.wire.version15
Implementation of org.firebirdsql.gds.ng.wire for version 15 of the Firebird wire protocol.
org.firebirdsql.gds.ng.wire.version16 - package org.firebirdsql.gds.ng.wire.version16
Implementation of org.firebirdsql.gds.ng.wire for version 16 of the Firebird wire protocol.
org.firebirdsql.gds.ng.wire.version18 - package org.firebirdsql.gds.ng.wire.version18
Implementation of org.firebirdsql.gds.ng.wire for version 18 of the Firebird wire protocol.
org.firebirdsql.jaybird - package org.firebirdsql.jaybird
Provides version information for the Jaybird library.
org.firebirdsql.jaybird.fb.constants - package org.firebirdsql.jaybird.fb.constants
Constants for Firebird API values.
org.firebirdsql.jaybird.parser - package org.firebirdsql.jaybird.parser
Statement parser for generated keys support.
org.firebirdsql.jaybird.props - package org.firebirdsql.jaybird.props
APIs and constants for connection properties for attachments to a Firebird database or service API.
org.firebirdsql.jaybird.props.def - package org.firebirdsql.jaybird.props.def
Definition of a connection property and supporting classes.
org.firebirdsql.jaybird.props.internal - package org.firebirdsql.jaybird.props.internal
Internal API for connection properties and the definition of properties supported by Jaybird.
org.firebirdsql.jaybird.props.spi - package org.firebirdsql.jaybird.props.spi
SPI to register connection properties with Jaybird.
org.firebirdsql.jaybird.xca - package org.firebirdsql.jaybird.xca
XCA (or ex-connector-architecture), is an internal API of Jaybird for connection management.
org.firebirdsql.jdbc - package org.firebirdsql.jdbc
Implementation of the JDBC API for the Firebird database.
org.firebirdsql.jdbc.escape - package org.firebirdsql.jdbc.escape
Implementation of JDBC escapes for the Jaybird Firebird JDBC driver.
org.firebirdsql.jdbc.field - package org.firebirdsql.jdbc.field
Implementation of fields for getting or setting result set columns or prepared statement parameters.
org.firebirdsql.jdbc.metadata - package org.firebirdsql.jdbc.metadata
The classes in this packages support or provide parts of the implementation of DatabaseMetaData.
org.firebirdsql.jna.embedded - package org.firebirdsql.jna.embedded
Provides look up of Firebird Embeddded library SPIs as defined by org.firebirdsql.jna.embedded.spi.
org.firebirdsql.jna.embedded.classpath - package org.firebirdsql.jna.embedded.classpath
Supporting classes for implementations of org.firebirdsql.jna.embedded.spi to provide Firebird Embedded on the classpath.
org.firebirdsql.jna.embedded.spi - package org.firebirdsql.jna.embedded.spi
Defines a service provider interface to obtain Firebird Embedded library files from the class path.
org.firebirdsql.jna.fbclient - package org.firebirdsql.jna.fbclient
Mappings of fbclient API for use with JNA (Java Native Access).
org.firebirdsql.logging - package org.firebirdsql.logging
API and standard implementations of logging in Jaybird.
org.firebirdsql.management - package org.firebirdsql.management
APIs and implementation to manage or obtain information about the Firebird server or a specific database.
org.firebirdsql.util - package org.firebirdsql.util
Utility classes for use by Jaybird.
OTHER - org.firebirdsql.jaybird.parser.LocalStatementType
No specific classification applied (i.e.
OTHER - org.firebirdsql.jdbc.CompletionReason
 
othersDeletesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
OverflowHandling - Enum in org.firebirdsql.extern.decimal
How to handle overflows when rounding (converting) to a target decimal type.
OVERWRITE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
ownDeletesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
ownname - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
ownname_length - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
ownUpdatesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 

P

p_acpt_data - Variable in class org.firebirdsql.gds.ng.wire.FbWireAttachment.AcceptPacket
 
p_acpt_keys - Variable in class org.firebirdsql.gds.ng.wire.FbWireAttachment.AcceptPacket
 
p_acpt_plugin - Variable in class org.firebirdsql.gds.ng.wire.FbWireAttachment.AcceptPacket
 
P_REQ_async - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
PAGE_FILL_FULL - Static variable in interface org.firebirdsql.management.MaintenanceManager
Fully fill pages when inserting records.
PAGE_FILL_RESERVE - Static variable in interface org.firebirdsql.management.MaintenanceManager
While inserting records, reserve 20% of each page for later record deltas
PAGE_SIZE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
pageCacheSize - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
PageSizeConstants - Class in org.firebirdsql.management
Constants for page size supported by Firebird.
parallelWorkers - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
Parameter - Interface in org.firebirdsql.gds
Interface for parameters stored in a ParameterBuffer.
ParameterBuffer - Interface in org.firebirdsql.gds
Instance of this interface represents a Parameter Buffer it is extended by various parameter buffer interfaces.
ParameterBufferBase - Class in org.firebirdsql.gds.impl
Base class for parameter buffers
ParameterBufferBase(ParameterBufferMetaData) - Constructor for class org.firebirdsql.gds.impl.ParameterBufferBase
Creates a ParameterBufferBase.
ParameterBufferBase(ParameterBufferMetaData, Encoding) - Constructor for class org.firebirdsql.gds.impl.ParameterBufferBase
Creates a ParameterBufferBase.
ParameterBufferMetaData - Interface in org.firebirdsql.gds.impl
Additional metadata for parameter buffer behavior.
ParameterConverter<D extends AbstractConnection<IConnectionProperties,​?>,​S extends AbstractConnection<IServiceProperties,​?>> - Interface in org.firebirdsql.gds.ng
Provides conversion of parameters (e.g.
parameters(List<Clause>) - Static method in class org.firebirdsql.jdbc.metadata.Clause
 
parameters(Clause) - Static method in class org.firebirdsql.jdbc.metadata.Clause
 
parameters(Clause...) - Static method in class org.firebirdsql.jdbc.metadata.Clause
 
parameters(Clause, Clause) - Static method in class org.firebirdsql.jdbc.metadata.Clause
 
ParameterTagMapping - Enum in org.firebirdsql.gds
Mapping of connection parameter buffer item tags.
parse() - Method in class org.firebirdsql.jaybird.parser.SqlParser
Starts parsing of the statement text.
parse(String) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedParser
Converts escaped parts in sql to native representation.
parseArguments(String) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Extract function arguments from the function call.
parseBytes(byte[]) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Parses the provided byte array to a Decimal128.
parseBytes(byte[]) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Parses the provided byte array to a Decimal32.
parseBytes(byte[]) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Parses the provided byte array to a Decimal64.
parseCall(String) - Method in class org.firebirdsql.jdbc.escape.FBEscapedCallParser
Converts escaped parts in sql to native representation.
parseConnectString(String) - Static method in class org.firebirdsql.gds.impl.DbAttachInfo
 
parseFunction(String) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Extract function name from the function call.
parseRawVersion(String...) - Static method in class org.firebirdsql.gds.impl.GDSServerVersion
Parse the raw version string and create a GDSServerVersion object.
parseStatementInfo(byte[]) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Parse the statement info response in statementInfoResponse.
password - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
password - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the user's password
C type : ISC_SCHAR*
PASSWORD - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
PASSWORD - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
Deprecated.
PASSWORD - Static variable in class org.firebirdsql.jdbc.FBDriver
Deprecated.
PASSWORD_ENC - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
PASSWORD_ENC - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
Deprecated.
PASSWORD_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
PathSizeStruct(String, int) - Constructor for class org.firebirdsql.management.FBBackupManagerBase.PathSizeStruct
 
patternToRegex(String) - Static method in class org.firebirdsql.jdbc.metadata.MetadataPatternMatcher
Creates a regular expression pattern equivalent to the provided database metadata pattern.
pbType() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
Type of the value when sent in the database (or service attach) parameter buffer.
pbType(DpbType) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
Type of database (or service attach) parameter buffer; defaults to ConnectionProperty.NO_DPB_ITEM
performMetaDataQuery(DbMetadataMediator.MetadataQuery) - Method in class org.firebirdsql.jdbc.metadata.DbMetadataMediator
Executes the provided metadata query on the connection of the associated database metadata.
pflag_compress - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
populateAuthenticationProperties(AbstractConnection<?, ?>, ConnectionParameterBuffer) - Method in class org.firebirdsql.gds.ng.AbstractParameterConverter
Populates the authentication properties of the parameter buffer.
populateAuthenticationProperties(AbstractConnection<?, ?>, ConnectionParameterBuffer) - Method in class org.firebirdsql.gds.ng.jna.JnaParameterConverter
 
populateAuthenticationProperties(AbstractConnection<?, ?>, ConnectionParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version10.V10ParameterConverter
 
populateAuthenticationProperties(AbstractConnection<?, ?>, ConnectionParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version13.V13ParameterConverter
 
populateBatchParameterBuffer(BatchParameterBuffer) - Method in interface org.firebirdsql.gds.ng.FbBatchConfig
Populates the provided batch parameter buffer with the configuration.
populateDefaultProperties(D, DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.AbstractParameterConverter
Populates the database parameter buffer with the standard Firebird properties explicitly supported through IConnectionProperties.
populateDefaultProperties(WireDatabaseConnection, DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version11.V11ParameterConverter
 
populateDefaultProperties(WireDatabaseConnection, DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version13.V13ParameterConverter
 
populateDefaultProperties(WireServiceConnection, ServiceParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version13.V13ParameterConverter
 
populateDefaultProperties(S, ServiceParameterBuffer) - Method in class org.firebirdsql.gds.ng.AbstractParameterConverter
Populates the database parameter buffer with the standard Firebird properties explicitly supported through IConnectionProperties.
portNumber - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
position() - Method in interface org.firebirdsql.jaybird.parser.Token
Token position.
position(byte[], long) - Method in class org.firebirdsql.jdbc.FBBlob
 
position(byte[], long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Find the first entry of the specified pattern.
position(String, long) - Method in class org.firebirdsql.jdbc.FBClob
position(String, long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
position(Blob, long) - Method in class org.firebirdsql.jdbc.FBBlob
 
position(Blob, long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Find the first entry of the specified pattern.
position(Clob, long) - Method in class org.firebirdsql.jdbc.FBClob
position(Clob, long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
POSITIVE - Static variable in class org.firebirdsql.extern.decimal.Signum
 
POSITIVE_INFINITY - Static variable in class org.firebirdsql.extern.decimal.Decimal128
 
POSITIVE_INFINITY - Static variable in class org.firebirdsql.extern.decimal.Decimal32
 
POSITIVE_INFINITY - Static variable in class org.firebirdsql.extern.decimal.Decimal64
 
POSITIVE_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal128
 
POSITIVE_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal32
 
POSITIVE_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal64
 
POSITIVE_SIGNALING_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal128
 
POSITIVE_SIGNALING_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal32
 
POSITIVE_SIGNALING_NAN - Static variable in class org.firebirdsql.extern.decimal.Decimal64
 
prepare(byte[]) - Method in interface org.firebirdsql.gds.ng.FbTransaction
Prepare the transaction for two-phase commit/rollback.
prepare(byte[]) - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
prepare(byte[]) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
prepare(String) - Method in interface org.firebirdsql.gds.ng.FbStatement
Prepare the statement text.
prepare(String) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
prepare(String) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
prepare(String) - Method in class org.firebirdsql.gds.ng.wire.version11.V11Statement
 
prepareCall(String) - Method in class org.firebirdsql.jdbc.FBConnection
 
prepareCall(String, int, int) - Method in class org.firebirdsql.jdbc.FBConnection
 
prepareCall(String, int, int, int) - Method in class org.firebirdsql.jdbc.FBConnection
 
PREPARED - org.firebirdsql.gds.ng.StatementState
Statement has been prepared.
PREPARED - org.firebirdsql.gds.ng.TransactionState
 
prepareFixedStatement(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
We allow multiple calls to this method without re-preparing the statement.
prepareFixedStatement(String) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
Prepare fixed statement and initialize parameters.
prepareFixedStatement(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
prepareMetaDataStatement(String, int, int) - Method in class org.firebirdsql.jdbc.FBConnection
Deprecated.
prepareStatement(String) - Method in class org.firebirdsql.jdbc.FBConnection
 
prepareStatement(String, int) - Method in class org.firebirdsql.jdbc.FBConnection
 
prepareStatement(String, int[]) - Method in class org.firebirdsql.jdbc.FBConnection
 
prepareStatement(String, int, int) - Method in class org.firebirdsql.jdbc.FBConnection
 
prepareStatement(String, int, int, int) - Method in class org.firebirdsql.jdbc.FBConnection
 
prepareStatement(String, int, int, int, boolean, boolean) - Method in class org.firebirdsql.jdbc.FBConnection
 
prepareStatement(String, String[]) - Method in class org.firebirdsql.jdbc.FBConnection
 
PREPARING - org.firebirdsql.gds.ng.StatementState
Statement is preparing a new statement text, this is an ephemeral state that should only last as long as the prepare call to the database takes.
PREPARING - org.firebirdsql.gds.ng.TransactionState
 
previous() - Method in class org.firebirdsql.jdbc.FBResultSet
 
Primitives - Class in org.firebirdsql.util
Helper methods for conversion to or from primitive values.
printStackTrace() - Method in exception org.firebirdsql.jaybird.xca.FBXAException
Print a stack trace for this exception to STDERR.
printStackTrace(PrintStream) - Method in exception org.firebirdsql.jaybird.xca.FBXAException
Print a stack trace for this exception with a given PrintStream.
printStackTrace(PrintWriter) - Method in exception org.firebirdsql.jaybird.xca.FBXAException
Print a stack trace for this exception with a given PrintWriter.
PRIOR - org.firebirdsql.gds.ng.FetchType
 
PrivilegeMapping - Class in org.firebirdsql.jdbc.metadata
Maps Firebird privilege codes (from RDB$USER_PRIVILEGES.RDB$PRIVILEGE) to a privilege name.
procedureCall - Variable in class org.firebirdsql.jdbc.FBCallableStatement
 
process(byte[]) - Method in class org.firebirdsql.gds.ng.BlobLengthProcessor
 
process(byte[]) - Method in class org.firebirdsql.gds.ng.ExecutionPlanProcessor
 
process(byte[]) - Method in interface org.firebirdsql.gds.ng.InfoProcessor
Process an infoResponse block into an object of type T.
process(byte[]) - Method in class org.firebirdsql.gds.ng.SqlCountProcessor
 
process(byte[]) - Method in class org.firebirdsql.gds.ng.StatementInfoProcessor
 
PROCESS_ID - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
PROCESS_ID_PROP - Static variable in class org.firebirdsql.gds.JaybirdSystemProperties
 
PROCESS_NAME - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
PROCESS_NAME_PROP - Static variable in class org.firebirdsql.gds.JaybirdSystemProperties
 
processAllocateResponse(GenericResponse) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Processes the allocate response from the server.
processAttachOrCreateResponse(GenericResponse) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
Processes the response from the server to the attach or create operation.
processAttachResponse(GenericResponse) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations.ProcessAttachCallback
 
processAttachResponse(GenericResponse) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
Processes the response from the server to the attach or create operation.
processDeferredActions() - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Processes any deferred actions.
processDeferredActions() - Method in class org.firebirdsql.gds.ng.wire.version11.V11WireOperations
 
processEventData() - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
Process the current event data in the buffer.
processEventData() - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
processExecuteResponse(GenericResponse) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Process the execute response.
processExecuteSingletonResponse(SqlResponse) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Process the execute response for statements with a singleton response (op_execute2; stored procedures).
processFetchResponse(FetchDirection) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Process the fetch response by reading the returned rows and queuing them.
processFreeResponse(Response) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Processes the response to the free statement.
processId - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
processMapping(String) - Static method in class org.firebirdsql.jdbc.FBTpbMapper
Process comma-separated list of keywords and convert them into TPB values.
processMapping(FirebirdConnectionProperties, Map<String, String>) - Static method in class org.firebirdsql.jdbc.FBTpbMapper
This method extracts TPB mapping information from the connection parameters and adds it to the connectionProperties.
processMapping(FirebirdConnectionProperties, Properties) - Static method in class org.firebirdsql.jdbc.FBTpbMapper
This method extracts TPB mapping information from the connection parameters and adds it to the connectionProperties.
processName - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
processOperation(int) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
Reads the response based on the specified operation.
processPrepareResponse(GenericResponse) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Processes the prepare response from the server.
processReleaseObjectResponse(Response) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
Process the release object response
processResponse(Response) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
processResponse(Response) - Method in interface org.firebirdsql.gds.ng.wire.DeferredAction
Steps to process the deferred response.
processResponse(Response) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
 
processResponseWarnings(Response, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
Checks if the response included a warning and signals that warning to the WarningMessageCallback.
processResponseWarnings(Response, WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Checks if the response included a warning and signals that warning to the WarningMessageCallback.
processStatusVector(ISC_STATUS[], WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.jna.JnaConnection
 
processStatusVector(ISC_STATUS[], WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
processStatusVector(ISC_STATUS[], WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
processWarning(SQLWarning) - Method in interface org.firebirdsql.gds.ng.WarningMessageCallback
Signals the warning to the callback
property(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
Returns the property of the specified name.
property(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
Returns the property of the specified name.
PropertyConstants - Class in org.firebirdsql.jaybird.props
Property constants.
PropertyNames - Class in org.firebirdsql.jaybird.props
Property names and aliases used by Jaybird.
PROPS_ACCESS_MODE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_ACCESS_MODE_READONLY - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_ACCESS_MODE_READWRITE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_ACTIVATE_SHADOW - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_BUFFERS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_DB_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
********************************************************************** Parameters for setting database properties.
PROPS_DB_ONLINE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_DENY_NEW_ATTACHMENTS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_DENY_NEW_TRANSACTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_OPTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_RESERVE_SPACE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_RESERVE_USE_ALL_SPACE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_RESERVE_VERSIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_SET_SQL_DIALECT - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_SHUTDOWN_DB - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_SWEEP_INTERVAL - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_WRITE_MODE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_WRITE_MODE_ASYNC - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROPS_WRITE_MODE_SYNC - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
PROTECTED - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
protocol - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
 
PROTOCOL_VERSION10 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
PROTOCOL_VERSION11 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
PROTOCOL_VERSION12 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
PROTOCOL_VERSION13 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
PROTOCOL_VERSION14 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
PROTOCOL_VERSION15 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
PROTOCOL_VERSION16 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
PROTOCOL_VERSION17 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
PROTOCOL_VERSION18 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
ProtocolCollection - Class in org.firebirdsql.gds.ng.wire
Collection of protocols for a connect request.
protocolDescriptor - Variable in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
protocolDescriptor - Variable in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
 
ProtocolDescriptor - Interface in org.firebirdsql.gds.ng.wire
Descriptor of protocol information.
ptype_batch_send - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
ptype_lazy_send - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
ptype_MASK - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
ptype_out_of_band - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
ptype_rpc - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
PURE_JAVA_TYPE_NAME - Static variable in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
purgeCount() - Method in class org.firebirdsql.management.TableStatistics
 
PUT_SEGMENT - org.firebirdsql.gds.ng.StatementType
 
putSegment(byte[]) - Method in interface org.firebirdsql.gds.ng.FbBlob
Writes a segment of blob data.
putSegment(byte[]) - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
putSegment(byte[]) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireInputBlob
 
putSegment(byte[]) - Method in class org.firebirdsql.gds.ng.wire.version10.V10OutputBlob
 

Q

quad_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
queueEvent(EventHandle) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Queues a wait for an event.
queueEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
queueEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
queueEvent(EventHandle) - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
Queues a wait for an event.
queueEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
queueRowData(RowValue) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Queues row data for consumption
queueService(FbService) - Method in class org.firebirdsql.management.FBServiceManager
 
QUIT_LOG - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
quoteObjectName(String) - Method in enum org.firebirdsql.jdbc.QuoteStrategy
Returns the object name appropriately quoted according to this quote strategy.
QUOTES - org.firebirdsql.jdbc.QuoteStrategy
Dialect 3 (and 2) supports quoting of object names.
QuoteStrategy - Enum in org.firebirdsql.jdbc
Strategy for quoting objects (or no quoting in the case of dialect 1).

R

RADIX_BINARY - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
RADIX_DECIMAL - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
RAW_DATE_TIME_STRUCT_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
Deprecated.
will be removed in Jaybird 6
RawDateTimeStruct() - Constructor for class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Deprecated.
 
RawDateTimeStruct(int, boolean, int, boolean) - Constructor for class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Deprecated.
Initializes a raw date/time value from encoded time and/or date integers.
RawDateTimeStruct(DatatypeCoder.RawDateTimeStruct) - Constructor for class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Deprecated.
 
RBL_create - Static variable in interface org.firebirdsql.gds.ISCConstants
 
RBL_eof - Static variable in interface org.firebirdsql.gds.ISCConstants
 
RBL_eof_pending - Static variable in interface org.firebirdsql.gds.ISCConstants
 
RBL_segment - Static variable in interface org.firebirdsql.gds.ISCConstants
 
read() - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
read() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read single byte from the stream.
read(byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
read(byte[], int, int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read some bytes from the stream without blocking.
read(XdrInputStream, int) - Method in interface org.firebirdsql.gds.impl.wire.Xdrable
Read in Xdrable in XDR format, from an XdrInputStream.
READ - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
READ_COMMITTED - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
readBatchCompletionResponse(XdrInputStream) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
Reads the batch completion response (op_batch_cs) without reading the operation code itself.
readBatchCompletionResponse(XdrInputStream) - Method in class org.firebirdsql.gds.ng.wire.version16.V16WireOperations
 
readBuffer() - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Read in a byte buffer.
readColumnData(XdrInputStream, int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
readCryptKeyCallback() - Method in class org.firebirdsql.gds.ng.wire.version13.V13WireOperations
Reads the database encryption callback data from the connection.
readCryptKeyCallback() - Method in class org.firebirdsql.gds.ng.wire.version15.V15WireOperations
 
READER_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
readFully(byte[]) - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
readFully(byte[]) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read buffer.length bytes from the buffer.
readFully(byte[], int, int) - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Read a given amount of data from the underlying input stream.
readFully(byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
readFully(byte[], int, int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read length from the stream into the specified buffer.
readGenericResponse(WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
readGenericResponse(WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
 
readGenericResponse(WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
readGenericResponse(WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireAttachment
Convenience method to read a Response to a GenericResponse
readGenericResponse(WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Convenience method to read a Response to a GenericResponse
readIdxCount() - Method in class org.firebirdsql.management.TableStatistics
 
readInt() - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Read in an int.
readLong() - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Read in a long.
readNextOperation() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
Reads the next operation.
readNextOperation() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Reads the next operation code.
readOperationResponse(int, WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
readOperationResponse(int, WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Reads the response from the server when the operation code has already been read.
readRawBuffer(int) - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Read in a raw array of bytes.
readResponse(WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
readResponse(WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
readResponse(WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireDatabase
Reads the response from the server.
readResponse(WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Reads the response from the server.
readSeqCount() - Method in class org.firebirdsql.management.TableStatistics
 
readShort() - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Read in a short.
readSqlData() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Reads a single row from the database.
readSqlData() - Method in class org.firebirdsql.gds.ng.wire.version13.V13Statement
 
readSqlResponse(WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
readSqlResponse(WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
readSqlResponse(WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireDatabase
Convenience method to read a Response to a SqlResponse
readSqlResponse(WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Convenience method to read a Response to a SqlResponse
readStatusVector() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
readStatusVector() - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Process the status vector and returns the associated SQLException instance.
readStatusVector(XdrInputStream) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
Process the status vector from xdrIn and returns the associated SQLException instance.
readString(Encoding) - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Read in a String.
reason() - Method in annotation type org.firebirdsql.util.Volatile
 
REC_VERSION - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
receivedRow(FbStatement, RowValue) - Method in interface org.firebirdsql.gds.ng.listeners.StatementListener
Method to be notified of a new row of data.
receivedRow(FbStatement, RowValue) - Method in class org.firebirdsql.gds.ng.listeners.StatementListenerDispatcher
 
reconnectTransaction(long) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Reconnects a prepared transaction.
reconnectTransaction(long) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
reconnectTransaction(long) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
RECORD_VERSION_STATISTICS - Static variable in interface org.firebirdsql.management.StatisticsManager
Request statistics on record versions.
recover(FBManagedConnection, Xid) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
REF_DESCRIPTION - Static variable in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
REF_PROPERTIES - Static variable in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
ReflectionHelper - Class in org.firebirdsql.util
Class containing static helper methods for reflective access.
refreshRow() - Method in class org.firebirdsql.jdbc.FBResultSet
 
registerAsynchronousChannel(FbWireAsynchronousChannel) - Method in class org.firebirdsql.gds.ng.wire.AsynchronousProcessor
Registers an asynchronous channel with the asynchronous processor.
registerOutParam(int, int) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Register output parameter.
registerOutParameter(int, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
registerOutParameter(int, int, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
registerOutParameter(int, int, String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
registerOutParameter(int, SQLType) - Method in class org.firebirdsql.jdbc.FBCallableStatement
registerOutParameter(int, SQLType, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
registerOutParameter(int, SQLType, String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
registerOutParameter(String, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
registerOutParameter(String, int, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
registerOutParameter(String, int, String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
registerOutParameter(String, SQLType) - Method in class org.firebirdsql.jdbc.FBCallableStatement
registerOutParameter(String, SQLType, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
registerOutParameter(String, SQLType, String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
registerPlugin(GDSFactoryPlugin) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Register plugin for this factory.
registerPropertyUpdateListener(AbstractAttachProperties.PropertyUpdateListener) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
Registers an update listener that is notified when a connection property is modified.
relative(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
RELATIVE - org.firebirdsql.gds.ng.FbBlob.SeekMode
Relative seek from current position in blob.
RELATIVE - org.firebirdsql.gds.ng.FetchType
 
releaseBlob(int) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
Release this blob with the specified operation.
releaseConnectionHandler(PooledConnectionHandler) - Method in class org.firebirdsql.ds.FBPooledConnection
Releases the current handler if it is equal to the handler passed in pch.
releaseMemory(FbClientLibrary) - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
Releases the native memory held by this event handle.
releaseObject(int, int) - Method in interface org.firebirdsql.gds.ng.wire.FbWireDatabase
Release object.
releaseObject(int, int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
releaseObject(int, int) - Method in class org.firebirdsql.gds.ng.wire.version11.V11Database
 
releaseResources() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
Release Java resources held.
releaseResources() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
releaseResources() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
releaseSavepoint(Savepoint) - Method in class org.firebirdsql.jdbc.FBConnection
 
relname - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
relname_length - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
removeAllListeners() - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
Removes all listeners from this dispatcher.
removeAllListeners() - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
Removes all listeners from this dispatcher.
removeArgument(int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
removeArgument(int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Remove specified argument.
removeChannelListener(AsynchronousChannelListener) - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
Remove a listener from this channel
removeChannelListener(AsynchronousChannelListener) - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
removeConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.ds.FBPooledConnection
 
removeConnectionEventListener(XcaConnectionEventListener) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
Remove a XcaConnectionEventListener from the listing of listeners that will be notified for a XcaConnectionEvent.
removeDatabaseListener(DatabaseListener) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
removeDatabaseListener(DatabaseListener) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Removes a DatabaseListener instance from this database.
removeEventListener(String, EventListener) - Method in interface org.firebirdsql.event.EventManager
Remove an EventListener for a given event.
removeEventListener(String, EventListener) - Method in class org.firebirdsql.event.FBEventManager
 
removeExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
removeExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
removeExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
removeExceptionListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
removeExceptionListener(ExceptionListener) - Method in interface org.firebirdsql.gds.ng.listeners.ExceptionListenable
Removes an exception listener to this object.
removeListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
Removes the supplied listener from this dispatcher.
removeListener(TListener) - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
Removes the supplied listener from this dispatcher (both weak and strong).
removeServiceListener(ServiceListener) - Method in class org.firebirdsql.gds.ng.AbstractFbService
 
removeServiceListener(ServiceListener) - Method in interface org.firebirdsql.gds.ng.FbService
Removes a ServiceListener instance from this database.
removeStatementEventListener(StatementEventListener) - Method in class org.firebirdsql.ds.FBPooledConnection
 
removeStatementListener(StatementListener) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
removeStatementListener(StatementListener) - Method in interface org.firebirdsql.gds.ng.FbStatement
removeTransactionListener(TransactionListener) - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
removeTransactionListener(TransactionListener) - Method in interface org.firebirdsql.gds.ng.FbTransaction
Removes the TransactionListener from the list of listeners.
removeVisitor(TokenVisitor) - Method in class org.firebirdsql.jaybird.parser.SqlParser
 
removeVisitor(TokenVisitor) - Method in interface org.firebirdsql.jaybird.parser.VisitorRegistrar
Removes a visitor - if already registered.
renderCondition(String) - Method in class org.firebirdsql.jdbc.metadata.MetadataPattern
Renders the condition for this pattern.
REPAIR_CHECK_DB - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_COMMIT_TRANSACTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_DB_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
********************************************************************** Parameters for database repair.
REPAIR_FULL - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_IGNORE_CHECKSUM - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_KILL_SHADOWS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_LIST_LIMBO_TRANSACTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_MEND_DB - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_OPTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_RECOVER_TWO_PHASE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_ROLLBACK_TRANSACTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_SWEEP_DB - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_TRANSACTION_ID - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
REPAIR_VALIDATE_DB - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
reportedMetadataCharacterSetId() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
reportsBlobCharSetInDescriptor() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
reportsByteLengthInDescriptor() - Method in class org.firebirdsql.util.FirebirdSupportInfo
TODO: Check if this is for all types or only for metadata.
REQUIRE_CONNECTION_ENCODING_PROPERTY - Static variable in class org.firebirdsql.gds.JaybirdSystemProperties
 
REQUIRED - org.firebirdsql.gds.ng.WireCrypt
 
requiredType - Variable in class org.firebirdsql.jdbc.field.FBField
 
requireStatement() - Method in class org.firebirdsql.jdbc.FBStatement
 
requireValidPageSize(int) - Static method in class org.firebirdsql.management.PageSizeConstants
Checks if pageSize is a valid page size value.
RESERVED - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
ReservedWords - Interface in org.firebirdsql.jaybird.parser
Interface for reserved words checks.
reset() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Reset statement state, equivalent to calling AbstractFbStatement.reset(boolean) with false.
reset() - Method in class org.firebirdsql.gds.ng.fields.RowValue
Resets the state of this row value to uninitialized.
reset() - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
Resets this builder to a new RowValue.
reset(boolean) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Resets the statement for next execution.
resetAll() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Reset statement state and clear parameter description, equivalent to calling AbstractFbStatement.reset(boolean) with true.
resetClient(byte[]) - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
resetConnection(Connection) - Method in class org.firebirdsql.ds.FBPooledConnection
 
resetConnection(Connection) - Method in class org.firebirdsql.ds.FBXAConnection
 
resetEof() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
Resets the eof state of the blob to false (not eof).
resetField() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Resets the fields of this builder to the Java defaults.
resetSocketTimeout() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Resets the socket timeout to the configured socketTimeout.
resolveStoredDefaultValue(ConnectionProperty) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
Resolve the default value for the specified connection property.
resolveStoredDefaultValue(ConnectionProperty) - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
Response - Interface in org.firebirdsql.gds.ng.wire
 
RESTART_REQUESTS - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
RESTORE_ACCESS_MODE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_ACCESS_MODE_READONLY - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_ACCESS_MODE_READWRITE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_BACKUP_PATH - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_BUFFERS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_CREATE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_DB_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
********************************************************************** Parameters for ACTION_RESTORE call.
RESTORE_DEACTIVATE_IDX - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_DEACTIVATE_INDEX - Static variable in interface org.firebirdsql.management.BackupManager
Deactivate indices during restore.
RESTORE_LENGTH - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_NO_SHADOW - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_NO_SHADOW - Static variable in interface org.firebirdsql.management.BackupManager
Do not restore shadow database.
RESTORE_NO_VALIDITY - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_NO_VALIDITY - Static variable in interface org.firebirdsql.management.BackupManager
Do not restore validity constraints.
RESTORE_ONE_AT_A_TIME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_ONE_AT_A_TIME - Static variable in interface org.firebirdsql.management.BackupManager
Commit after completing restore of each table.
RESTORE_OPTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_OVERWRITE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_PAGE_SIZE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_USE_ALL_SPACE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
RESTORE_USE_ALL_SPACE - Static variable in interface org.firebirdsql.management.BackupManager
Do not reserve 20% on each page for the future versions, useful for read-only databases.
restoreDatabase() - Method in interface org.firebirdsql.management.BackupManager
Perform the restore operation.
restoreDatabase() - Method in class org.firebirdsql.management.FBBackupManagerBase
 
restoreDatabase() - Method in class org.firebirdsql.management.FBNBackupManager
 
restoreDatabase() - Method in interface org.firebirdsql.management.NBackupManager
Perform the restore operation.
restoreDatabase(int) - Method in interface org.firebirdsql.management.BackupManager
Perform the restore operation.
restoreDatabase(int) - Method in class org.firebirdsql.management.FBBackupManager
 
restoreDatabase(int) - Method in class org.firebirdsql.management.FBStreamingBackupManager
 
restorePaths - Variable in class org.firebirdsql.management.FBBackupManagerBase
 
RESULT_SET - org.firebirdsql.jdbc.FBStatement.StatementResult
 
RESULT_SET_WITH_UPDATE_COUNT - org.firebirdsql.jdbc.FBStatement.StatementResult
 
resultSetClosed(ResultSet) - Method in class org.firebirdsql.jdbc.FBObjectListener.NoActionResultSetListener
 
resultSetClosed(ResultSet) - Method in interface org.firebirdsql.jdbc.FBObjectListener.ResultSetListener
Notify listener that result set was closed.
resumeParsing() - Method in class org.firebirdsql.jaybird.parser.SqlParser
Start or resume parsing of the statement text.
resumeTraceSession(int) - Method in class org.firebirdsql.management.FBTraceManager
Resumes a trace session with the given trace session ID
resumeTraceSession(int) - Method in interface org.firebirdsql.management.TraceManager
Resumes a trace session with the given trace session ID
returningClauseDetected() - Method in class org.firebirdsql.jaybird.parser.StatementIdentification
 
REVERSE - org.firebirdsql.gds.ng.FetchDirection
Fetch reverse (to start of cursor).
rewind() - Method in class org.firebirdsql.gds.ClumpletReader
 
ROLE_NAME_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
roleName - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
rollback() - Method in interface org.firebirdsql.gds.ng.FbTransaction
Roll back the transaction
rollback() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
rollback() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
rollback() - Method in class org.firebirdsql.jaybird.xca.FBLocalTransaction
Rollback a local transaction.
rollback() - Method in class org.firebirdsql.jdbc.FBConnection
 
rollback() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
rollback() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
rollback(Savepoint) - Method in class org.firebirdsql.jdbc.FBConnection
 
ROLLBACK - org.firebirdsql.gds.ng.StatementType
 
ROLLBACK - org.firebirdsql.jdbc.CompletionReason
 
rollbackTransaction(long) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
rollbackTransaction(long) - Method in interface org.firebirdsql.management.MaintenanceManager
Rollback a limbo transaction based on its ID.
ROLLED_BACK - org.firebirdsql.gds.ng.TransactionState
 
ROLLING_BACK - org.firebirdsql.gds.ng.TransactionState
 
RootCommonDataSource - Class in org.firebirdsql.ds
Root superclass for the datasources in Firebird.
RootCommonDataSource() - Constructor for class org.firebirdsql.ds.RootCommonDataSource
 
ROUND_TO_INFINITY - org.firebirdsql.extern.decimal.OverflowHandling
Overflow will round to +/-Infinity, depending on the signum of the value.
row - Variable in class org.firebirdsql.jdbc.FBResultSet
 
ROW_ID_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
rowChanged(FBFetcher, RowValue) - Method in interface org.firebirdsql.jdbc.FBObjectListener.FetcherListener
Notify listener that underlying row was changed.
rowChanged(FBFetcher, RowValue) - Method in class org.firebirdsql.jdbc.FBResultSet
 
rowDeleted() - Method in class org.firebirdsql.jdbc.FBResultSet
 
rowDescriptor - Variable in class org.firebirdsql.jdbc.FBResultSet
 
RowDescriptor - Class in org.firebirdsql.gds.ng.fields
The class RowDescriptor is a java mapping of the XSQLDA server data structure used to describe the row metadata of one row for input or output.
RowDescriptorBuilder - Class in org.firebirdsql.gds.ng.fields
Builder to construct an immutable RowDescriptor.
RowDescriptorBuilder(int, DatatypeCoder) - Constructor for class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Constructs an instance of RowDescriptorBuilder for size fields.
rowInserted() - Method in class org.firebirdsql.jdbc.FBResultSet
 
rowUpdated() - Method in class org.firebirdsql.jdbc.FBResultSet
 
RowValue - Class in org.firebirdsql.gds.ng.fields
Collection of values of fields.
RowValueBuilder - Class in org.firebirdsql.jdbc.metadata
Builder for RowValue instances.
RowValueBuilder(RowDescriptor) - Constructor for class org.firebirdsql.jdbc.metadata.RowValueBuilder
Creates instance of RowValueBuilder.

S

safelyDetach() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
Performs FbAttachment.close() suppressing any exception.
SAVE_POINT - org.firebirdsql.gds.ng.StatementType
 
SCROLLABLE_CURSOR_EMULATED - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
 
SCROLLABLE_CURSOR_SERVER - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
 
scrollableCursor - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
SEC_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
sec_flags - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
 
second - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Deprecated.
 
SECURITY_FIRST_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_GROUPID - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_GROUPNAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_LAST_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_MIDDLE_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_PASSWORD - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_USER_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_USERID - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
********************************************************************** Parameters for ACTION_ADD_USER, ACTION_DELETE_USER, ACTION_MODIFY_USER, and ACTION_DISPLAY_USER service calls.
seek(int) - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
seek(int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Move current position in the Blob stream.
seek(int, int) - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
seek(int, int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Move current position in the Blob stream.
seek(int, FbBlob.SeekMode) - Method in interface org.firebirdsql.gds.ng.FbBlob
Performs a seek on a blob with the specified seekMode and offset.
seek(int, FbBlob.SeekMode) - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
seek(int, FbBlob.SeekMode) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireOutputBlob
 
seek(int, FbBlob.SeekMode) - Method in class org.firebirdsql.gds.ng.wire.version10.V10InputBlob
 
seek(int, FbBlob.SeekMode) - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
SEEK_MODE_ABSOLUTE - Static variable in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Seek based on the absolute beginning of the stream
SEEK_MODE_FROM_TAIL - Static variable in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Seek relative to the tail end of the stream
SEEK_MODE_RELATIVE - Static variable in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Seek relative to the current position in the stream
SELECT - org.firebirdsql.gds.ng.StatementType
 
SELECT - org.firebirdsql.jaybird.parser.LocalStatementType
SELECT statement, including selectable stored procedures.
SELECT_FOR_UPDATE - org.firebirdsql.gds.ng.StatementType
 
selectableProcedure - Variable in class org.firebirdsql.jdbc.FBCallableStatement
 
sendAllocate() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Sends the allocate request to the server.
sendAttachOrCreateToBuffer(DatabaseParameterBuffer, boolean) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
Sends the buffer for op_attach or op_create
sendAttachToBuffer(ServiceParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
Sends the buffer for op_service_attach
sendBatchCreate(FbBatchConfig) - Method in class org.firebirdsql.gds.ng.wire.version16.V16Statement
 
sendBatchMsg(Collection<RowValue>) - Method in class org.firebirdsql.gds.ng.wire.version16.V16Statement
 
sendExecute(int, RowValue) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Sends the execute (for op_execute or op_execute2) to the database.
sendExecute(int, RowValue) - Method in class org.firebirdsql.gds.ng.wire.version16.V16Statement
 
sendExecute(int, RowValue) - Method in class org.firebirdsql.gds.ng.wire.version18.V18Statement
 
sendFetch(int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Sends the fetch request to the database.
sendFetchScroll(FetchType, int, int) - Method in class org.firebirdsql.gds.ng.wire.version18.V18Statement
 
sendFree(int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Sends the free statement to the database
sendPrepare(String) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Sends the statement prepare to the connection.
serialize(Object) - Static method in class org.firebirdsql.ds.DataSourceFactory
 
server - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
server to administer
C type : ISC_SCHAR*
SERVER_DEFAULT_BUFFER_SIZE - Static variable in interface org.firebirdsql.gds.ng.FbBatchConfig
FbBatchConfig.batchBufferSize() value to signal to use server default batch buffer size.
SERVER_DEFAULT_DETAILED_ERRORS - Static variable in interface org.firebirdsql.gds.ng.FbBatchConfig
FbBatchConfig.detailedErrors() value to signal to use server default detailed errors.
SERVER_MAXIMUM_BUFFER_SIZE - Static variable in interface org.firebirdsql.gds.ng.FbBatchConfig
FbBatchConfig.batchBufferSize() value to signal to use server maximum batch buffer size.
serverBatchBufferSize - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
serverName - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
serviceConnect(IServiceProperties) - Method in interface org.firebirdsql.gds.ng.FbDatabaseFactory
Connects to the service manager of a Firebird server with the supplied service properties.
serviceConnect(IServiceProperties) - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
 
serviceConnect(IServiceProperties) - Method in class org.firebirdsql.gds.ng.wire.FbWireDatabaseFactory
 
ServiceConnectionProperties - Interface in org.firebirdsql.jaybird.props
Properties for services.
ServiceListener - Interface in org.firebirdsql.gds.ng.listeners
Listener for service events.
serviceListenerDispatcher - Variable in class org.firebirdsql.gds.ng.AbstractFbService
 
ServiceListenerDispatcher - Class in org.firebirdsql.gds.ng.listeners
 
ServiceListenerDispatcher() - Constructor for class org.firebirdsql.gds.ng.listeners.ServiceListenerDispatcher
 
ServiceManager - Interface in org.firebirdsql.management
The base Firebird Service API functionality.
serviceName - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
ServiceParameterBuffer - Interface in org.firebirdsql.gds
Instance of this interface represents a Service Parameter Buffer from the Firebird API documentation and specifies the attributes for the Services API connection.
ServiceParameterBufferImp - Class in org.firebirdsql.gds.impl
Implementation of ServiceParameterBuffer.
ServiceParameterBufferImp(ServiceParameterBufferImp.SpbMetaData, Encoding) - Constructor for class org.firebirdsql.gds.impl.ServiceParameterBufferImp
Creates an empty service parameter buffer
ServiceParameterBufferImp.SpbMetaData - Enum in org.firebirdsql.gds.impl
 
ServiceRequestBuffer - Interface in org.firebirdsql.gds
Instance of this interface represents a Service Request Buffer from the Firebird API documentation and specifies the attributes for the Services API operation.
ServiceRequestBufferImp - Class in org.firebirdsql.gds.impl
Implementation of ServiceRequestBufferImp.
ServiceRequestBufferImp(ServiceRequestBufferImp.SrbMetaData, Encoding) - Constructor for class org.firebirdsql.gds.impl.ServiceRequestBufferImp
 
ServiceRequestBufferImp.SrbMetaData - Enum in org.firebirdsql.gds.impl
 
SESSION_TIME_ZONE - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
SESSION_TIME_ZONE_SERVER - Static variable in interface org.firebirdsql.gds.ng.IConnectionProperties
Deprecated.
will be removed in Jaybird 6, use PropertyConstants.SESSION_TIME_ZONE_SERVER
SESSION_TIME_ZONE_SERVER - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
 
sessionTimeZone - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
set(byte[]) - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
Sets the field data of the current field.
SET_DB_CHARSET - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
SET_DB_READONLY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
SET_DB_SQL_DIALECT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
SET_GENERATOR - org.firebirdsql.gds.ng.StatementType
 
SET_PAGE_BUFFERS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
setAdminRoleMapping() - Method in class org.firebirdsql.management.FBUserManager
 
setAdminRoleMapping() - Method in interface org.firebirdsql.management.UserManager
Sets AUTO ADMIN MAPPING for role RDB$ADMIN in security database
setAfterLast() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Marks the cursor position as after-last.
setArray(int, Array) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setAsciiStream(int, InputStream) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setAsciiStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setAsciiStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setAsciiStream(long) - Method in class org.firebirdsql.jdbc.FBClob
 
setAsciiStream(long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
setAsciiStream(String, InputStream) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setAttached() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
Called when this attachment is attached.
setAttachObjectName(String) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Sets the attach object name.
setAuthComplete(boolean) - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
setAuthPlugins(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setAuthPlugins(String) - Method in class org.firebirdsql.event.FBEventManager
 
setAuthPlugins(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Sets the authentication plugins to try.
setAuthPlugins(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setAutoCommit(boolean) - Method in class org.firebirdsql.jdbc.FBConnection
 
setBackupBufferSize(int) - Method in class org.firebirdsql.management.FBStreamingBackupManager
Set the local buffer size to be used when doing a backup.
setBackupFile(String) - Method in class org.firebirdsql.management.FBNBackupManager
 
setBackupFile(String) - Method in interface org.firebirdsql.management.NBackupManager
Sets the location of the backup file.
setBackupGuid(String) - Method in class org.firebirdsql.management.FBNBackupManager
 
setBackupGuid(String) - Method in interface org.firebirdsql.management.NBackupManager
Sets the backup GUID (Firebird 4 and higher only).
setBackupLevel(int) - Method in class org.firebirdsql.management.FBNBackupManager
 
setBackupLevel(int) - Method in interface org.firebirdsql.management.NBackupManager
Sets the backup level (0 = full, 1..n = incremental)
setBackupOutputStream(OutputStream) - Method in class org.firebirdsql.management.FBStreamingBackupManager
 
setBackupPath(String) - Method in interface org.firebirdsql.management.BackupManager
Sets the location of the backup file.
setBackupPath(String) - Method in class org.firebirdsql.management.FBBackupManager
 
setBackupPath(String) - Method in class org.firebirdsql.management.FBStreamingBackupManager
 
setBeforeFirst() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Marks the cursor position as before-first.
setBigDecimal(int, BigDecimal) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setBigDecimal(String, BigDecimal) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBigDecimal(BigDecimal) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBigInteger(BigInteger) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBinaryStream(int, InputStream) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBinaryStream(int, InputStream) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setBinaryStream(long) - Method in class org.firebirdsql.jdbc.FBBlob
 
setBinaryStream(long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Set the contents of blob as binary stream.
setBinaryStream(InputStream) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBinaryStream(InputStream, int) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBinaryStream(InputStream, long) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBinaryStream(String, InputStream) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBinaryStreamInternal(InputStream, long) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBinaryStreamInternal(InputStream, long) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setBlob(int, InputStream) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBlob(int, InputStream) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBlob(int, InputStream, long) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setBlob(int, Blob) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBlob(int, Blob) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setBlob(String, InputStream) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBlob(String, InputStream, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBlob(String, Blob) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBlob(Blob) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBlob(Blob) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setBlob(FBBlob) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBlob(FBBlob) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setBlobBufferLength(Integer) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Deprecated.
setBlobBufferSize(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setBlobBufferSize(int) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
 
setBlobId(long) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireOutputBlob
Sets the blob id.
setBlobListener(FBObjectListener.BlobListener) - Method in interface org.firebirdsql.jdbc.field.BlobListenableField
Sets the blob listener of the field.
setBlobListener(FBObjectListener.BlobListener) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setBoolean(boolean) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBoolean(int, boolean) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBoolean(int, boolean) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setBoolean(String, boolean) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBooleanProperty(String, Boolean) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setBooleanProperty(String, Boolean) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setBooleanProperty(String, Boolean) - Method in class org.firebirdsql.event.FBEventManager
 
setBooleanProperty(String, Boolean) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setBooleanProperty(String, Boolean) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setBooleanProperty(String, Boolean) - Method in interface org.firebirdsql.jaybird.props.BaseProperties
Sets a boolean property by name.
setBooleanProperty(String, Boolean) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
setBooleanProperty(String, Boolean) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setBooleanProperty(String, Boolean) - Method in class org.firebirdsql.management.FBServiceManager
 
setBuffersNumber(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
Deprecated.
setBuffersNumber(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Deprecated.
Use DatabaseConnectionProperties.setPageCacheSize(int); will be removed in Jaybird 6
setByte(byte) - Method in class org.firebirdsql.jdbc.field.FBField
 
setByte(int, byte) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setByte(int, byte) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setByte(String, byte) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBytes(byte[]) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBytes(byte[]) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setBytes(int, byte[]) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setBytes(int, byte[]) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setBytes(long, byte[]) - Method in class org.firebirdsql.jdbc.FBBlob
 
setBytes(long, byte[]) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Set contents of the blob.
setBytes(long, byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlob
 
setBytes(long, byte[], int, int) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Set the contents of blob.
setBytes(String, byte[]) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setCachedObject(FBFlushableField.CachedObject) - Method in interface org.firebirdsql.jdbc.field.FBFlushableField
 
setCachedObject(FBFlushableField.CachedObject) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setCatalog(String) - Method in class org.firebirdsql.jdbc.FBConnection
setCharacterStream(int, Reader) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setCharacterStream(int, Reader) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setCharacterStream(long) - Method in class org.firebirdsql.jdbc.FBClob
 
setCharacterStream(long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
setCharacterStream(Reader) - Method in class org.firebirdsql.jdbc.field.FBField
 
setCharacterStream(Reader, int) - Method in class org.firebirdsql.jdbc.field.FBField
 
setCharacterStream(Reader, long) - Method in class org.firebirdsql.jdbc.field.FBField
 
setCharacterStream(String, Reader) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setCharacterStreamInternal(Reader, long) - Method in class org.firebirdsql.jdbc.field.FBField
 
setCharacterStreamInternal(Reader, long) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setCharSet(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setCharSet(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Set the Java character set for the connection.
setCharSet(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setCipher(Cipher) - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
 
setCipher(Cipher) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
 
setCleanHistory(boolean) - Method in class org.firebirdsql.management.FBNBackupManager
 
setCleanHistory(boolean) - Method in interface org.firebirdsql.management.NBackupManager
Enables clean history on backup.
setClientInfo(String, String) - Method in class org.firebirdsql.jdbc.FBConnection
 
setClientInfo(PreparedStatement, String, String) - Method in class org.firebirdsql.jdbc.FBConnection
 
setClientInfo(Properties) - Method in class org.firebirdsql.jdbc.FBConnection
 
setClob(int, Reader) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setClob(int, Reader) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setClob(int, Clob) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setClob(int, Clob) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setClob(String, Reader) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setClob(String, Reader, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setClob(String, Clob) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setClob(Clob) - Method in class org.firebirdsql.jdbc.field.FBField
 
setClob(Clob) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setClob(FBClob) - Method in class org.firebirdsql.jdbc.field.FBField
 
setClob(FBClob) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setColumnLabelForName(boolean) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setColumnLabelForName(boolean) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Set if ResultSetMetaData.getColumnName(int) returns the columnLabel instead of the columnName.
setConnection(GDSHelper) - Method in class org.firebirdsql.jdbc.field.FBField
 
setConnectionDialect(short) - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
Deprecated.
Use DatabaseConnectionProperties.setSqlDialect(int); will be removed in Jaybird 6
setConnectionHandle(FirebirdConnection) - Method in class org.firebirdsql.jaybird.xca.XcaConnectionEvent
 
setConnectionProperties(FBConnectionProperties) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setConnectTimeout(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setConnectTimeout(int) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Set the connect timeout in seconds.
setCreateOnStart(boolean) - Method in class org.firebirdsql.management.FBManager
 
setCreateOnStart(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
Set if the database will be created when calling FBManagerMBean.start().
setCurrentTransaction(FbTransaction) - Method in class org.firebirdsql.gds.impl.GDSHelper
 
setCursorFlag(CursorFlag) - Method in interface org.firebirdsql.gds.ng.FbStatement
Set cursor flag.
setCursorFlag(CursorFlag) - Method in class org.firebirdsql.gds.ng.wire.version18.V18Statement
 
setCursorName(String) - Method in interface org.firebirdsql.gds.ng.FbStatement
Sets the named cursor name for this statement.
setCursorName(String) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
setCursorName(String) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
setCursorName(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
setDatabase(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
Deprecated.
setDatabase(String) - Method in interface org.firebirdsql.event.EventManager
Deprecated.
Use EventManager.setDatabaseName(String); will be removed in Jaybird 6 or later
setDatabase(String) - Method in class org.firebirdsql.event.FBEventManager
Deprecated.
setDatabase(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Deprecated.
Use DatabaseConnectionProperties.setDatabaseName(String); will be removed in Jaybird 6 or later
setDatabase(String) - Method in interface org.firebirdsql.management.BackupManager
Set the path to the database.
setDatabase(String) - Method in class org.firebirdsql.management.FBBackupManagerBase
 
setDatabase(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setDatabase(String) - Method in interface org.firebirdsql.management.NBackupManager
Set the path to the database.
setDatabase(String) - Method in interface org.firebirdsql.management.ServiceManager
Sets the database path for the connection to the service manager.
setDatabaseAccessMode(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
setDatabaseAccessMode(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Set the database to have read-write or read-only access.
setDatabaseDialect(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
setDatabaseDialect(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Set the database's dialect.
setDatabaseDialect(short) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
Sets the dialect of the database.
setDatabaseName(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setDatabaseName(String) - Method in interface org.firebirdsql.event.EventManager
Set the database name.
setDatabaseName(String) - Method in class org.firebirdsql.event.FBEventManager
 
setDatabaseName(String) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Sets the database of the connection
setDataTypeBind(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setDataTypeBind(String) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Sets the dataTypeBind configuration.
setDate(int, Date) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setDate(int, Date) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setDate(int, Date, Calendar) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setDate(String, Date) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setDate(String, Date, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setDate(Date) - Method in class org.firebirdsql.jdbc.field.FBField
 
setDate(Date, Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
setDbCryptConfig(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setDbCryptConfig(String) - Method in class org.firebirdsql.event.FBEventManager
 
setDbCryptConfig(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Sets the database encryption plugin configuration.
setDbCryptConfig(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setDecfloatRound(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setDecfloatRound(String) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Sets the DECFLOAT rounding mode
setDecfloatTraps(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setDecfloatTraps(String) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Sets the DECFLOAT error traps.
setDecimal(Decimal<?>) - Method in class org.firebirdsql.jdbc.field.FBField
Sets the value as a Decimal type.
setDefaultCacheBuffer(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
setDefaultCacheBuffer(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Set the default page-buffer count to be cached in the database.
setDefaultCharacterSet(String) - Method in class org.firebirdsql.management.FBManager
 
setDefaultCharacterSet(String) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the default database character set to use when creating a new database.
setDefaultConnectionManager(XcaConnectionManager) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
setDefaultIsolation(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setDefaultIsolation(String) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Set the default transaction isolation level as string.
setDefaultResultSetHoldable(boolean) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setDefaultResultSetHoldable(boolean) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Set if ResultSet should be ResultSet.HOLD_CURSORS_OVER_COMMIT by default.
setDefaultTransactionIsolation(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setDefaultTransactionIsolation(int) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Set the default transaction isolation level.
setDescription(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setDescription(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Set description of this datasource.
setDetached() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
Called when this attachment is detached.
setDialect(int) - Method in class org.firebirdsql.management.FBManager
 
setDialect(int) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the database dialect to use when creating a new database.
setDouble(double) - Method in class org.firebirdsql.jdbc.field.FBField
 
setDouble(int, double) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setDouble(int, double) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setDouble(String, double) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setDropOnStop(boolean) - Method in class org.firebirdsql.management.FBManager
 
setDropOnStop(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
Set if the database will be created when calling FBManagerMBean.stop().
setEncoding(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setEncoding(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Set the Firebird character set for the connection.
setEof() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
Marks this blob as EOF (End of file).
setEscapeProcessing(boolean) - Method in class org.firebirdsql.jdbc.FBStatement
 
setEventCount(int) - Method in class org.firebirdsql.gds.ng.AbstractEventHandle
Sets the current known event count for this handle.
setEventCount(int) - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
 
setEventId(int) - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
setExpectedDb(String) - Method in interface org.firebirdsql.jaybird.props.ServiceConnectionProperties
Filename or alias of the database expected to be accessed by the service operation (isc_spb_expected_db).
setExpectedDb(String) - Method in class org.firebirdsql.management.FBServiceManager
Filename or alias of the database expected to be accessed by the service operation (isc_spb_expected_db).
setFetchDirection(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
setFetchDirection(int) - Method in class org.firebirdsql.jdbc.FBStatement
 
setFetchSize(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
setFetchSize(int) - Method in class org.firebirdsql.jdbc.FBStatement
 
setFieldData(byte[]) - Method in class org.firebirdsql.jdbc.field.FBField
 
setFieldData(byte[]) - Method in interface org.firebirdsql.jdbc.field.FieldDataProvider
Set raw content of the field.
setFieldData(int, byte[]) - Method in class org.firebirdsql.gds.ng.fields.RowValue
Sets the data of the field with index.
setFieldIndex(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Sets the field index for the current field under construction.
setFieldIndex(int) - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
Sets the index of the current field to populate.
setFieldName(String) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Sets the (aliased) field name.
setFileName(String) - Method in class org.firebirdsql.management.FBManager
 
setFileName(String) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the file name or alias of the database.
setFirstName(String) - Method in class org.firebirdsql.management.FBUser
 
setFirstName(String) - Method in interface org.firebirdsql.management.User
Optional first name of the person using this user name.
setFirstTime(boolean) - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
setFloat(float) - Method in class org.firebirdsql.jdbc.field.FBField
 
setFloat(int, float) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setFloat(int, float) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setFloat(String, float) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setForceCreate(boolean) - Method in class org.firebirdsql.management.FBManager
 
setForceCreate(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
Set if the database will be dropped if exists when creating a database.
setForcedWrites(boolean) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
setForcedWrites(boolean) - Method in interface org.firebirdsql.management.MaintenanceManager
Enable or disable forced (synchronous) writes in the database.
setForceWrite(Boolean) - Method in class org.firebirdsql.management.FBManager
 
setForceWrite(Boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
Control force write behaviour of the created database.
setFractionsFromNanos(long) - Method in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Deprecated.
Sets the sub-second fraction (100 microseconds) from a nanosecond value.
setGeneratedKeysEnabled(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setGeneratedKeysEnabled(String) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Sets the generatedKeysEnabled configuration.
setGroupId(int) - Method in class org.firebirdsql.management.FBUser
 
setGroupId(int) - Method in interface org.firebirdsql.management.User
Optional group ID number, defined in /etc/group, to assign to the user in security database; reserved for future implementation
setHandle(int) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
setHandle(int) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
setHoldability(int) - Method in class org.firebirdsql.jdbc.FBConnection
 
setHost(String) - Method in interface org.firebirdsql.event.EventManager
Deprecated.
Use AttachmentProperties.setServerName(String); will be removed in Jaybird 6 or later
setHost(String) - Method in class org.firebirdsql.event.FBEventManager
Deprecated.
setHost(String) - Method in class org.firebirdsql.management.FBServiceManager
Deprecated.
setHost(String) - Method in interface org.firebirdsql.management.ServiceManager
Deprecated.
Use AttachmentProperties.setServerName(String); will be removed in Jaybird 6 or later
setIgnoreProcedureType(boolean) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setIgnoreProcedureType(boolean) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Sets the value ignoreProcedureType.
setIndex(int) - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
setInPlaceRestore(boolean) - Method in class org.firebirdsql.management.FBNBackupManager
 
setInPlaceRestore(boolean) - Method in interface org.firebirdsql.management.NBackupManager
Enables in-place restore.
setInt(int) - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
Sets the field data by encoding the provided int.
setInt(int, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setInt(int, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setInt(Number) - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
Sets the field data by encoding the provided Number or null.
setInt(String, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setInteger(int) - Method in class org.firebirdsql.jdbc.field.FBField
 
setIntProperty(String, Integer) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setIntProperty(String, Integer) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setIntProperty(String, Integer) - Method in class org.firebirdsql.event.FBEventManager
 
setIntProperty(String, Integer) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setIntProperty(String, Integer) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setIntProperty(String, Integer) - Method in interface org.firebirdsql.jaybird.props.BaseProperties
Sets an int property by name.
setIntProperty(String, Integer) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
setIntProperty(String, Integer) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setIntProperty(String, Integer) - Method in class org.firebirdsql.management.FBServiceManager
 
setKeepDays(int) - Method in class org.firebirdsql.management.FBNBackupManager
 
setKeepDays(int) - Method in interface org.firebirdsql.management.NBackupManager
Sets the number of days of backup history to keep.
setKeepRows(int) - Method in class org.firebirdsql.management.FBNBackupManager
 
setKeepRows(int) - Method in interface org.firebirdsql.management.NBackupManager
Sets the number of rows of backup history to keep (this includes the row created by the backup).
setLargeMaxRows(long) - Method in class org.firebirdsql.jdbc.FBStatement
setLastName(String) - Method in class org.firebirdsql.management.FBUser
 
setLastName(String) - Method in interface org.firebirdsql.management.User
Optional last name of the person using this user name.
setLength(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Set the defined length of the field.
setLogger(OutputStream) - Method in class org.firebirdsql.management.FBServiceManager
 
setLogger(OutputStream) - Method in interface org.firebirdsql.management.ServiceManager
Sets the logger for the connection to the service manager.
setLoginTimeout(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
setLoginTimeout(int) - Method in class org.firebirdsql.jdbc.FBDataSource
 
setLogWriter(PrintWriter) - Method in class org.firebirdsql.ds.RootCommonDataSource
 
setLong(int, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setLong(int, long) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setLong(long) - Method in class org.firebirdsql.jdbc.field.FBField
 
setLong(String, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setManagedConnection(FBManagedConnection) - Method in class org.firebirdsql.jdbc.FBConnection
Set the FBManagedConnection around which this connection is based.
setManagedEnvironment(boolean) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
 
setManagedEnvironment(boolean) - Method in class org.firebirdsql.jdbc.FBConnection
 
setMapping(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jdbc.FBTpbMapper
Set mapping for the specified transaction isolation.
setMaxFieldSize(int) - Method in class org.firebirdsql.jdbc.FBStatement
 
setMaxRows(int) - Method in class org.firebirdsql.jdbc.FBStatement
 
setMiddleName(String) - Method in class org.firebirdsql.management.FBUser
 
setMiddleName(String) - Method in interface org.firebirdsql.management.User
Optional middle name of the person using this user name.
setName(String) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Set the name of the procedure to be called.
setNCharacterStream(int, Reader) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setNCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setNCharacterStream(String, Reader) - Method in class org.firebirdsql.jdbc.FBCallableStatement
setNCharacterStream(String, Reader, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
setNClob(int, Reader) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setNClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setNClob(int, NClob) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setNClob(String, Reader) - Method in class org.firebirdsql.jdbc.FBCallableStatement
setNClob(String, Reader, long) - Method in class org.firebirdsql.jdbc.FBCallableStatement
setNClob(String, NClob) - Method in class org.firebirdsql.jdbc.FBCallableStatement
setNetworkTimeout(int) - Method in interface org.firebirdsql.gds.ng.FbAttachment
Sets the network timeout for this attachment.
setNetworkTimeout(int) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
setNetworkTimeout(int) - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
setNetworkTimeout(int) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
setNetworkTimeout(int) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
 
setNetworkTimeout(int) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
setNetworkTimeout(int) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Sets the network timeout for this attachment.
setNetworkTimeout(Executor, int) - Method in class org.firebirdsql.jdbc.FBConnection
 
setNext(GDSException) - Method in exception org.firebirdsql.gds.GDSException
Deprecated.
will be removed in Jaybird 6 without replacement
setNoDBTriggers(boolean) - Method in class org.firebirdsql.management.FBNBackupManager
 
setNoDBTriggers(boolean) - Method in interface org.firebirdsql.management.NBackupManager
Sets the option no database triggers when connecting at backup or in-place restore.
setNonStandardProperty(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Method that allows setting non-standard property in the form "key=value" form.
setNonStandardProperty(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setNonStandardProperty(String) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
setNonStandardProperty(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setNonStandardProperty(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set the property that does not have corresponding setter method.
setNonStandardProperty(String, String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Deprecated.
Use BaseProperties.setProperty(String, String); will be removed in Jaybird 6
setNString(int, String) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setNString(String, String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
setNull() - Method in class org.firebirdsql.jdbc.field.FBField
 
setNull() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setNull(int, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setNull(int, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setNull(int, int, String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setNull(int, int, String) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setNull(String, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setNull(String, int, String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setObject(int, Object) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setObject(int, Object) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setObject(int, Object, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setObject(int, Object, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setObject(int, Object, int, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setObject(int, Object, int, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setObject(int, Object, SQLType) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setObject(int, Object, SQLType, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setObject(Object) - Method in class org.firebirdsql.jdbc.field.FBField
 
setObject(String, Object) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setObject(String, Object, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setObject(String, Object, int, int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setOdsMajor(int) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
Sets the ODS (On Disk Structure) major version of the database associated with this connection.
setOdsMinor(int) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
Sets the ODS (On Disk Structure) minor version of the database associated with this connection.
setOpen(boolean) - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
Sets the open state of the blob to the specified value.
setOriginalName(String) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Sets the original field name.
setOriginalTableName(String) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Sets the original name of the underlying table.
setOwnerName(String) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Sets the owner (database username) of the field.
setPageCacheSize(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setPageCacheSize(int) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Set the page cache size.
setPageFill(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
setPageFill(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Set the page fill strategy for when inserting records.
setPageSize(int) - Method in class org.firebirdsql.management.FBManager
 
setPageSize(int) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the page size to use when creating a new database.
setParallelWorkers(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setParallelWorkers(int) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Sets the number of parallel workers of the connection.
setParameter(int, String) - Method in class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Sets the parameter value
setParameterDescriptor(RowDescriptor) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Sets the parameter descriptor.
setParameterDescriptor(RowDescriptor) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
setParameters(List<String>) - Method in class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Sets the parameter values.
setPassword(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setPassword(String) - Method in class org.firebirdsql.event.FBEventManager
 
setPassword(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
setPassword(String) - Method in class org.firebirdsql.jaybird.xca.FBConnectionRequestInfo
 
setPassword(String) - Method in class org.firebirdsql.management.FBManager
 
setPassword(String) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the password.
setPassword(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setPassword(String) - Method in class org.firebirdsql.management.FBUser
 
setPassword(String) - Method in interface org.firebirdsql.management.User
Password for the specified user.
setPoolable(boolean) - Method in class org.firebirdsql.jdbc.FBStatement
 
setPort(int) - Method in interface org.firebirdsql.event.EventManager
Deprecated.
Use AttachmentProperties.setPortNumber(int); will be removed in Jaybird 6 or later
setPort(int) - Method in class org.firebirdsql.event.FBEventManager
Deprecated.
setPort(int) - Method in class org.firebirdsql.management.FBManager
 
setPort(int) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the port of the Firebird server.
setPort(int) - Method in class org.firebirdsql.management.FBServiceManager
Deprecated.
setPort(int) - Method in interface org.firebirdsql.management.ServiceManager
Deprecated.
Use AttachmentProperties.setPortNumber(int); will be removed in Jaybird 6 or later
setPortNumber(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setPortNumber(int) - Method in class org.firebirdsql.event.FBEventManager
 
setPortNumber(int) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Set the port number of the server.
setPortNumber(int) - Method in class org.firebirdsql.management.FBServiceManager
 
setPreserveSequence(boolean) - Method in class org.firebirdsql.management.FBNBackupManager
 
setPreserveSequence(boolean) - Method in interface org.firebirdsql.management.NBackupManager
Enables preserve sequence (for fixup or restore).
setProcessId(Integer) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setProcessId(Integer) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Sets a custom process id to send to Firebird on attach.
setProcessName(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setProcessName(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Sets a custom process name to send to Firebird on attach
setProperty(String, String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setProperty(String, String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setProperty(String, String) - Method in class org.firebirdsql.event.FBEventManager
 
setProperty(String, String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setProperty(String, String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setProperty(String, String) - Method in interface org.firebirdsql.jaybird.props.BaseProperties
Sets a property by name.
setProperty(String, String) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
setProperty(String, String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setProperty(String, String) - Method in class org.firebirdsql.management.FBServiceManager
 
setQueryTimeout(int) - Method in class org.firebirdsql.jdbc.FBStatement
setRawDateTimeStruct(DatatypeCoder.RawDateTimeStruct) - Method in class org.firebirdsql.jdbc.field.FBField
setReadOnly(boolean) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
Set whether this connection is to be readonly
setReadOnly(boolean) - Method in class org.firebirdsql.jaybird.xca.FBTpb
Set the read-only flag on this TPB.
setReadOnly(boolean) - Method in class org.firebirdsql.jdbc.FBConnection
 
setRef(int, Ref) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setRequiredType(int) - Method in class org.firebirdsql.jdbc.field.FBField
Set the required type for FBField.getObject() conversion.
setRequiredTypes() - Method in class org.firebirdsql.jdbc.FBCallableStatement
Set required types for output parameters.
setRestoreInputStream(InputStream) - Method in class org.firebirdsql.management.FBStreamingBackupManager
 
setRestorePageBufferCount(int) - Method in interface org.firebirdsql.management.BackupManager
Set the default number of pages to be buffered (cached) by default in a restored database.
setRestorePageBufferCount(int) - Method in class org.firebirdsql.management.FBBackupManagerBase
Set the default number of pages to be buffered (cached) by default in a restored database.
setRestorePageSize(int) - Method in interface org.firebirdsql.management.BackupManager
Set the page size that will be used for a restored database.
setRestorePageSize(int) - Method in class org.firebirdsql.management.FBBackupManagerBase
Set the page size that will be used for a restored database.
setRestorePageSize(int) - Method in class org.firebirdsql.management.FBStreamingBackupManager
Set the page size that will be used for a restored database.
setRestoreReadOnly(boolean) - Method in interface org.firebirdsql.management.BackupManager
Set the read-only attribute on a restored database.
setRestoreReadOnly(boolean) - Method in class org.firebirdsql.management.FBBackupManagerBase
Set the read-only attribute on a restored database.
setRestoreReplace(boolean) - Method in interface org.firebirdsql.management.BackupManager
Set the restore operation to create a new database, as opposed to overwriting an existing database.
setRestoreReplace(boolean) - Method in class org.firebirdsql.management.FBBackupManagerBase
Set the restore operation to create a new database, as opposed to overwriting an existing database.
setRoleName(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setRoleName(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
setRoleName(String) - Method in class org.firebirdsql.management.FBManager
 
setRoleName(String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
setRowDescriptor(RowDescriptor) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Sets the (result set) row descriptor.
setRowDescriptor(RowDescriptor) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
setRowId(int, RowId) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setRowId(String, RowId) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setRowId(RowId) - Method in class org.firebirdsql.jdbc.field.FBField
 
setSavepoint() - Method in class org.firebirdsql.jdbc.FBConnection
 
setSavepoint(String) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a named savepoint.
setScale(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Set the scale of the field.
setSchema(String) - Method in class org.firebirdsql.jdbc.FBConnection
setScrollableCursor(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setScrollableCursor(String) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Sets the type of scrollable cursor.
setSecurityDatabase(String) - Method in class org.firebirdsql.management.FBUserManager
 
setSecurityDatabase(String) - Method in interface org.firebirdsql.management.UserManager
Sets the security database and therefore overrides the per default used security database (e.g.
setSelectableProcedure(boolean) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setSelectableProcedure(boolean) - Method in interface org.firebirdsql.jdbc.FirebirdCallableStatement
Mark this callable statement as a call of the selectable procedure.
setServer(String) - Method in class org.firebirdsql.management.FBManager
 
setServer(String) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the host name of the Firebird server.
setServerBatchBufferSize(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setServerBatchBufferSize(int) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Sets the server batch buffer size (if server batch is supported and enabled).
setServerData(byte[]) - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
Sets data received from the server.
setServerData(byte[]) - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
setServerName(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setServerName(String) - Method in class org.firebirdsql.event.FBEventManager
 
setServerName(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Set the hostname or IP address of the Firebird server.
setServerName(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setServerVersion(String...) - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
Sets the Firebird version from one or more version string elements.
setServiceName(String) - Method in interface org.firebirdsql.jaybird.props.ServiceConnectionProperties
Sets the service name
setServiceName(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setSessionTimeZone(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setSessionTimeZone(String) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Sets the sessionTimeZone.
setShort(int) - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
Sets the field data by encoding the provided int as a short.
setShort(int, short) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setShort(int, short) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setShort(short) - Method in class org.firebirdsql.jdbc.field.FBField
 
setShort(short) - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
Sets the field data by encoding the provided short.
setShort(Number) - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
Sets the field data by encoding the provided Number as a short or null.
setShort(String, short) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setSocketBufferSize(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setSocketBufferSize(int) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Set the socket buffer size.
setSoTimeout(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setSoTimeout(int) - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Sets the socket blocking timeout (SO_TIMEOUT) of the socket.
setSoTimeout(int) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Set the initial Socket blocking timeout (SoTimeout).
setSqlDialect(int) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setSqlDialect(int) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
 
setSQLXML(int, SQLXML) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setSQLXML(String, SQLXML) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setStatements(Collection<FBStatement>) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
setString(int, String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setString(int, String) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setString(long, String) - Method in class org.firebirdsql.jdbc.FBClob
setString(long, String) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
setString(long, String, int, int) - Method in class org.firebirdsql.jdbc.FBClob
setString(long, String, int, int) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
setString(String) - Method in class org.firebirdsql.jdbc.field.FBField
 
setString(String) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setString(String) - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
Sets the field data by encoding the provided String.
setString(String, String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setSubType(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Set the Firebird subtype of the field.
setSweepThreshold(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
setSweepThreshold(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Set the database automatic sweep interval to a given number of transactions.
setTableAlias(String) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Sets the alias of the underlying table.
setTime(int, Time) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setTime(int, Time) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setTime(int, Time, Calendar) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setTime(String, Time) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setTime(String, Time, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setTime(Time) - Method in class org.firebirdsql.jdbc.field.FBField
 
setTime(Time, Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
setTimeout(long) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
setTimeout(long) - Method in interface org.firebirdsql.gds.ng.FbStatement
Sets the statement timeout.
setTimestamp(int, Timestamp) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setTimestamp(String, Timestamp) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setTimestamp(Timestamp) - Method in class org.firebirdsql.jdbc.field.FBField
 
setTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
setTimestampUsesLocalTimezone(boolean) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
Deprecated.
setTimestampUsesLocalTimezone(boolean) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Deprecated.
This property has unclear semantics and will be removed in Jaybird 6
setTpbMapping(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setTpbMapping(String) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Set path to the properties file with the TPB mapping.
setTransaction(FbTransaction) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
setTransaction(FbTransaction) - Method in interface org.firebirdsql.gds.ng.FbStatement
Associates a transaction with this statement
setTransactionCoordinator(boolean, boolean) - Method in class org.firebirdsql.jdbc.FBConnection
 
setTransactionIsolation(int) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
Set the transaction level for this connection.
setTransactionIsolation(int) - Method in class org.firebirdsql.jdbc.FBConnection
 
setTransactionParameterBuffer(TransactionParameterBuffer) - Method in class org.firebirdsql.jaybird.xca.FBTpb
 
setTransactionParameters(int, int[]) - Method in class org.firebirdsql.jdbc.FBConnection
Deprecated.
setTransactionParameters(int, int[]) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnectionFactory
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jdbc.FBConnection
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Set transaction parameters for the specified transaction isolation level.
setTransactionParameters(int, TransactionParameterBuffer) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set transaction parameters for the specified transaction isolation level.
setTransactionParameters(TransactionParameterBuffer) - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
 
setTransactionParameters(TransactionParameterBuffer) - Method in class org.firebirdsql.jdbc.FBConnection
 
setTransactionParameters(TransactionParameterBuffer) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Set transaction parameters for the next transactions.
setTrimTrailing(boolean) - Method in interface org.firebirdsql.jdbc.field.TrimmableField
Enable or disable trimming of trailing spaces.
setType(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Set the Firebird data type of the field.
setType(int) - Method in class org.firebirdsql.jdbc.FBProcedureParam
Set the SQL type of this parameter
setType(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setType(String) - Method in class org.firebirdsql.event.FBEventManager
 
setType(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
setType(String) - Method in class org.firebirdsql.management.FBManager
 
setType(String) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the GDS plugin type to use.
setType(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setType(StatementType) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Sets the StatementType
setTypeMap(Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBConnection
 
setUnicodeStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
Deprecated. 
setURL(int, URL) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
setURL(String, URL) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setUseFirebirdAutocommit(boolean) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setUseFirebirdAutocommit(boolean) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Set whether to use Firebird autocommit (experimental).
setUser(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setUser(String) - Method in class org.firebirdsql.event.FBEventManager
 
setUser(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
 
setUser(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setUserId(int) - Method in class org.firebirdsql.management.FBUser
 
setUserId(int) - Method in interface org.firebirdsql.management.User
Optional user ID number, defined in /etc/passwd, to assign to the user in security database; reserved for future implementation
setUserName(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
Deprecated.
setUserName(String) - Method in class org.firebirdsql.jaybird.xca.FBConnectionRequestInfo
 
setUserName(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Deprecated.
Use AttachmentProperties.setUser(String); will be retained indefinitely for compatibility
setUserName(String) - Method in class org.firebirdsql.management.FBManager
 
setUserName(String) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the username.
setUserName(String) - Method in class org.firebirdsql.management.FBUser
 
setUserName(String) - Method in interface org.firebirdsql.management.User
User name to create in security database.
setUseServerBatch(boolean) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setUseServerBatch(boolean) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
Sets whether to use server-side batch support, if available.
setUseStreamBlobs(boolean) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setUseStreamBlobs(boolean) - Method in interface org.firebirdsql.jaybird.props.DatabaseConnectionProperties
 
setValue(Object) - Method in class org.firebirdsql.jdbc.FBProcedureParam
Set the variable value of this parameter
setVerbose(boolean) - Method in interface org.firebirdsql.management.BackupManager
Set whether the operations of this BackupManager will result in verbose logging to the configured logger.
setVerbose(boolean) - Method in class org.firebirdsql.management.FBBackupManagerBase
Set whether the operations of this BackupManager will result in verbose logging to the configured logger.
setWaitTimeout(long) - Method in interface org.firebirdsql.event.EventManager
Set the poll timeout in milliseconds of the async thread to check whether it was stopped or not.
setWaitTimeout(long) - Method in class org.firebirdsql.event.FBEventManager
 
setWireCompression(boolean) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setWireCompression(boolean) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Sets if the connection should try to enable wire compression.
setWireCompression(boolean) - Method in class org.firebirdsql.management.FBServiceManager
 
setWireCrypt(String) - Method in class org.firebirdsql.ds.AbstractConnectionPropertiesDataSource
 
setWireCrypt(String) - Method in class org.firebirdsql.event.FBEventManager
 
setWireCrypt(String) - Method in interface org.firebirdsql.jaybird.props.AttachmentProperties
Set the wire encryption level.
setWireCryptAsEnum(WireCrypt) - Method in interface org.firebirdsql.event.EventManager
Set the wire encryption level.
setWireCryptAsEnum(WireCrypt) - Method in class org.firebirdsql.event.FBEventManager
 
setWireCryptAsEnum(WireCrypt) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Set the wire encryption level.
setWireCryptAsEnum(WireCrypt) - Method in class org.firebirdsql.management.FBServiceManager
 
setWireCryptAsEnum(WireCrypt) - Method in interface org.firebirdsql.management.ServiceManager
Set the wire encryption level.
setXAErrorCode(int) - Method in exception org.firebirdsql.gds.GDSException
Deprecated.
will be removed in Jaybird 6 without replacement
setXSqlDaData(XSQLDA, RowDescriptor, RowValue) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
Populates an XSQLDA from the row descriptor and parameter values.
SHARED - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
SHORT_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
shutdown() - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
Shuts down this dispatcher and removes all listeners.
shutdown() - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
Shuts down this dispatcher and removes all listeners.
shutdown() - Method in class org.firebirdsql.gds.ng.wire.AsynchronousProcessor
 
SHUTDOWN - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
SHUTDOWN_ATTACH - Static variable in interface org.firebirdsql.management.MaintenanceManager
Don't allow new connections while waiting to shut down.
SHUTDOWN_DELAY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
SHUTDOWN_FORCE - Static variable in interface org.firebirdsql.management.MaintenanceManager
Forced database shutdown.
SHUTDOWN_TRANSACTIONAL - Static variable in interface org.firebirdsql.management.MaintenanceManager
Don't allow new transactions while waiting to shut down.
shutdownDatabase(byte, int, int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
shutdownDatabase(byte, int, int) - Method in interface org.firebirdsql.management.MaintenanceManager
Shutdown the current database with enhanced modes (FB 2.5 or higher).
shutdownDatabase(int, int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
shutdownDatabase(int, int) - Method in interface org.firebirdsql.management.MaintenanceManager
Shutdown the current database.
SHUTDOWNEX_ATTACHMENTS - Static variable in interface org.firebirdsql.management.MaintenanceManager
Shutdown attachments.
SHUTDOWNEX_FORCE - Static variable in interface org.firebirdsql.management.MaintenanceManager
Force shutdown.
SHUTDOWNEX_TRANSACTIONS - Static variable in interface org.firebirdsql.management.MaintenanceManager
Shutdown transactions.
shutdownNativeResources() - Static method in class org.firebirdsql.gds.ng.jna.NativeResourceTracker
Disposes native resources (currently: native libraries).
signalExecute() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Signals the start of an execute for this statement.
signalFetch() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Signals the start of a fetch for this statement.
SIGNALING_NAN - org.firebirdsql.extern.decimal.DecimalType
 
Signum - Class in org.firebirdsql.extern.decimal
Signum constants used in decimal-java
simple(int, int, String, String) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Convenience method to populate the basic field information used in metadata result sets (e.g.
simplifiedErrors() - Method in class org.firebirdsql.gds.ng.BatchCompletion
Simplified errors, reports failed element number, when error count exceeds the maximum detailed errors.
SINGLE - org.firebirdsql.jaybird.props.DpbType
Parameter value is not sent (just presence or absence of the parameter item), corresponding value must be a Boolean.
SingleItem - Class in org.firebirdsql.gds.impl.argument
Argument implementation for items without a value.
SingleItem(int, ArgumentType) - Constructor for class org.firebirdsql.gds.impl.argument.SingleItem
 
SingleTpb - org.firebirdsql.gds.ClumpletReader.ClumpletType
 
SingleTpb - org.firebirdsql.gds.impl.argument.ArgumentType
 
size() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
size() - Method in interface org.firebirdsql.gds.ParameterBuffer
 
SIZE - Static variable in class org.firebirdsql.jna.fbclient.ISC_STATUS
Size of an ISC_STATUS, in bytes.
SIZE_16K - Static variable in class org.firebirdsql.management.PageSizeConstants
 
SIZE_1K - Static variable in class org.firebirdsql.management.PageSizeConstants
 
SIZE_2K - Static variable in class org.firebirdsql.management.PageSizeConstants
 
SIZE_32K - Static variable in class org.firebirdsql.management.PageSizeConstants
Firebird 4 or higher
SIZE_4K - Static variable in class org.firebirdsql.management.PageSizeConstants
 
SIZE_8K - Static variable in class org.firebirdsql.management.PageSizeConstants
 
sizeOfShort() - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
The size of an encoded short in this data type coder.
sizeOfShort() - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
sizeOfShort() - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
sizeOfShort() - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
 
sizeOfShort() - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
 
skipFully(int) - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Skips the specified number of bytes.
skipPadding(int) - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Skips the padding after a buffer of the specified length.
SMALLINT_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
smallint_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
SO_TIMEOUT - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
SOCKET_BUFFER_SIZE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
socketBufferSize - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
socketConnect() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Establishes the TCP/IP connection to serverName and portNumber of this Connection
soTimeout - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
SOURCE_INTERP - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
Deprecated.
SOURCE_TYPE - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
Deprecated.
SPACE_BYTE - Static variable in class org.firebirdsql.gds.impl.wire.XdrOutputStream
 
SPB - org.firebirdsql.gds.ParameterTagMapping
 
SPB_VERSION_2 - org.firebirdsql.gds.impl.ServiceParameterBufferImp.SpbMetaData
 
SPB_VERSION_2_ATTACH - org.firebirdsql.gds.impl.ServiceParameterBufferImp.SpbMetaData
 
SPB_VERSION_3_ATTACH - org.firebirdsql.gds.impl.ServiceParameterBufferImp.SpbMetaData
 
SpbAttach - org.firebirdsql.gds.ClumpletReader.Kind
 
spbItem() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
Service parameter buffer (SPB) item associated with this property.
spbItem(int) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
SPB item associated with the property; optional; defaults to ConnectionProperty.NO_SPB_ITEM.
SpbItems - Class in org.firebirdsql.jaybird.fb.constants
Constants for SPB (service parameter buffer) items.
SpbReceiveItems - org.firebirdsql.gds.ClumpletReader.Kind
 
SpbSendItems - org.firebirdsql.gds.ClumpletReader.Kind
 
SpbStart - org.firebirdsql.gds.ClumpletReader.Kind
 
specialResult - Variable in class org.firebirdsql.jdbc.FBStatement
 
SQL_ARRAY - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_BLOB - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_BOOLEAN - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_D_FLOAT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_DATE - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_DATE_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
SQL_DEC_FIXED - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
SQL_DEC16 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_DEC34 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_DIALECT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
SQL_DIALECT_CURRENT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_DIALECT_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
SQL_DIALECT_V5 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_DIALECT_V6 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_DIALECT_V6_TRANSITION - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_DOUBLE - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_EQUALS - org.firebirdsql.jdbc.metadata.MetadataPattern.ConditionType
 
SQL_FLOAT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_INT128 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_INT64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_LIKE - org.firebirdsql.jdbc.metadata.MetadataPattern.ConditionType
 
SQL_LONG - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_NULL - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_QUAD - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_ROLE_NAME - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
SQL_ROLE_NAME - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
Deprecated.
SQL_SHORT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_STARTING_WITH - org.firebirdsql.jdbc.metadata.MetadataPattern.ConditionType
 
SQL_STATE_COMM_LINK_FAILURE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
Deprecated.
will be removed in Jaybird 6 without replacement
SQL_STATE_CONNECTION_CLOSED - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_CONNECTION_ERROR - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_CONNECTION_FAILURE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_CONNECTION_FAILURE_IN_TX - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
Deprecated.
will be removed in Jaybird 6 without replacement
SQL_STATE_FEATURE_NOT_SUPPORTED - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_GENERAL_ERROR - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_ARG_VALUE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
Deprecated.
will be removed in Jaybird 6 and replaced by SQL_STATE_INVALID_USE_NULL, SQL_STATE_ATT_CANNOT_SET_NOW, SQL_STATE_INVALID_ATTR_VALUE and SQL_STATE_INVALID_STRING_LENGTH, which will all be introduced in Jaybird 6
SQL_STATE_INVALID_COLUMN - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
Deprecated.
will be removed in Jaybird 6 and replaced by SQL_STATE_INVALID_DESC_FIELD_ID, which will be introduced in Jaybird 6
SQL_STATE_INVALID_CONN_ATTR - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
Deprecated.
will be removed in Jaybird 6 without replacement
SQL_STATE_INVALID_CONVERSION - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_ESCAPE_SEQ - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_OPTION_IDENTIFIER - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_PARAM_TYPE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_STATEMENT_ID - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_STMT_TYPE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_TRANSACTION_STATE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
Deprecated.
will be removed in Jaybird 6 without replacement
SQL_STATE_INVALID_TX_STATE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_NO_RESULT_SET - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_NO_ROW_AVAIL - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_SYNTAX_ERROR - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_TRANSACTION_ACTIVE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
Deprecated.
will be removed in Jaybird 6 without replacement
SQL_STATE_TRANSACTION_ROLLED_BACK - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
Deprecated.
will be removed in Jaybird 6 without replacement
SQL_STATE_WARNING - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_WRONG_PARAM_NUM - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_TEXT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_TIME_TZ - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_TIME_TZ_EX - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_TIMESTAMP - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_TIMESTAMP_TZ - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_TIMESTAMP_TZ_EX - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_TYPE_DATE - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_TYPE_TIME - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_VARYING - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SqlCountHolder - Class in org.firebirdsql.gds.ng
Class for holding the SQL counts (update, delete, select, insert) for a statement execution.
SqlCountHolder(long, long, long, long) - Constructor for class org.firebirdsql.gds.ng.SqlCountHolder
 
SqlCountProcessor - Class in org.firebirdsql.gds.ng
Info processor for retrieving affected record count.
SqlCountProcessor() - Constructor for class org.firebirdsql.gds.ng.SqlCountProcessor
 
sqlCounts(FbStatement, SqlCountHolder) - Method in interface org.firebirdsql.gds.ng.listeners.StatementListener
Called when the SQL counts of a statement have been retrieved.
sqlCounts(FbStatement, SqlCountHolder) - Method in class org.firebirdsql.gds.ng.listeners.StatementListenerDispatcher
 
sqld - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
 
SQLDA_VERSION1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
sqldabc - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
 
sqldaid - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
 
sqldata - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
sqlDialect - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
SQLExceptionChainBuilder<E extends java.sql.SQLException> - Class in org.firebirdsql.util
Helper class for building SQLException chains.
SQLExceptionChainBuilder() - Constructor for class org.firebirdsql.util.SQLExceptionChainBuilder
Create SQLExceptionChainBuilder
SQLExceptionChainBuilder(E) - Constructor for class org.firebirdsql.util.SQLExceptionChainBuilder
Create SQLExceptionChainBuilder with the specified root exception.
sqlind - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
SQLIND_NOT_NULL - Static variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
SQLIND_NULL - Static variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
sqllen - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
sqln - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
 
sqlname - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
sqlname_length - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
SqlParser - Class in org.firebirdsql.jaybird.parser
Simple visiting SQL parser.
SqlParser.Builder - Class in org.firebirdsql.jaybird.parser
 
SqlResponse - Class in org.firebirdsql.gds.ng.wire
 
SqlResponse(int) - Constructor for class org.firebirdsql.gds.ng.wire.SqlResponse
 
sqlscale - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
sqlState(String) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Sets the SQL state.
SQLStateConstants - Class in org.firebirdsql.jdbc
Constants with common SQLState values.
sqlsubtype - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
SqlTokenizer - Class in org.firebirdsql.jaybird.parser
Converts a SQL statement into tokens.
SqlTokenizer.Builder - Class in org.firebirdsql.jaybird.parser
 
sqltype - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
sqlvar - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
 
SRB_VERSION_2 - org.firebirdsql.gds.impl.ServiceRequestBufferImp.SrbMetaData
 
SRP_224_AUTH_NAME - Static variable in class org.firebirdsql.gds.ng.wire.auth.srp.Srp224AuthenticationPluginSpi
 
SRP_256_AUTH_NAME - Static variable in class org.firebirdsql.gds.ng.wire.auth.srp.Srp256AuthenticationPluginSpi
 
SRP_384_AUTH_NAME - Static variable in class org.firebirdsql.gds.ng.wire.auth.srp.Srp384AuthenticationPluginSpi
 
SRP_512_AUTH_NAME - Static variable in class org.firebirdsql.gds.ng.wire.auth.srp.Srp512AuthenticationPluginSpi
 
SRP_AUTH_NAME - Static variable in class org.firebirdsql.gds.ng.wire.auth.srp.SrpAuthenticationPluginSpi
 
Srp224AuthenticationPluginSpi - Class in org.firebirdsql.gds.ng.wire.auth.srp
Srp224 authentication plugin service provider.
Srp224AuthenticationPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.auth.srp.Srp224AuthenticationPluginSpi
 
Srp256AuthenticationPluginSpi - Class in org.firebirdsql.gds.ng.wire.auth.srp
Srp256 authentication plugin service provider.
Srp256AuthenticationPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.auth.srp.Srp256AuthenticationPluginSpi
 
Srp384AuthenticationPluginSpi - Class in org.firebirdsql.gds.ng.wire.auth.srp
Srp384 authentication plugin service provider.
Srp384AuthenticationPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.auth.srp.Srp384AuthenticationPluginSpi
 
Srp512AuthenticationPluginSpi - Class in org.firebirdsql.gds.ng.wire.auth.srp
Srp512 authentication plugin service provider.
Srp512AuthenticationPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.auth.srp.Srp512AuthenticationPluginSpi
 
SrpAuthenticationPluginSpi - Class in org.firebirdsql.gds.ng.wire.auth.srp
Srp (Srp using SHA-1) authentication plugin service provider.
SrpAuthenticationPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.auth.srp.SrpAuthenticationPluginSpi
 
SrpClient - Class in org.firebirdsql.gds.ng.wire.auth.srp
SRP client handshake implementation.
SrpClient(String) - Constructor for class org.firebirdsql.gds.ng.wire.auth.srp.SrpClient
 
StandardBlobTypes - Class in org.firebirdsql.jaybird.fb.constants
Constants for standard Firebird blob subtypes.
StandardBlobTypes() - Constructor for class org.firebirdsql.jaybird.fb.constants.StandardBlobTypes
 
start() - Method in class org.firebirdsql.management.FBManager
 
start() - Method in interface org.firebirdsql.management.FBManagerMBean
Start this manager.
START_TRANSACTION - org.firebirdsql.gds.ng.StatementType
 
startOperation(Operation) - Method in interface org.firebirdsql.gds.ng.monitor.OperationAware
Start of operation.
startServiceAction(ServiceRequestBuffer) - Method in interface org.firebirdsql.gds.ng.FbService
Starts a service action.
startServiceAction(ServiceRequestBuffer) - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
startServiceAction(ServiceRequestBuffer) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
 
startTraceSession(String, String) - Method in class org.firebirdsql.management.FBTraceManager
Starts a trace session with an optional trace session name and configuration
startTraceSession(String, String) - Method in interface org.firebirdsql.management.TraceManager
Starts a trace session with an optioanl trace session name and configuration
startTransaction(TransactionParameterBuffer) - Method in class org.firebirdsql.gds.impl.GDSHelper
 
startTransaction(TransactionParameterBuffer) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Creates and starts a transaction.
startTransaction(TransactionParameterBuffer) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
startTransaction(TransactionParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
STATEMENT_CLOSE - org.firebirdsql.jdbc.CompletionReason
Completion was signalled from a statement close.
STATEMENT_EXECUTE - org.firebirdsql.gds.ng.monitor.Operation.Type
 
STATEMENT_FETCH - org.firebirdsql.gds.ng.monitor.Operation.Type
 
STATEMENT_TIMEOUT - org.firebirdsql.gds.ng.jna.FbClientFeature
 
statementClosed(FBStatement) - Method in interface org.firebirdsql.jdbc.FBObjectListener.StatementListener
Notify the listener that statement was closed.
statementClosed(FBStatement) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
statementCompleted(FBStatement) - Method in interface org.firebirdsql.jdbc.FBObjectListener.StatementListener
Notify the listener that statement is completed.
statementCompleted(FBStatement) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
statementCompleted(FBStatement, boolean) - Method in interface org.firebirdsql.jdbc.FBObjectListener.StatementListener
Notify the listener that statement is completed and tell whether execution was successful or not.
statementCompleted(FBStatement, boolean) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
StatementDetector - Class in org.firebirdsql.jaybird.parser
Detects the type of statement, and - optionally - whether a DML statement has a RETURNING clause.
StatementDetector() - Constructor for class org.firebirdsql.jaybird.parser.StatementDetector
Detect statement type and returning clause.
StatementDetector(boolean) - Constructor for class org.firebirdsql.jaybird.parser.StatementDetector
Detect statement type and - optionally - returning clause.
statementExecuted(FbStatement, boolean, boolean) - Method in interface org.firebirdsql.gds.ng.listeners.StatementListener
Method to be notified when a statement has been executed.
statementExecuted(FbStatement, boolean, boolean) - Method in class org.firebirdsql.gds.ng.listeners.StatementListenerDispatcher
 
StatementIdentification - Class in org.firebirdsql.jaybird.parser
Statement type identification.
StatementInfoProcessor - Class in org.firebirdsql.gds.ng
InfoProcessor to retrieve the statement information associated with AbstractFbStatement.getStatementInfoRequestItems() and AbstractFbStatement.getParameterDescriptionInfoRequestItems().
StatementInfoProcessor(AbstractFbStatement, FbDatabase) - Constructor for class org.firebirdsql.gds.ng.StatementInfoProcessor
Creates an instance of this class.
statementListener - Variable in class org.firebirdsql.jdbc.FBStatement
 
StatementListener - Interface in org.firebirdsql.gds.ng.listeners
Listener interface for receiving rows and related information as retrieved by an FbStatement.fetchRows(int), or FbStatement.execute(RowValue) with a singleton result.
statementListenerDispatcher - Variable in class org.firebirdsql.gds.ng.AbstractFbStatement
 
StatementListenerDispatcher - Class in org.firebirdsql.gds.ng.listeners
Dispatcher to maintain and notify other StatementListener.
StatementListenerDispatcher() - Constructor for class org.firebirdsql.gds.ng.listeners.StatementListenerDispatcher
 
statements - Variable in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
StatementState - Enum in org.firebirdsql.gds.ng
Statement states for FbStatement implementations
statementStateChanged(FbStatement, StatementState, StatementState) - Method in interface org.firebirdsql.gds.ng.listeners.StatementListener
Method to be notified when the state of a statement has changed.
statementStateChanged(FbStatement, StatementState, StatementState) - Method in class org.firebirdsql.gds.ng.listeners.StatementListenerDispatcher
 
StatementType - Enum in org.firebirdsql.gds.ng
Firebird statement types.
StaticValueDbCryptCallback - Class in org.firebirdsql.gds.ng.dbcrypt.simple
Simple database encryption callback, provides a static value response to the callback
StaticValueDbCryptCallbackSpi - Class in org.firebirdsql.gds.ng.dbcrypt.simple
Provider for a static value response database encryption callback.
StaticValueDbCryptCallbackSpi() - Constructor for class org.firebirdsql.gds.ng.dbcrypt.simple.StaticValueDbCryptCallbackSpi
 
StatisticsManager - Interface in org.firebirdsql.management
A StatisticsManager is responsible for replicating the functionality of the gstat command-line tool.
StatisticsManager.DatabaseTransactionInfo - Class in org.firebirdsql.management
 
STATS_DATA_PAGES - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
STATS_DB_LOG - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
STATS_DB_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
********************************************************************** Parameters for database statistics.
STATS_HEADER_PAGES - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
STATS_INDEX_PAGES - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
STATS_NOCREATION - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
STATS_OPTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
STATS_RECORD_VERSIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
STATS_SYSTEM_RELATIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
STATS_TABLE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
STATUS_VECTOR_SIZE - Static variable in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
STATUS_VECTOR_SIZE - Static variable in class org.firebirdsql.gds.ng.jna.JnaService
 
statusVector - Variable in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
stop() - Method in class org.firebirdsql.management.FBManager
 
stop() - Method in interface org.firebirdsql.management.FBManagerMBean
Stop this manager.
stopTraceSession(int) - Method in class org.firebirdsql.management.FBTraceManager
Stops a trace session with the given trace session ID
stopTraceSession(int) - Method in interface org.firebirdsql.management.TraceManager
Stops a trace session with the given trace session ID
STORED_PROCEDURE - org.firebirdsql.gds.ng.StatementType
 
StoredProcedureMetaData - Interface in org.firebirdsql.jdbc
Meta-information on stored procedures in a Firebird database.
StoredProcedureMetaDataFactory - Class in org.firebirdsql.jdbc
Factory to retrieve meta-data on stored procedures in a Firebird database.
StoredProcedureMetaDataFactory() - Constructor for class org.firebirdsql.jdbc.StoredProcedureMetaDataFactory
 
storesLowerCaseIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
STRING - org.firebirdsql.jaybird.props.def.ConnectionPropertyType
 
STRING - org.firebirdsql.jaybird.props.DpbType
Parameter value is a string.
STRING_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
StringArgument - Class in org.firebirdsql.gds.impl.argument
Argument implementation for String values
StringArgument(int, ArgumentType, String) - Constructor for class org.firebirdsql.gds.impl.argument.StringArgument
Deprecated.
will be removed in Jaybird 6, use StringArgument(int, ArgumentType, String, Encoding)
StringArgument(int, ArgumentType, String, Encoding) - Constructor for class org.firebirdsql.gds.impl.argument.StringArgument
 
StringSpb - org.firebirdsql.gds.ClumpletReader.ClumpletType
 
StringSpb - org.firebirdsql.gds.impl.argument.ArgumentType
 
StringUtils - Class in org.firebirdsql.util
Helper class for string operations
SUBTYPE_DECIMAL - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
SUBTYPE_NUMERIC - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
success(EncryptionIdentifier, Cipher, Cipher) - Static method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
SUCCESS - org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo.InitResult
 
SUCCESS - Static variable in interface org.firebirdsql.gds.ISCConstants
 
supportBatchUpdates() - Method in interface org.firebirdsql.gds.ng.FbStatement
Reports whether this statement implementation supports server-side batch updates.
supportBatchUpdates() - Method in class org.firebirdsql.gds.ng.wire.version16.V16Statement
 
supportInfoFor(Connection) - Static method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportInfoFor(GDSServerVersion) - Static method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportInfoFor(FbAttachment) - Static method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsAlterTableWithAddColumn() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsAuthenticationPlugin(String) - Method in class org.firebirdsql.util.FirebirdSupportInfo
Checks whether the Firebird version supports a plugin name.
supportsBatch() - Method in enum org.firebirdsql.gds.ng.FetchType
 
supportsBatchUpdates() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsBigint() - Method in class org.firebirdsql.util.FirebirdSupportInfo
Checks if BIGINT is supported.
supportsBoolean() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsCancelOperation() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsCase() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsCaseSensitiveUserNames() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsCatalogsInDataManipulation() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsComment() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsConvert() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
supportsCoreSQLGrammar() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsCursorInfo() - Method in interface org.firebirdsql.gds.ng.FbStatement
Reports whether this statement implementation supports FbStatement.getCursorInfo(byte[], int, InfoProcessor) and FbStatement.getCursorInfo(byte[], int).
supportsCursorInfo() - Method in class org.firebirdsql.gds.ng.wire.version18.V18Statement
 
supportsCustomExceptionMessages() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsCustomSecurityDb() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
supportsDataManipulationTransactionsOnly() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsDecfloat() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsDecimalPrecision(int) - Method in class org.firebirdsql.util.FirebirdSupportInfo
Support for decimal (and numeric) precision.
supportsDifferentTableCorrelationNames() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsEncryption() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
TODO Need to handle this differently
supportsExecuteBlock() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsExplainedExecutionPlan() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsExpressionsInOrderBy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsFetchScroll() - Method in interface org.firebirdsql.gds.ng.FbStatement
Reports whether this statement implementation supports FbStatement.fetchScroll(FetchType, int, int) with anything other than FetchType.NEXT.
supportsFetchScroll() - Method in class org.firebirdsql.gds.ng.wire.version18.V18Statement
 
supportsFixIcu() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsFloatBinaryPrecision() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsFullOuterJoins() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsFullSearchableBlobs() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsGetGeneratedKeys() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsGetSetContext() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsGlobalTemporaryTables() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsGroupBy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsIdentityColumns() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsInsertReturning() - Method in class org.firebirdsql.util.FirebirdSupportInfo
TODO: Add methods for other RETURNING types?
supportsInt128() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsIntegrityEnhancementFacility() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsMonitoringTables() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsMultipleOpenResults() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsMultiRowReturning() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsNamedParameters() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsNativeUserDefinedFunctions() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsNBackupCleanHistory() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsNBackupFixup() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsNBackupInPlaceRestore() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsNBackupPreserveSequence() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsNBackupWithGuid() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsNonNullableColumns() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsNullDataType() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsOpenCursorsAcrossCommit() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsOuterJoins() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsPackages() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsPageSize(int) - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsParallelWorkers() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsParametrizedExceptions() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsPositionedDelete() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsProtocol(int) - Method in class org.firebirdsql.util.FirebirdSupportInfo
Checks support for protocol versions.
supportsPsqlFunctions() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsRDB$CONFIG() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsRecordVersionPseudoColumn() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsResultSetConcurrency(int, int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsReturningAll() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsSavepoint() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsSavepoints() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsScrollableCursors() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsSelectForUpdate() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsServerBatch() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsSqlUserManagement() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsStatementPooling() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsStatementTextLongerThan64K() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsStatementTimeouts() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsStatementUnprepare() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsTableAlias() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsTableCorrelationNames() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsTimeZones() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsTransactionIsolationLevel(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsTransactions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsUnion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsUnionAll() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsUpdateReturning() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsUpgradeOds() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsUserAndGroupIdInUser() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsUtf8() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsWireCompression() - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
supportsWireCompression() - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
 
supportsWireCompression() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsWireCryptArc4() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsWireCryptChaCha() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsWireEncryption() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsWnet() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
suspendTraceSession(int) - Method in class org.firebirdsql.management.FBTraceManager
Suspends a trace session with the given trace session ID
suspendTraceSession(int) - Method in interface org.firebirdsql.management.TraceManager
Suspends a trace session with the given trace session ID
SWEEP - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
SWEEP_INTERVAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
sweepDatabase() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
sweepDatabase() - Method in interface org.firebirdsql.management.MaintenanceManager
Perform an immediate sweep of the database.
switchPlugin(String) - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
switchState(StatementState) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Sets the StatementState.
switchState(TransactionState) - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
Switches current state to the supplied newState.
symmetric(EncryptionIdentifier, byte[], byte[]) - Static method in interface org.firebirdsql.gds.ng.wire.crypt.CryptSessionConfig
Creates a crypt session config for a type symmetric plugin.
SYNC_WRAP_NATIVE_LIBRARY_PROP - Static variable in class org.firebirdsql.gds.JaybirdSystemProperties
 
SYS_USER_NAME - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
SYS_USER_NAME - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
Deprecated.
SYS_USER_NAME_ENC - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
SYS_USER_NAME_ENC - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
Deprecated.
SYSTEM_TABLE - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
SYSTEM_TABLE_STATISTICS - Static variable in interface org.firebirdsql.management.StatisticsManager
Request statistics on system tables.

T

TABLE - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
tableName() - Method in class org.firebirdsql.management.TableStatistics
 
TableStatistics - Class in org.firebirdsql.management
Snapshot of the table statistics of a connection (of the table reported by tableName).
TAG_BLOB_POLICY - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
 
TAG_BUFFER_BYTES_SIZE - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
 
TAG_DETAILED_ERRORS - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
 
TAG_KEY_PLUGINS - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
TAG_KEY_TYPE - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
TAG_KNOWN_PLUGINS - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
TAG_MULTIERROR - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
 
TAG_PLUGIN_SPECIFIC - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
TAG_RECORD_COUNTS - Static variable in class org.firebirdsql.jaybird.fb.constants.BatchItems
 
Tagged - org.firebirdsql.gds.ClumpletReader.Kind
 
TARGET_INTERP - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
Deprecated.
TARGET_TYPE - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
Deprecated.
TemporaryFirebirdEmbeddedLibrary - Class in org.firebirdsql.jna.embedded
Information for locating a Firebird Embedded library.
text() - Method in interface org.firebirdsql.jaybird.parser.Token
Token text.
textAsCharSequence() - Method in interface org.firebirdsql.jaybird.parser.Token
Token text as CharSequence.
THROW_EXCEPTION - org.firebirdsql.extern.decimal.OverflowHandling
Overflow will throw a DecimalOverflowException.
TIME_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
TIME_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
time_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
time_tz_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
TIME_WITH_TIMEZONE_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
TIMEOUT_NOT_SET - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
 
timeoutException(int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Force the next exception to be a SQLTimeoutException.
TIMESTAMP_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
timestamp_date - Variable in class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
 
TIMESTAMP_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
timestamp_time - Variable in class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
 
timestamp_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
timestamp_tz_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
TIMESTAMP_USES_LOCAL_TIMEZONE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
TIMESTAMP_WITH_TIMEZONE_PRECISION - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
timestampUsesLocalTimezone - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
Deprecated.
This property has unclear semantics and will be removed in Jaybird 6
timeZoneById(int) - Method in class org.firebirdsql.gds.ng.tz.TimeZoneMapping
Maps a Firebird time zone id to a suitable Java ZoneId.
TimeZoneDatatypeCoder - Class in org.firebirdsql.gds.ng.tz
Datatype coder for TIME WITH TIME ZONE and TIMESTAMP WITH TIME ZONE.
TimeZoneDatatypeCoder(DatatypeCoder) - Constructor for class org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder
Initializes a time zone datatype coder.
TimeZoneDatatypeCoder.TimeZoneCodec - Interface in org.firebirdsql.gds.ng.tz
Simpler API for encoding or decoding java.time types.
TimeZoneMapping - Class in org.firebirdsql.gds.ng.tz
Mapping of Firebird time zone ids.
TimeZoneMapping() - Constructor for class org.firebirdsql.gds.ng.tz.TimeZoneMapping
 
toAttachUrl(DbAttachInfo) - Static method in class org.firebirdsql.gds.ng.jna.JnaConnection
Builds the attach URL for the library.
toBigDecimal() - Method in class org.firebirdsql.extern.decimal.Decimal
Converts this decimal to a BigDecimal.
toByteArray() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
toBytes() - Method in class org.firebirdsql.extern.decimal.Decimal
Converts this decimal to its IEEE-754 byte encoding in network byte-order (aka big-endian).
toBytes() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
toBytes() - Method in interface org.firebirdsql.gds.ParameterBuffer
Converts this parameter buffer to a byte array.
toBytes(InputStream) - Static method in class org.firebirdsql.util.IOUtils
 
toBytes(InputStream, int) - Static method in class org.firebirdsql.util.IOUtils
 
toBytesWithType() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
toBytesWithType() - Method in interface org.firebirdsql.gds.ParameterBuffer
Converts this parameter buffer to a byte array with type information.
toDatabaseParameterBuffer(D) - Method in class org.firebirdsql.gds.ng.AbstractParameterConverter
 
toDatabaseParameterBuffer(D) - Method in interface org.firebirdsql.gds.ng.ParameterConverter
Builds a DatabaseParameterBuffer from the supplied {code IConnectionProperties}.
toDbAttachInfo(IConnectionProperties) - Method in class org.firebirdsql.gds.ng.wire.WireDatabaseConnection
 
toDbAttachInfo(IServiceProperties) - Method in class org.firebirdsql.gds.ng.wire.WireServiceConnection
 
toDbAttachInfo(T) - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
toDecimal(Class<D>) - Method in class org.firebirdsql.extern.decimal.Decimal
Converts this decimal to the requested decimal type, rounding when necessary.
toDecimal(Class<D>, OverflowHandling) - Method in class org.firebirdsql.extern.decimal.Decimal
Converts this decimal to the requested decimal type, rounding when necessary.
toFieldDescriptor() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Creates a FieldDescriptor based on the current field data of this RowDescriptorBuilder.
toFlatSQLException() - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Converts the builder to a single SQLException instance with a single exception message.
toFlatSQLException(Class<T>) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Converts the builder to the appropriate SQLException instance and casts to the specified type T.
toHexString(byte[]) - Static method in class org.firebirdsql.util.ByteArrayHelper
Converts the provided byte array to a hexadecimal string
toIntArray(List<? extends Number>) - Static method in class org.firebirdsql.util.Primitives
Convert list of numbers into array of int.
toIsolationLevel(String) - Static method in class org.firebirdsql.jaybird.props.internal.TransactionNameMapping
Maps a transaction isolation level name to the JDBC transaction isolation level.
toIsolationLevelName(int) - Static method in class org.firebirdsql.jaybird.props.internal.TransactionNameMapping
Maps a JDBC transaction isolation level to a string name.
toIsolationLevelName(int, boolean) - Static method in class org.firebirdsql.jaybird.props.internal.TransactionNameMapping
Maps a JDBC transaction isolation level to a string name.
toJdbcType(FieldDescriptor) - Static method in class org.firebirdsql.jdbc.field.JdbcTypeConverter
Gets the JDBC type value from Types for the field descriptor.
Token - Interface in org.firebirdsql.jaybird.parser
A token is an individual element of a SQL statement.
TokenVisitor - Interface in org.firebirdsql.jaybird.parser
Visitor for tokens.
toLongArray(List<? extends Number>) - Static method in class org.firebirdsql.util.Primitives
Convert list of numbers into array of long.
toLongList(int[]) - Static method in class org.firebirdsql.util.Primitives
Convert array of int to list of Long.
toMetadataPatternMatcher() - Method in class org.firebirdsql.jdbc.metadata.MetadataPattern
 
toNativeSql(String) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedParser
Converts escaped parts in sql to native representation.
toOffsetMinutes(int) - Method in class org.firebirdsql.gds.ng.tz.TimeZoneMapping
Return the offset in minutes for an offset time zone id
toRowDescriptor() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Constructs the RowDescriptor with the current content.
toRowValue(boolean) - Method in class org.firebirdsql.jdbc.metadata.RowValueBuilder
Returns the populated RowValue and resets the RowValueBuilder.
toRowValue(RowDescriptor, XSQLDA) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
Converts the data from an XSQLDA to a RowValue.
toServiceParameterBuffer(S) - Method in class org.firebirdsql.gds.ng.AbstractParameterConverter
 
toServiceParameterBuffer(S) - Method in interface org.firebirdsql.gds.ng.ParameterConverter
Builds a ServiceParameterBuffer from the supplied {code IServiceProperties}.
toSQLException() - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Converts the builder to the appropriate SQLException instance (optionally with a chain of additional exceptions).
toSQLException(Class<T>) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Converts the builder to the appropriate SQLException instance (optionally with a chain of additional exceptions) and casts to the specified type T.
toStatementIdentification() - Method in class org.firebirdsql.jaybird.parser.StatementDetector
 
toString() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
toString() - Method in class org.firebirdsql.extern.decimal.Decimal
 
toString() - Method in class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Puts parameters into the template and return the obtained string.
toString() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
toString() - Method in class org.firebirdsql.gds.impl.GDSType
 
toString() - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
 
toString() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
toString() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
toString() - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
 
toString() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionIdentifier
 
toString() - Method in class org.firebirdsql.gds.ng.wire.FetchResponse
 
toString() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
toString() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
 
toString() - Method in class org.firebirdsql.jdbc.FBRowId
 
toString() - Method in class org.firebirdsql.jna.embedded.TemporaryFirebirdEmbeddedLibrary
 
toString() - Method in class org.firebirdsql.management.FBBackupManagerBase.PathSizeStruct
 
toString() - Method in class org.firebirdsql.management.FBUser
 
toString() - Method in class org.firebirdsql.management.TableStatistics
 
toString(Reader) - Static method in class org.firebirdsql.util.IOUtils
 
toString(Reader, int) - Static method in class org.firebirdsql.util.IOUtils
 
toTimeZoneId(int) - Method in class org.firebirdsql.gds.ng.tz.TimeZoneMapping
Return the Firebird time zone id for an offset in minutes.
toTimeZoneId(ZoneId) - Method in class org.firebirdsql.gds.ng.tz.TimeZoneMapping
Returns the Firebird time zone id for a ZoneId.
toTimeZoneId(ZoneOffset) - Method in class org.firebirdsql.gds.ng.tz.TimeZoneMapping
Returns the Firebird time zone id for a ZoneOffset.
toType(Boolean) - Method in enum org.firebirdsql.jaybird.props.def.ConnectionPropertyType
Convert a boolean to a value of this property type.
toType(Integer) - Method in enum org.firebirdsql.jaybird.props.def.ConnectionPropertyType
Convert an integer to a value of this property type.
toType(String) - Method in enum org.firebirdsql.jaybird.props.def.ConnectionPropertyType
Convert a string to a value of this property type.
toUnsignedLong(int) - Static method in class org.firebirdsql.util.NumericHelper
Returns the int as an unsigned long (no sign extension).
toXdrable() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
toXdrable() - Method in interface org.firebirdsql.gds.ParameterBuffer
 
Tpb - org.firebirdsql.gds.ClumpletReader.Kind
 
TPB_CONCURRENCY - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
TPB_CONSISTENCY - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
TPB_MAPPING - Static variable in class org.firebirdsql.jdbc.FBDriver
Deprecated.
TPB_NO_REC_VERSION - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
TPB_NOWAIT - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
TPB_READ - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
TPB_READ_COMMITTED - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
TPB_REC_VERSION - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
TPB_VERSION_3 - org.firebirdsql.gds.impl.TransactionParameterBufferImpl.TpbMetaData
 
TPB_WAIT - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
TPB_WRITE - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
TpbItems - Class in org.firebirdsql.jaybird.fb.constants
Constants for TPB (transaction parameter buffer) items.
tpbMapping - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
trace(String) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
trace(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
TRACE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
tracef(String, Object) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
tracef(String, Object...) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
tracef(String, Object, Object) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
tracef(String, Object, Object, Object) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
tracefe(String, Object, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
tracefe(String, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
tracefe(String, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
TraceManager - Interface in org.firebirdsql.management
Implements the Trace/Audit API available new in Firebird 2.5.
TraditionalDpb - org.firebirdsql.gds.ClumpletReader.ClumpletType
 
TraditionalDpb - org.firebirdsql.gds.impl.argument.ArgumentType
 
TRANSACTION_ISOLATION - org.firebirdsql.jaybird.props.def.ConnectionPropertyType
Maps between transaction isolation level names and JDBC transaction isolation level codes.
TRANSACTION_NONE - Static variable in class org.firebirdsql.jaybird.props.internal.TransactionNameMapping
 
TRANSACTION_NONE - Static variable in class org.firebirdsql.jdbc.FBTpbMapper
Indicates that transactions are not supported.
TRANSACTION_READ_COMMITTED - Static variable in class org.firebirdsql.jaybird.props.internal.TransactionNameMapping
 
TRANSACTION_READ_COMMITTED - Static variable in class org.firebirdsql.jdbc.FBTpbMapper
Dirty reads are prevented; non-repeatable reads and phantom reads can occur.
TRANSACTION_READ_UNCOMMITTED - Static variable in class org.firebirdsql.jaybird.props.internal.TransactionNameMapping
 
TRANSACTION_READ_UNCOMMITTED - Static variable in class org.firebirdsql.jdbc.FBTpbMapper
Dirty reads, non-repeatable reads and phantom reads can occur.
TRANSACTION_REPEATABLE_READ - Static variable in class org.firebirdsql.jaybird.props.internal.TransactionNameMapping
 
TRANSACTION_REPEATABLE_READ - Static variable in class org.firebirdsql.jdbc.FBTpbMapper
Dirty reads and non-repeatable reads are prevented; phantom reads can occur.
TRANSACTION_SERIALIZABLE - Static variable in class org.firebirdsql.jaybird.props.internal.TransactionNameMapping
 
TRANSACTION_SERIALIZABLE - Static variable in class org.firebirdsql.jdbc.FBTpbMapper
Dirty reads, non-repeatable reads and phantom reads are prevented.
transactionAdded(FbTransaction) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
Called when a transaction is added by the database.
TransactionHelper - Class in org.firebirdsql.gds.ng
Class with static helper methods for use with transactions
TransactionListener - Interface in org.firebirdsql.gds.ng.listeners
 
transactionListenerDispatcher - Variable in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
TransactionListenerDispatcher - Class in org.firebirdsql.gds.ng.listeners
Dispatcher to maintain and notify other TransactionListener.
TransactionListenerDispatcher() - Constructor for class org.firebirdsql.gds.ng.listeners.TransactionListenerDispatcher
 
TransactionNameMapping - Class in org.firebirdsql.jaybird.props.internal
Mapping of transaction names to JDBC transaction code and vice versa.
TransactionParameterBuffer - Interface in org.firebirdsql.gds
Instances of this interface represent Transaction Parameter Buffer from the Firebird API.
TransactionParameterBufferImpl - Class in org.firebirdsql.gds.impl
Implementation of the TransactionParameterBuffer interface.
TransactionParameterBufferImpl() - Constructor for class org.firebirdsql.gds.impl.TransactionParameterBufferImpl
 
TransactionParameterBufferImpl.TpbMetaData - Enum in org.firebirdsql.gds.impl
 
TransactionState - Enum in org.firebirdsql.gds.ng
Transactions states.
transactionStateChanged(FbTransaction, TransactionState, TransactionState) - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
transactionStateChanged(FbTransaction, TransactionState, TransactionState) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
transactionStateChanged(FbTransaction, TransactionState, TransactionState) - Method in interface org.firebirdsql.gds.ng.listeners.TransactionListener
Signals that the transaction state changed.
transactionStateChanged(FbTransaction, TransactionState, TransactionState) - Method in class org.firebirdsql.gds.ng.listeners.TransactionListenerDispatcher
 
transactionStateChanged(FbTransaction, TransactionState, TransactionState) - Method in class org.firebirdsql.jdbc.FBBlob
 
transientException(int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Force the next exception to be a SQLTransientException.
TrimmableField - Interface in org.firebirdsql.jdbc.field
Trim behaviour of getString in string fields.
trimToNull(String) - Static method in class org.firebirdsql.util.StringUtils
Trims value if non-null, returning the trimmed value, or null if value was null or empty after trimming.
trimTrailing(String) - Static method in interface org.firebirdsql.jdbc.field.TrimmableField
Trims trailing spaces from a string value.
truncate(long) - Method in class org.firebirdsql.jdbc.FBBlob
 
truncate(long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Truncate the blob to specified length.
truncate(long) - Method in class org.firebirdsql.jdbc.FBClob
truncate(long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
TRUSTED_AUTH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
txCoordinator - Variable in class org.firebirdsql.jdbc.FBConnection
 
type - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
type() - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
Type of the property.
type(ConnectionPropertyType) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty.Builder
Type of the property; required; defaults to ConnectionPropertyType.STRING.
TYPE - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
Deprecated.
TYPE_BETA - Static variable in class org.firebirdsql.gds.impl.GDSServerVersion
 
TYPE_COMMIT - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A COMMIT statement
TYPE_DDL - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A DDL statment
TYPE_DELETE - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A DELETE statement
TYPE_DEVELOPMENT - Static variable in class org.firebirdsql.gds.impl.GDSServerVersion
 
TYPE_EXEC_PROCEDURE - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
An EXEC PROCEDURE statement
TYPE_GET_SEGMENT - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A GET SEGMENT statement
TYPE_INSERT - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
An INSERT statement
TYPE_NAME - Static variable in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
Deprecated.
 
TYPE_PRODUCTION - Static variable in class org.firebirdsql.gds.impl.GDSServerVersion
 
TYPE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
TYPE_PUT_SEGMENT - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A PUT SEGMENT statement
TYPE_ROLLBACK - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A ROLLBACK statement
TYPE_SEGMENTED - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
Deprecated.
TYPE_SELECT - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A SELECT statement
TYPE_SELECT_FOR_UPDATE - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A SELECT FOR UPDATE statement
TYPE_SET_GENERATOR - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A SET GENERATOR statement
TYPE_START_TRANS - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A START TRANSACTION statement
TYPE_STREAM - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
Deprecated.
TYPE_SYMMETRIC - Static variable in class org.firebirdsql.gds.ng.wire.crypt.EncryptionIdentifier
 
TYPE_UPDATE - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
An UPDATE statement
TypeConversionException - Exception in org.firebirdsql.jdbc.field
This exception is thrown when the requested type conversion cannot be performed.
TypeConversionException(String) - Constructor for exception org.firebirdsql.jdbc.field.TypeConversionException
 
TypeConversionException(String, Throwable) - Constructor for exception org.firebirdsql.jdbc.field.TypeConversionException
 
TypedArgument - Class in org.firebirdsql.gds.impl.argument
Argument with an argument type.
typeEquals(FieldDescriptor) - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
Limited equals that only checks if the data type in the provided field descriptor is the same as this descriptor.
TypeMetadata - Class in org.firebirdsql.jdbc.metadata
Helper class to determine type metadata conforming to expectations of DatabaseMetaData.

U

uid - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
 
UnexpectedEndOfInputException - Exception in org.firebirdsql.jaybird.parser
Thrown when the tokenizer required a character, but instead the end of input was reached.
UnexpectedEndOfInputException(String) - Constructor for exception org.firebirdsql.jaybird.parser.UnexpectedEndOfInputException
 
UnixCrypt - Class in org.firebirdsql.gds.ng.wire.auth.legacy
Deprecated.
will be removed in Jaybird 6, and replaced by LegacyHash which will be introduced in Jaybird 6
unknown(String) - Static method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
Creates an unknown connection property.
UNKNOWN - org.firebirdsql.gds.ng.FetchDirection
Fetch direction unknown (e.g.
UNKNOWN - org.firebirdsql.jaybird.parser.LocalStatementType
Null-state before detection.
unprepare() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
unprepare() - Method in interface org.firebirdsql.gds.ng.FbStatement
Attempts to unprepare the currently prepared statement.
UnTagged - org.firebirdsql.gds.ClumpletReader.Kind
 
unwrap() - Method in interface org.firebirdsql.gds.ng.DatatypeCoder
Unwrap this datatype coder to its parent (or itself).
unwrap() - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
 
unwrap() - Method in class org.firebirdsql.gds.ng.EncodingSpecificDatatypeCoder
 
unwrap(Class<T>) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.FBConnection
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.FBDataSource
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.FBResultSet
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.FBStatement
 
update(User) - Method in class org.firebirdsql.management.FBUserManager
 
update(User) - Method in interface org.firebirdsql.management.UserManager
Update a user to the Firebird Security Database.
UPDATE - org.firebirdsql.gds.ng.StatementType
 
UPDATE - org.firebirdsql.jaybird.parser.LocalStatementType
UPDATE statement (or UPDATE OR INSERT before detection is complete)
UPDATE_COUNT - org.firebirdsql.jdbc.FBStatement.StatementResult
 
UPDATE_COUNTS - Static variable in interface org.firebirdsql.gds.ng.FbBatchConfig
FbBatchConfig.updateCounts() value to signal to supply update counts.
UPDATE_OR_INSERT - org.firebirdsql.jaybird.parser.LocalStatementType
UPDATE OR INSERT statement
updateArray(int, Array) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateArray(String, Array) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.firebirdsql.jdbc.FBResultSet
updateAsciiStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.FBResultSet
updateAsciiStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.FBResultSet
updateAsciiStream(String, InputStream) - Method in class org.firebirdsql.jdbc.FBResultSet
updateAsciiStream(String, InputStream, int) - Method in class org.firebirdsql.jdbc.FBResultSet
updateAsciiStream(String, InputStream, long) - Method in class org.firebirdsql.jdbc.FBResultSet
updateBigDecimal(int, BigDecimal) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBlob(int, InputStream) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBlob(int, InputStream, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBlob(int, Blob) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBlob(String, InputStream) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBlob(String, InputStream, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBlob(String, Blob) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBoolean(int, boolean) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBoolean(String, boolean) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateByte(int, byte) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateByte(String, byte) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBytes(int, byte[]) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateBytes(String, byte[]) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateCharacterStream(int, Reader) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateCharacterStream(String, Reader) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateClob(int, Reader) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateClob(int, Clob) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateClob(String, Reader) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateClob(String, Reader, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateClob(String, Clob) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateCount() - Method in class org.firebirdsql.management.TableStatistics
 
updateCounts() - Method in class org.firebirdsql.gds.ng.BatchCompletion
Update counts per element.
updateCounts() - Method in class org.firebirdsql.gds.ng.FbBatchConfig.Immutable
 
updateCounts() - Method in interface org.firebirdsql.gds.ng.FbBatchConfig
Report update counts per element (called "record counts" in Firebird).
updateDate(int, Date) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateDate(String, Date) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateDouble(int, double) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateDouble(String, double) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateFloat(int, float) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateFloat(String, float) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateInt(int, int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateInt(String, int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateLong(int, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateLong(String, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNCharacterStream(String, Reader) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNCharacterStream(String, Reader, long) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNClob(int, Reader) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNClob(int, NClob) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNClob(String, Reader) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNClob(String, Reader, long) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNClob(String, NClob) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNString(int, String) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNString(String, String) - Method in class org.firebirdsql.jdbc.FBResultSet
updateNull(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateNull(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateObject(int, Object) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateObject(int, Object, int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateObject(int, Object, SQLType) - Method in class org.firebirdsql.jdbc.FBResultSet
updateObject(int, Object, SQLType, int) - Method in class org.firebirdsql.jdbc.FBResultSet
updateObject(String, Object) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateObject(String, Object, int) - Method in class org.firebirdsql.jdbc.FBResultSet
updateObject(String, Object, SQLType) - Method in class org.firebirdsql.jdbc.FBResultSet
updateObject(String, Object, SQLType, int) - Method in class org.firebirdsql.jdbc.FBResultSet
updateRef(int, Ref) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateRef(String, Ref) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateReference(Reference, FBAbstractCommonDataSource) - Static method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Updates the supplied reference with RefAddr properties relevant to this class.
updateRow() - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateRowId(int, RowId) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateRowId(String, RowId) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updatesAreDetected(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
updateShort(int, short) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateShort(String, short) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateString(int, String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateString(String, String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateTime(int, Time) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateTime(String, Time) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.firebirdsql.jdbc.FBResultSet
 
upgradeOds() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
upgradeOds() - Method in interface org.firebirdsql.management.MaintenanceManager
Perform minor ODS upgrade.
USE_FIREBIRD_AUTOCOMMIT - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
USE_STREAM_BLOBS_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
useFirebirdAutocommit - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
user - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
User - Interface in org.firebirdsql.management
A user in the Firebird Security Database.
USER - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
USER - Static variable in class org.firebirdsql.jdbc.FBDriver
Deprecated.
user_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the user's name
C type : ISC_SCHAR*
USER_NAME - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
USER_NAME - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
Deprecated.
USER_NAME - Static variable in class org.firebirdsql.jdbc.FBDriver
Deprecated.
USER_NAME_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
USER_SEC_DATA - Class in org.firebirdsql.jna.fbclient
JNA wrapper for USER_SEC_DATA.
USER_SEC_DATA() - Constructor for class org.firebirdsql.jna.fbclient.USER_SEC_DATA
 
USER_SEC_DATA.ByReference - Class in org.firebirdsql.jna.fbclient
 
USER_SEC_DATA.ByValue - Class in org.firebirdsql.jna.fbclient
 
UserManager - Interface in org.firebirdsql.management
The base Firebird Service API functionality.
useServerBatch - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
usesLocalFilePerTable() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
usesLocalFiles() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
useStreamBlobs - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
UTIL_DATE_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 

V

V10AsynchronousChannel - Class in org.firebirdsql.gds.ng.wire.version10
Asynchronous channel implementation for the V10 wire protocol.
V10AsynchronousChannel(FbWireDatabase) - Constructor for class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
V10Database - Class in org.firebirdsql.gds.ng.wire.version10
FbWireDatabase implementation for the version 10 wire protocol.
V10Database(WireDatabaseConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.version10.V10Database
Creates a V10Database instance.
V10InputBlob - Class in org.firebirdsql.gds.ng.wire.version10
 
V10InputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer, long) - Constructor for class org.firebirdsql.gds.ng.wire.version10.V10InputBlob
 
V10OutputBlob - Class in org.firebirdsql.gds.ng.wire.version10
 
V10OutputBlob(FbWireDatabase, FbWireTransaction, BlobParameterBuffer) - Constructor for class org.firebirdsql.gds.ng.wire.version10.V10OutputBlob
 
V10ParameterConverter - Class in org.firebirdsql.gds.ng.wire.version10
Implementation of ParameterConverter for the version 10 protocol.
V10ParameterConverter() - Constructor for class org.firebirdsql.gds.ng.wire.version10.V10ParameterConverter
 
V10Service - Class in org.firebirdsql.gds.ng.wire.version10
FbWireService implementation for the V10 wire protocol
V10Service(WireServiceConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.version10.V10Service
 
V10Statement - Class in org.firebirdsql.gds.ng.wire.version10
FbWireStatement implementation for the version 10 wire protocol.
V10Statement(FbWireDatabase) - Constructor for class org.firebirdsql.gds.ng.wire.version10.V10Statement
Creates a new instance of V10Statement for the specified database.
V10Transaction - Class in org.firebirdsql.gds.ng.wire.version10
FbTransaction implementation for the version 10 wire protocol.
V10Transaction(FbWireDatabase, int, TransactionState) - Constructor for class org.firebirdsql.gds.ng.wire.version10.V10Transaction
Creates a new instance of V10Transaction for the specified database.
V10WireOperations - Class in org.firebirdsql.gds.ng.wire.version10
 
V10WireOperations(WireConnection<?, ?>, WarningMessageCallback) - Constructor for class org.firebirdsql.gds.ng.wire.version10.V10WireOperations
 
V11Database - Class in org.firebirdsql.gds.ng.wire.version11
FbWireDatabase implementation for the version 11 wire protocol.
V11Database(WireDatabaseConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.version11.V11Database
Creates a V11Database instance.
V11ParameterConverter - Class in org.firebirdsql.gds.ng.wire.version11
Implementation of ParameterConverter for the version 11 protocol.
V11ParameterConverter() - Constructor for class org.firebirdsql.gds.ng.wire.version11.V11ParameterConverter
 
V11Statement - Class in org.firebirdsql.gds.ng.wire.version11
FbWireStatement implementation for the version 11 wire protocol.
V11Statement(FbWireDatabase) - Constructor for class org.firebirdsql.gds.ng.wire.version11.V11Statement
Creates a new instance of V11Statement for the specified database.
V11WireOperations - Class in org.firebirdsql.gds.ng.wire.version11
 
V11WireOperations(WireConnection<?, ?>, WarningMessageCallback) - Constructor for class org.firebirdsql.gds.ng.wire.version11.V11WireOperations
 
V12Database - Class in org.firebirdsql.gds.ng.wire.version12
FbWireDatabase implementation for the version 12 wire protocol.
V12Database(WireDatabaseConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.version12.V12Database
Creates a V12Database instance.
V12ParameterConverter - Class in org.firebirdsql.gds.ng.wire.version12
Implementation of ParameterConverter for the version 12 protocol.
V12ParameterConverter() - Constructor for class org.firebirdsql.gds.ng.wire.version12.V12ParameterConverter
 
V12Statement - Class in org.firebirdsql.gds.ng.wire.version12
 
V12Statement(FbWireDatabase) - Constructor for class org.firebirdsql.gds.ng.wire.version12.V12Statement
Creates a new instance of V12Statement for the specified database.
V13Database - Class in org.firebirdsql.gds.ng.wire.version13
FbWireDatabase implementation for the version 13 wire protocol.
V13Database(WireDatabaseConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.version13.V13Database
Creates a V13Database instance.
V13ParameterConverter - Class in org.firebirdsql.gds.ng.wire.version13
Implementation of ParameterConverter for the version 13 protocol.
V13ParameterConverter() - Constructor for class org.firebirdsql.gds.ng.wire.version13.V13ParameterConverter
 
V13Statement - Class in org.firebirdsql.gds.ng.wire.version13
 
V13Statement(FbWireDatabase) - Constructor for class org.firebirdsql.gds.ng.wire.version13.V13Statement
Creates a new instance of V13Statement for the specified database.
V13WireOperations - Class in org.firebirdsql.gds.ng.wire.version13
 
V13WireOperations(WireConnection<?, ?>, WarningMessageCallback) - Constructor for class org.firebirdsql.gds.ng.wire.version13.V13WireOperations
 
V15Database - Class in org.firebirdsql.gds.ng.wire.version15
FbWireDatabase implementation for the version 15 wire protocol.
V15Database(WireDatabaseConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.version15.V15Database
Creates a V15Database instance.
V15WireOperations - Class in org.firebirdsql.gds.ng.wire.version15
 
V15WireOperations(WireConnection<?, ?>, WarningMessageCallback) - Constructor for class org.firebirdsql.gds.ng.wire.version15.V15WireOperations
 
V16Database - Class in org.firebirdsql.gds.ng.wire.version16
FbWireDatabase implementation for the version 16 wire protocol.
V16Database(WireDatabaseConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.version16.V16Database
Creates a V16Database instance.
V16Statement - Class in org.firebirdsql.gds.ng.wire.version16
 
V16Statement(FbWireDatabase) - Constructor for class org.firebirdsql.gds.ng.wire.version16.V16Statement
Creates a new instance of V16Statement for the specified database.
V16WireOperations - Class in org.firebirdsql.gds.ng.wire.version16
 
V16WireOperations(WireConnection<?, ?>, WarningMessageCallback) - Constructor for class org.firebirdsql.gds.ng.wire.version16.V16WireOperations
 
V18Database - Class in org.firebirdsql.gds.ng.wire.version18
FbWireDatabase implementation for the version 18 wire protocol.
V18Database(WireDatabaseConnection, ProtocolDescriptor) - Constructor for class org.firebirdsql.gds.ng.wire.version18.V18Database
Creates a V18Database instance.
V18Statement - Class in org.firebirdsql.gds.ng.wire.version18
 
V18Statement(FbWireDatabase) - Constructor for class org.firebirdsql.gds.ng.wire.version18.V18Statement
Creates a new instance of V18Statement for the specified database.
validate(T) - Method in class org.firebirdsql.jaybird.props.def.ConnectionProperty
Validates value for this property.
VALIDATE_FULL - Static variable in interface org.firebirdsql.management.MaintenanceManager
Do a full check on record and pages structures, releasing unassigned record fragments.
VALIDATE_IGNORE_CHECKSUM - Static variable in interface org.firebirdsql.management.MaintenanceManager
Ignore checksums during repair operations.
VALIDATE_READ_ONLY - Static variable in interface org.firebirdsql.management.MaintenanceManager
Only report corrupt or misallocated structures, don't fix.
validateDatabase() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
validateDatabase() - Method in interface org.firebirdsql.management.MaintenanceManager
Locate and release database pages that are allocated but unassigned to any data structures.
validateDatabase(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
validateDatabase(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Locate and release database pages that are allocated but unassigned to any data structures.
validateEventHandle(EventHandle) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
validateParameters(RowValue) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
validateParameters(RowValue) - Method in interface org.firebirdsql.gds.ng.FbStatement
Validates if the number of parameters matches the expected number and types, and if all values have been set.
validTransitionSet() - Method in enum org.firebirdsql.gds.ng.StatementState
 
validTransitionSet() - Method in enum org.firebirdsql.gds.ng.TransactionState
 
valueOf(double) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Creates a Decimal128 from value, applying rounding where necessary.
valueOf(double) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Creates a Decimal32 from value, applying rounding where necessary.
valueOf(double) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Creates a Decimal64 from value, applying rounding where necessary.
valueOf(double, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Creates a Decimal128 from value, applying rounding where necessary.
valueOf(double, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Creates a Decimal32 from value, applying rounding where necessary.
valueOf(double, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Creates a Decimal64 from value, applying rounding where necessary.
valueOf(int) - Static method in enum org.firebirdsql.gds.ng.StatementType
Gets the enum value matching statementTypeCode.
valueOf(int) - Static method in enum org.firebirdsql.jdbc.JaybirdType
Returns the JaybirdType for a JaybirdTypeCodes value.
valueOf(String) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Creates a Decimal128 from value, applying rounding where necessary.
valueOf(String) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Creates a Decimal32 from value, applying rounding where necessary.
valueOf(String) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Creates a Decimal64 from value, applying rounding where necessary.
valueOf(String) - Static method in enum org.firebirdsql.extern.decimal.DecimalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.extern.decimal.OverflowHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ClumpletReader.ClumpletType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ClumpletReader.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.impl.argument.ArgumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.impl.ServiceParameterBufferImp.SpbMetaData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.impl.ServiceRequestBufferImp.SrbMetaData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.impl.TransactionParameterBufferImpl.TpbMetaData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.CursorFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.FbBlob.SeekMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.FetchDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.jna.FbClientFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.monitor.Operation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.StatementState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.TransactionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin.AuthStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo.InitResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ng.WireCrypt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.gds.ParameterTagMapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jaybird.parser.FirebirdReservedWords
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jaybird.parser.LocalStatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jaybird.props.def.ConnectionPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jaybird.props.DpbType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jaybird.xca.XcaConnectionEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jdbc.CompletionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jdbc.FBStatement.StatementResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jdbc.JaybirdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jdbc.metadata.MetadataPattern.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jdbc.QuoteStrategy
Returns the enum constant of this type with the specified name.
valueOf(String, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Creates a Decimal128 from value, applying rounding where necessary.
valueOf(String, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Creates a Decimal32 from value, applying rounding where necessary.
valueOf(String, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Creates a Decimal64 from value, applying rounding where necessary.
valueOf(BigDecimal) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Creates a Decimal128 from value, applying rounding where necessary.
valueOf(BigDecimal) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Creates a Decimal32 from value, applying rounding where necessary.
valueOf(BigDecimal) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Creates a Decimal64 from value, applying rounding where necessary.
valueOf(BigDecimal, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Creates a Decimal128 from value, applying rounding where necessary.
valueOf(BigDecimal, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Creates a Decimal32 from value, applying rounding where necessary.
valueOf(BigDecimal, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Creates a Decimal64 from value, applying rounding where necessary.
valueOf(BigInteger) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Creates a Decimal128 from value, applying rounding where necessary.
valueOf(BigInteger) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Creates a Decimal32 from value, applying rounding where necessary.
valueOf(BigInteger) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Creates a Decimal64 from value, applying rounding where necessary.
valueOf(BigInteger, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Creates a Decimal128 from value, applying rounding where necessary.
valueOf(BigInteger, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Creates a Decimal32 from value, applying rounding where necessary.
valueOf(BigInteger, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Creates a Decimal64 from value, applying rounding where necessary.
valueOf(Decimal<?>) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Converts a decimal to Decimal128.
valueOf(Decimal<?>) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Converts a decimal to Decimal32.
valueOf(Decimal<?>) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Converts a decimal to Decimal64.
valueOf(Decimal<?>, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Converts a decimal to Decimal128.
valueOf(Decimal<?>, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Converts a decimal to Decimal32.
valueOf(Decimal<?>, OverflowHandling) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Converts a decimal to Decimal64.
valueOfExact(BigInteger) - Static method in class org.firebirdsql.extern.decimal.Decimal128
Creates a Decimal128 from value, rejecting values that would lose precision due to rounding.
valueOfExact(BigInteger) - Static method in class org.firebirdsql.extern.decimal.Decimal32
Creates a Decimal32 from value, rejecting values that would lose precision due to rounding.
valueOfExact(BigInteger) - Static method in class org.firebirdsql.extern.decimal.Decimal64
Creates a Decimal64 from value, rejecting values that would lose precision due to rounding.
values() - Static method in enum org.firebirdsql.extern.decimal.DecimalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.extern.decimal.OverflowHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ClumpletReader.ClumpletType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ClumpletReader.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.impl.argument.ArgumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.impl.ServiceParameterBufferImp.SpbMetaData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.impl.ServiceRequestBufferImp.SrbMetaData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.impl.TransactionParameterBufferImpl.TpbMetaData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.CursorFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.FbBlob.SeekMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.FetchDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.jna.FbClientFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.monitor.Operation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.StatementState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.TransactionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin.AuthStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo.InitResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ng.WireCrypt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.gds.ParameterTagMapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.jaybird.parser.FirebirdReservedWords
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.jaybird.parser.LocalStatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.jaybird.props.def.ConnectionPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.jaybird.props.DpbType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.jaybird.xca.XcaConnectionEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.jdbc.CompletionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.jdbc.FBStatement.StatementResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.jdbc.JaybirdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.jdbc.metadata.MetadataPattern.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.firebirdsql.jdbc.QuoteStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
varchar_type - Static variable in class org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
VaxEncoding - Class in org.firebirdsql.gds
Helper methods for decoding Vax style (little endian) integers as used by Firebird from byte arrays.
VERB_TIME - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
verbose - Variable in class org.firebirdsql.management.FBBackupManagerBase
 
VERBOSE - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
Deprecated.
verboseBackup() - Method in class org.firebirdsql.management.FBBackupManager
Whether backing up will produce verbose output
verboseBackup() - Method in class org.firebirdsql.management.FBBackupManagerBase
Whether the backup will produce verbose output
verboseBackup() - Method in class org.firebirdsql.management.FBStreamingBackupManager
Streaming backups are currently not capable of verbose output
VERIFY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
version - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
 
Version - Class in org.firebirdsql.jaybird
Class to access information from org/firebirdsql/jaybird/version.properties.
VERSION - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
Deprecated.
VERSION1 - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
Deprecated.
Version10Descriptor - Class in org.firebirdsql.gds.ng.wire.version10
The ProtocolDescriptor for the Firebird version 10 protocol.
Version10Descriptor() - Constructor for class org.firebirdsql.gds.ng.wire.version10.Version10Descriptor
 
Version11Descriptor - Class in org.firebirdsql.gds.ng.wire.version11
The ProtocolDescriptor for the Firebird version 11 protocol.
Version11Descriptor() - Constructor for class org.firebirdsql.gds.ng.wire.version11.Version11Descriptor
 
Version12Descriptor - Class in org.firebirdsql.gds.ng.wire.version12
The ProtocolDescriptor for the Firebird version 12 protocol.
Version12Descriptor() - Constructor for class org.firebirdsql.gds.ng.wire.version12.Version12Descriptor
 
Version13Descriptor - Class in org.firebirdsql.gds.ng.wire.version13
The ProtocolDescriptor for the Firebird version 13 protocol.
Version13Descriptor() - Constructor for class org.firebirdsql.gds.ng.wire.version13.Version13Descriptor
 
Version15Descriptor - Class in org.firebirdsql.gds.ng.wire.version15
The ProtocolDescriptor for the Firebird version 15 protocol.
Version15Descriptor() - Constructor for class org.firebirdsql.gds.ng.wire.version15.Version15Descriptor
 
Version16Descriptor - Class in org.firebirdsql.gds.ng.wire.version16
The ProtocolDescriptor for the Firebird version 16 protocol.
Version16Descriptor() - Constructor for class org.firebirdsql.gds.ng.wire.version16.Version16Descriptor
 
Version18Descriptor - Class in org.firebirdsql.gds.ng.wire.version18
The ProtocolDescriptor for the Firebird version 18 protocol.
Version18Descriptor() - Constructor for class org.firebirdsql.gds.ng.wire.version18.Version18Descriptor
 
VIEW - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
VisitorRegistrar - Interface in org.firebirdsql.jaybird.parser
Registrar for visitors that allows runtime removal or addition of visitors.
visitToken(Token, VisitorRegistrar) - Method in class org.firebirdsql.jaybird.parser.StatementDetector
 
visitToken(Token, VisitorRegistrar) - Method in interface org.firebirdsql.jaybird.parser.TokenVisitor
Notifies the visitor of a token.
Volatile - Annotation Type in org.firebirdsql.util
Indicates that the annotated class, method or value is volatile, and may change in a next version.

W

WAIT - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
waitForEvent(String) - Method in interface org.firebirdsql.event.EventManager
Wait for the one-time occurrence of an event.
waitForEvent(String) - Method in class org.firebirdsql.event.FBEventManager
 
waitForEvent(String, int) - Method in interface org.firebirdsql.event.EventManager
Wait for the one-time occurrence of an event.
waitForEvent(String, int) - Method in class org.firebirdsql.event.FBEventManager
 
WAL_BACKUP_DIR - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
WAL_BUFSIZE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
WAL_CHKPTLEN - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
WAL_GRP_CMT_WAIT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
WAL_NUMBUFS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
warn(String) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
warn(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
warnDebug(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
Logs the message on warn with the throwable toString() and a note that the stacktrace is on debug.
warnf(String, Object) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
warnf(String, Object...) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
warnf(String, Object, Object) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
warnf(String, Object, Object, Object) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
warnfe(String, Object, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
warnfe(String, Object, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
warnfe(String, Object, Throwable) - Method in interface org.firebirdsql.logging.Logger
Deprecated.
 
warning(int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
The (next) exception is a warning.
WarningMessageCallback - Interface in org.firebirdsql.gds.ng
Callback interface for passing warnings.
warningReceived(FbDatabase, SQLWarning) - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
warningReceived(FbDatabase, SQLWarning) - Method in interface org.firebirdsql.gds.ng.listeners.DatabaseListener
Called when a warning was received for the database connection.
warningReceived(FbDatabase, SQLWarning) - Method in class org.firebirdsql.gds.ng.listeners.DatabaseListenerDispatcher
 
warningReceived(FbService, SQLWarning) - Method in interface org.firebirdsql.gds.ng.listeners.ServiceListener
Called when a warning was received for the service connection.
warningReceived(FbService, SQLWarning) - Method in class org.firebirdsql.gds.ng.listeners.ServiceListenerDispatcher
 
warningReceived(FbStatement, SQLWarning) - Method in interface org.firebirdsql.gds.ng.listeners.StatementListener
Called when a warning was received for the sender statement.
warningReceived(FbStatement, SQLWarning) - Method in class org.firebirdsql.gds.ng.listeners.StatementListenerDispatcher
 
wasNull() - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
wasNull() - Method in class org.firebirdsql.jdbc.FBResultSet
 
Wide - org.firebirdsql.gds.ClumpletReader.ClumpletType
 
Wide - org.firebirdsql.gds.impl.argument.ArgumentType
 
WideTagged - org.firebirdsql.gds.ClumpletReader.Kind
 
WideUnTagged - org.firebirdsql.gds.ClumpletReader.Kind
 
WinFbClientLibrary - Interface in org.firebirdsql.jna.fbclient
JNA library interface specifically for the Windows platform.
WinFbClientLibrary.FbShutdownStdCallback - Interface in org.firebirdsql.jna.fbclient
FbShutdown Callback following the StdCall conventions
WinFbClientLibrary.IscEventStdCallback - Interface in org.firebirdsql.jna.fbclient
IscEvent Callback following the StdCall conventions
WIRE_COMPRESSION - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
WIRE_CRYPT_DEFAULT - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
 
WIRE_CRYPT_DISABLED - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
WIRE_CRYPT_DISABLED - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
 
WIRE_CRYPT_ENABLED - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
WIRE_CRYPT_ENABLED - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
 
WIRE_CRYPT_LEVEL - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
WIRE_CRYPT_REQUIRED - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
WIRE_CRYPT_REQUIRED - Static variable in class org.firebirdsql.jaybird.props.PropertyConstants
 
wireCompression - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
WireConnection<T extends IAttachProperties<T>,​C extends FbWireAttachment> - Class in org.firebirdsql.gds.ng.wire
Class managing the TCP/IP connection and initial handshaking with the Firebird server.
WireConnection(T) - Constructor for class org.firebirdsql.gds.ng.wire.WireConnection
Creates a WireConnection (without establishing a connection to the server) with the default protocol collection.
WireConnection(T, IEncodingFactory, ProtocolCollection) - Constructor for class org.firebirdsql.gds.ng.wire.WireConnection
Creates a WireConnection (without establishing a connection to the server).
wireCrypt - Static variable in class org.firebirdsql.jaybird.props.PropertyNames
 
WireCrypt - Enum in org.firebirdsql.gds.ng
 
WireDatabaseConnection - Class in org.firebirdsql.gds.ng.wire
Wire connection instance for connecting to a database
WireDatabaseConnection(IConnectionProperties) - Constructor for class org.firebirdsql.gds.ng.wire.WireDatabaseConnection
Creates a WireDatabaseConnection (without establishing a connection to the server) with the default protocol collection.
WireDatabaseConnection(IConnectionProperties, IEncodingFactory, ProtocolCollection) - Constructor for class org.firebirdsql.gds.ng.wire.WireDatabaseConnection
Creates a WireDatabaseConnection (without establishing a connection to the server).
WireEventHandle - Class in org.firebirdsql.gds.ng.wire
Event handle for the wire protocol.
WireEventHandle(String, EventHandler, Encoding) - Constructor for class org.firebirdsql.gds.ng.wire.WireEventHandle
 
WireGDSFactoryPlugin - Class in org.firebirdsql.gds.impl.wire
 
WireGDSFactoryPlugin() - Constructor for class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
wireOperations - Variable in class org.firebirdsql.gds.ng.wire.AbstractFbWireDatabase
 
wireOperations - Variable in class org.firebirdsql.gds.ng.wire.AbstractFbWireService
 
WireProtocolConstants - Interface in org.firebirdsql.gds.impl.wire
Constants for wire protocol operations and messages.
WireServiceConnection - Class in org.firebirdsql.gds.ng.wire
Wire connection instance for connecting to a service.
WireServiceConnection(IServiceProperties) - Constructor for class org.firebirdsql.gds.ng.wire.WireServiceConnection
Creates a WireServiceConnection (without establishing a connection to the server) with the default protocol collection.
WireServiceConnection(IServiceProperties, IEncodingFactory, ProtocolCollection) - Constructor for class org.firebirdsql.gds.ng.wire.WireServiceConnection
Creates a WireServiceConnection (without establishing a connection to the server).
withAttachObjectName(String) - Method in class org.firebirdsql.gds.impl.DbAttachInfo
 
withDefaultEncodingDefinition() - Method in class org.firebirdsql.encodings.EncodingFactory
Returns an ConnectionEncodingFactory that uses EncodingFactory.getDefaultEncodingDefinition() as the default.
withDefaultEncodingDefinition(Charset) - Method in class org.firebirdsql.encodings.EncodingFactory
Returns an IEncodingFactory that uses an EncodingDefinition identified by charSet as the default.
withDefaultEncodingDefinition(Charset) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Returns an IEncodingFactory that uses an EncodingDefinition identified by charSet as the default.
withDefaultEncodingDefinition(EncodingDefinition) - Method in class org.firebirdsql.encodings.EncodingFactory
Returns an IEncodingFactory that uses encodingDefinition as the default.
withDefaultEncodingDefinition(EncodingDefinition) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Returns an IEncodingFactory that uses encodingDefinition as the default.
withLock() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
withLock() - Method in class org.firebirdsql.ds.FBPooledConnection
 
withLock() - Method in class org.firebirdsql.event.FBEventManager
 
withLock() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
withLock() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
withLock() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
withLock() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
withLock() - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
withLock() - Method in interface org.firebirdsql.gds.ng.FbAttachment
Locks the lock with Lock.lock() (or equivalent).
withLock() - Method in interface org.firebirdsql.gds.ng.FbStatement
Locks the lock with Lock.lock() (or equivalent).
withLock() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
withLock() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
withLock() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
withLock() - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
withLock() - Method in class org.firebirdsql.jaybird.xca.FBManagedConnection
 
withLock() - Method in class org.firebirdsql.jdbc.FBConnection
 
withLock() - Method in class org.firebirdsql.jdbc.FBStatement
 
withReservedWords(ReservedWords) - Static method in class org.firebirdsql.jaybird.parser.SqlParser
Creates a builder for a SQL parser with a supplier of reserved words.
withReservedWords(ReservedWords) - Static method in class org.firebirdsql.jaybird.parser.SqlTokenizer
Tokenize with a supplier of reserved words.
withServerName(String) - Method in class org.firebirdsql.gds.impl.DbAttachInfo
 
withVisitor(TokenVisitor) - Method in class org.firebirdsql.jaybird.parser.SqlParser.Builder
 
withVisitors(TokenVisitor...) - Method in class org.firebirdsql.jaybird.parser.SqlParser.Builder
 
WORKING_DIRECTORY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
Deprecated.
wrapDeferredResponse(DeferredResponse<T>, Function<Response, T>) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
Wraps a deferred response to produce a deferred action that can be added using FbWireDatabase.enqueueDeferredAction(DeferredAction), notifying the exception listener of this statement for exceptions, and forcing the ERROR state for IO errors.
wrapDeferredResponse(DeferredResponse<T>, Function<Response, T>, WarningMessageCallback, Consumer<Exception>) - Static method in interface org.firebirdsql.gds.ng.wire.DeferredAction
write(byte[], int, int) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream as defined by OutputStream.write(byte[], int, int).
write(byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
Write data from the buffer into this stream.
write(byte[], int, int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Write data from the buffer into this stream.
write(byte[], int, int, int) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Write a byte buffer to the underlying output stream in XDR format.
write(int) - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
Write single byte into the stream.
write(int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Write single byte into the stream.
write(XdrOutputStream) - Method in interface org.firebirdsql.gds.impl.wire.Xdrable
Write the this Xdrable out in XDR format to an XdrOutputStream.
WRITE - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
Deprecated.
writeAlignment(int) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Writes the 0x00 alignment for the specified length.
writeArgumentsTo(OutputStream) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
writeArgumentsTo(OutputStream) - Method in interface org.firebirdsql.gds.ParameterBuffer
Writes the arguments in the implementation specific serialization into the OutputStream.
writeBuffer(byte[]) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Write a byte buffer to the underlying output stream in XDR format.
writeColumnData(XdrOutputStream, int, byte[], FieldDescriptor) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
writeCryptKeyCallback(DbCryptData) - Method in class org.firebirdsql.gds.ng.wire.version13.V13WireOperations
Writes the database encryption callback response data to the connection.
writeCryptKeyCallback(DbCryptData) - Method in class org.firebirdsql.gds.ng.wire.version15.V15WireOperations
 
writeDirect(byte[]) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Writes directly to the OutputStream of the underlying socket.
writeDirect(byte[]) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
writeDirect(byte[]) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Writes directly to the OutputStream of the underlying connection.
writeDirect(byte[]) - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Writes directly to the OutputStream of the underlying socket.
writeInputConfig(BlobParameterBuffer) - Method in interface org.firebirdsql.gds.ng.BlobConfig
Writes out the configuration for an input blob for an open operation (reading a blob).
writeInputConfig(BlobParameterBuffer) - Method in class org.firebirdsql.jdbc.FBBlob.Config
 
writeInt(int) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Write an int value to the underlying stream in XDR format.
writeLength(int, OutputStream) - Method in enum org.firebirdsql.gds.impl.argument.ArgumentType
Writes the length into the stream in the proper format.
writeLong(long) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Write a long value to the underlying stream in XDR format.
writeOutputConfig(BlobParameterBuffer) - Method in interface org.firebirdsql.gds.ng.BlobConfig
Writes out the configuration for an output blob for a create operation (writing a blob).
writeOutputConfig(BlobParameterBuffer) - Method in class org.firebirdsql.jdbc.FBBlob.Config
 
writePadding(int, int) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Writes padding for the specified length of the specified padding byte.
writePluginDataTo(OutputStream) - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
writeSpacePadding(int) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Writes space (0x20) padding of the specified length
writeSqlData(XdrOutputStream, BlrCalculator, RowDescriptor, RowValue, boolean) - Method in class org.firebirdsql.gds.ng.wire.version13.V13Statement
 
writeSqlData(RowDescriptor, RowValue, boolean) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Write a set of SQL data from a RowValue.
writeSqlData(RowDescriptor, RowValue, boolean) - Method in class org.firebirdsql.gds.ng.wire.version13.V13Statement
 
writeString(String, Encoding) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Write content of the specified string using the specified encoding.
writeTo(OutputStream) - Method in class org.firebirdsql.gds.impl.argument.Argument
Writes the arguments to the supplied OutputStream in the XDR format of the type.
writeTo(OutputStream) - Method in class org.firebirdsql.gds.impl.argument.BigIntArgument
 
writeTo(OutputStream) - Method in class org.firebirdsql.gds.impl.argument.ByteArgument
 
writeTo(OutputStream) - Method in class org.firebirdsql.gds.impl.argument.ByteArrayArgument
 
writeTo(OutputStream) - Method in class org.firebirdsql.gds.impl.argument.NumericArgument
 
writeTo(OutputStream) - Method in class org.firebirdsql.gds.impl.argument.SingleItem
 
writeTo(OutputStream) - Method in class org.firebirdsql.gds.impl.argument.StringArgument
 
writeTyped(int, Xdrable) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Write an Xdrable to this output stream.
writeTyped(ParameterBuffer) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
 
writeZeroPadding(int) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Writes zero padding of the specified length

X

XAConnectionHandler - Class in org.firebirdsql.ds
InvocationHandler for the logical connection returned by FBXAConnection.
XAConnectionHandler(Connection, FBXAConnection) - Constructor for class org.firebirdsql.ds.XAConnectionHandler
 
XcaConnectionEvent - Class in org.firebirdsql.jaybird.xca
The XcaConnectionEvent class provides information about the source of a connection related event.
XcaConnectionEvent(FBManagedConnection, XcaConnectionEvent.EventType) - Constructor for class org.firebirdsql.jaybird.xca.XcaConnectionEvent
Construct a ConnectionEvent object.
XcaConnectionEvent(FBManagedConnection, XcaConnectionEvent.EventType, Exception) - Constructor for class org.firebirdsql.jaybird.xca.XcaConnectionEvent
Construct a ConnectionEvent object.
XcaConnectionEvent.EventType - Enum in org.firebirdsql.jaybird.xca
 
XcaConnectionEventListener - Interface in org.firebirdsql.jaybird.xca
Listener to receives notification of events on a managed connection instance.
XcaConnectionManager - Interface in org.firebirdsql.jaybird.xca
The XcaConnectionManager can be used to modify the configuration of a connection, provide pooling or other behaviour when allocating a new connection.
Xdrable - Interface in org.firebirdsql.gds.impl.wire
The interface Xdrable represents an object that can read and write itself from a strean in the xdr format used by the firebird engine.
XdrInputStream - Class in org.firebirdsql.gds.impl.wire
XdrInputStream is an input stream for reading in data that is in the XDR format.
XdrInputStream(InputStream) - Constructor for class org.firebirdsql.gds.impl.wire.XdrInputStream
Create a new instance of XdrInputStream.
XdrOutputStream - Class in org.firebirdsql.gds.impl.wire
An XdrOutputStream writes data in XDR format to an underlying java.io.OutputStream.
XdrOutputStream(OutputStream) - Constructor for class org.firebirdsql.gds.impl.wire.XdrOutputStream
Create a new instance of XdrOutputStream with default buffer size.
XdrOutputStream(OutputStream, int) - Constructor for class org.firebirdsql.gds.impl.wire.XdrOutputStream
Create a new instance of XdrOutputStream with the specified buffer size.
XdrStreamAccess - Interface in org.firebirdsql.gds.ng.wire
Provides access to the XdrInputStream and XdrOutputStream.
XSQLDA - Class in org.firebirdsql.jna.fbclient
JNA Wrapper for XSQLDA.
XSQLDA() - Constructor for class org.firebirdsql.jna.fbclient.XSQLDA
 
XSQLDA(int) - Constructor for class org.firebirdsql.jna.fbclient.XSQLDA
 
XSQLDA(short, byte[], int, short, short, XSQLVAR[]) - Constructor for class org.firebirdsql.jna.fbclient.XSQLDA
 
XSQLDA.ByReference - Class in org.firebirdsql.jna.fbclient
 
XSQLDA.ByValue - Class in org.firebirdsql.jna.fbclient
 
XSQLVAR - Class in org.firebirdsql.jna.fbclient
JNA wrapper for XSQLVAR.
XSQLVAR() - Constructor for class org.firebirdsql.jna.fbclient.XSQLVAR
 
XSQLVAR.ByReference - Class in org.firebirdsql.jna.fbclient
 
XSQLVAR.ByValue - Class in org.firebirdsql.jna.fbclient
 

Y

year - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
Deprecated.
 

Z

ZONED_DATE_TIME_CLASS_NAME - Static variable in class org.firebirdsql.jdbc.JavaTypeNameConstants
 
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