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

A

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

B

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

C

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

D

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

E

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

F

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

G

GARBAGE_COLLECT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
GBAK_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
gds_quad_high - Variable in class org.firebirdsql.jna.fbclient.GDS_QUAD_t
 
gds_quad_low - Variable in class org.firebirdsql.jna.fbclient.GDS_QUAD_t
 
GDS_QUAD_t - Class in org.firebirdsql.jna.fbclient
JNA wrapper for GDS_QUAD_t.
GDS_QUAD_t() - Constructor for class org.firebirdsql.jna.fbclient.GDS_QUAD_t
 
GDS_QUAD_t(int, int) - Constructor for class org.firebirdsql.jna.fbclient.GDS_QUAD_t
 
GDS_QUAD_t.ByReference - Class in org.firebirdsql.jna.fbclient
 
GDS_QUAD_t.ByValue - Class in org.firebirdsql.jna.fbclient
 
GDSException - Exception in org.firebirdsql.gds
A GDS-specific exception
GDSException(int, int) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(int, String) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(int, int, String) - Constructor for exception org.firebirdsql.gds.GDSException
Construct instance of this class.
GDSException(int, int, String, Throwable) - Constructor for exception org.firebirdsql.gds.GDSException
Construct instance of this class.
GDSException(int) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(int, Throwable) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(String) - Constructor for exception org.firebirdsql.gds.GDSException
Create a new instance with only a simple message.
GDSExceptionHelper - Class in org.firebirdsql.gds
This class returns messages for the specified error code.
GDSExceptionHelper() - Constructor for class org.firebirdsql.gds.GDSExceptionHelper
 
GDSExceptionHelper.GDSMessage - Class in org.firebirdsql.gds
This class wraps message template obtained from isc_error_msg.properties file and allows to set parameters to the message.
GDSFactory - Class in org.firebirdsql.gds.impl
The class GDSFactory exists to provide a way to obtain objects implementing GDS and Clumplet.
GDSFactory() - Constructor for class org.firebirdsql.gds.impl.GDSFactory
 
GDSFactoryPlugin - Interface in org.firebirdsql.gds.impl
 
GDSHelper - Class in org.firebirdsql.gds.impl
Helper class for all GDS-related operations.
GDSHelper(FbDatabase) - Constructor for class org.firebirdsql.gds.impl.GDSHelper
Create instance of this class.
gdsHelper - Variable in class org.firebirdsql.jdbc.AbstractResultSet
 
gdsHelper - Variable in class org.firebirdsql.jdbc.FBStatement
 
gdsHelper - Variable in class org.firebirdsql.jdbc.field.FBField
 
GDSMessage(String) - Constructor for class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Constructs an instance of GDSMessage for the specified template.
GDSServerVersion - Class in org.firebirdsql.gds.impl
Object representing a Firebird server version.
GDSServerVersionException - Exception in org.firebirdsql.gds.impl
Exception is thrown when server returns a version string in a format that this driver does not understand.
GDSServerVersionException(String) - Constructor for exception org.firebirdsql.gds.impl.GDSServerVersionException
 
GDSType - Class in org.firebirdsql.gds.impl
Type-safe "enumeration" of the GDS types registered in the system.
GEN_ID - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
GEN_ID - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
GEN_ID() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
generatedKeyAlwaysReturned() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
GeneratedKeysQuery(String, int) - Constructor for class org.firebirdsql.jdbc.FBConnection.GeneratedKeysQuery
 
GeneratedKeysQuery(String, int[]) - Constructor for class org.firebirdsql.jdbc.FBConnection.GeneratedKeysQuery
 
GeneratedKeysQuery(String, String[]) - Constructor for class org.firebirdsql.jdbc.FBConnection.GeneratedKeysQuery
 
generatesKeys() - Method in class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
Indicates if the query will generate keys.
generatesSessionKey() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
 
GENERIC_ID - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
GENERIC_ID() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSubtypeContext
 
GENERIC_ID() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetClauseContext
 
GENERIC_ID - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
GENERIC_ID() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleIdentifierContext
 
GenericResponse - Class in org.firebirdsql.gds.ng.wire
 
GenericResponse(int, long, byte[], SQLException) - Constructor for class org.firebirdsql.gds.ng.wire.GenericResponse
 
get(int) - Method in class org.firebirdsql.gds.ng.fields.RowValueBuilder
Retrieves the field data set at the specified index.
GET_COLUMNS_END - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getActiveTransactionCount() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getActiveTransactionCount() - Method in class org.firebirdsql.management.StatisticsManager.DatabaseTransactionInfo
 
getAlias() - Method in class org.firebirdsql.jdbc.field.FBField
Returns the alias of the column as declared in XSQLVAR.
getAllInterfaces(Class<?>) - Static method in class org.firebirdsql.util.ReflectionHelper
Get all implemented interfaces by the class.
getAndAssertSingletonResultSet() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Returns the result set for the singleton row of the callable statement and asserts it has data.
getArchitecture() - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
getArchitecture() - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
 
getArgumentAsInt(int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getArgumentAsInt(int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Get argument as int.
getArgumentAsInt(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getArgumentAsString(int) - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getArgumentAsString(int) - Method in interface org.firebirdsql.gds.ParameterBuffer
Get argument as string.
getArgumentAsString(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getArgumentsList() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getArray(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getArray(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray() - Method in class org.firebirdsql.jdbc.FBArray
Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language.
getArray(Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBArray
Retrieves the contents of the SQL array designated by this Array object.
getArray(long, int) - Method in class org.firebirdsql.jdbc.FBArray
Returns an array containing a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(long, int, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBArray
Returns an array containing a slice of the SQL array object designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray() - Method in class org.firebirdsql.jdbc.field.FBField
 
getAsciiStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an InputStream.
getAsciiStream() - Method in class org.firebirdsql.jdbc.FBClob
Gets the CLOB value designated by this Clob object as a stream of Ascii bytes.
getAsciiStream() - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getATN() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
getATN() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
getAttachObjectName() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getAttachObjectName() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
getAttachObjectName() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
getAttachObjectName() - Method in class org.firebirdsql.gds.ng.FbImmutableServiceProperties
 
getAttachObjectName() - Method in class org.firebirdsql.gds.ng.FbServiceProperties
 
getAttachObjectName() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
getAttachProperties() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getAttachProperties() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getAttachUrl() - Method in class org.firebirdsql.gds.ng.jna.JnaConnection
Builds the attach URL for the library.
getAttributes(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
UDTs are not supported by Firebird.
getAuthPluginListTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getAuthPluginNameTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getAutoCommit() - Method in class org.firebirdsql.jdbc.FBConnection
Gets the current auto-commit state.
getAutoCommit() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
getBackupSRB(FbService, int) - Method in class org.firebirdsql.management.FBBackupManagerBase
Creates and returns the "backup" service request buffer for the Service Manager.
getBaseType() - Method in class org.firebirdsql.jdbc.FBArray
Returns the JDBC type of the elements in the array designated by this Array object.
getBaseTypeName() - Method in class org.firebirdsql.jdbc.FBArray
Returns the SQL type name of the elements in the array designated by this Array object.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Deprecated. 
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a BigDecimal object.
getBigDecimal(int, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Deprecated. 
getBigDecimal(String, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Deprecated. 
getBigDecimal(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.field.FBField
 
getBigInteger() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBinaryStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a binary InputStream.
getBinaryStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a binary InputStream.
getBinaryStream(long, long) - Method in class org.firebirdsql.jdbc.FBBlob
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinaryStream() - Method in class org.firebirdsql.jdbc.FBBlob
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
getBinaryStream(long, long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.field.FBBinaryField
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBinaryStream() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getBlob(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBlob(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a Blob object.
getBlob(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob() - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
getBlob() - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 
getBlob() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBlob() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getBlob() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get instance of FirebirdBlob to which this stream belongs to.
getBlob() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Get instance of FirebirdBlob to which this stream belongs to.
getBlobBufferLength() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get buffer length for the BLOB fields.
getBlobBufferLength() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the buffer length for blobs for this connection.
getBlobBufferLength() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
getBlobBufferSize() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getBlobBufferSize() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getBlobBufferSize() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getBlobBufferSize() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getBlobBufferSize() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getBlobId() - Method in interface org.firebirdsql.gds.ng.FbBlob
 
getBlobId() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getBlobId() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireInputBlob
 
getBlobId() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireOutputBlob
 
getBlobId() - Method in class org.firebirdsql.gds.ng.wire.GenericResponse
 
getBlobId() - Method in class org.firebirdsql.jdbc.FBBlob
Get the identifier for this Blob
getBlobInfo(byte[], int, InfoProcessor<T>) - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
getBlobInfo(byte[], int, InfoProcessor<T>) - Method in interface org.firebirdsql.gds.ng.FbBlob
Request blob info.
getBlobInfo(byte[], int) - Method in interface org.firebirdsql.gds.ng.FbBlob
Request blob info.
getBlobInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getBlobInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
getBlobLengthItems() - Method in class org.firebirdsql.gds.ng.BlobLengthProcessor
 
getBlobParameterBuffer() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
getBlrCalculator() - Method in interface org.firebirdsql.gds.ng.wire.FbWireDatabase
 
getBlrCalculator() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
getBoolean(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBoolean(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a boolean value.
getBoolean(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean value.
getBoolean() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBranchQualifier() - Method in class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
Return the branch qualifier of this transaction.
getBuffersNumber() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getBuffersNumber() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getBuffersNumber() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getBuffersNumber() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getBuffersNumber() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getBufferTag() - Method in class org.firebirdsql.gds.ClumpletReader
 
getBuildNumber() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getById(int) - Static method in enum org.firebirdsql.gds.ng.FbBlob.SeekMode
Get the SeekMode instance by the (Firebird) seekmode id.
getByte(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getByte(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a byte value.
getByte(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte value.
getByte() - Method in class org.firebirdsql.jdbc.field.FBField
 
getByteArrayArgumentType(int) - Method in enum org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
 
getByteArrayArgumentType(int) - Method in interface org.firebirdsql.gds.impl.ParameterBufferMetaData
Gets the byte array argument type for the supplied tag.
getByteArrayArgumentType(int) - Method in enum org.firebirdsql.gds.impl.TransactionParameterBufferImpl.TpbMetaData
 
getBytes() - Method in class org.firebirdsql.gds.ClumpletReader
 
getBytes(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getBytes(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a byte array.
getBytes(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array.
getBytes(long, int) - Method in class org.firebirdsql.jdbc.FBBlob
Retrieves all or part of the BLOB value that this Blob object represents, as an array of bytes.
getBytes(long, int) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Get part of the blob field.
getBytes(String) - Static method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getBytes() - Method in class org.firebirdsql.jdbc.field.FBBinaryField
 
getBytes() - Method in class org.firebirdsql.jdbc.field.FBField
 
getBytes() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getCachedData() - Method in interface org.firebirdsql.jdbc.field.FBFlushableField
Get cached data.
getCachedData() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getCachedObject() - Method in class org.firebirdsql.gds.ng.fields.FieldValue
 
getCachedObject() - Method in interface org.firebirdsql.jdbc.field.FBFlushableField
 
getCachedObject() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getCacheKey() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getCatalog() - Method in class org.firebirdsql.jdbc.FBConnection
Returns the Connection's current catalog name.
getCatalogName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Gets the designated column's table's catalog name.
getCatalogs() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets the catalog names available in this database.
getCatalogSeparator() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getChannelNames() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
getCharacterSetSize(int) - Static method in class org.firebirdsql.encodings.EncodingFactory
Deprecated.
getCharacterStream(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getCharacterStream(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getCharacterStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream() - Method in class org.firebirdsql.jdbc.FBClob
Gets the CLOB value designated by this Clob object as a Unicode stream.
getCharacterStream(long, long) - Method in class org.firebirdsql.jdbc.FBClob
 
getCharacterStream() - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getCharacterStream(long, long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getCharacterStream() - Method in class org.firebirdsql.jdbc.field.FBField
 
getCharacterTranslator(String) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getCharacterTranslator(String) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Deprecated.
To be removed in Jaybird 4
getCharSet() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getCharSet() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getCharSet() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getCharSet() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getCharSet() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
getCharSet() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getCharSet() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getCharSet() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getCharSet() - Method in class org.firebirdsql.management.FBServiceManager
 
getCharSet() - Method in interface org.firebirdsql.management.ServiceManager
 
getCharsetName() - Method in interface org.firebirdsql.encodings.Encoding
 
getClientAuthBlock() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getClientAuthBlock() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
 
getClientData() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
 
getClientData() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getClientInfo() - Method in class org.firebirdsql.jdbc.FBConnection
 
getClientInfo(String) - Method in class org.firebirdsql.jdbc.FBConnection
 
getClientInfo(PreparedStatement, String) - Method in class org.firebirdsql.jdbc.FBConnection
 
getClientInfoProperties() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbLocalDatabaseFactory
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.JnaConnection
 
getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getClob(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getClob(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob() - Method in class org.firebirdsql.jdbc.field.FBField
 
getClob() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getClumpLength() - Method in class org.firebirdsql.gds.ClumpletReader
 
getClumpletSize(boolean, boolean, boolean) - Method in class org.firebirdsql.gds.ClumpletReader
 
getClumpletType(byte) - Method in class org.firebirdsql.gds.ClumpletReader
 
getClumpTag() - Method in class org.firebirdsql.gds.ClumpletReader
 
getColumn(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
getColumnClassName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnCount() - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnDisplaySize(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates the designated column's normal maximum width in characters.
getColumnLabel(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Get the designated column's name.
getColumnPrivileges(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves a description of table columns available in the specified catalog.
getColumns() - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
getColumnType(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Retrieves the designated column's SQL type.
getColumnTypeName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Retrieves the designated column's database-specific type name.
getConcurrency() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the concurrency mode of this ResultSet object.
getCondition() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData.Clause
 
getConfigTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getConnection() - Method in class org.firebirdsql.ds.FBPooledConnection
 
getConnection() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get JDBC connection with default credentials.
getConnection(String, String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get JDBC connection with the specified credentials.
getConnection() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getConnection(Subject, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBManagedConnection
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance.
getConnection() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection() - Method in class org.firebirdsql.jdbc.FBDataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in class org.firebirdsql.jdbc.FBDataSource
Attempt to establish a database connection.
getConnection() - Method in interface org.firebirdsql.jdbc.FBObjectListener.StatementListener
Get the connection object to which this listener belongs to.
getConnection() - Method in class org.firebirdsql.jdbc.FBStatement
Returns the Connection object that produced this Statement object.
getConnection() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
Get the connection which owns this coordinator.
getConnection() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
getConnectionClass() - Method in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
 
getConnectionClass(GDSType) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get class extending the FBConnection that will be instantiated when new connection is created.
getConnectionClass() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getConnectionClass() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
getConnectionDialect() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getConnectionDialect() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
getConnectionDialect() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getConnectionDialect() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
getConnectionDialect() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
Get the dialect of the client connection
getConnectionDialect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getConnectionDialect() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the dialect of the connection.
getConnectionProperties() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getConnectionProperties() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getConnectionProperties() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getConnectionProperties() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getConnectionRequestInfo() - Method in class org.firebirdsql.jca.FBManagedConnection
Get information about the current connection parameters.
getConnectTimeout() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getConnectTimeout() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getConnectTimeout() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getConnectTimeout() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getConnectTimeout() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Get the connect timeout in seconds.
getConnectTimeout() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getConnectTimeout() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getConnectTimeout() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the current connect timeout.
getCount() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
getCount() - Method in class org.firebirdsql.gds.ng.fields.RowValue
 
getCount() - Method in class org.firebirdsql.gds.ng.wire.FetchResponse
 
getCount() - Method in class org.firebirdsql.gds.ng.wire.SqlResponse
 
getCrossReference(String, String, String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key).
getCurrentDatabase() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getCurrentFieldIndex() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
 
getCurrentPluginName() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getCurrentResultSet() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getCurrentResultSet() - Method in class org.firebirdsql.jdbc.FBStatement
 
getCurrentResultSet() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get current result set.
getCurrentTransaction() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getCursorName() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gets the name of the SQL cursor used by this ResultSet object.
getData() - Method in class org.firebirdsql.gds.ng.wire.GenericResponse
 
getDatabase() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Deprecated.
getDatabase() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get name of the database.
getDatabase() - Method in interface org.firebirdsql.event.EventManager
 
getDatabase() - Method in class org.firebirdsql.event.FBEventManager
 
getDatabase() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
getDatabase() - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
 
getDatabase() - Method in interface org.firebirdsql.gds.ng.FbBlob
 
getDatabase() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
getDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
getDatabase() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
getDatabase() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
getDatabase() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
getDatabase() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getDatabase() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDatabase() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDatabase() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getDatabase() - Method in class org.firebirdsql.management.FBServiceManager
 
getDatabase() - Method in interface org.firebirdsql.management.ServiceManager
Returns the database path for the connection to the service manager.
getDatabaseDialect() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getDatabaseDialect() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getDatabaseDialect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDatabaseDialect() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the dialect of the database.
getDatabaseFactory() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.jni.LocalGDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getDatabaseFactory() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDatabaseFactoryForType(GDSType) - Static method in class org.firebirdsql.gds.impl.GDSFactory
 
getDatabaseInfo(byte[], int, InfoProcessor<R>) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getDatabaseInfo(byte[], int, InfoProcessor<T>) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Request database info.
getDatabaseInfo(byte[], int) - Method in interface org.firebirdsql.gds.ng.FbDatabase
Performs a database info request.
getDatabaseInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getDatabaseInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
getDatabaseInformationProcessor() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getDatabaseMajorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDatabaseName() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDatabaseName() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Deprecated.
use FBSimpleDataSource.getDatabase() instead for the sake of naming compatibility.
getDatabaseName() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
getDatabaseName() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
getDatabaseName() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.jdbc.FBConnection
Get database parameter buffer for this connection.
getDatabaseParameterBuffer() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
Deprecated.
TODO Usage of this method should be removed or revised as current use of default encoding is not correct.
getDatabaseParameterBuffer() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the database parameter buffer corresponding to the current connection request information.
getDatabasePath(String) - Method in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
 
getDatabasePath(GDSType, String, Integer, String) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get connection string for the specified server name, port and database name/path.
getDatabasePath(GDSType, String) - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get path to the database from the specified JDBC URL.
getDatabasePath(String, Integer, String) - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getDatabasePath(String) - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
 
getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.jni.LocalGDSFactoryPlugin
 
getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getDatabaseProductMajorVersion() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the major version number of the database that we're connected to.
getDatabaseProductMinorVersion() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the minor version number of the database that we're connected to.
getDatabaseProductName() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the name of the database product that we're connected to.
getDatabaseProductName() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the version of the the database that we're connected to
getDatabaseProductVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the version of this database product?
getDatabaseStatistics() - Method in class org.firebirdsql.management.FBStatisticsManager
 
getDatabaseStatistics(int) - Method in class org.firebirdsql.management.FBStatisticsManager
 
getDatabaseStatistics() - Method in interface org.firebirdsql.management.StatisticsManager
Get the full database statistics information, excluding system table information.
getDatabaseStatistics(int) - Method in interface org.firebirdsql.management.StatisticsManager
Get specific database statistics.
getDatabaseTransactionInfo() - Method in class org.firebirdsql.management.FBStatisticsManager
 
getDatabaseTransactionInfo(Connection) - Static method in class org.firebirdsql.management.FBStatisticsManager
Get transaction information for an existing database connection.
getDatabaseTransactionInfo() - Method in interface org.firebirdsql.management.StatisticsManager
Get transaction information of the database specified in database.
getDatabaseWarningCallback() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
getDataSource() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get underlying connection factory (in our case instance of FBDataSource class) that will provide JDBC connections.
getDatatypeCoder() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
getDatatypeCoder() - Method in interface org.firebirdsql.gds.ng.FbAttachment
 
getDatatypeCoder() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getDatatypeCoder() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
getDatatypeCoder() - Method in class org.firebirdsql.jdbc.field.FBField
 
getDate(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDate(String, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDate(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a Date object.
getDate(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Date.
getDate(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate() - Method in class org.firebirdsql.jdbc.field.FBField
 
getDate(Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
getDbCryptCallbackName() - Method in interface org.firebirdsql.gds.ng.dbcrypt.DbCryptCallback
Name of the database encryption callback.
getDbCryptCallbackName() - Method in interface org.firebirdsql.gds.ng.dbcrypt.DbCryptCallbackSpi
Name of the database encryption callback.
getDbCryptCallbackName() - Method in class org.firebirdsql.gds.ng.dbcrypt.simple.StaticValueDbCryptCallback
 
getDbCryptCallbackName() - Method in class org.firebirdsql.gds.ng.dbcrypt.simple.StaticValueDbCryptCallbackSpi
 
getDbCryptConfig() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDbCryptConfig() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getDbCryptConfig() - Method in interface org.firebirdsql.event.EventManager
Get the database encryption plugin configuration.
getDbCryptConfig() - Method in class org.firebirdsql.event.FBEventManager
 
getDbCryptConfig() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getDbCryptConfig() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getDbCryptConfig() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Get the database encryption plugin configuration.
getDbCryptConfig() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDbCryptConfig() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDbCryptConfig() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the database encryption plugin configuration.
getDbCryptConfig() - Method in class org.firebirdsql.management.FBServiceManager
 
getDbCryptConfig() - Method in interface org.firebirdsql.management.ServiceManager
Get the database encryption plugin configuration.
getDecryptionCipher() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getDefaultCharacterSet() - Method in class org.firebirdsql.management.FBManager
 
getDefaultCharacterSet() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getDefaultCollection() - Static method in class org.firebirdsql.gds.ng.wire.ProtocolCollection
Returns the default ProtocolCollection.
getDefaultConnectionRequestInfo() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDefaultEncoding() - Method in class org.firebirdsql.encodings.EncodingFactory
 
getDefaultEncoding() - Method in interface org.firebirdsql.encodings.IEncodingFactory
 
getDefaultEncoding() - Method in interface org.firebirdsql.gds.ConnectionParameterBuffer
 
getDefaultEncoding() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
getDefaultEncoding() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getDefaultEncodingDefinition() - Method in class org.firebirdsql.encodings.EncodingFactory
 
getDefaultEncodingDefinition() - Method in interface org.firebirdsql.encodings.IEncodingFactory
Returns the EncodingDefinition for the default platform character set.
getDefaultGDSType() - Static method in class org.firebirdsql.gds.impl.GDSFactory
Get default GDS type.
getDefaultIsolation() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDefaultIsolation() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getDefaultIsolation() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDefaultIsolation() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDefaultIsolation() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the default transaction isolation level as string.
getDefaultMapper() - Static method in class org.firebirdsql.jdbc.FBTpbMapper
 
getDefaultMapping() - Method in class org.firebirdsql.jdbc.FBTpbMapper
Get default mapping.
getDefaultProtocol() - Method in class org.firebirdsql.gds.impl.BaseGDSFactoryPlugin
 
getDefaultProtocol() - Method in interface org.firebirdsql.gds.impl.GDSFactoryPlugin
 
getDefaultProtocol() - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getDefaultSqlInfoSize() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getDefaultSqlInfoSize() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
getDefaultSqlInfoSize() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
getDefaultTpb() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBTpbMapper
 
getDefaultTransactionIsolation() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the default transaction isolation level.
getDefaultWarningMessageCallback() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getDeletedRowsCount() - Method in class org.firebirdsql.jdbc.FBStatement
 
getDeletedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of deleted rows.
getDescribeDatabaseInfoBlock() - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
 
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
 
getDouble(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getDouble(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a double value.
getDouble(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double value.
getDouble() - Method in class org.firebirdsql.jdbc.field.FBField
 
getDpb() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
Get the underlying Database Parameter Buffer for this object.
getDpbKey() - Method in class org.firebirdsql.gds.ParameterBufferHelper.DpbParameterType
 
getDpbKey(String) - Static method in class org.firebirdsql.gds.ParameterBufferHelper
Get integer value of the DPB key corresponding to the specified name.
getDpbMap() - Static method in class org.firebirdsql.gds.ParameterBufferHelper
Get mapping between DPB names and their keys.
getDpbParameterType(String) - Static method in class org.firebirdsql.gds.ParameterBufferHelper
Gets the ParameterBufferHelper.DpbParameterType for the specified dpb item name (short or long)
getDriverMajorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's this JDBC driver's major version number?
getDriverMinorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's this JDBC driver's minor version number?
getDriverName() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the name of this JDBC driver?
getDriverVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the version of this JDBC driver?
getEISProductName() - Method in class org.firebirdsql.jca.FBManagedConnectionMetaData
Returns Product name of the underlying EIS instance connected through the ManagedConnection.
getEISProductVersion() - Method in class org.firebirdsql.jca.FBManagedConnectionMetaData
Returns product version of the underlying EIS instance connected through the ManagedConnection.
getEncoding() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getEncoding() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get encoding for connections produced by this data source.
getEncoding() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
Returns the Encoding instance for this definition.
getEncoding() - Method in interface org.firebirdsql.encodings.EncodingDefinition
Gets the Encoding based on this definition.
getEncoding(String) - Static method in class org.firebirdsql.encodings.EncodingFactory
getEncoding(Charset) - Static method in class org.firebirdsql.encodings.EncodingFactory
getEncoding(String, String) - Static method in class org.firebirdsql.encodings.EncodingFactory
Deprecated.
getEncoding(Charset, String) - Static method in class org.firebirdsql.encodings.EncodingFactory
Deprecated.
To be removed in Jaybird 4, use EncodingFactory.getEncodingForCharset(Charset)
getEncoding() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getEncoding() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getEncoding() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
getEncoding() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getEncoding() - Method in interface org.firebirdsql.gds.ng.FbAttachment
 
getEncoding() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
getEncoding() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getEncoding() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getEncoding() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getEncoding() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
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.
getEncodingDefinition() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getEncodingDefinition() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
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 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, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
Gets an Encoding for the specified Firebird character set id.
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.
getEncodingForCharset(Charset, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
 
getEncodingForCharset(Charset) - 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.
getEncodingForCharset(Charset) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Gets an Encoding for the specified Java character set.
getEncodingForCharsetAlias(String, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
Gets an Encoding for the specified Java character set name or alias.
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.
getEncodingForFirebirdName(String, Encoding) - Method in class org.firebirdsql.encodings.EncodingFactory
Gets an Encoding for the specified Firebird encoding.
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.
getEncodings() - Method in class org.firebirdsql.encodings.DefaultEncodingSet
 
getEncodings() - Method in interface org.firebirdsql.encodings.EncodingSet
 
getEncryptedPasswordTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
getEncryptionCipher() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPlugin
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.arc4.Arc4EncryptionPluginSpi
 
getEncryptionIdentifier() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getEncryptionIdentifier() - Method in interface org.firebirdsql.gds.ng.wire.crypt.EncryptionPlugin
 
getEncryptionIdentifier() - Method in interface org.firebirdsql.gds.ng.wire.crypt.EncryptionPluginSpi
 
getEncryptionIdentifiers() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getErrorMessages() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
getErrorMessages() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
getEscapedParser() - Method in class org.firebirdsql.jdbc.FBConnection
Returns the FBEscapedParser instance for this connection.
getEventBuffer() - Method in interface org.firebirdsql.gds.ng.wire.FbWireAsynchronousChannel
 
getEventBuffer() - Method in class org.firebirdsql.gds.ng.wire.version10.V10AsynchronousChannel
 
getEventCount() - Method in interface org.firebirdsql.event.DatabaseEvent
Get the number of times the event occurred.
getEventCount() - Method in interface org.firebirdsql.gds.EventHandle
Get the count of event occurrences for the most recent occurrence(s) of the event for which this handle is registered.
getEventCount() - Method in class org.firebirdsql.gds.ng.AbstractEventHandle
 
getEventCount() - Method in class org.firebirdsql.gds.ng.wire.AsynchronousChannelListener.Event
 
getEventId() - Method in interface org.firebirdsql.gds.EventHandle
Get the internal event id number for this handle
getEventId() - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
 
getEventId() - Method in class org.firebirdsql.gds.ng.wire.AsynchronousChannelListener.Event
 
getEventId() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
getEventName() - Method in interface org.firebirdsql.event.DatabaseEvent
Get the name of the event that occurred.
getEventName() - Method in interface org.firebirdsql.gds.EventHandle
Get the name of the event for which this handle is set to listen for
getEventName() - Method in class org.firebirdsql.gds.ng.AbstractEventHandle
 
getException() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getException() - Method in class org.firebirdsql.gds.ng.wire.GenericResponse
 
getException() - Method in class org.firebirdsql.util.SQLExceptionChainBuilder
 
getExecutionPlan() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getExecutionPlan() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getExecutionPlan() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Get the execution plan of this PreparedStatement
getExecutionPlan() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
Get the execution plan of this PreparedStatement
getExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdResultSet
Get execution plan for the specified result set.
getExportedKeys(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtendedFieldInfo(FBConnection) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
This method retrieves extended information from the system tables in a database.
getExtendedFieldInfo(FBConnection) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
This method retrieves extended information from the system tables in a database.
getExtendedFieldInfo(FBConnection) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getExtendedServerName() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getExtFieldInfo(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getExtraDatabaseParameters() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
getExtraDatabaseParameters() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
getExtraDatabaseParameters() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
Gets the extra database parameters.
getExtraNameCharacters() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFbDatabase() - Method in class org.firebirdsql.jdbc.FBConnection
Get connection handle for direct Firebird API access
getFbDatabase() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Provides access to the low-level connection handle.
getFbErrorCode() - Method in exception org.firebirdsql.gds.GDSException
Get the Firebird-specific error code for this exception.
getFetchDirection() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getFetchDirection() - Method in class org.firebirdsql.jdbc.FBStatement
 
getFetchSize() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the fetch size for this ResultSet object.
getFetchSize() - Method in class org.firebirdsql.jdbc.FBStatement
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getField(int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Factory method for the field access objects
getField(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Get the FBField object at the given column index
getField(int, boolean) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Factory method for the field access objects
getField(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Get a FBField by name.
getField(int) - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
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.gds.ng.fields.FieldValue
 
getFieldData() - Method in class org.firebirdsql.jdbc.field.FBField
 
getFieldData() - Method in interface org.firebirdsql.jdbc.field.FieldDataProvider
Get raw content of the filed.
getFieldDescriptor() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
getFieldDescriptor() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getFieldDescriptor(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
Gets the FieldDescriptor at the specified (0-based) index.
getFieldDescriptor(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
The FieldDescriptor of the field with index fieldIndex.
getFieldDescriptors() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
getFieldName() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.GDS_QUAD_t
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.XSQLDA
 
getFieldOrder() - Method in class org.firebirdsql.jna.fbclient.XSQLVAR
 
getFields() - Method in interface org.firebirdsql.gds.ng.InfoProcessor.StatementInfo
 
getFieldType(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getFieldTypeName(int) - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getFieldValue(int) - Method in class org.firebirdsql.gds.ng.fields.RowValue
Gets the FieldValue at the specified (0-based) index.
getFileName() - Method in class org.firebirdsql.gds.impl.DbAttachInfo
 
getFileName() - Method in class org.firebirdsql.management.FBManager
 
getFileName() - Method in interface org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field fileName Get the value of fileName
getFilenameEncoding(DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
Gets the Encoding to use for the database filename.
getFilenameEncoding(DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.wire.version12.V12Database
Gets the Encoding to use for the database filename.
getFirebirdCharacterSetId() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getFirebirdCharacterSetId() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getFirebirdEncodingName() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getFirebirdEncodingName() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getFirebirdParameterMetaData() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
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(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getFloat(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a float value.
getFloat(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float value.
getFloat() - Method in class org.firebirdsql.jdbc.field.FBField
 
getFormatId() - Method in class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
Return the format identifier of this transaction.
getFractionsAsNanos() - Method in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
 
getFullVersion() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getFunctionColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctions(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves a description of the system and user functions available in the given catalog.
getGDSHelper() - Method in class org.firebirdsql.jca.FBManagedConnection
Get instance of GDSHelper connected with this managed connection.
getGdsHelper() - Method in class org.firebirdsql.jdbc.FBBlob
 
getGDSHelper() - Method in class org.firebirdsql.jdbc.FBConnection
 
getGDSType() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the GDS implementation type around which this factory is based.
getGeneratedKeys() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getGeneratedKeys() - Method in class org.firebirdsql.jdbc.FBStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGlobalTransactionId() - Method in class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
Return the global transaction id of this transaction.
getGrammarFileName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
getGrammarFileName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
getGroupId() - Method in class org.firebirdsql.management.FBUser
 
getGroupId() - Method in interface org.firebirdsql.management.User
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbAttachment
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbBlob
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbDatabase
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbService
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbStatement
 
getHandle() - Method in interface org.firebirdsql.gds.ng.FbTransaction
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaService
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireBlob
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireStatement
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Database
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Service
 
getHandle() - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
getHeaderPage() - Method in class org.firebirdsql.management.FBStatisticsManager
 
getHeaderPage() - Method in interface org.firebirdsql.management.StatisticsManager
Fetch the database statistics header page.
getHoldability() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the holdability of this ResultSet object
getHoldability() - Method in class org.firebirdsql.jdbc.FBConnection
 
getHost() - Method in interface org.firebirdsql.event.EventManager
 
getHost() - Method in class org.firebirdsql.event.FBEventManager
 
getHost() - Method in class org.firebirdsql.management.FBServiceManager
 
getHost() - Method in interface org.firebirdsql.management.ServiceManager
Returns the host for the connection to the service manager.
getIdentifierQuoteString() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
getIdentifiers() - Method in class org.firebirdsql.gds.ng.wire.crypt.KnownServerKey
 
getImportedKeys(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIndex() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of a table's indices and statistics.
getInfo(byte[], int) - Method in class org.firebirdsql.jdbc.FBBlob
Get information about this Blob.
getInitResult() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
getInputParam(int) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get input parameter by the specified index.
getInputParams() - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get the list of input parameters for this procedure call.
getInsertedRowsCount() - Method in class org.firebirdsql.jdbc.FBStatement
 
getInsertedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of inserted rows.
getInsertRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
getInstance() - Static method in class org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
 
getInstance() - Static method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
 
getInstance() - Static method in class org.firebirdsql.gds.ng.jna.FbLocalDatabaseFactory
 
getInstance() - Static method in class org.firebirdsql.gds.ng.wire.AsynchronousProcessor
 
getInstance() - Static method in class org.firebirdsql.gds.ng.wire.FbWireDatabaseFactory
 
getInstance(FBConnection) - Static method in class org.firebirdsql.jdbc.StoredProcedureMetaDataFactory
Retrieve a StoredProcedureMetaData object for a Connection.
getInt() - Method in class org.firebirdsql.gds.ClumpletReader
 
getInt(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getInt(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as an int value.
getInt(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int value.
getInt() - Method in class org.firebirdsql.jdbc.field.FBField
 
getIntegerArgumentType(int) - Method in enum org.firebirdsql.gds.impl.DatabaseParameterBufferImp.DpbMetaData
 
getIntegerArgumentType(int) - Method in interface org.firebirdsql.gds.impl.ParameterBufferMetaData
Gets the byte array 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
Get the int parameter for this exception.
getIscEncoding(String) - Static method in class org.firebirdsql.encodings.EncodingFactory
getIscEncoding(Charset) - Static method in class org.firebirdsql.encodings.EncodingFactory
getIscEncoding() - Method in class org.firebirdsql.gds.impl.GDSHelper
Get the encoding used for this connection.
getIscEncoding() - Method in class org.firebirdsql.jdbc.FBConnection
Get the encoding that is being used for this connection.
getIscEncoding() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Get current ISC encoding.
getIscEncodingSize(String) - Static method in class org.firebirdsql.encodings.EncodingFactory
getJavaCharset() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getJavaCharset() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getJavaEncoding(String) - Static method in class org.firebirdsql.encodings.EncodingFactory
Deprecated.
getJavaEncoding() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getJavaEncodingForAlias(String) - Static method in class org.firebirdsql.encodings.EncodingFactory
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
Create JDBC URL for the specified GDS type and database path.
getJdbcVersionSupport() - Method in enum org.firebirdsql.jdbc.JdbcVersionSupportHolder
 
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
 
getLastExecutionPlan() - Method in class org.firebirdsql.jdbc.FBStatement
 
getLastExecutionPlan() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get 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.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
 
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.
getLocalEncoding() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Deprecated.
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.jca.FBManagedConnection
Returns a javax.resource.spi.LocalTransaction 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(String) - Static method in class org.firebirdsql.logging.LoggerFactory
 
getLogger(Class<?>) - Static method in class org.firebirdsql.logging.LoggerFactory
 
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.
getLogin() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getLoginTimeout() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
getLoginTimeout() - Method in class org.firebirdsql.ds.FBSimpleDataSource
getLoginTimeout() - Method in class org.firebirdsql.jdbc.FBDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in class org.firebirdsql.ds.RootCommonDataSource
 
getLogWriter() - Method in class org.firebirdsql.jca.FBManagedConnection
Gets the log writer for this ManagedConnection instance.
getLogWriter() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the log writer for this ManagedConnectionFactory instance.
getLong() - Method in class org.firebirdsql.gds.ClumpletReader
 
getLong(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getLong(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a long value.
getLong(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long value.
getLong() - Method in class org.firebirdsql.jdbc.field.FBField
 
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
Gets the driver's major version number.
getManagedConnection() - Method in class org.firebirdsql.jdbc.FBConnection
 
getManagedConnectionFactory() - Method in class org.firebirdsql.jca.FBManagedConnection
Get the managed connection factory that created this managed connection.
getMapper() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getMapping() - Method in class org.firebirdsql.encodings.CharacterTranslator
Deprecated.
Get mapping table.
getMapping(char) - Method in class org.firebirdsql.encodings.CharacterTranslator
Deprecated.
Get mapping for the specified character.
getMapping(int) - Method in class org.firebirdsql.jdbc.FBTpbMapper
Get mapping for the specified transaction isolation level.
getMappingPath() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getMaxBinaryLiteralLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxBytesPerChar() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
getMaxBytesPerChar() - Method in interface org.firebirdsql.encodings.EncodingDefinition
 
getMaxCatalogNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of columns in a table?
getMaxConnections() - Method in class org.firebirdsql.jca.FBManagedConnectionMetaData
Returns maximum limit on number of active concurrent connections that an EIS instance can support across client processes.
getMaxConnections() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum cursor name length?
getMaxFieldSize() - Method in class org.firebirdsql.jdbc.FBStatement
Returns the maximum number of bytes allowed for any column value.
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
Retrieves the maximum number of bytes for an index, including all of the parts of the index.
getMaxLength() - Method in enum org.firebirdsql.gds.impl.argument.ArgumentType
 
getMaxProcedureNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of a procedure name?
getMaxRows() - Method in class org.firebirdsql.jdbc.FBStatement
Retrieves the maximum number of rows that a ResultSet object can contain.
getMaxRowSize() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of a single row?
getMaxSchemaNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length allowed for a schema name?
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
What's the maximum length of an SQL statement?
getMaxStatements() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxTableNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of tables in a SELECT statement?
getMaxUserNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of a user name?
getMessage() - Method in exception org.firebirdsql.gds.GDSException
Returns a string representation of this exception.
getMessage(int) - Static method in class org.firebirdsql.gds.GDSExceptionHelper
This method returns a message for the specified error code.
getMessage() - Method in exception org.firebirdsql.jca.FBResourceException
Get message of this exception.
getMessage() - Method in exception org.firebirdsql.jca.FBXAException
Get message of this exception.
getMetaData() - Method in class org.firebirdsql.jca.FBManagedConnection
Gets the metadata information for this connection's underlying EIS resource manager instance.
getMetaData() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMetaData() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getMetaData() - Method in class org.firebirdsql.jdbc.FBConnection
Gets the metadata regarding this connection's database.
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
Gets the driver's minor version number.
getModeNames() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
getMoreResults() - Method in class org.firebirdsql.jdbc.FBStatement
Moves to a Statement object's next result.
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.gds.ParameterBufferHelper.DpbParameterType
 
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 class org.firebirdsql.management.FBManager
 
getName() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getNCharacterStream(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getNCharacterStream(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getNCharacterStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
getNCharacterStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
getNClob(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getNClob(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getNClob(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
getNClob(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
getNetworkTimeout() - Method in class org.firebirdsql.jdbc.FBConnection
 
getNewRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
getNext() - Method in exception org.firebirdsql.gds.GDSException
Get the next chained exception.
getNextTransaction() - Method in class org.firebirdsql.management.StatisticsManager.DatabaseTransactionInfo
 
getNonStandardProperty(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Method to get the value of properties which are not exposed through JavaBeans-style setters.
getNonStandardProperty(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getNonStandardProperty(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getNonStandardProperty(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getNonStandardProperty(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the property that does not have corresponding getter method by its name.
getNormalizedLogin() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getNString(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getNString(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getNString(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
getNString(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
getNumericFunctions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
NOTE: Some of the functions listed may only work on Firebird 2.1 or higher, or when equivalent UDFs are installed.
getObject(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a parameter as an Object in the Java programming language.
getObject(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(String, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getObject(int, Class<T>) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getObject(String, Class<T>) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getObject(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as an Object.
getObject(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Class<T>) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getObject(String, Class<T>) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getObject(FBField, Class<T>) - Method in class org.firebirdsql.jdbc.field.DefaultObjectConverter
 
getObject() - Method in class org.firebirdsql.jdbc.field.FBField
 
getObject(Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.field.FBField
 
getObject(Class<T>) - Method in class org.firebirdsql.jdbc.field.FBField
 
getObject(FBField, Class<T>) - Method in class org.firebirdsql.jdbc.field.JDBC42ObjectConverter
 
getObjectConverter() - 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
 
getOldRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
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
 
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
 
getPageCacheSize() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
getPageCacheSize() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
getPageCacheSize() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
Get the page cache size.
getPageSize() - Method in class org.firebirdsql.management.FBManager
 
getPageSize() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getParam() - Method in exception org.firebirdsql.gds.GDSException
Returns the parameter depending on the type of the error code.
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
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method PreparedStatement.setObject.
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
 
getParameterCount() - Method in class org.firebirdsql.jdbc.FBParameterMetaData
Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.
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.AbstractPreparedStatement
Returns the FieldDescriptor of the specified parameter.
getParameterMetaData() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getParameterMetaData() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
getParameterMode(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
Retrieves the designated parameter's mode.
getParameters() - Method in interface org.firebirdsql.gds.ng.InfoProcessor.StatementInfo
 
getParameterType(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
Retrieves the designated parameter's SQL type.
getParameterTypeName(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
Retrieves the designated parameter's database-specific type name.
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.FBAbstractCommonDataSource
 
getPassword() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get password used in FBSimpleDataSource.getConnection() method.
getPassword() - Method in interface org.firebirdsql.event.EventManager
 
getPassword() - Method in class org.firebirdsql.event.FBEventManager
 
getPassword() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getPassword() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getPassword() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
getPassword() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
getPassword() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getPassword() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getPassword() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getPassword() - Method in class org.firebirdsql.management.FBManager
 
getPassword() - Method in interface org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field password Get the value of password
getPassword() - Method in class org.firebirdsql.management.FBServiceManager
 
getPassword() - Method in class org.firebirdsql.management.FBUser
 
getPassword() - Method in interface org.firebirdsql.management.ServiceManager
Returns the password for the connection to the service manager.
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
 
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
 
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.LocalGDSFactoryPlugin
 
getPluginName() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getPluginName() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
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.LegacyAuthenticationPluginSpi
 
getPluginName() - Method in class org.firebirdsql.gds.ng.wire.auth.Srp256AuthenticationPluginSpi
 
getPluginName() - Method in class org.firebirdsql.gds.ng.wire.auth.SrpAuthenticationPluginSpi
 
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
 
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
 
getPort() - Method in class org.firebirdsql.event.FBEventManager
 
getPort() - Method in class org.firebirdsql.gds.impl.DbAttachInfo
 
getPort() - Method in class org.firebirdsql.management.FBManager
 
getPort() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getPort() - Method in class org.firebirdsql.management.FBServiceManager
 
getPort() - Method in interface org.firebirdsql.management.ServiceManager
Returns the port for the connection to the service manager.
getPortNumber() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getPortNumber() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getPortNumber() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getPortNumber() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getPortNumber() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Get the portnumber of the server.
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
Retrieves the designated parameter's specified column size.
getPrecision(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Get the designated column's specified column size.
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, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of a table's primary key columns.
getPrivateKey() - Method in class org.firebirdsql.gds.ng.wire.auth.SrpClient
 
getProcedureColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves a description of the given catalog's stored procedure parameter and result columns.
getProcedures(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the stored procedures available in a catalog.
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
What's the database vendor's preferred term for "procedure"?
getPropertyInfo(String, Properties) - Method in class org.firebirdsql.jdbc.FBDriver
Gets information about the possible properties for this driver.
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, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getPublicKey() - Method in class org.firebirdsql.gds.ng.wire.auth.SrpClient
 
getQueryString() - Method in class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
Returns the actual query.
getQueryTimeout() - Method in class org.firebirdsql.jdbc.FBStatement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getRawDateTimeStruct() - Method in class org.firebirdsql.jdbc.field.FBField
 
getRecordCountInfoItems() - Method in class org.firebirdsql.gds.ng.SqlCountProcessor
 
getRef(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getRef(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef() - Method in class org.firebirdsql.jdbc.field.FBField
 
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
Get previously set JNDI reference.
getReference() - Method in class org.firebirdsql.ds.FBXADataSource
 
getReference() - Method in class org.firebirdsql.jdbc.FBDataSource
Get the JNDI Reference for this DataSource.
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.
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.AbstractCallableStatement
Returns the current result as a ResultSet object.
getResultSet() - Method in class org.firebirdsql.jdbc.FBArray
Returns a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBArray
Returns a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(long, int) - Method in class org.firebirdsql.jdbc.FBArray
Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(long, int, Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBArray
Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet() - Method in class org.firebirdsql.jdbc.FBStatement
Returns the current result as a ResultSet object.
getResultSet(boolean) - Method in class org.firebirdsql.jdbc.FBStatement
 
getResultSetConcurrency() - Method in class org.firebirdsql.jdbc.FBStatement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves the default holdability of this ResultSet.
getResultSetHoldability() - Method in class org.firebirdsql.jdbc.FBStatement
 
getResultSetType() - Method in class org.firebirdsql.jdbc.FBStatement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getReturningColumns() - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
getRoleName() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getRoleName() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getRoleName() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getRoleName() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getRoleName() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
getRoleName() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getRoleName() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getRoleName() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getRow() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the current row number.
getRowDescriptor() - Method in class org.firebirdsql.jdbc.AbstractFieldMetaData
 
getRowId(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getRowId(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getRowId(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getRowId(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getRowIdLifetime() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether or not this data source supports the SQL ROWID type, and if so the lifetime for which a RowId object remains valid.
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayElementContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayRangeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArraySpecContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayTypeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentsContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSegSizeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSubtypeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobTypeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CastExpressionContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetCharTypeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetClauseContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharTypeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnListContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnNameContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DataTypeDescriptorContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DefaultValuesClauseContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DeleteStatementContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ExtractFunctionContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FullIdentifierContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertColumnsContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertValuesContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.MatchingClauseContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonArrayTypeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharSetCharTypeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NullValueContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ParameterContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ReturningClauseContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SelectClauseContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleIdentifierContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleTypeContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleValueContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.StatementContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SubstringFunctionContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TableNameContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimFunctionContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimSpecificationContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateStatementContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
getRuleIndex() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueListContext
 
getRuleNames() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
getRuleNames() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
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
Retrieves the designated parameter's number of digits to right of the decimal point.
getScale(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Gets the designated column's number of digits to right of the decimal point.
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
Get the designated column's table's schema.
getSchemas() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets the schema names available in this database.
getSchemas(String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves the schema names available in this database.
getSchemaTerm() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSearchStringEscape() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets the string that can be used to escape wildcard characters.
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
 
getSelectClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
getSerializedATN() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
getSerializedATN() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
getServer() - Method in class org.firebirdsql.gds.impl.DbAttachInfo
 
getServer() - Method in class org.firebirdsql.management.FBManager
 
getServer() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getServerName() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getServerName() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getServerName() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getServerName() - Method in class org.firebirdsql.gds.ng.AbstractConnection
 
getServerName() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getServerName() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Get the hostname or IP address of the Firebird server.
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, 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).
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
 
getServiceInformationProcessor() - Method in class org.firebirdsql.gds.ng.AbstractFbService
 
getServiceName() - Method in class org.firebirdsql.gds.ng.FbImmutableServiceProperties
 
getServiceName() - Method in class org.firebirdsql.gds.ng.FbServiceProperties
 
getServiceName() - Method in interface org.firebirdsql.gds.ng.IServiceProperties
Get the service name
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.SrpClient
 
getSetParams() - Method in exception org.firebirdsql.jdbc.FBMissingParameterException
Get information about set parameters.
getShort(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getShort(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a short value.
getShort(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short value.
getShort() - Method in class org.firebirdsql.jdbc.field.FBField
 
getShortName() - Method in class org.firebirdsql.gds.ParameterBufferHelper.DpbParameterType
 
getSize() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
 
getSize() - Method in class org.firebirdsql.gds.ng.fields.RowValueBuilder
 
getSize() - Method in class org.firebirdsql.management.FBBackupManagerBase.PathSizeStruct
 
getSocketBufferSize() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getSocketBufferSize() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getSocketBufferSize() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getSocketBufferSize() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getSocketBufferSize() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Get the socket buffer size.
getSocketBufferSize() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getSocketBufferSize() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getSocketBufferSize() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
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.FBAbstractCommonDataSource
 
getSoTimeout() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getSoTimeout() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getSoTimeout() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getSoTimeout() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Get the initial Socket blocking timeout (SoTimeout).
getSoTimeout() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getSoTimeout() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getSoTimeout() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the current Socket blocking timeout (SoTimeout).
getSpecificAuthDataTag() - Method in enum org.firebirdsql.gds.ParameterTagMapping
 
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.FBAbstractCommonDataSource
 
getSqlDialect() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getSqlDialect() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getSqlDialect() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getSqlDialect() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
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.
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.version10.V10Statement
 
getSQLKeywords() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getSQLState() - Method in exception org.firebirdsql.gds.GDSException
Get the SQL state of this exception.
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
Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99
getSQLXML(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getSQLXML(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getSQLXML(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getSQLXML(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
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.jdbc.escape.FBEscapedCallParser
Returns the current state.
getState() - Method in class org.firebirdsql.management.FBManager
 
getState() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getStatement() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the Statement object that produced this ResultSet object.
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
 
getStatementModel() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
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.jdbc.AbstractPreparedStatement
Get the statement type of this PreparedStatement.
getStatementType() - Method in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
Get the statement type of this PreparedStatement.
getStatementType() - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
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(Encoding) - Method in class org.firebirdsql.gds.ClumpletReader
 
getString(Charset) - Method in class org.firebirdsql.gds.ClumpletReader
 
getString(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getString(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a String object.
getString(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String.
getString() - Method in class org.firebirdsql.jdbc.field.FBBinaryField
 
getString() - Method in class org.firebirdsql.jdbc.field.FBField
 
getString() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
getString() - Method in class org.firebirdsql.jdbc.field.FBWorkaroundStringField
Get string value of this field.
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
NOTE: Some of the functions listed may only work on Firebird 2.1 or higher, or when equivalent UDFs are installed.
getSubString(long, int) - Method in class org.firebirdsql.jdbc.FBClob
Returns a copy of the specified substring in the CLOB value designated by this Clob object.
getSubString(long, int) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
getSubType() - Method in class org.firebirdsql.gds.ng.fields.FieldDescriptor
 
getSuperTables(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Supertables are not supported by Firebird.
getSuperTypes(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Supertypes are not supported by Firebird.
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.LocalGDSFactoryPlugin
 
getSupportedProtocols() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getSupportedProtocols() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
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
 
getSynchronizationObject() - Method in class org.firebirdsql.gds.impl.GDSHelper
 
getSynchronizationObject() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
 
getSynchronizationObject() - Method in class org.firebirdsql.gds.ng.AbstractFbBlob
 
getSynchronizationObject() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Get synchronization object.
getSynchronizationObject() - Method in class org.firebirdsql.gds.ng.AbstractFbTransaction
Get synchronization object.
getSynchronizationObject() - Method in interface org.firebirdsql.gds.ng.FbAttachment
Get synchronization object.
getSynchronizationObject() - Method in interface org.firebirdsql.gds.ng.FbBlob
Get synchronization object.
getSynchronizationObject() - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
getSynchronizationObject() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.FBBlob
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.FBConnection
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.FBStatement
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
getSynchronizationObject() - Method in interface org.firebirdsql.jdbc.Synchronizable
Get synchronization object.
getSystemFunctions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
NOTE: Some of the functions listed may only work on Firebird 2.1 or higher, or when equivalent UDFs are installed.
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(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Gets the designated column's table name.
getTableName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
getTableName() - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
getTablePrivileges(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves a description of the tables available in the given catalog.
getTableStatistics(String[]) - Method in class org.firebirdsql.management.FBStatisticsManager
 
getTableStatistics(String[]) - Method in interface org.firebirdsql.management.StatisticsManager
Get the table statistics.
getTableTypes() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets the table types available in this database.
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
 
getTagMapping() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getTime(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Get the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getTime(String, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getTime(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a Time object.
getTime(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Time object.
getTime(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime() - Method in class org.firebirdsql.jdbc.field.FBField
 
getTime(Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
getTimeDateFunctions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
NOTE: Some of the functions listed may only work on Firebird 2.1 or higher, or when equivalent UDFs are installed.
getTimestamp(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getTimestamp(String, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getTimestamp(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a Timestamp object.
getTimestamp(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Timestamp object.
getTimestamp(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String, Calendar) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp() - Method in class org.firebirdsql.jdbc.field.FBField
 
getTimestamp(Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
getTokenNames() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
Deprecated.
getTokenNames() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
Deprecated.
getTpb(int) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getTpbMapping() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getTpbMapping() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getTpbMapping() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getTpbMapping() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getTpbMapping() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the used TPB mapping.
getTpbParam(String) - Static method in class org.firebirdsql.gds.ParameterBufferHelper
Get value of TPB parameter for the specified name.
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, 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.
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
 
getTransactionIsolation() - Method in class org.firebirdsql.jca.FBManagedConnection
Get the transaction isolation level of this connection.
getTransactionIsolation() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
getTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBConnection
Gets this Connection's current transaction isolation level.
getTransactionIsolationLevel(String) - Static method in class org.firebirdsql.jdbc.FBTpbMapper
Convert transaction isolation level name into a corresponding constant.
getTransactionIsolationName() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
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.jca.FBTpb
 
getTransactionParameters(int) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getTransactionParameters(int) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getTransactionParameters() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getTransactionParameters(int) - Method in class org.firebirdsql.jca.FBManagedConnection
 
getTransactionParameters(int) - Method in class org.firebirdsql.jca.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.
getTransactionTimeout() - Method in class org.firebirdsql.jca.FBManagedConnection
Gets the transaction timeout.
getTranslator(String) - Static method in class org.firebirdsql.encodings.EncodingFactory
Gets the CharacterTranslator for the specified mappingPath, or null if there is no such mappingPath
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.FBAbstractCommonDataSource
 
getType() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
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(String) - Static method in class org.firebirdsql.gds.impl.GDSType
Factory method for instances of this class.
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 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 class org.firebirdsql.gds.ParameterBufferHelper.DpbParameterType
 
getType() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getType() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getType() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the type of this ResultSet object.
getType() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getType() - Method in class org.firebirdsql.jdbc.FBProcedureParam
Get the SQL type of this paramater.
getType() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getType() - Method in class org.firebirdsql.management.FBManager
 
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.LocalGDSFactoryPlugin
 
getTypeAliases() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getTypeAliases() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
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
Gets a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class org.firebirdsql.jdbc.FBConnection
Gets the type map object associated with this connection.
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.LocalGDSFactoryPlugin
 
getTypeName() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
 
getTypeName() - Method in class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
getTypeName() - Method in class org.firebirdsql.gds.impl.wire.WireGDSFactoryPlugin
 
getUDTs(String, String, String, int[]) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
UDTs are not supported by Firebird.
getUnicodeStream(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Deprecated. 
getUnicodeStream(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Deprecated. 
getUpdateCount() - Method in class org.firebirdsql.jdbc.FBStatement
Returns the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUpdatedRowsCount() - Method in class org.firebirdsql.jdbc.FBStatement
 
getUpdatedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of updated rows.
getURL(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getURL(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getURL(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getURL(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getURL() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the url for this database?
getUser() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getUser() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Deprecated.
use FBSimpleDataSource.getUserName() instead for the sake of naming compatibility.
getUser() - Method in interface org.firebirdsql.event.EventManager
 
getUser() - Method in class org.firebirdsql.event.FBEventManager
 
getUser() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getUser() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getUser() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
getUser() - Method in class org.firebirdsql.management.FBServiceManager
Get name of the user that performs the operation.
getUser() - Method in interface org.firebirdsql.management.ServiceManager
Returns the username for the connection to the service manager.
getUserId() - Method in class org.firebirdsql.management.FBUser
 
getUserId() - Method in interface org.firebirdsql.management.User
 
getUserName() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Deprecated.
getUserName() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get user name that is used in FBSimpleDataSource.getConnection() method.
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.jca.FBManagedConnectionFactory
 
getUserName() - Method in class org.firebirdsql.jca.FBManagedConnectionMetaData
Returns name of the user associated with the ManagedConnection instance.
getUserName() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getUserName() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's our user name as known to the database?
getUserName() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getUserName() - Method in class org.firebirdsql.management.FBManager
 
getUserName() - Method in interface org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field userName Get the value of userName
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.
getUseTranslation() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getUseTranslation() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getUseTranslation() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getUseTranslation() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getUseTranslation() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Deprecated.
To be removed in Jaybird 4
getValue() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData.Clause
 
getValue() - Method in class org.firebirdsql.jdbc.FBProcedureParam
Set the value for this parameter
getValue(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
getValueAsInt() - Method in class org.firebirdsql.gds.impl.argument.Argument
 
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.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.
getValues() - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
getVariant() - Method in class org.firebirdsql.gds.impl.GDSServerVersion
 
getVersion() - Method in class org.firebirdsql.gds.ng.wire.AbstractProtocolDescriptor
 
getVersion() - Method in interface org.firebirdsql.gds.ng.wire.ProtocolDescriptor
 
getVersionColumns(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of a table's columns that are automatically updated when any value in a row is updated.
getViewSourceCode(String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getViewSourceCode(String) - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the source of a view.
getVocabulary() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
getVocabulary() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
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
 
getWantsSystemTables(String[]) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getWantsTables(String[]) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getWantsViews(String[]) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getWarningMessageCallback() - Method in interface org.firebirdsql.gds.ng.wire.DeferredAction
 
getWarnings() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the first warning reported by calls on this ResultSet object.
getWarnings() - Method in class org.firebirdsql.jdbc.FBConnection
Returns the first warning reported by calls on this Connection.
getWarnings() - Method in class org.firebirdsql.jdbc.FBStatement
Retrieves the first warning reported by calls on this Statement object.
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.FBAbstractCommonDataSource
 
getWireCrypt() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getWireCrypt() - Method in interface org.firebirdsql.event.EventManager
Get the wire encryption level.
getWireCrypt() - Method in class org.firebirdsql.event.FBEventManager
 
getWireCrypt() - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
getWireCrypt() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
getWireCrypt() - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Get the wire encryption level.
getWireCrypt() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getWireCrypt() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getWireCrypt() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the wire encryption level value.
getWireCrypt() - Method in class org.firebirdsql.management.FBServiceManager
 
getWireCrypt() - 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
Get the XaErrorCode value.
getXAResource() - Method in class org.firebirdsql.ds.FBXAConnection
 
getXAResource() - Method in class org.firebirdsql.jca.FBManagedConnection
Return an XA resource to the caller.
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
 
getXid() - Method in class org.firebirdsql.jca.FBLocalTransaction
Get the associated Xid.
getXid() - Method in interface org.firebirdsql.jca.FirebirdLocalTransaction
Get the associated Xid.
GFIX_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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
 
GSTAT_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

H

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.version13.V13WireOperations
Handles the database encryption key callback.
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.
hasArgument(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
hasCondition() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData.Clause
 
hasException() - Method in class org.firebirdsql.util.SQLExceptionChainBuilder
 
hasFields() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
hashCode() - Method in class org.firebirdsql.gds.impl.argument.Argument
 
hashCode() - Method in class org.firebirdsql.gds.impl.argument.BigIntArgument
 
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.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.fields.FieldDescriptor
 
hashCode() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptor
 
hashCode() - Method in class org.firebirdsql.gds.ng.SyncObject
 
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.jca.FBConnectionRequestInfo
 
hashCode() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
hashCode() - Method in class org.firebirdsql.jca.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.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
 
hasNoWildcards(String) - Static method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Determine if there are no SQL wildcard characters ('%' or '_') in the given pattern.
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
 
hasReturning() - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
hasServerData() - Method in interface org.firebirdsql.gds.ng.wire.auth.AuthenticationPlugin
 
hasSingletonResult() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
hour - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
 

I

IAttachProperties<T extends IAttachProperties> - 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.
IDENTITY_TRANSLATOR - Static variable in class org.firebirdsql.encodings.CharacterTranslator
Deprecated.
CharacterTranslator with the identity mapping established by CharacterTranslator.DEFAULT_MAPPING;
IEncodingFactory - Interface in org.firebirdsql.encodings
Interface for the EncodingFactory.
IGNORE_LIMBO - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
IGNORE_PROCEDURE_TYPE - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
IGNORE_PROCEDURE_TYPE - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
immutable() - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
Throws an UnsupportedOperationException
INDEX_STATISTICS - Static variable in interface org.firebirdsql.management.StatisticsManager
Request statistics on indexes.
inDistributedTransaction() - Method in class org.firebirdsql.ds.FBXAConnection
 
inDistributedTransaction() - Method in class org.firebirdsql.jca.FBManagedConnection
 
info(String) - Method in interface org.firebirdsql.logging.Logger
 
info(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
 
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
 
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.
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 interface org.firebirdsql.gds.ng.wire.crypt.EncryptionPlugin
Initializes the encryption for in-going and outgoing communication.
INSERT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
INSERT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
INSERT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
INSERT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
INSERT_TYPE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
insertColumns() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
insertColumns() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
insertColumns() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
InsertColumnsContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertColumnsContext
 
insertRow() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Inserts the contents of the insert row into this ResultSet objaect and into the database.
insertRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
insertsAreDetected(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
insertStatement() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
insertStatement() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.StatementContext
 
InsertStatementContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
insertValues() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
insertValues() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
insertValues() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
InsertValuesContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertValuesContext
 
instance() - Static method in class org.firebirdsql.jdbc.FBObjectListener.NoActionBlobListener
 
instance() - Static method in class org.firebirdsql.jdbc.FBObjectListener.NoActionResultSetListener
 
INTEGER - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
INTEGER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayRangeContext
 
INTEGER(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayRangeContext
 
INTEGER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSegSizeContext
 
INTEGER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSubtypeContext
 
INTEGER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobTypeContext
 
INTEGER(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobTypeContext
 
INTEGER - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
INTEGER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
INTEGER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharSetCharTypeContext
 
INTEGER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
INTEGER(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
INTEGER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleValueContext
 
INTEGER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SubstringFunctionContext
 
internalBegin() - Method in class org.firebirdsql.jca.FBLocalTransaction
Perform the internal operations to begin a local transaction.
internalCommit() - Method in class org.firebirdsql.jca.FBLocalTransaction
Perform the internal processing to commit a local transaction.
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.AbstractCallableStatement
Execute statement internally.
internalExecute(boolean) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Execute this statement.
internalExecute(String) - Method in class org.firebirdsql.jdbc.FBStatement
 
internalRollback() - Method in class org.firebirdsql.jca.FBLocalTransaction
Perform the internal processing to rollback a local transaction.
internalStart(Xid, int) - Method in class org.firebirdsql.jca.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
 
INTO - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
INTO() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
INTO - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
INTO() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
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.jca.FBLocalTransaction
Check whether a started transaction is associated with the current database connection.
inTransaction() - Method in class org.firebirdsql.jca.FBManagedConnection
 
inTransaction() - Method in interface org.firebirdsql.jca.FirebirdLocalTransaction
Check if managed connection is currently participating in transaction.
inTransaction() - Method in class org.firebirdsql.jdbc.FBConnection
Check if this connection is currently involved in a transaction
intToBytes(int) - Method in class org.firebirdsql.gds.ng.DefaultDatatypeCoder
Encode an int value as a byte array in network-order(big-endian) representation.
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.
IOUtils - Class in org.firebirdsql.util
Utility methods for stream and byte array conversions.
isAfterLast() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Indicates whether the cursor is after the last row in this ResultSet object.
isAllCondition(String) - Static method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
isAllRowsFetched() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
 
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
Indicates whether the designated column is automatically numbered.
isBeforeFirst() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Indicates whether the cursor is before the first row in this ResultSet object.
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_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_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_shutdown - 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_checksum - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_conn_str - 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_msg_vec - 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_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_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_bdbincon - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blktoobig - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blob_convert_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_filter_exception - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_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_truncation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blobnotsup - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blobtoobig - 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
 
isc_bpb_source_interp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bpb_source_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bpb_target_interp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bpb_target_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bpb_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bpb_type_segmented - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bpb_type_stream - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bpb_version1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_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_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_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, 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_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_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_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_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_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_decrypt_error - 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_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
 
isc_dpb_address_path - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_allocation - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_auth_block - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_auth_plugin_list - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_auth_plugin_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_begin_log - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_blob_buffer_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_buffer_length - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_cache_manager - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_cdd_pathname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_client_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_column_label_for_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_config - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_connect_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_damaged - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_db_crypt_config - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_dbkey_scope - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_debug - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_decfloat_round - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_decfloat_traps - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_delete_shadow - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_disable_journal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_disable_wal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_drop_walfile - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_dummy_packet_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_enable_journal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_encrypt_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_ext_call_depth - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_filename_charset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_force_write - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_garbage_collect - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_gbak_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_gfix_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_gsec_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_gstat_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_host_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_ignore_procedure_type - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_interp - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_journal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_lc_ctype - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_lc_messages - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_license - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_local_encoding - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_map_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_mapping_path - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_no_db_triggers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_no_garbage_collect - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_no_reserve - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_no_result_set_tracking - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_nolinger - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_num_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_number_of_users - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_octets_as_bytes - Static variable in interface org.firebirdsql.gds.ISCConstants
Deprecated.
isc_dpb_old_dump_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_file - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_file_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_num_files - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_start_file - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_start_page - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_start_seqno - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_online - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_online_dump - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_org_filename - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_os_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_overwrite - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_page_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_paranoia_mode - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_password - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_password_enc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_process_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_process_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_quit_log - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_remote_protocol - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_reserved - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_reset_icu - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_result_set_holdable - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_sec_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_session_time_zone - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_set_bind - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_set_db_charset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_set_db_readonly - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_set_db_replica - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_set_db_sql_dialect - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_set_page_buffers - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_shutdown - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_shutdown_delay - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_so_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_socket_buffer_size - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_specific_auth_data - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_sql_dialect - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_sql_role_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_sweep - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_sweep_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_sys_user_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_sys_user_name_enc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_timestamp_uses_local_timezone - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_trace - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_trusted_auth - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_trusted_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
ISC_DPB_TYPES_RESOURCE - Static variable in class org.firebirdsql.gds.ParameterBufferHelper
 
isc_dpb_use_firebird_autocommit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_use_standard_udf - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_use_stream_blobs - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_user_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_utf8_filename - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_verify - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
isc_dpb_wal_bufsize - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_wal_chkptlen - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_wal_grp_cmt_wait - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_wal_numbufs - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_wire_crypt_level - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_working_directory - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_agg2_wrongarg - 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_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_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, 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_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_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, 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_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_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_label - 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_group_items - 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_relation_alias - 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_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_stmt_handle - 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_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_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_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_defvaldecl_package - 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_index - 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_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_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_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_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_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_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_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_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_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_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_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_found - 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_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_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_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
 
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_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_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_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_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_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_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_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_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_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_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_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_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_restore_role_failed - 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_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_write_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gbak_wrong_interval - 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_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_bad_pool - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_corrupt_pool - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_db_name - 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_incmp_sw - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_invalid_sw - 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_nval_req - 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_pval_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_pzval_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_recon_fail - 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_sec_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_subs_name - 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_type_shut - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_gfix_unexp_eoi - 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_wal_req - 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_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_wrong_ods - 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_identifier_too_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_idx_create_err - 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_infinap - 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_sun4 - 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_timestamp_val - 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
 
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_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_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_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_met_wrong_gtt_scope - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_metadata_corrupt - 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_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_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_multi_segment - 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_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_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_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_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_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_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_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_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_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_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_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_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, 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_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_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_package_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_page_type_err - 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_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_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_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_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_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_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_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_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_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
 
isc_spb_auth_block - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_auth_plugin_list - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_auth_plugin_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_convert - 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_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_skip_data - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_stat - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_client_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_command_line - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_config - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_connect_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_current_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_dbname - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_dummy_packet_interval - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_expected_db - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_host_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_direct - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_nbk_file - 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 * New with Firebird 2.5
isc_spb_nbk_no_triggers - 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
 
isc_spb_os_user - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_password - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_password_enc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_process_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_process_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
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_deactivate_idx - 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_length - 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_replace - 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_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_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_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
 
isc_spb_sql_role_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
isc_spb_sys_user_name_enc - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
isc_spb_trusted_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_user_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_utf8_filename - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
isc_spb_verbose - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_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_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 a 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_subquery_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_subtype_for_internal_use - 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_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_negpowfp - 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_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_autocommit - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_commit_time - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_concurrency - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_conflicting_options - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_consistency - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_corrupt_len - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_exclusive - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_ignore_limbo - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_invalid_value - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_lock_read - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_lock_timeout - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_lock_write - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
isc_tpb_no_rec_version - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_nowait - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
isc_tpb_read - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_read_committed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
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
 
isc_tpb_shared - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tpb_verb_time - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
isc_tpb_write - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_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_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_union_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_unique_key_violation - 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_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_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_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_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_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_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
 
isCaseSensitive(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether a column's case matters.
isCatalogAtStart() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
ISCConstants - Interface in org.firebirdsql.gds
Constants for Firebird features, parameter blocks and errors.
isClosed() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
isClosed() - Method in class org.firebirdsql.jdbc.FBConnection
Tests to see if a Connection is closed.
isClosed() - Method in class org.firebirdsql.jdbc.FBStatement
Check if this statement was closed.
isClosed() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Retrieves whether this Statement object has been closed.
isCloseOnCompletion() - Method in class org.firebirdsql.jdbc.FBStatement
 
isColumnLabelForName() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
isColumnLabelForName() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
isColumnLabelForName() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
Gets the current setting of columnLabelForName
isComplete() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
 
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
 
isConnectionSharing() - Method in class org.firebirdsql.jca.FBManagedConnection
Check if connection sharing is enabled.
isCreateOnStart() - Method in class org.firebirdsql.management.FBManager
 
isCreateOnStart() - Method in interface org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field createOnStart Get the value of createOnStart
isCurrency(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether the designated column is a cash value.
isCursorOpen() - Method in enum org.firebirdsql.gds.ng.StatementState
Can a cursor be open in the current state?
iscVaxInteger(byte[], int, int) - Method in class org.firebirdsql.gds.impl.GDSHelper
Deprecated.
Use VaxEncoding.iscVaxInteger(byte[], int, int). This method will be removed in Jaybird 4
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) - Method in class org.firebirdsql.gds.impl.GDSHelper
Deprecated.
Use VaxEncoding.iscVaxLong(byte[], int, int). This method will be removed in Jaybird 4
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
 
isDebugEnabled() - Method in interface org.firebirdsql.logging.Logger
 
isDefaultResultSetHoldable() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
isDefaultResultSetHoldable() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
isDefaultResultSetHoldable() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
isDefaultResultSetHoldable() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
isDefaultResultSetHoldable() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the default ResultSet holdability.
isDefaultValues() - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
isDefinitelyWritable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether a write on the designated column will definitely succeed.
isDropOnStop() - Method in class org.firebirdsql.management.FBManager
 
isDropOnStop() - Method in interface org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field dropOnStop Get the value of dropOnStop
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.
isErrorEnabled() - Method in interface org.firebirdsql.logging.Logger
 
IServiceProperties - Interface in org.firebirdsql.gds.ng
Connection properties for a Firebird service attachment.
isExecuteProcedureStatement(String) - Method in class org.firebirdsql.jdbc.FBStatement
This method checks if supplied statement is executing procedure or it is generic statement.
isFatalEnabled() - Method in interface org.firebirdsql.logging.Logger
 
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.AbstractResultSet
Indicates whether the cursor is on the first row of this ResultSet object.
isFirstTime() - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
isForceCreate() - Method in class org.firebirdsql.management.FBManager
Get the ForceCreate value.
isForceCreate() - Method in interface org.firebirdsql.management.FBManagerMBean
Get the ForceCreate value.
isGeneratedKeyQuery() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
isGeneratedKeyQuery() - Method in class org.firebirdsql.jdbc.FBStatement
 
isGeneratedKeysSupportLoaded() - Static method in class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
Indicates if generated keys support has been loaded and available for use.
isIgnoreProcedureType() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
isIgnoreProcedureType() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
isIgnoreProcedureType() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
isIgnoreProcedureType() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
isIgnoreProcedureType() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the value for ignoreProcedureType.
isInfoEnabled() - Method in interface org.firebirdsql.logging.Logger
 
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 (eg about unsupported character sets)
isInitialized() - Method in class org.firebirdsql.gds.ng.fields.FieldValue
Is this field in an initialized state (meaning: was it explicitly set to a value (or null)).
isInState(int) - Method in class org.firebirdsql.jdbc.escape.FBEscapedCallParser
Returns if the system is in state state.
isInvertTimeZone() - Method in class org.firebirdsql.jdbc.field.FBField
 
isLast() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Indicates whether the cursor is on the last row of this ResultSet object.
isLast() - Method in class org.firebirdsql.jdbc.FBUpdatableCursorFetcher
 
isManagedEnvironment() - Method in class org.firebirdsql.jca.FBManagedConnection
 
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
Retrieves whether null values are allowed in the designated parameter.
isNullable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates the nullability of values in the designated column.
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
isParamSet - Variable in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
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.jca.FBManagedConnection
Retrieve whether this connection is readonly.
isReadOnly() - Method in class org.firebirdsql.jca.FBTpb
Determine whether this TPB is set to read-only.
isReadOnly() - Method in class org.firebirdsql.jdbc.FBConnection
Tests to see if the connection is in read-only mode.
isReadOnly() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the database in read-only mode?
isReadOnly(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether the designated column is definitely not writable.
isResultSetDefaultHoldable() - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
isResultSetDefaultHoldable() - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
isResultSetDefaultHoldable() - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
Get whether ResultSets are holdable by default.
isRollbackAllowed() - Method in class org.firebirdsql.ds.XAConnectionHandler
 
isSameRM(XAResource) - Method in class org.firebirdsql.jca.FBManagedConnection
Retrieve whether this FBManagedConnection uses the same ResourceManager as res.
isSearchable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether the designated column can be used in a where clause.
isSegmented() - Method in class org.firebirdsql.jdbc.FBBlob
Check if blob is segmented.
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.AbstractCallableStatement
 
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
Retrieves whether values for the designated parameter can be signed numbers.
isSigned(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether values in the designated column are signed numbers.
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
Retrieves whether identifier is a simple SQL identifier.
isSingletonResult - Variable in class org.firebirdsql.jdbc.FBStatement
 
isSuccess() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
isTagged() - Method in class org.firebirdsql.gds.ClumpletReader
 
isTimestampUsesLocalTimezone() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
isTimestampUsesLocalTimezone() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
isTimestampUsesLocalTimezone() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
isTimestampUsesLocalTimezone() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
isTimestampUsesLocalTimezone() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
isTraceEnabled() - Method in interface org.firebirdsql.logging.Logger
 
isType(FieldDescriptor, int) - Static method in class org.firebirdsql.jdbc.field.FBField
 
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.FBAbstractCommonDataSource
 
isUseFirebirdAutocommit() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
isUseFirebirdAutocommit() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
isUseFirebirdAutoCommit() - Method in class org.firebirdsql.jdbc.FBConnection
 
isUseFirebirdAutocommit() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
isUseFirebirdAutoCommit() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
 
isUseFirebirdAutocommit() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get whether to use Firebird autocommit (experimental).
isUseStandardUdf() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
isUseStandardUdf() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
isUseStandardUdf() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
isUseStandardUdf() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
isUseStandardUdf() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
isUseStreamBlobs() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
isUseStreamBlobs() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
isUseStreamBlobs() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
isUseStreamBlobs() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
isUseStreamBlobs() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
isValid(int) - Method in class org.firebirdsql.jdbc.FBConnection
 
isValid() - Method in class org.firebirdsql.jdbc.FBStatement
 
isValid() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Check if this statement is valid.
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.
isWarnEnabled() - Method in interface org.firebirdsql.logging.Logger
 
isWarning() - Method in exception org.firebirdsql.gds.GDSException
Retrieve whether this exception is a warning.
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.AbstractResultSet
 
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.FBStatement
 
isWritable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether it is possible for a write on the designated column to succeed.
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.fields.RowValue
 
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.
iterator() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 

J

JaybirdErrorCodes - Interface in org.firebirdsql.gds
Constants for Jaybird specific error codes.
jaybirdMaxIscDpbValue - Static variable in interface org.firebirdsql.gds.ISCConstants
 
jaybirdMinIscDpbValue - Static variable in interface org.firebirdsql.gds.ISCConstants
 
JaybirdSqlBaseListener - Class in org.firebirdsql.jdbc.parser
This class provides an empty implementation of JaybirdSqlListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
JaybirdSqlBaseListener() - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
 
JaybirdSqlLexer - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlLexer(CharStream) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
JaybirdSqlListener - Interface in org.firebirdsql.jdbc.parser
This interface defines a complete listener for a parse tree produced by JaybirdSqlParser.
JaybirdSqlParser - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser(TokenStream) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
JaybirdSqlParser.ArrayElementContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.ArrayRangeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.ArraySpecContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.ArrayTypeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.AssignmentContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.AssignmentsContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.BlobSegSizeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.BlobSubtypeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.BlobTypeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.CastExpressionContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.CharSetCharTypeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.CharSetClauseContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.CharTypeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.ColumnListContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.ColumnNameContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.DataTypeDescriptorContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.DefaultValuesClauseContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.DeleteStatementContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.ExtractFunctionContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.FullIdentifierContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.FunctionContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.InsertColumnsContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.InsertStatementContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.InsertValuesContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.MatchingClauseContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.NextValueExpressionContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.NonArrayTypeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.NonCharSetCharTypeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.NonCharTypeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.NullValueContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.ParameterContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.ReturningClauseContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.SelectClauseContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.SimpleIdentifierContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.SimpleTypeContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.SimpleValueContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.StatementContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.SubstringFunctionContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.TableNameContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.TrimFunctionContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.TrimSpecificationContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.UpdateOrInsertStatementContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.UpdateStatementContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.ValueContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdSqlParser.ValueListContext - Class in org.firebirdsql.jdbc.parser
 
JaybirdStatementModel - Class in org.firebirdsql.jdbc.parser
Simple model of the parsed statement.
JaybirdStatementModel() - Constructor for class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
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_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_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_hashAlgorithmNotAvailable - 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_invalidFetchDirection - Static variable in interface org.firebirdsql.gds.JaybirdErrorCodes
 
jb_maxStatementLengthExceeded - 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_operationNotAllowedOnForwardOnly - 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_unableToCancelEventReasonNotConnected - 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
 
JDBC42ObjectConverter - Class in org.firebirdsql.jdbc.field
Implementation of ObjectConverter to support JDBC 4.2 type conversions.
JDBC42ObjectConverter() - Constructor for class org.firebirdsql.jdbc.field.JDBC42ObjectConverter
 
Jdbc42VersionSupport - Class in org.firebirdsql.jdbc
JDBC 4.2 version support.
Jdbc42VersionSupport() - Constructor for class org.firebirdsql.jdbc.Jdbc42VersionSupport
 
jdbcCompliant() - Method in class org.firebirdsql.jdbc.FBDriver
Reports whether this driver is a genuine JDBC COMPLIANTTM driver.
JdbcTypeConverter - Class in org.firebirdsql.jdbc.field
Helper class to convert from Firebird and metadata type information to JDBC type information.
jdbcVersionSupport - Static variable in class org.firebirdsql.jdbc.FBStatement
 
JdbcVersionSupport - Interface in org.firebirdsql.jdbc
Interface to mediate between differences in JDBC versions.
JdbcVersionSupportHolder - Enum in org.firebirdsql.jdbc
Holder for the instance of JdbcVersionSupport to use.
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
 
JnaBlob(JnaDatabase, JnaTransaction, BlobParameterBuffer, long) - Constructor for class org.firebirdsql.gds.ng.jna.JnaBlob
 
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.
jndiReference - Variable in class org.firebirdsql.ds.FBSimpleDataSource
 
JOURNAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

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, List<String>) - Constructor for class org.firebirdsql.gds.ng.wire.crypt.KnownServerKey
 
KnownServerKey(String, String) - Constructor for class org.firebirdsql.gds.ng.wire.crypt.KnownServerKey
 
KW_BIGINT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_BIGINT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_BIGINT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_BLOB - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_BLOB() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobTypeContext
 
KW_BLOB - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_BOOLEAN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_BOOLEAN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_BOOLEAN() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_CHAR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_CHAR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_CHAR() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharSetCharTypeContext
 
KW_DATE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_DATE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_DATE() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_DECIMAL - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_DECIMAL - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_DECIMAL() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_DOUBLE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_DOUBLE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_DOUBLE() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_FLOAT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_FLOAT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_FLOAT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_INT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_INT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_INT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_INTEGER - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_INTEGER - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_INTEGER() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_NCHAR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_NCHAR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_NCHAR() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharSetCharTypeContext
 
KW_NUMERIC - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_NUMERIC - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_NUMERIC() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_NVARCHAR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_NVARCHAR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_NVARCHAR() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharSetCharTypeContext
 
KW_PRECISION - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_PRECISION - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_PRECISION() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_SIZE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_SIZE() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSegSizeContext
 
KW_SIZE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_SMALLINT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_SMALLINT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_SMALLINT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_TIME - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_TIME - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_TIME() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_TIMESTAMP - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_TIMESTAMP - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_TIMESTAMP() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
KW_VARCHAR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
KW_VARCHAR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
KW_VARCHAR() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharSetCharTypeContext
 

L

last() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor to the last row in this ResultSet object.
last_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the user's last name
C type : ISC_SCHAR*
LC_CTYPE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
LC_MESSAGES - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
LEADING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
LEADING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
LEADING() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimSpecificationContext
 
LEFT_PAREN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
LEFT_PAREN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
LEFT_PAREN() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
LEGACY_AUTH_NAME - Static variable in class org.firebirdsql.gds.ng.wire.auth.LegacyAuthenticationPluginSpi
 
LegacyAuthenticationPluginSpi - Class in org.firebirdsql.gds.ng.wire.auth
Legacy authentication plugin service provider.
LegacyAuthenticationPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.auth.LegacyAuthenticationPluginSpi
 
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 class org.firebirdsql.jdbc.FBBlob
Returns the number of bytes in the BLOB value designated by this Blob object.
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
Returns the number of characters in the CLOB value designated by this Clob object.
length() - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
length - Variable in class org.firebirdsql.jdbc.field.FBFlushableField.CachedObject
 
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
 
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.
listLimboTransactions() - Method in class org.firebirdsql.management.FBMaintenanceManager
Deprecated.
listLimboTransactions() - Method in interface org.firebirdsql.management.MaintenanceManager
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
 
loadConfigurationFromFile(String) - Method in class org.firebirdsql.management.FBTraceManager
Deprecated.
loadConfigurationFromFile(String) - Method in interface org.firebirdsql.management.TraceManager
Deprecated.
We suggest you use standard Java functionality instead (eg new String(Files.readAllBytes(Paths.get(fileName)), Charset.defaultCharset()). This method will be removed in Jaybird 4.
LOCAL_ENCODING - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
LOCAL_ENCODING_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
LOCAL_TYPE_NAME - Static variable in class org.firebirdsql.gds.impl.jni.LocalGDSFactoryPlugin
 
LocalGDSFactoryPlugin - Class in org.firebirdsql.gds.impl.jni
 
LocalGDSFactoryPlugin() - Constructor for class org.firebirdsql.gds.impl.jni.LocalGDSFactoryPlugin
 
localTransaction - Variable in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
localTransactionCommitted(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
Ignored event callback
localTransactionRolledback(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
Ignored event callback
localTransactionStarted(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
Ignored event callback
locatorsUpdateCopy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
lock - Variable in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
LOCK_READ - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
LOCK_TIMEOUT - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
LOCK_WRITE - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
log10(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the log10 UDF function.
Logger - Interface in org.firebirdsql.logging
Logger is a facade to hide the logging implementation used from the rest of Jaybird.
LOGGER_IMPLEMENTATION_PROP - Static variable in class org.firebirdsql.logging.LoggerFactory
 
LoggerFactory - Class in org.firebirdsql.logging
Factory for Logger instances

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.
MAPPING_PATH - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
mappingPath - Variable in class org.firebirdsql.jdbc.field.FBField
 
markCorruptRecords() - Method in class org.firebirdsql.management.FBMaintenanceManager
 
markCorruptRecords() - Method in interface org.firebirdsql.management.MaintenanceManager
Mark corrupt records in the database as unavailable.
MATCHING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
MATCHING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
MATCHING() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.MatchingClauseContext
 
matchingClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
matchingClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
MatchingClauseContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.MatchingClauseContext
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Returns a matched connection from the candidate set of connections.
MAX_STATEMENT_LENGTH - Static variable in class org.firebirdsql.gds.ng.jna.JnaDatabase
 
maxIdentifierLengthBytes() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
maxIdentifierLengthCharacters() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
MAXIMUM - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
MAXIMUM() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
MAXIMUM - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
maxReportedIdentifierLengthBytes() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
maxRows - Variable in class org.firebirdsql.jdbc.FBStatement
 
mc - Variable in class org.firebirdsql.jca.FBLocalTransaction
 
mc - Variable in class org.firebirdsql.jdbc.FBConnection
 
mcf - Variable in class org.firebirdsql.ds.FBSimpleDataSource
 
messageParameter(int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Adds an integer message parameter for the exception message.
messageParameter(String) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Adds a string message parameter for the exception message.
METHOD_NOT_SUPPORTED - Static variable in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
middle_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the user's middle name
C type : ISC_SCHAR*
MINIMUM - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
MINIMUM() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
MINIMUM - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
minute - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
 
mod(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the mod UDF function.
modeNames - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
month - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
 
moveNext() - Method in class org.firebirdsql.gds.ClumpletReader
 
moveToCurrentRow() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToCurrentRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
moveToInsertRow() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor to the insert row.
moveToInsertRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 

N

NANOSECONDS_PER_FRACTION - Static variable in interface org.firebirdsql.gds.ng.DatatypeCoder
 
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
 
nativeSQL(String) - Method in class org.firebirdsql.jdbc.FBConnection
Converts the given SQL statement into the system's native SQL grammar.
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.
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(int) - Method in class org.firebirdsql.gds.ClumpletReader
 
next() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor down one row from its current position.
next() - Method in class org.firebirdsql.jdbc.FBUpdatableCursorFetcher
 
NEXT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
NEXT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
NEXT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
nextResult() - Method in enum org.firebirdsql.jdbc.FBStatement.StatementResult
 
nextValueExpression() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
nextValueExpression() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
NextValueExpressionContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
NO_AUTO_UNDO - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
NO_BLOB_ID - Static variable in interface org.firebirdsql.gds.ng.FbBlob
 
NO_DB_TRIGGERS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
NO_GARBAGE_COLLECT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
NO_REC_VERSION - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
NO_RESERVE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
NO_RESULT_SET_TRACKING - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
NO_TRANSACTION_ACTIVE - Static variable in class org.firebirdsql.gds.ng.TransactionHelper
 
noLimitRestore - Variable in class org.firebirdsql.management.FBBackupManagerBase
 
nonArrayType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DataTypeDescriptorContext
 
nonArrayType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
NonArrayTypeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonArrayTypeContext
 
nonCharSetCharType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayTypeContext
 
nonCharSetCharType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetCharTypeContext
 
nonCharSetCharType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharTypeContext
 
nonCharSetCharType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
NonCharSetCharTypeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharSetCharTypeContext
 
nonCharType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayTypeContext
 
nonCharType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
nonCharType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleTypeContext
 
NonCharTypeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonCharTypeContext
 
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.
notifyStatementCompleted(boolean) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
notifyStatementCompleted() - Method in class org.firebirdsql.jdbc.FBStatement
 
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
 
NOWAIT - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
NULL - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
NULL - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
NULL() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NullValueContext
 
NULL_BYTE - Static variable in class org.firebirdsql.gds.impl.wire.XdrOutputStream
 
NULL_LISTENER - Static variable in interface org.firebirdsql.gds.ExceptionListener
Deprecated.
Listener that does nothing.
nullPlusNonNullIsNull() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether concatenations between NULL and non-NULL values equal NULL.
nullsAreSortedAtEnd() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are NULL values sorted high?
nullsAreSortedLow() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are NULL values sorted low?
nullValue() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
nullValue() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
NullValueContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NullValueContext
 
NUM_BUFFERS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
NUMBER_OF_USERS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
NUMERIC - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
NUMERIC - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
NUMERIC() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleValueContext
 
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

OCTETS_AS_BYTES - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
Deprecated.
of(FieldValue...) - Static method in class org.firebirdsql.gds.ng.fields.RowValue
Convenience method to construct a RowValues object with varargs parameters
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.
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
 
OLD_FILE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
OLD_FILE_SIZE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
OLD_NUM_FILES - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
OLD_START_FILE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
OLD_START_PAGE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
OLD_START_SEQNO - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
onEventOccurred() - Method in class org.firebirdsql.gds.ng.AbstractEventHandle
 
ONLINE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
ONLINE_DUMP - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
OOGDSFactoryPlugin - Class in org.firebirdsql.gds.impl.oo
 
OOGDSFactoryPlugin() - Constructor for class org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin
 
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_segments - 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_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_blob - 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_prepare2 - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
op_prepare_statement - 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_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, boolean) - 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_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.
OPTIONS - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
OR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
OR - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
OR() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
org.firebirdsql.ds - package org.firebirdsql.ds
 
org.firebirdsql.encodings - package org.firebirdsql.encodings
 
org.firebirdsql.event - package org.firebirdsql.event
 
org.firebirdsql.gds - package org.firebirdsql.gds
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
 
org.firebirdsql.gds.impl.jni - package org.firebirdsql.gds.impl.jni
 
org.firebirdsql.gds.impl.oo - package org.firebirdsql.gds.impl.oo
 
org.firebirdsql.gds.impl.wire - package org.firebirdsql.gds.impl.wire
 
org.firebirdsql.gds.ng - package org.firebirdsql.gds.ng
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
 
org.firebirdsql.gds.ng.dbcrypt.simple - package org.firebirdsql.gds.ng.dbcrypt.simple
 
org.firebirdsql.gds.ng.fields - package org.firebirdsql.gds.ng.fields
 
org.firebirdsql.gds.ng.jna - package org.firebirdsql.gds.ng.jna
 
org.firebirdsql.gds.ng.listeners - package org.firebirdsql.gds.ng.listeners
 
org.firebirdsql.gds.ng.wire - package org.firebirdsql.gds.ng.wire
 
org.firebirdsql.gds.ng.wire.auth - package org.firebirdsql.gds.ng.wire.auth
 
org.firebirdsql.gds.ng.wire.crypt - package org.firebirdsql.gds.ng.wire.crypt
 
org.firebirdsql.gds.ng.wire.crypt.arc4 - package org.firebirdsql.gds.ng.wire.crypt.arc4
 
org.firebirdsql.gds.ng.wire.version10 - package org.firebirdsql.gds.ng.wire.version10
 
org.firebirdsql.gds.ng.wire.version11 - package org.firebirdsql.gds.ng.wire.version11
 
org.firebirdsql.gds.ng.wire.version12 - package org.firebirdsql.gds.ng.wire.version12
 
org.firebirdsql.gds.ng.wire.version13 - package org.firebirdsql.gds.ng.wire.version13
 
org.firebirdsql.jca - package org.firebirdsql.jca
 
org.firebirdsql.jdbc - package org.firebirdsql.jdbc
 
org.firebirdsql.jdbc.escape - package org.firebirdsql.jdbc.escape
 
org.firebirdsql.jdbc.field - package org.firebirdsql.jdbc.field
 
org.firebirdsql.jdbc.parser - package org.firebirdsql.jdbc.parser
 
org.firebirdsql.jna.fbclient - package org.firebirdsql.jna.fbclient
 
org.firebirdsql.logging - package org.firebirdsql.logging
 
org.firebirdsql.management - package org.firebirdsql.management
 
org.firebirdsql.util - package org.firebirdsql.util
 
othersDeletesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether updates made by others are visible.
OVERWRITE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
ownDeletesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether a result set's own inserts are visible.
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
Indicates whether a result set's own updates are visible.

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
 
PageSizeConstants - Class in org.firebirdsql.management
Constants for page size supported by Firebird.
Parameter - Interface in org.firebirdsql.gds
Interface for parameters stored in a ParameterBuffer.
parameter() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
parameter() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
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.
ParameterBufferHelper - Class in org.firebirdsql.gds
This class maps the extended JDBC properties to parameter buffer types (for transaction and database parameter buffers).
ParameterBufferHelper() - Constructor for class org.firebirdsql.gds.ParameterBufferHelper
 
ParameterBufferHelper.DpbParameterType - Class in org.firebirdsql.gds
Dpb type, which is the name, the key for the dpb and its value type.
ParameterBufferHelper.DpbValueType - Enum in org.firebirdsql.gds
Enum with the various Dpb value types, and conversion from String to that type.
ParameterBufferMetaData - Interface in org.firebirdsql.gds.impl
Additional metadata for parameter buffer behavior.
ParameterContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ParameterContext
 
ParameterConverter<D extends AbstractConnection<IConnectionProperties,?>,S extends AbstractConnection<IServiceProperties,?>> - Interface in org.firebirdsql.gds.ng
Provides conversion of parameters (eg from IConnectionProperties to a DatabaseParameterBuffer.
ParameterTagMapping - Enum in org.firebirdsql.gds
Mapping of connection parameter buffer item tags.
PARANOIA_MODE - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
parse(String) - Method in class org.firebirdsql.jdbc.escape.FBEscapedParser
Converts escaped parts in the passed SQL to native representation.
parseArguments(String) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Extract function arguments from the function call.
parseCall(String) - Method in class org.firebirdsql.jdbc.escape.FBEscapedCallParser
Converts escaped parts in the passed SQL to native representation.
parseConnectString(String) - Static method in class org.firebirdsql.gds.impl.DbAttachInfo
 
parseDpbString(Object) - Method in class org.firebirdsql.gds.ParameterBufferHelper.DpbParameterType
Parses the supplied Object (which should be a String, Boolean, Byte or Integer) to the type appropriate for this DpbParameterType.
parseDpbString(String) - Method in enum org.firebirdsql.gds.ParameterBufferHelper.DpbValueType
Parses the supplied Object (which should be a String, Boolean, Byte or Integer) to the type appropriate for this DpbValueType.
parseDpbString(String, Object) - Static method in class org.firebirdsql.gds.ParameterBufferHelper
 
ParseException(String) - Constructor for exception org.firebirdsql.jdbc.parser.StatementParser.ParseException
 
ParseException(String, Throwable) - Constructor for exception org.firebirdsql.jdbc.parser.StatementParser.ParseException
 
parseFunction(String) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Extract function name from the function call.
parseInsertStatement(String) - Method in interface org.firebirdsql.jdbc.parser.StatementParser
Parses the provided SQL into a statement model
parseInsertStatement(String) - Method in class org.firebirdsql.jdbc.parser.StatementParserImpl
 
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 interface org.firebirdsql.gds.DatabaseParameterBuffer
 
PASSWORD - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
PASSWORD - Static variable in class org.firebirdsql.jdbc.FBDriver
 
password - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the user's password
C type : ISC_SCHAR*
PASSWORD_ENC - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
PASSWORD_ENC - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
PASSWORD_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
PathSizeStruct(String, int) - Constructor for class org.firebirdsql.management.FBBackupManagerBase.PathSizeStruct
 
pi(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the pi UDF function.
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
 
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(S, ServiceParameterBuffer) - 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
 
populateNonStandardProperties(D, DatabaseParameterBuffer) - Method in class org.firebirdsql.gds.ng.AbstractParameterConverter
Populates the database parameter buffer with the non-standard properties (in IConnectionProperties.getExtraDatabaseParameters()).
position(byte[], long) - Method in class org.firebirdsql.jdbc.FBBlob
 
position(Blob, 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(Blob, 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
Determines the character position at which the specified substring searchstr appears in the SQL CLOB value represented by this Clob object.
position(Clob, long) - Method in class org.firebirdsql.jdbc.FBClob
Determines the character position at which the specified Clob object searchstr appears in this Clob object.
position(String, long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
position(Clob, long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
prepare(String) - Method in interface org.firebirdsql.gds.ng.FbStatement
Prepare the statement text.
prepare(byte[]) - Method in interface org.firebirdsql.gds.ng.FbTransaction
Prepare the transaction for two-phase commit/rollback.
prepare(String) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
prepare(byte[]) - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
 
prepare(String) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
 
prepare(byte[]) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Transaction
 
prepare(String) - Method in class org.firebirdsql.gds.ng.wire.version11.V11Statement
 
prepare(Xid) - Method in class org.firebirdsql.jca.FBManagedConnection
Prepares a transaction to commit.
prepareCall(String) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int, int) - Method in class org.firebirdsql.jdbc.FBConnection
 
prepareFixedStatement(String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
We allow multiple calls to this method without re-preparing the statement.
prepareFixedStatement(String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
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
 
prepareStatement(String) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, int) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int[]) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, String[]) - Method in class org.firebirdsql.jdbc.FBConnection
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, int, int, int, boolean, boolean) - Method in class org.firebirdsql.jdbc.FBConnection
 
previous() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor to the previous row in this ResultSet object.
printStackTrace() - Method in exception org.firebirdsql.jca.FBResourceException
Print the stack trace of this exception to STDERR
printStackTrace(PrintStream) - Method in exception org.firebirdsql.jca.FBResourceException
Print the stack trace of this exception to a given PrintStream
printStackTrace(PrintWriter) - Method in exception org.firebirdsql.jca.FBResourceException
Print the stack trace of this exception to a given PrintWriter
printStackTrace() - Method in exception org.firebirdsql.jca.FBXAException
Print a stack trace for this exception to STDERR.
printStackTrace(PrintStream) - Method in exception org.firebirdsql.jca.FBXAException
Print a stack trace for this exception with a given PrintStream.
printStackTrace(PrintWriter) - Method in exception org.firebirdsql.jca.FBXAException
Print a stack trace for this exception with a given PrintWriter.
PROCEDURE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
PROCEDURE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
procedureCall - Variable in class org.firebirdsql.jdbc.AbstractCallableStatement
 
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
 
PROCESS_NAME - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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.version10.V10WireOperations
 
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() - 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.
processInfoSqlResponse(GenericResponse) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Processes the info sql response.
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.
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(String) - Static method in class org.firebirdsql.jdbc.FBTpbMapper
Process comma-separated list of keywords and convert them into TPB values.
processOperation(int) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
Reads the response based on the specified operation.
processParam(String) - Method in class org.firebirdsql.jdbc.escape.FBEscapedCallParser
Pre-process parameter.
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
 
processTablePrivileges(RowDescriptor, ResultSet) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
processToken(String) - Method in class org.firebirdsql.jdbc.escape.FBEscapedCallParser
Process token.
processWarning(SQLWarning) - Method in interface org.firebirdsql.gds.ng.WarningMessageCallback
Signals the warning to the callback
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
 
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
 
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_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
 
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

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
 
QUOTED_ID - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
QUOTED_ID - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
QUOTED_ID() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleIdentifierContext
 
quoteObjectName(String) - Method in enum org.firebirdsql.jdbc.QuoteStrategy
Returns the object name appropriately quoted according to this quote strategy.
QuoteStrategy - Enum in org.firebirdsql.jdbc
Strategy for quoting objects (or no quoting in the case of dialect 1).

R

rand(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the rand UDF function.
RawDateTimeStruct() - Constructor for class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
 
RawDateTimeStruct(DatatypeCoder.RawDateTimeStruct) - Constructor for class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
 
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(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
 
read() - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
read(byte[], int, int) - 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 interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read some bytes from the stream without blocking.
READ_COMMITTED - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
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.
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[]) - 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.
readFully(byte[]) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read buffer.length bytes from the 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
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.
readResolve() - Method in class org.firebirdsql.gds.impl.GDSType
 
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.
readShort() - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Read in a short.
readSingleResponse(WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.wire.AbstractWireOperations
 
readSingleResponse(WarningMessageCallback) - Method in interface org.firebirdsql.gds.ng.wire.FbWireOperations
Reads the response from the server.
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
Reads a single row from the database.
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.
readString(Encoding) - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
Read in a String.
REAL - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
REAL - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
REAL() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleValueContext
 
REC_VERSION - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
receivedRow(FbStatement, RowValue) - Method in class org.firebirdsql.gds.ng.listeners.DefaultStatementListener
 
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(int) - Method in class org.firebirdsql.jca.FBManagedConnection
Obtain a list of prepared transaction branches from a resource manager.
recover(FBManagedConnection, Xid) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
REF_DATABASE_NAME - Static variable in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
REF_DESCRIPTION - Static variable in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
REF_PORT_NUMBER - Static variable in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
REF_PROPERTIES - Static variable in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
REF_SERVER_NAME - 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.AbstractResultSet
Refreshes the current row with its most recent value in the database.
refreshRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
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.AbstractCallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(String, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
registerOutParameter(String, int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
registerOutParameter(String, int, String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
registerOutParameter(int, int, String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
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, 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.
relative(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor a relative number of rows, either positive or negative.
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.
removeArgument(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
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(ConnectionEventListener) - Method in class org.firebirdsql.jca.FBManagedConnection
Remove a ConnectionEventListner from the listing of listeners that will be notified for a ConnectionEvent.
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.
removeExtensionParams() - Method in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
Remove extension parameters in the newly created deep copy of this class.
removeExtensionParams() - Method in class org.firebirdsql.gds.impl.DatabaseParameterBufferImp
 
removeExtensionParams() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
removeListener(TListener) - Method in class org.firebirdsql.gds.ng.listeners.AbstractListenerDispatcher
Removes the supplied listener from this dispatcher (both weak and strong).
removeListener(ExceptionListener) - Method in class org.firebirdsql.gds.ng.listeners.ExceptionListenerDispatcher
Removes the supplied listener from this dispatcher.
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.
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.
requiredType - Variable in class org.firebirdsql.jdbc.field.FBField
 
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
 
reset() - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Reset statement state, equivalent to calling AbstractFbStatement.reset(boolean) with false
reset(boolean) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Resets the statement for next execution.
reset() - Method in class org.firebirdsql.gds.ng.fields.FieldValue
Resets this field to an uninitialized state.
reset() - Method in class org.firebirdsql.gds.ng.fields.RowValueBuilder
Resets this builder to a new RowValue.
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.
resetField() - Method in class org.firebirdsql.gds.ng.fields.RowValueBuilder
Resets to current field to its default uninitialized state.
resetSocketTimeout() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Resets the socket timeout to the configured socketTimeout.
Response - Interface in org.firebirdsql.gds.ng.wire
 
RESTART_REQUESTS - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
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(int) - Method in interface org.firebirdsql.management.BackupManager
Perform the restore operation.
restoreDatabase(int) - Method in class org.firebirdsql.management.FBBackupManager
 
restoreDatabase() - Method in class org.firebirdsql.management.FBBackupManagerBase
 
restoreDatabase() - Method in class org.firebirdsql.management.FBNBackupManager
 
restoreDatabase(int) - Method in class org.firebirdsql.management.FBStreamingBackupManager
 
restoreDatabase() - Method in interface org.firebirdsql.management.NBackupManager
Perform the restore operation.
restorePaths - Variable in class org.firebirdsql.management.FBBackupManagerBase
 
RESULT_SET_HOLDABLE - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
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.
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
RETURNING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
RETURNING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RETURNING() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ReturningClauseContext
 
returningClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DeleteStatementContext
 
returningClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
returningClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
returningClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
returningClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateStatementContext
 
ReturningClauseContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ReturningClauseContext
 
rewind() - Method in class org.firebirdsql.gds.ClumpletReader
 
RIGHT_PAREN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
RIGHT_PAREN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RIGHT_PAREN() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
ROLE_NAME_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
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.jca.FBLocalTransaction
Rollback a local transaction.
rollback(Xid) - Method in class org.firebirdsql.jca.FBManagedConnection
Rolls back the work, assuming it was done on behalf of the specified transaction.
rollback() - Method in class org.firebirdsql.jdbc.FBConnection
Drops all changes made since the previous commit/rollback and releases any database locks currently held by this Connection.
rollback(Savepoint) - Method in class org.firebirdsql.jdbc.FBConnection
 
rollback() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
rollback() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
rollbackEvent - Variable in class org.firebirdsql.jca.FBLocalTransaction
 
rollbackTransaction(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
Deprecated.
rollbackTransaction(long) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
rollbackTransaction(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Deprecated.
Use MaintenanceManager.rollbackTransaction(long). This method wil be removed in Jaybird 4.
rollbackTransaction(long) - Method in interface org.firebirdsql.management.MaintenanceManager
Rollback a limbo transaction based on its ID.
RootCommonDataSource - Class in org.firebirdsql.ds
Root superclass for the datasources in Firebird.
RootCommonDataSource() - Constructor for class org.firebirdsql.ds.RootCommonDataSource
 
row - Variable in class org.firebirdsql.jdbc.AbstractResultSet
 
rowChanged(FBFetcher, RowValue) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
rowChanged(FBFetcher, RowValue) - Method in interface org.firebirdsql.jdbc.FBObjectListener.FetcherListener
Notify listener that underlying row was changed.
rowDeleted() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Indicates whether a row has been deleted.
rowDeleted() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
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.
rowDescriptor - Variable in class org.firebirdsql.jdbc.AbstractResultSet
 
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.AbstractResultSet
Indicates whether the current row has had an insertion.
rowInserted() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
rowUpdated() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Indicates whether the current row has been updated.
rowUpdated() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
RowValue - Class in org.firebirdsql.gds.ng.fields
Collection of FieldValue.
RowValue(FieldValue[]) - Constructor for class org.firebirdsql.gds.ng.fields.RowValue
Creates a new RowValues object.
RowValueBuilder - Class in org.firebirdsql.gds.ng.fields
Builder for RowValue instances.
RowValueBuilder(RowDescriptor) - Constructor for class org.firebirdsql.gds.ng.fields.RowValueBuilder
Creates instance of RowValueBuilder.
RULE_arrayElement - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_arrayRange - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_arraySpec - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_arrayType - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_assignment - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_assignments - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_blobSegSize - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_blobSubtype - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_blobType - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_castExpression - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_charSetCharType - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_charSetClause - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_charType - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_columnList - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_columnName - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_dataTypeDescriptor - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_defaultValuesClause - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_deleteStatement - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_extractFunction - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_fullIdentifier - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_function - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_insertColumns - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_insertStatement - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_insertValues - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_matchingClause - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_nextValueExpression - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_nonArrayType - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_nonCharSetCharType - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_nonCharType - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_nullValue - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_parameter - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_returningClause - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_selectClause - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_simpleIdentifier - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_simpleType - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_simpleValue - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_statement - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_substringFunction - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_tableName - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_trimFunction - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_trimSpecification - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_updateOrInsertStatement - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_updateStatement - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_value - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
RULE_valueList - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
ruleNames - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
ruleNames - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 

S

safelyDetach() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
Performs FbAttachment.close() suppressing any exception.
scale - Variable in class org.firebirdsql.jdbc.field.FBField
 
SEC_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
sec_flags - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
 
second - Variable in class org.firebirdsql.gds.ng.DatatypeCoder.RawDateTimeStruct
 
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, 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) - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
seek(int, int) - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
seek(int, FbBlob.SeekMode) - 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 interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Move current position in the Blob stream.
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
SEGMENT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
SEGMENT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSegSizeContext
 
SEGMENT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
SEGMENTED - Static variable in class org.firebirdsql.jdbc.FBBlob
 
SELECT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
SELECT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
SELECT() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SelectClauseContext
 
selectableProcedure - Variable in class org.firebirdsql.jdbc.AbstractCallableStatement
 
selectClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
selectClause() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
SelectClauseContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SelectClauseContext
 
sempred(RuleContext, int, int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
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
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.
sendFetch(int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Sends the fetch request to the database.
sendFree(int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Sends the free statement to the database
sendInfoSql(byte[], int) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Sends the info sql request 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*
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
 
ServiceListener - Interface in org.firebirdsql.gds.ng.listeners
Listener for service events.
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.
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() - Constructor for class org.firebirdsql.gds.impl.ServiceRequestBufferImp
Deprecated.
Use ServiceRequestBufferImp(SrbMetaData, Encoding), will be removed in Jaybird 4
ServiceRequestBufferImp(ServiceRequestBufferImp.SrbMetaData, Encoding) - Constructor for class org.firebirdsql.gds.impl.ServiceRequestBufferImp
 
ServiceRequestBufferImp(int) - Constructor for class org.firebirdsql.gds.impl.ServiceRequestBufferImp
Deprecated.
Use ServiceRequestBufferImp(SrbMetaData, Encoding), will be removed in Jaybird 4
ServiceRequestBufferImp.SrbMetaData - Enum in org.firebirdsql.gds.impl
 
set(byte[]) - Method in class org.firebirdsql.gds.ng.fields.RowValueBuilder
Sets the field data of the current field.
SET - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
SET() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CharSetClauseContext
 
SET - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
SET() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateStatementContext
 
SET_DB_CHARSET - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
SET_DB_READONLY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
SET_DB_SQL_DIALECT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
SET_PAGE_BUFFERS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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
setAllRowsFetched(boolean) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Sets the allRowsFetched property.
setArray(int, Array) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setArray(int, Array) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Array object.
setAsciiStream(String, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setAsciiStream(String, InputStream) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setAsciiStream(long) - Method in class org.firebirdsql.jdbc.FBClob
Set a byte stream to write the contents of this Clob.
setAsciiStream(long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
setAttached() - Method in class org.firebirdsql.gds.ng.AbstractFbAttachment
Called when this attachment is attached.
setAuthComplete(boolean) - Method in class org.firebirdsql.gds.ng.wire.auth.ClientAuthBlock
 
setAutoCommit(boolean) - Method in class org.firebirdsql.jdbc.FBConnection
Sets this connection's auto-commit mode.
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.
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
 
setBigDecimal(String, BigDecimal) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given BigDecimal
setBigDecimal(BigDecimal) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBigInteger(BigInteger) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBinaryStream(String, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBinaryStream(String, InputStream) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBinaryStream(int, InputStream) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
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, long) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBinaryStream(InputStream) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBinaryStream(InputStream, int) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBinaryStreamInternal(InputStream, long) - Method in class org.firebirdsql.jdbc.field.FBBinaryField
 
setBinaryStreamInternal(InputStream, long) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBinaryStreamInternal(InputStream, long) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setBlob(String, Blob) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBlob(String, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBlob(String, InputStream) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBlob(int, Blob) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBlob(int, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBlob(int, InputStream) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBlob(int, Blob) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Blob object.
setBlob(int, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setBlob(int, InputStream) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
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
Set BLOB buffer length.
setBlobBufferLength(int) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
setBlobBufferSize(int) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setBlobBufferSize(int) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setBlobBufferSize(int) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setBlobBufferSize(int) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setBlobBufferSize(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setBlobId(long) - Method in class org.firebirdsql.gds.ng.wire.AbstractFbWireOutputBlob
Sets the blob id.
setBoolean(String, boolean) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBoolean(int, boolean) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBoolean(int, boolean) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given boolean value.
setBoolean(boolean) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBuffersNumber(int) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setBuffersNumber(int) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setBuffersNumber(int) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setBuffersNumber(int) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setBuffersNumber(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setByte(String, byte) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setByte(int, byte) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setByte(int, byte) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given byte value.
setByte(byte) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBytes(String, byte[]) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBytes(int, byte[]) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBytes(int, byte[]) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Set the designated parameter to the given byte array.
setBytes(long, byte[]) - Method in class org.firebirdsql.jdbc.FBBlob
 
setBytes(long, byte[], int, int) - 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.FBCachedBlob
Set the contents of blob.
setBytes(byte[]) - Method in class org.firebirdsql.jdbc.field.FBBinaryField
 
setBytes(byte[]) - Method in class org.firebirdsql.jdbc.field.FBField
 
setBytes(byte[]) - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setCachedObject(Object) - Method in class org.firebirdsql.gds.ng.fields.FieldValue
Stores a cached object in this field.
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
Sets a catalog name in order to select a subspace of this Connection's database in which to work.
setCharacterStream(String, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setCharacterStream(String, Reader) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setCharacterStream(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setCharacterStream(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setCharacterStream(long) - Method in class org.firebirdsql.jdbc.FBClob
Create a writer to add character data to this Clob.
setCharacterStream(long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
setCharacterStream(Reader, long) - Method in class org.firebirdsql.jdbc.field.FBField
 
setCharacterStream(Reader) - Method in class org.firebirdsql.jdbc.field.FBField
 
setCharacterStream(Reader, int) - Method in class org.firebirdsql.jdbc.field.FBField
 
setCharacterStreamInternal(Reader, long) - Method in class org.firebirdsql.jdbc.field.FBBinaryField
 
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.FBAbstractCommonDataSource
 
setCharSet(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setCharSet(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setCharSet(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setCharSet(String) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Set the Java character set for the connection.
setCharSet(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setCharSet(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setCharSet(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setCharSet(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setCharSet(String) - Method in interface org.firebirdsql.management.ServiceManager
Sets the encoding used for encoding or decoding string values.
setCipher(Cipher) - Method in class org.firebirdsql.gds.impl.wire.XdrInputStream
 
setCipher(Cipher) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
 
setClientInfo(Properties) - Method in class org.firebirdsql.jdbc.FBConnection
 
setClientInfo(String, String) - Method in class org.firebirdsql.jdbc.FBConnection
 
setClientInfo(PreparedStatement, String, String) - Method in class org.firebirdsql.jdbc.FBConnection
 
setClob(String, Clob) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setClob(String, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setClob(String, Reader) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setClob(int, Clob) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setClob(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setClob(int, Clob) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Clob object.
setClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setClob(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
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.gds.ng.FbConnectionProperties
 
setColumnLabelForName(boolean) - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
setColumnLabelForName(boolean) - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
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 class org.firebirdsql.gds.ng.FbConnectionProperties
 
setConnectionDialect(short) - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
setConnectionDialect(short) - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
Set the dialect of the client connection
setConnectionProperties(FBConnectionProperties) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setConnectionSharing(boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
Enable or disable connection sharing.
setConnectTimeout(int) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setConnectTimeout(int) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setConnectTimeout(int) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setConnectTimeout(int) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setConnectTimeout(int) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Set the connect timeout in seconds.
setConnectTimeout(int) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setConnectTimeout(int) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setConnectTimeout(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set the connect timeout.
setCreateOnStart(boolean) - Method in class org.firebirdsql.management.FBManager
 
setCreateOnStart(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the value of createOnStart
setCurrentTransaction(FbTransaction) - Method in class org.firebirdsql.gds.impl.GDSHelper
 
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
Defines the SQL cursor name that will be used by subsequent Statement object execute methods.
setDatabase(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Deprecated.
setDatabase() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Sets the database property of connectionProperties.
setDatabase(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Set database name.
setDatabase(String) - Method in interface org.firebirdsql.event.EventManager
Sets the database path for the connection to the database.
setDatabase(String) - Method in class org.firebirdsql.event.FBEventManager
 
setDatabase(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setDatabase(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setDatabase(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
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.FBNBackupManager
 
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(short) - Method in class org.firebirdsql.gds.ng.AbstractFbDatabase
Sets the dialect of the database.
setDatabaseDialect(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
setDatabaseDialect(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Set the database's dialect.
setDatabaseName(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Sets the databaseName of this datasource.
setDatabaseName(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Deprecated.
use FBSimpleDataSource.setDatabase(String) instead for the sake of naming compatibility.
setDatabaseName(String) - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
setDatabaseName(String) - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
setDatabaseName(String) - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
 
setDate(String, Date) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setDate(String, Date, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setDate(int, Date, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setDate(int, Date) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setDate(int, Date) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given date value.
setDate(int, Date, Calendar) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(Date, Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
setDate(Date) - Method in class org.firebirdsql.jdbc.field.FBField
 
setDbCryptConfig(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setDbCryptConfig(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setDbCryptConfig(String) - Method in interface org.firebirdsql.event.EventManager
Sets the database encryption plugin configuration.
setDbCryptConfig(String) - Method in class org.firebirdsql.event.FBEventManager
 
setDbCryptConfig(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setDbCryptConfig(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setDbCryptConfig(String) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Sets the database encryption plugin configuration.
setDbCryptConfig(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setDbCryptConfig(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setDbCryptConfig(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Sets the database encryption plugin configuration.
setDbCryptConfig(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setDbCryptConfig(String) - Method in interface org.firebirdsql.management.ServiceManager
Sets the database encryption plugin configuration.
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.
setDefaultConnectionManager(ConnectionManager) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setDefaultIsolation(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setDefaultIsolation(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setDefaultIsolation(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setDefaultIsolation(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setDefaultIsolation(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set the default transaction isolation level as string.
setDefaultResultSetHoldable(boolean) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setDefaultResultSetHoldable(boolean) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setDefaultResultSetHoldable(boolean) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setDefaultResultSetHoldable(boolean) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setDefaultResultSetHoldable(boolean) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Sets the default ResultSet holdability.
setDefaultTransactionIsolation(int) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setDefaultTransactionIsolation(int) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setDefaultTransactionIsolation(int) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setDefaultTransactionIsolation(int) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setDefaultTransactionIsolation(int) - Method in class org.firebirdsql.jdbc.FBTpbMapper
 
setDefaultTransactionIsolation(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set the default transaction isolation level.
setDefaultValues(boolean) - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
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
Sets the dialect.
setDouble(String, double) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setDouble(int, double) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setDouble(int, double) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given double value.
setDouble(double) - Method in class org.firebirdsql.jdbc.field.FBField
 
setDropOnStop(boolean) - Method in class org.firebirdsql.management.FBManager
 
setDropOnStop(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the value of dropOnStop
setEncoding(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setEncoding(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Set encoding for connections produced by this data source.
setEncoding(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setEncoding(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setEncoding(String) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Set the Firebird character set for the connection.
setEncoding(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setEncoding(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setEncoding(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
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
Sets escape processing on or off.
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
 
setFetchDirection(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
setFetchDirection(int) - Method in class org.firebirdsql.jdbc.FBStatement
 
setFetchSize(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setFetchSize(int) - Method in class org.firebirdsql.jdbc.FBStatement
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for ResultSet objects genrated by this Statement.
setFieldData(byte[]) - Method in class org.firebirdsql.gds.ng.fields.FieldValue
 
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.
setFieldDescriptor(RowDescriptor) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Sets the (result set) field descriptor.
setFieldDescriptor(RowDescriptor) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
 
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.gds.ng.fields.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 value of fileName
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(String, float) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setFloat(int, float) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setFloat(int, float) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given floate value.
setFloat(float) - Method in class org.firebirdsql.jdbc.field.FBField
 
setForceCreate(boolean) - Method in class org.firebirdsql.management.FBManager
Set the ForceCreate value.
setForceCreate(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the ForceCreate value.
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.
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
Sets the host for the connection to the database.
setHost(String) - Method in class org.firebirdsql.event.FBEventManager
 
setHost(String) - Method in class org.firebirdsql.management.FBServiceManager
 
setHost(String) - Method in interface org.firebirdsql.management.ServiceManager
Sets the host for the connection to the service manager.
setIgnoreProcedureType(boolean) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setIgnoreProcedureType(boolean) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setIgnoreProcedureType(boolean) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setIgnoreProcedureType(boolean) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setIgnoreProcedureType(boolean) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Sets the value ignoreProcedureType.
setIndex(int) - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
setInt(String, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setInt(int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setInt(int, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given int value.
setInteger(int) - Method in class org.firebirdsql.jdbc.field.FBField
 
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.
setLocalEncoding(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
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.FBAbstractCommonDataSource
setLoginTimeout(int) - Method in class org.firebirdsql.ds.FBSimpleDataSource
setLoginTimeout(int) - Method in class org.firebirdsql.jdbc.FBDataSource
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLogWriter(PrintWriter) - Method in class org.firebirdsql.ds.RootCommonDataSource
 
setLogWriter(PrintWriter) - Method in class org.firebirdsql.jca.FBManagedConnection
Sets the log writer for this ManagedConnection instance.
setLogWriter(PrintWriter) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Set the log writer for this ManagedConnectionFactory instance.
setLong(String, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setLong(int, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setLong(int, long) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given long value.
setLong(long) - Method in class org.firebirdsql.jdbc.field.FBField
 
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.jca.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
Sets the limit for the maximum number of bytes in a column to the given number of bytes.
setMaxRows(int) - Method in class org.firebirdsql.jdbc.FBStatement
Sets the limit for the maximum number of rows that any ResultSet object can contain to the given number.
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(String, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
setNCharacterStream(String, Reader) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
setNCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
setNCharacterStream(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
setNClob(String, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
setNClob(String, Reader) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
setNClob(String, NClob) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
setNClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
setNClob(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
setNClob(int, NClob) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
setNetworkTimeout(Executor, int) - Method in class org.firebirdsql.jdbc.FBConnection
 
setNext(GDSException) - Method in exception org.firebirdsql.gds.GDSException
Set the next exception in the chain.
setNoDBTriggers(boolean) - Method in class org.firebirdsql.management.FBNBackupManager
 
setNoDBTriggers(boolean) - Method in interface org.firebirdsql.management.NBackupManager
Sets the backup option no database triggers when connecting at backup.
setNonStandardProperty(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Method that allows setting non-standard property in the form "key=value" form.
setNonStandardProperty(String, String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
Method to set properties which are not exposed through JavaBeans-style setters.
setNonStandardProperty(String, String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setNonStandardProperty(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setNonStandardProperty(String, String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setNonStandardProperty(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setNonStandardProperty(String, String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setNonStandardProperty(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setNonStandardProperty(String, String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set the property that does not have corresponding setter method.
setNonStandardProperty(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set the property that does not have corresponding setter method.
setNString(String, String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
setNString(int, String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
setNull(String, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setNull(String, int, String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setNull(int, int, String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setNull(int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setNull(int, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to SQL NULL.
setNull() - Method in class org.firebirdsql.jdbc.field.FBField
 
setNull() - Method in class org.firebirdsql.jdbc.field.FBLongVarCharField
 
setObject(String, Object, int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setObject(String, Object, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setObject(String, Object) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setObject(int, Object, int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setObject(int, Object, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setObject(int, Object) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setObject(int, Object) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, SQLType, int) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setObject(int, Object, SQLType) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setObject(FBField, Object) - Method in class org.firebirdsql.jdbc.field.DefaultObjectConverter
If the object type is supported, and the object (or its conversion) is allowed by JDBC, it sets the field with the (converted) object.
setObject(Object) - Method in class org.firebirdsql.jdbc.field.FBField
 
setObject(FBField, Object) - Method in class org.firebirdsql.jdbc.field.JDBC42ObjectConverter
 
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.gds.ng.FbConnectionProperties
 
setPageCacheSize(int) - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
setPageCacheSize(int) - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
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 that will be used for the database.
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.FBAbstractCommonDataSource
 
setPassword(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Set password that will be used in the FBSimpleDataSource.getConnection() method.
setPassword(String) - Method in interface org.firebirdsql.event.EventManager
Sets the password for the connection to the database.
setPassword(String) - Method in class org.firebirdsql.event.FBEventManager
 
setPassword(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setPassword(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setPassword(String) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
setPassword(String) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
setPassword(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setPassword(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setPassword(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setPassword(String) - Method in class org.firebirdsql.management.FBManager
 
setPassword(String) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the value of 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.ServiceManager
Sets the password for the connection to the service manager.
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
Sets the port for the connection to the database.
setPort(int) - Method in class org.firebirdsql.event.FBEventManager
 
setPort(int) - Method in class org.firebirdsql.management.FBManager
 
setPort(int) - Method in interface org.firebirdsql.management.FBManagerMBean
 
setPort(int) - Method in class org.firebirdsql.management.FBServiceManager
 
setPort(int) - Method in interface org.firebirdsql.management.ServiceManager
Sets the port for the connection to the service manager.
setPortNumber(int) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setPortNumber(int) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setPortNumber(int) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setPortNumber(int) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Set the port number of the server.
setQueryTimeout(int) - Method in class org.firebirdsql.jdbc.FBStatement
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setRawDateTimeStruct(DatatypeCoder.RawDateTimeStruct) - Method in class org.firebirdsql.jdbc.field.FBField
 
setReadOnly(boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
Set whether this connection is to be readonly
setReadOnly(boolean) - Method in class org.firebirdsql.jca.FBTpb
Set the read-only flag on this TPB.
setReadOnly(boolean) - Method in class org.firebirdsql.jdbc.FBConnection
Puts this connection in read-only mode as a hint to enable database optimizations.
setRef(int, Ref) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setRef(int, Ref) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given REF(<structured-type>) value.
setReference(Reference) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Set JNDI reference for this data source.
setReference(Reference) - Method in class org.firebirdsql.jdbc.FBDataSource
Set the JNDI Reference for this DataSource.
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.AbstractCallableStatement
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.
setResultSetDefaultHoldable(boolean) - Method in class org.firebirdsql.gds.ng.FbConnectionProperties
 
setResultSetDefaultHoldable(boolean) - Method in class org.firebirdsql.gds.ng.FbImmutableConnectionProperties
 
setResultSetDefaultHoldable(boolean) - Method in interface org.firebirdsql.gds.ng.IConnectionProperties
Set if ResultSet should be ResultSet.HOLD_CURSORS_OVER_COMMIT by default.
setRoleName(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setRoleName(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setRoleName(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setRoleName(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setRoleName(String) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
setRoleName(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setRoleName(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setRoleName(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setRow(RowValue) - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
setRowId(String, RowId) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setRowId(int, RowId) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
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
 
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.AbstractCallableStatement
 
setSelectableProcedure(boolean) - Method in interface org.firebirdsql.jdbc.FirebirdCallableStatement
Mark this callable statement as a call of the selectable procedure.
setSelectClause(String) - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
setServer(String) - Method in class org.firebirdsql.management.FBManager
 
setServer(String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
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.FBAbstractCommonDataSource
 
setServerName(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setServerName(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setServerName(String) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Set the hostname or IP address of the Firebird server.
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 class org.firebirdsql.gds.ng.FbImmutableServiceProperties
 
setServiceName(String) - Method in class org.firebirdsql.gds.ng.FbServiceProperties
 
setServiceName(String) - Method in interface org.firebirdsql.gds.ng.IServiceProperties
Set the service name.
setShort(String, short) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setShort(int, short) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setShort(int, short) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given short value.
setShort(short) - Method in class org.firebirdsql.jdbc.field.FBField
 
setSocketBufferSize(int) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setSocketBufferSize(int) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setSocketBufferSize(int) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setSocketBufferSize(int) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setSocketBufferSize(int) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Set the socket buffer size.
setSocketBufferSize(int) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setSocketBufferSize(int) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setSocketBufferSize(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setSoTimeout(int) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setSoTimeout(int) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setSoTimeout(int) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setSoTimeout(int) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setSoTimeout(int) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Set the initial Socket blocking timeout (SoTimeout).
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 class org.firebirdsql.jca.FBManagedConnectionFactory
 
setSoTimeout(int) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setSoTimeout(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set the Socket blocking timeout (SoTimeout).
setSqlDialect(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setSqlDialect(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setSqlDialect(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setSqlDialect(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setSqlDialect(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setSQLXML(String, SQLXML) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setSQLXML(int, SQLXML) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setState(int) - Method in class org.firebirdsql.jdbc.escape.FBEscapedCallParser
Sets the current state.
setStatements(Collection<FBStatement>) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AbstractTransactionCoordinator
 
setStatementType(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
setString(String, String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setString(int, String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setString(int, String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given String value.
setString(long, String) - Method in class org.firebirdsql.jdbc.FBClob
setString(long, String, int, int) - Method in class org.firebirdsql.jdbc.FBClob
setString(String) - Method in class org.firebirdsql.jdbc.field.FBBinaryField
 
setString(long, String) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
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.field.FBWorkaroundStringField
 
setStringForced(int, String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given String value.
setStringForced(String) - Method in class org.firebirdsql.jdbc.field.FBWorkaroundStringField
Set string value without any check of its length.
setSubType(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Set the Firebird sub type 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.
setTableName(String) - Method in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
setTime(String, Time) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTime(String, Time, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTime(int, Time, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTime(int, Time) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTime(int, Time) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Time value.
setTime(int, Time, Calendar) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(Time, Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
setTime(Time) - Method in class org.firebirdsql.jdbc.field.FBField
 
setTimestamp(String, Timestamp) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.jdbc.field.FBField
 
setTimestamp(Timestamp) - Method in class org.firebirdsql.jdbc.field.FBField
 
setTimestampUsesLocalTimezone(boolean) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setTimestampUsesLocalTimezone(boolean) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setTimestampUsesLocalTimezone(boolean) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setTimestampUsesLocalTimezone(boolean) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setTimestampUsesLocalTimezone(boolean) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setTpbMapping(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setTpbMapping(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setTpbMapping(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setTpbMapping(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setTpbMapping(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
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.jca.FBManagedConnection
Set the transaction level for this connection.
setTransactionIsolation(Integer) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
setTransactionIsolation(int) - Method in class org.firebirdsql.jdbc.FBConnection
Attempts to change the transaction isolation level to the one given.
setTransactionIsolationName(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
setTransactionParameterBuffer(TransactionParameterBuffer) - Method in class org.firebirdsql.jca.FBTpb
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setTransactionParameters(TransactionParameterBuffer) - Method in class org.firebirdsql.jca.FBManagedConnection
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jca.FBManagedConnection
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setTransactionParameters(int, int[]) - Method in class org.firebirdsql.jdbc.FBConnection
Deprecated.
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jdbc.FBConnection
 
setTransactionParameters(TransactionParameterBuffer) - Method in class org.firebirdsql.jdbc.FBConnection
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setTransactionParameters(int, int[]) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
setTransactionParameters(int, TransactionParameterBuffer) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Set transaction parameters for the specified transaction isolation level.
setTransactionParameters(TransactionParameterBuffer) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Set transaction parameters for the next transactions.
setTransactionParameters(int, TransactionParameterBuffer) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set transaction parameters for the specified transaction isolation level.
setTransactionTimeout(int) - Method in class org.firebirdsql.jca.FBManagedConnection
Sets the transaction timeout.
setTrimString(boolean) - Method in class org.firebirdsql.jdbc.field.FBWorkaroundStringField
 
setType(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setType(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setType(StatementType) - Method in class org.firebirdsql.gds.ng.AbstractFbStatement
Sets the StatementType
setType(int) - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Set the Firebird data type of the field.
setType(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setType(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setType(int) - Method in class org.firebirdsql.jdbc.FBProcedureParam
Set the SQL type of this parameter
setType(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setType(String) - Method in class org.firebirdsql.management.FBManager
 
setTypeMap(Map<String, Class<?>>) - Method in class org.firebirdsql.jdbc.FBConnection
 
setUnicodeStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Deprecated. 
setURL(String, URL) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setURL(int, URL) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setUseFirebirdAutocommit(boolean) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setUseFirebirdAutocommit(boolean) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setUseFirebirdAutocommit(boolean) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setUseFirebirdAutocommit(boolean) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setUseFirebirdAutocommit(boolean) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set whether to use Firebird autocommit (experimental).
setUser(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setUser(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Deprecated.
use FBSimpleDataSource.setUserName(String) instead for the sake of naming compatibility.
setUser(String) - Method in interface org.firebirdsql.event.EventManager
Sets the username for the connection to the database .
setUser(String) - Method in class org.firebirdsql.event.FBEventManager
 
setUser(String) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setUser(String) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setUser(String) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
 
setUser(String) - Method in class org.firebirdsql.management.FBServiceManager
Set the name of the user that performs the operation.
setUser(String) - Method in interface org.firebirdsql.management.ServiceManager
Sets the username for the connection to the service manager.
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.FBAbstractCommonDataSource
Deprecated.
setUserName(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Set user name that will be used in FBSimpleDataSource.getConnection() method.
setUserName(String) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
setUserName(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setUserName(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setUserName(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setUserName(String) - Method in class org.firebirdsql.management.FBManager
 
setUserName(String) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the value of 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.
setUseStandardUdf(boolean) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setUseStandardUdf(boolean) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setUseStandardUdf(boolean) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setUseStandardUdf(boolean) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setUseStandardUdf(boolean) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setUseStreamBlobs(boolean) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setUseStreamBlobs(boolean) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setUseStreamBlobs(boolean) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setUseStreamBlobs(boolean) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setUseStreamBlobs(boolean) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setUseTranslation(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setUseTranslation(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setUseTranslation(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setUseTranslation(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setUseTranslation(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Deprecated.
To be removed in Jaybird 4
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
 
setWireCrypt(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setWireCrypt(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
setWireCrypt(WireCrypt) - Method in interface org.firebirdsql.event.EventManager
Set the wire encryption level.
setWireCrypt(WireCrypt) - Method in class org.firebirdsql.event.FBEventManager
 
setWireCrypt(WireCrypt) - Method in class org.firebirdsql.gds.ng.AbstractAttachProperties
 
setWireCrypt(WireCrypt) - Method in class org.firebirdsql.gds.ng.AbstractImmutableAttachProperties
 
setWireCrypt(WireCrypt) - Method in interface org.firebirdsql.gds.ng.IAttachProperties
Set the wire encryption level.
setWireCrypt(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setWireCrypt(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setWireCrypt(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Sets the wire encryption level.
setWireCrypt(WireCrypt) - Method in class org.firebirdsql.management.FBServiceManager
 
setWireCrypt(WireCrypt) - Method in interface org.firebirdsql.management.ServiceManager
Set the wire encryption level.
setXAErrorCode(int) - Method in exception org.firebirdsql.gds.GDSException
Set the XaErrorCode value.
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
 
SHUTDOWN - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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_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
 
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(int, int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
shutdownDatabase(byte, int, int) - Method in class org.firebirdsql.management.FBMaintenanceManager
 
shutdownDatabase(int, int) - Method in interface org.firebirdsql.management.MaintenanceManager
Shutdown the current database.
shutdownDatabase(byte, int, int) - Method in interface org.firebirdsql.management.MaintenanceManager
Shutdown the current database with enhanced modes (FB 2.5 or higher).
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.
si - Variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnNameContext
 
sign(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the sign UDF function.
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 (eg for use in FBDatabaseMetaData).
simpleIdentifier() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayElementContext
 
simpleIdentifier() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ColumnNameContext
 
simpleIdentifier() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FullIdentifierContext
 
simpleIdentifier(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FullIdentifierContext
 
simpleIdentifier() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
simpleIdentifier() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
simpleIdentifier() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
simpleIdentifier() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TableNameContext
 
simpleIdentifier() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
SimpleIdentifierContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleIdentifierContext
 
simpleType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NonArrayTypeContext
 
simpleType() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
SimpleTypeContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleTypeContext
 
simpleValue() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
simpleValue() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
SimpleValueContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleValueContext
 
sin(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the sin UDF function.
SingleItem - Class in org.firebirdsql.gds.impl.argument
Argument implementation for items without a value.
SingleItem(int) - Constructor for class org.firebirdsql.gds.impl.argument.SingleItem
 
size() - Method in class org.firebirdsql.gds.impl.ParameterBufferBase
 
size() - Method in interface org.firebirdsql.gds.ParameterBuffer
 
size() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
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
 
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.
SL_COMMENT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
SL_COMMENT - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
SO_TIMEOUT - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
SO_TIMEOUT - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
SOCKET_BUFFER_SIZE - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
SOCKET_BUFFER_SIZE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
socketConnect() - Method in class org.firebirdsql.gds.ng.wire.WireConnection
Establishes the TCP/IP connection to serverName and portNumber of this Connection
SOURCE_INTERP - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
SOURCE_TYPE - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
SPACE_BYTE - Static variable in class org.firebirdsql.gds.impl.wire.XdrOutputStream
 
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_DIALECT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
SQL_DIALECT_CURRENT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_DIALECT_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
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_FLOAT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_INT64 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
SQL_ROLE_NAME - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
SQL_SHORT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_STATE_COMM_LINK_FAILURE - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_COMM_LINK_FAILURE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_CONNECTION_CLOSED - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_CONNECTION_CLOSED - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_CONNECTION_ERROR - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_CONNECTION_ERROR - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_CONNECTION_FAILURE - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_CONNECTION_FAILURE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_CONNECTION_FAILURE_IN_TX - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_CONNECTION_FAILURE_IN_TX - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_FEATURE_NOT_SUPPORTED - Static variable in exception org.firebirdsql.jdbc.FBDriverNotCapableException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_FEATURE_NOT_SUPPORTED - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_GENERAL_ERROR - Static variable in exception org.firebirdsql.jca.FBResourceException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_GENERAL_ERROR - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_GENERAL_ERROR - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_ARG_VALUE - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_INVALID_ARG_VALUE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_COLUMN - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_INVALID_COLUMN - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_CONN_ATTR - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_INVALID_CONN_ATTR - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_CONVERSION - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_INVALID_CONVERSION - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_ESCAPE_SEQ - Static variable in exception org.firebirdsql.jdbc.escape.FBSQLParseException
 
SQL_STATE_INVALID_OPTION_IDENTIFIER - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_INVALID_OPTION_IDENTIFIER - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_PARAM_TYPE - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_INVALID_PARAM_TYPE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_STATEMENT_ID - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
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 exception org.firebirdsql.jca.FBResourceTransactionException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_INVALID_TRANSACTION_STATE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_INVALID_TX_STATE - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_INVALID_TX_STATE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_NO_RESULT_SET - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_NO_RESULT_SET - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_NO_ROW_AVAIL - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_NO_ROW_AVAIL - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_SYNTAX_ERROR - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_SYNTAX_ERROR - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_TRANSACTION_ACTIVE - Static variable in exception org.firebirdsql.jca.FBResourceTransactionException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_TRANSACTION_ACTIVE - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_TRANSACTION_ROLLED_BACK - Static variable in exception org.firebirdsql.jca.FBResourceTransactionException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_TRANSACTION_ROLLED_BACK - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_WARNING - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_STATE_WRONG_PARAM_NUM - Static variable in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
Use constants from SQLStateConstants. To be removed in Jaybird 4.
SQL_STATE_WRONG_PARAM_NUM - Static variable in class org.firebirdsql.jdbc.SQLStateConstants
 
SQL_TEXT - Static variable in interface org.firebirdsql.gds.ISCConstants
 
SQL_TIMESTAMP - 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 class org.firebirdsql.gds.ng.listeners.DefaultStatementListener
 
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
 
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
 
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
 
sqltype - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
 
sqlvar - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
 
sqrt(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the sqrt UDF function.
Srp256AuthenticationPluginSpi - Class in org.firebirdsql.gds.ng.wire.auth
Srp256 authentication plugin service provider.
Srp256AuthenticationPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.auth.Srp256AuthenticationPluginSpi
 
SRP_256_AUTH_NAME - Static variable in class org.firebirdsql.gds.ng.wire.auth.Srp256AuthenticationPluginSpi
 
SRP_AUTH_NAME - Static variable in class org.firebirdsql.gds.ng.wire.auth.SrpAuthenticationPluginSpi
 
SrpAuthenticationPluginSpi - Class in org.firebirdsql.gds.ng.wire.auth
Srp (Srp using SHA-1) authentication plugin service provider.
SrpAuthenticationPluginSpi() - Constructor for class org.firebirdsql.gds.ng.wire.auth.SrpAuthenticationPluginSpi
 
SrpClient - Class in org.firebirdsql.gds.ng.wire.auth
SRP client handshake implementation.
SrpClient(String) - Constructor for class org.firebirdsql.gds.ng.wire.auth.SrpClient
 
start(Xid, int) - Method in class org.firebirdsql.jca.FBManagedConnection
Associates a JDBC connection with a global transaction.
start() - Method in class org.firebirdsql.management.FBManager
 
start() - Method in interface org.firebirdsql.management.FBManagerMBean
 
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() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
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, boolean) - Method in interface org.firebirdsql.jdbc.FBObjectListener.StatementListener
Notify the listener that statement is completed and tell whether execution was successfull or not.
statementCompleted(FBStatement) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
statementCompleted(FBStatement, boolean) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
StatementContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.StatementContext
 
statementExecuted(FbStatement, boolean, boolean) - Method in class org.firebirdsql.gds.ng.listeners.DefaultStatementListener
 
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
 
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 - 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.
statementListener - Variable in class org.firebirdsql.jdbc.FBStatement
 
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
 
statementModel - Variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
StatementParser - Interface in org.firebirdsql.jdbc.parser
Interface for accessing the parser.
StatementParser.ParseException - Exception in org.firebirdsql.jdbc.parser
Exception to wrap other exceptions when parsing.
StatementParserImpl - Class in org.firebirdsql.jdbc.parser
Concrete implementation for accessing the parser.
StatementParserImpl() - Constructor for class org.firebirdsql.jdbc.parser.StatementParserImpl
 
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 class org.firebirdsql.gds.ng.listeners.DefaultStatementListener
 
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
 
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
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
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case?
storesLowerCaseQuotedIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case?
storesMixedCaseIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case?
storesMixedCaseQuotedIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case?
storesUpperCaseIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case?
storesUpperCaseQuotedIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
STRING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
STRING() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleValueContext
 
STRING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
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.
StringArgument(int, ArgumentType, String, Encoding) - Constructor for class org.firebirdsql.gds.impl.argument.StringArgument
 
stripEscape(String) - Static method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Strips all backslash-escapes from a string.
SUB_TYPE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
SUB_TYPE() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.BlobSubtypeContext
 
SUB_TYPE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
SUBSTRING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
SUBSTRING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
SUBSTRING() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SubstringFunctionContext
 
substringFunction() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
substringFunction() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
SubstringFunctionContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SubstringFunctionContext
 
SUCCESS - Static variable in interface org.firebirdsql.gds.ISCConstants
 
success(EncryptionIdentifier, Cipher, Cipher) - Static method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionInitInfo
 
SUM - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
SUM() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
SUM - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
supportInfoFor(GDSServerVersion) - Static method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportInfoFor(FbAttachment) - Static method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportInfoFor(Connection) - Static method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsAlterTableWithAddColumn() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is "ALTER TABLE" with drop column supported?
supportsANSI92EntryLevelSQL() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ANSI92 entry level SQL grammar supported? All JDBC CompliantTM drivers must return true.
supportsANSI92FullSQL() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsBatchUpdates() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether the driver supports batch updates.
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
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a catalog name be used in an index definition statement?
supportsCatalogsInPrivilegeDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is column aliasing supported?
supportsComment() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsConvert() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether CONVERT between the given SQL types supported.
supportsCoreSQLGrammar() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are correlated subqueries supported? A JDBC CompliantTM driver always returns true.
supportsCustomExceptionMessages() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
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
 
supportsExpressionsInOrderBy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsFullSearchableBlobs() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsGetGeneratedKeys() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after creation.
supportsGetSetContext() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsGlobalTemporaryTables() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsGroupBy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIdentityColumns() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsInsertReturning() - Method in class org.firebirdsql.util.FirebirdSupportInfo
TODO: Add methods for other RETURNING types?
supportsIntegrityEnhancementFacility() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the escape character in "LIKE" clauses supported? A JDBC CompliantTM driver always returns true.
supportsLimitedOuterJoins() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ODBC Minimum SQL grammar supported? All JDBC CompliantTM drivers must return true.
supportsMixedCaseIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC CompliantTM driver will always return false.
supportsMixedCaseQuotedIdentifiers() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC CompliantTM driver will always return true.
supportsMonitoringTables() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsMultipleOpenResults() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are multiple ResultSet from a single execute supported?
supportsMultipleTransactions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNamedParameters() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieve whether this database supports named parameters.
supportsNativeUserDefinedFunctions() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsNonNullableColumns() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can columns be defined as non-nullable? A JDBC CompliantTM driver always returns true.
supportsNullDataType() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsOpenCursorsAcrossCommit() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT statement?
supportsOuterJoins() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsPageSize(int) - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsParametrizedExceptions() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsPositionedDelete() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is positioned DELETE supported?
supportsPositionedUpdate() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is positioned UPDATE supported?
supportsProtocol(int) - Method in class org.firebirdsql.util.FirebirdSupportInfo
Checks support for protocol versions.
supportsResultSetConcurrency(int, int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database support the concurrency type in combination with the given result set type?
supportsResultSetHoldability(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether this database supports the given results holdability.
supportsResultSetType(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database support the given result set type?
supportsSavepoint() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsSavepoints() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is SELECT for UPDATE supported?
supportsSqlUserManagement() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsStatementPooling() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsSubqueriesInComparisons() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in comparison expressions supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInExists() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in 'exists' expressions supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInIns() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in 'in' statements supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInQuantifieds() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in quantified expressions supported? A JDBC CompliantTM driver always returns true.
supportsTableAlias() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsTableCorrelationNames() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are table correlation names supported? A JDBC CompliantTM driver always returns true.
supportsTransactionIsolationLevel(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does this database support the given transaction isolation level?
supportsTransactions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are transactions supported? If not, invoking the method commit is a noop and the isolation level is TRANSACTION_NONE.
supportsUnion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is SQL UNION supported?
supportsUnionAll() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is SQL UNION ALL supported?
supportsUpdateReturning() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsUserAndGroupIdInUser() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsUtf8() - Method in class org.firebirdsql.util.FirebirdSupportInfo
 
supportsWireEncryption() - 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
 
SWEEP_INTERVAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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.
switchState(char) - Method in class org.firebirdsql.jdbc.escape.FBEscapedCallParser
Test the character to be the state switching character and switches the state if necessary.
Synchronizable - Interface in org.firebirdsql.jdbc
Provides synchronization object.
SyncObject - Class in org.firebirdsql.gds.ng
Object for synchronization that has an id that might be helpful during debugging.
SyncObject() - Constructor for class org.firebirdsql.gds.ng.SyncObject
 
SYS_USER_NAME - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
SYS_USER_NAME - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
SYS_USER_NAME_ENC - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
SYS_USER_NAME_ENC - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
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

t - Variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TableNameContext
 
T__0 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__0 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
T__1 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__1 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
T__10 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__10 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
T__2 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__2 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
T__3 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__3 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
T__4 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__4 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
T__5 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__5 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
T__6 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__6 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
T__7 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__7 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
T__8 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__8 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
T__9 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
T__9 - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
TABLE - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
tableName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DeleteStatementContext
 
tableName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertStatementContext
 
tableName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
tableName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
tableName() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateStatementContext
 
TableNameContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TableNameContext
 
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_PLUGIN_SPECIFIC - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
tan(String[]) - Static method in class org.firebirdsql.jdbc.escape.FBEscapedFunctionHelper
Produce a function call for the tan UDF function.
TARGET_INTERP - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
TARGET_TYPE - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
timeoutException(int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
Force the next exception to be a SQLTimeoutException.
timestamp_date - Variable in class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
 
timestamp_time - Variable in class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
 
TIMESTAMP_USES_LOCAL_TIMEZONE - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
TIMESTAMP_USES_LOCAL_TIMEZONE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
toArray(Collection<Long>) - Method in class org.firebirdsql.jdbc.FBStatement
Convert collection of Long update counts into array of int.
toByteArray() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
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() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
toBytes(InputStream, int) - Static method in class org.firebirdsql.util.IOUtils
 
toBytes(InputStream) - 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.
toBytesWithType() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
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}.
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
toJdbcType(FieldDescriptor) - Static method in class org.firebirdsql.jdbc.field.JdbcTypeConverter
Gets the JDBC type value from Types for the field descriptor.
tokenNames - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
Deprecated.
tokenNames - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
Deprecated.
toLargeArray(Collection<Long>) - Method in class org.firebirdsql.jdbc.FBStatement
Convert collection of Integer update counts into array of int.
toRowDescriptor() - Method in class org.firebirdsql.gds.ng.fields.RowDescriptorBuilder
Constructs the RowDescriptor with the current content.
toRowValue(boolean) - Method in class org.firebirdsql.gds.ng.fields.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.
toString() - Method in class org.firebirdsql.encodings.DefaultEncodingDefinition
 
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.SyncObject
 
toString() - Method in class org.firebirdsql.gds.ng.wire.crypt.EncryptionIdentifier
 
toString() - Method in class org.firebirdsql.gds.ng.wire.WireEventHandle
 
toString() - Method in class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
 
toString() - Method in class org.firebirdsql.management.FBBackupManagerBase.PathSizeStruct
 
toString() - Method in class org.firebirdsql.management.FBUser
 
toString(Reader, int) - Static method in class org.firebirdsql.util.IOUtils
 
toString(Reader) - Static method in class org.firebirdsql.util.IOUtils
 
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
 
toXdrable() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
TPB_CONCURRENCY - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_CONSISTENCY - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_MAPPING - Static variable in class org.firebirdsql.jdbc.FBDriver
 
TPB_NO_REC_VERSION - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_NOWAIT - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_PREFIX - Static variable in class org.firebirdsql.gds.ParameterBufferHelper
 
TPB_READ - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_READ_COMMITTED - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_REC_VERSION - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_WAIT - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_WRITE - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TRACE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
trace(String) - Method in interface org.firebirdsql.logging.Logger
 
trace(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
 
TraceManager - Interface in org.firebirdsql.management
Implements the Trace/Audit API available new in Firebird 2.5.
TRAILING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
TRAILING - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
TRAILING() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimSpecificationContext
 
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.jdbc.FBTpbMapper
Dirty reads are prevented; non-repeatable reads and phantom reads can occur.
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.jdbc.FBTpbMapper
Dirty reads and non-repeatable reads are prevented; phantom reads can occur.
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
 
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
 
TRIM - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
TRIM - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
TRIM() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimFunctionContext
 
trimFunction() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
trimFunction() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
TrimFunctionContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimFunctionContext
 
trimSpecification() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimFunctionContext
 
trimSpecification() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
TrimSpecificationContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimSpecificationContext
 
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
This operation is not currently supported Truncate this Clob to a given length.
truncate(long) - Method in class org.firebirdsql.jdbc.field.FBCachedClob
 
TRUSTED_AUTH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
TRUTH_VALUE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
TRUTH_VALUE() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SimpleValueContext
 
TRUTH_VALUE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
txCoordinator - Variable in class org.firebirdsql.jdbc.FBConnection
 
TYPE - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
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
 
TYPE_PRODUCTION - Static variable in class org.firebirdsql.gds.impl.GDSServerVersion
 
TYPE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
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
 
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
 
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
 
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.

U

uid - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
 
UNDETECTED_TYPE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
UnixCrypt - Class in org.firebirdsql.gds.ng.wire.auth
Unix Crypt.
UNKNOWN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
UNKNOWN() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NullValueContext
 
UNKNOWN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
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.AbstractResultSet
 
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.FBStatement
 
UPDATE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
UPDATE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
UPDATE() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
UPDATE() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateStatementContext
 
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_OR_INSERT_TYPE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
UPDATE_TYPE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdStatementModel
 
updateArray(int, Array) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateArray(String, Array) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBlob(int, Blob) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBlob(String, Blob) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBlob(int, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBlob(int, InputStream) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBlob(String, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBlob(String, InputStream) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBoolean(int, boolean) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a boolean value.
updateCharacterStream(int, Reader, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateCharacterStream(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateCharacterStream(String, Reader) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateClob(int, Clob) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateClob(String, Clob) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateClob(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateClob(String, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateClob(String, Reader) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateDate(int, Date) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a double value.
updateFloat(int, float) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a float value.
updateFloat(String, float) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a float value.
updateInt(int, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with an int value.
updateInt(String, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with an int value.
updateLong(int, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a long value.
updateNCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNCharacterStream(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNCharacterStream(String, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNCharacterStream(String, Reader) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNClob(int, NClob) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNClob(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNClob(String, NClob) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNClob(String, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNClob(String, Reader) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNString(int, String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNString(String, String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
updateNull(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gives a nullable column a null value.
updateNull(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a null value.
updateObject(int, Object, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateObject(String, Object) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateObject(int, Object, SQLType, int) - Method in class org.firebirdsql.jdbc.FBResultSet
updateObject(String, Object, SQLType, int) - Method in class org.firebirdsql.jdbc.FBResultSet
updateObject(int, Object, SQLType) - Method in class org.firebirdsql.jdbc.FBResultSet
updateObject(String, Object, SQLType) - Method in class org.firebirdsql.jdbc.FBResultSet
updateOrInsertStatement() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.StatementContext
 
updateOrInsertStatement() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
UpdateOrInsertStatementContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateOrInsertStatementContext
 
updateRef(int, Ref) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateRef(String, Ref) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
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.AbstractResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
updateRowId(int, RowId) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateRowId(String, RowId) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updatesAreDetected(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
updateShort(int, short) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a short value.
updateShort(String, short) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a short value.
updateSQLXML(int, SQLXML) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateStatement() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.StatementContext
 
updateStatement() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
UpdateStatementContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.UpdateStatementContext
 
updateString(int, String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a String value.
updateString(String, String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a String value.
updateTime(int, Time) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a java.sql.Time value.
updateTimestamp(int, Timestamp) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a java.sql.Timestamp value.
USE_FIREBIRD_AUTOCOMMIT - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
USE_FIREBIRD_AUTOCOMMIT - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
USE_STANDARD_UDF - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
USE_STANDARD_UDF_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
USE_STREAM_BLOBS - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
USE_STREAM_BLOBS_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
USE_TRANSLATION - Static variable in class org.firebirdsql.jdbc.FBDriver
 
USE_TRANSLATION_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
USER - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
USER - Static variable in class org.firebirdsql.jdbc.FBDriver
 
User - Interface in org.firebirdsql.management
A user in the Firebird Security Database.
USER_NAME - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
USER_NAME - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
USER_NAME - Static variable in class org.firebirdsql.jdbc.FBDriver
 
user_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
the user's name
C type : ISC_SCHAR*
USER_NAME_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
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.
usesLocalFilePerTable() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database use a file for each table?
usesLocalFiles() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database store tables in a local file?

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
 
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, Object) - 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, Object) - 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, Object) - Constructor for class org.firebirdsql.gds.ng.wire.version13.V13WireOperations
 
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(int) - 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 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
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
 
VALUE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
value() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.AssignmentContext
 
value() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.CastExpressionContext
 
value() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ExtractFunctionContext
 
value(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ExtractFunctionContext
 
value() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
VALUE() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.NextValueExpressionContext
 
value() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SubstringFunctionContext
 
value(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.SubstringFunctionContext
 
value() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimFunctionContext
 
value(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.TrimFunctionContext
 
VALUE - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
value() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
value() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
value(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
value() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueListContext
 
value(int) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueListContext
 
ValueContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueContext
 
valueList() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ArrayElementContext
 
valueList() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.FunctionContext
 
valueList() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertValuesContext
 
valueList() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
ValueListContext(ParserRuleContext, int) - Constructor for class org.firebirdsql.jdbc.parser.JaybirdSqlParser.ValueListContext
 
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.FbBlob.SeekMode
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(int) - Static method in enum org.firebirdsql.gds.ng.StatementType
Gets the enum value matching statementTypeCode.
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.ParameterBufferHelper.DpbValueType
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.jdbc.CompletionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.firebirdsql.jdbc.escape.FBEscapedParser.EscapeParserMode
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.JdbcVersionSupportHolder
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.
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.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.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.ParameterBufferHelper.DpbValueType
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.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.escape.FBEscapedParser.EscapeParserMode
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.JdbcVersionSupportHolder
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
VALUES() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.DefaultValuesClauseContext
 
VALUES() - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlParser.InsertValuesContext
 
VALUES - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
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.
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
 
VERBOSE - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
verbose - Variable in class org.firebirdsql.management.FBBackupManagerBase
 
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
 
VERSION - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
version - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
 
VERSION1 - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
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
 
VIEW - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
visitErrorNode(ErrorNode) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
visitTerminal(TerminalNode) - Method in class org.firebirdsql.jdbc.parser.JaybirdSqlBaseListener
VOCABULARY - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
VOCABULARY - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 

W

WAIT - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
waitForEvent(String) - Method in interface org.firebirdsql.event.EventManager
Wait for the one-time occurrence of an event.
waitForEvent(String, int) - 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 class org.firebirdsql.event.FBEventManager
 
WAL_BACKUP_DIR - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
WAL_BUFSIZE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
WAL_CHKPTLEN - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
WAL_GRP_CMT_WAIT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
WAL_NUMBUFS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
warn(String) - Method in interface org.firebirdsql.logging.Logger
 
warn(String, Throwable) - Method in interface org.firebirdsql.logging.Logger
 
warning(int) - Method in class org.firebirdsql.gds.ng.FbExceptionBuilder
The (next) exception is a warning.
WARNING_NO_CHARSET - Static variable in class org.firebirdsql.jca.FBManagedConnection
 
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(FbDatabase, SQLWarning) - Method in class org.firebirdsql.gds.ng.listeners.DefaultDatabaseListener
 
warningReceived(FbStatement, SQLWarning) - Method in class org.firebirdsql.gds.ng.listeners.DefaultStatementListener
 
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.AbstractCallableStatement
Indicates whether or not the last OUT parameter read had the value of SQL NULL.
wasNull() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Reports whether the last column read had a value of SQL NULL.
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_CRYPT_DISABLED - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
WIRE_CRYPT_ENABLED - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
WIRE_CRYPT_LEVEL - Static variable in interface org.firebirdsql.gds.impl.DatabaseParameterBufferExtension
 
WIRE_CRYPT_LEVEL - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
WIRE_CRYPT_REQUIRED - Static variable in interface org.firebirdsql.gds.impl.wire.WireProtocolConstants
 
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 - 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).
withDefaultEncodingDefinition(EncodingDefinition) - Method in class org.firebirdsql.encodings.EncodingFactory
Returns an IEncodingFactory that uses encodingDefinition 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() - Method in class org.firebirdsql.encodings.EncodingFactory
Returns an ConnectionEncodingFactory that uses EncodingFactory.getDefaultEncodingDefinition() as the default.
withDefaultEncodingDefinition(EncodingDefinition) - Method in interface org.firebirdsql.encodings.IEncodingFactory
Returns an IEncodingFactory that uses encodingDefinition 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.
withTranslation(CharacterTranslator) - Method in interface org.firebirdsql.encodings.Encoding
Deprecated.
To be removed in Jaybird 4
WORKING_DIRECTORY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
write(XdrOutputStream) - Method in interface org.firebirdsql.gds.impl.wire.Xdrable
Write the this Xdrable out in XDR format to an XdrOutputStream.
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.gds.impl.wire.XdrOutputStream
Write a single byte to the underlying output stream in XDR format.
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 - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
write(int) - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
Write single byte into the stream.
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(int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Write single byte into the stream.
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.
writeArgumentsTo(OutputStream) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
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[], int) - 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.
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.
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.
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(RowDescriptor, RowValue) - Method in class org.firebirdsql.gds.ng.wire.version10.V10Statement
Write a set of SQL data from a list of FieldValue instances.
writeSqlData(RowDescriptor, RowValue) - Method in class org.firebirdsql.gds.ng.wire.version13.V13Statement
Write a set of SQL data from a list of FieldValue instances.
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.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
 
writeValue(OutputStream, long) - Method in class org.firebirdsql.gds.impl.argument.BigIntArgument
 
writeValue(OutputStream, int) - Method in class org.firebirdsql.gds.impl.argument.NumericArgument
 
writeZeroPadding(int) - Method in class org.firebirdsql.gds.impl.wire.XdrOutputStream
Writes zero padding of the specified length
WS - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
WS - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 

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
 
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 buffering.
XdrOutputStream(OutputStream, boolean) - Constructor for class org.firebirdsql.gds.impl.wire.XdrOutputStream
Create a new instance of XdrOutputStream with either a buffered or an unbuffered stream.
XdrStreamAccess - Interface in org.firebirdsql.gds.ng.wire
Provides access to the XdrInputStream and XdrOutputStream.
xid - Variable in class org.firebirdsql.jca.FBLocalTransaction
 
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
 

_

_ATN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
_ATN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
_decisionToDFA - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
_decisionToDFA - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
_defaultValues - Variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
_errorMessages - Variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
_errorMessages - Variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
_serializedATN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
_serializedATN - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
_sharedContextCache - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlLexer
 
_sharedContextCache - Static variable in class org.firebirdsql.jdbc.parser.JaybirdSqlParser
 
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 _ 

Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.