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 _ 

A

abort(Executor) - Method in class org.firebirdsql.jdbc.FBConnection
 
abs(String[]) - Static method in class org.firebirdsql.jdbc.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.
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 - Class in org.firebirdsql.jdbc
The class AbstractConnection is a handle to a FBManagedConnection.
AbstractConnection(FBManagedConnection) - Constructor for class org.firebirdsql.jdbc.AbstractConnection
Create a new AbstractConnection instance based on a FBManagedConnection.
AbstractConnection.GeneratedKeysQuery - Class in org.firebirdsql.jdbc
 
AbstractConnectionPool - Class in org.firebirdsql.pool
Deprecated.
AbstractConnectionPool() - Constructor for class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Create instance of this class.
AbstractConnectionPool.UserPasswordPair - Class in org.firebirdsql.pool
Deprecated.
Structure class to store user name and password.
AbstractDatabaseMetaData - Class in org.firebirdsql.jdbc
Comprehensive information about the database as a whole.
AbstractDatabaseMetaData(AbstractConnection) - Constructor for class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
AbstractDatabaseMetaData.Clause - Class in org.firebirdsql.jdbc
 
AbstractDriver - Class in org.firebirdsql.jdbc
The Jaybird JDBC Driver implementation for the Firebird database.
AbstractDriver() - Constructor for class org.firebirdsql.jdbc.AbstractDriver
 
AbstractDriverConnectionPoolDataSource - Class in org.firebirdsql.pool
Deprecated.
AbstractDriverConnectionPoolDataSource() - Constructor for class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
AbstractFBConnectionPoolDataSource - Class in org.firebirdsql.pool
Deprecated.
AbstractFBConnectionPoolDataSource() - Constructor for class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
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.
AbstractPingablePooledConnection - Class in org.firebirdsql.pool
Deprecated.
AbstractPingablePooledConnection(Connection, boolean, int, boolean, PooledConnectionQueue) - Constructor for class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
AbstractPingablePooledConnection(Connection, String, int, boolean, int, boolean, PooledConnectionQueue) - Constructor for class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
AbstractPooledConnection - Class in org.firebirdsql.ds
PooledConnection implementation for FBConnectionPoolDataSource
AbstractPooledConnection(Connection) - Constructor for class org.firebirdsql.ds.AbstractPooledConnection
 
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.
AbstractResultSet - Class in org.firebirdsql.jdbc
Implementation of ResultSet interface.
AbstractResultSet(AbstractConnection, AbstractStatement, AbstractIscStmtHandle, FBObjectListener.ResultSetListener, boolean, int, int, int, boolean) - Constructor for class org.firebirdsql.jdbc.AbstractResultSet
Creates a new FBResultSet instance.
AbstractResultSet(XSQLVAR[], ArrayList) - Constructor for class org.firebirdsql.jdbc.AbstractResultSet
 
AbstractResultSet(XSQLVAR[], GDSHelper, ArrayList, boolean) - Constructor for class org.firebirdsql.jdbc.AbstractResultSet
 
AbstractStatement - Class in org.firebirdsql.jdbc
The object used for executing a static SQL statement and obtaining the results produced by it.
AbstractStatement(GDSHelper, int, int, int, FBObjectListener.StatementListener) - Constructor for class org.firebirdsql.jdbc.AbstractStatement
 
AbstractStatement.StatementResult - Enum in org.firebirdsql.jdbc
The current result of a statement.
AbstractXAConnection - Class in org.firebirdsql.jca
Deprecated. 
AbstractXAConnection(AbstractConnection) - Constructor for class org.firebirdsql.jca.AbstractXAConnection
Deprecated.
 
acceptsURL(String) - Method in class org.firebirdsql.jdbc.AbstractDriver
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.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
Activate a database shadow file to be used as the actual database.
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.AbstractConnection
 
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) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Add argument with no parameters.
addArgument(int, String) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Add string argument.
addArgument(int, int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Add integer argument.
addArgument(int, byte[]) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Add array of bytes.
addArgument(int) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
Set a void (valueless) parameter on this ServiceParameterBuffer.
addArgument(int, String) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
Set a String parameter on this ServiceParameterBuffer.
addArgument(int, int) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
Set an int paramter on this ServiceParameterBuffer.
addArgument(int, byte[]) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
Set an byte[] paramter on this ServiceParameterBuffer.
addArgument(int) - Method in interface org.firebirdsql.gds.ServiceRequestBuffer
Set a void (valueless) parameter on this ServiceRequestBuffer.
addArgument(int, String) - Method in interface org.firebirdsql.gds.ServiceRequestBuffer
Set a String parameter on this ServiceRequestBuffer.
addArgument(int, int) - Method in interface org.firebirdsql.gds.ServiceRequestBuffer
Set an int parameter on this ServiceRequestBuffer.
addArgument(int, long) - Method in interface org.firebirdsql.gds.ServiceRequestBuffer
Set an long parameter on this ServiceRequestBuffer.
addArgument(int, byte) - Method in interface org.firebirdsql.gds.ServiceRequestBuffer
Set a byte parameter on this ServiceRequestBuffer.
addArgument(int) - Method in interface org.firebirdsql.gds.TransactionParameterBuffer
Add argument.
addArgument(int, String) - Method in interface org.firebirdsql.gds.TransactionParameterBuffer
Add string argument.
addArgument(int, int) - Method in interface org.firebirdsql.gds.TransactionParameterBuffer
Add integer argument.
addArgument(int, byte[]) - Method in interface org.firebirdsql.gds.TransactionParameterBuffer
Add array of bytes.
addArgument(int, byte[]) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
addArgument(int, String) - 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) - Method in class org.firebirdsql.management.FBBackupManager
 
addBackupPath(String, int) - Method in class org.firebirdsql.management.FBBackupManager
 
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.AbstractStatement
Adds an SQL command to the current batch of commmands for this Statement object.
addConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.ds.AbstractPooledConnection
 
addConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.jca.AbstractXAConnection
Deprecated.
 
addConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.jca.FBManagedConnection
Add an ConnectionEventListener listener.
addConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Add connection listener to be notified about connection events.
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
 
addInputParam(FBProcedureParam) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Add an input parameter to this procedure call.
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.
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.FBBackupManager
 
addStatementEventListener(StatementEventListener) - Method in class org.firebirdsql.ds.FBPooledConnection
 
addStatementEventListener(StatementEventListener) - Method in class org.firebirdsql.jca.FBXAConnection
 
addStatementEventListener(StatementEventListener) - Method in class org.firebirdsql.pool.PingablePooledConnection
Deprecated.
 
addWarning(GDSException) - Method in interface org.firebirdsql.gds.IscDbHandle
Add a warning from the server to this connection.
addWarning(SQLWarning) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
addWarning(SQLWarning) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
addWarning(SQLWarning) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
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.gds.XSQLVAR
 
ALL_TYPES - Static variable in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
Allocate a new ManagedConnection.
allocateConnection(Object, PooledConnectionQueue) - Method in interface org.firebirdsql.pool.PooledConnectionManager
Deprecated.
Allocate pooled connection using specified key.
ALLOCATION - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
allProceduresAreCallable() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
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 interface org.firebirdsql.jdbc.FBObjectListener.ResultSetListener
Notify listener that all rows were fetched.
allTablesAreSelectable() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
appendQuoted(String, StringBuffer) - Method in enum org.firebirdsql.jdbc.QuoteStrategy
Appends the objectName with (or in the case of dialect 1: without) quotes to sb.
ascii(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the ascii UDF function.
asin(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the asin UDF function.
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.
atan(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the atan UDF function.
atan2(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the atan2 UDF function.
attachServiceManager(GDS) - Method in class org.firebirdsql.management.FBServiceManager
 
AUTOCOMMIT - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
autoCommitFailureClosesAllResultSets() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
available() - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
available() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get number of available bytes that can be read without blocking.

B

BACKUP_CONVERT - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_CONVERT - Static variable in interface org.firebirdsql.management.BackupManager
Backup external files as tables.
BACKUP_DB_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
Parameters for ACTION_BACKUP call.
BACKUP_EXPAND - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_EXPAND - Static variable in interface org.firebirdsql.management.BackupManager
No data compression.
BACKUP_FACTOR - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_FILE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_IGNORE_CHECKSUMS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_IGNORE_CHECKSUMS - Static variable in interface org.firebirdsql.management.BackupManager
Ignore checksums.
BACKUP_IGNORE_LIMBO - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_IGNORE_LIMBO - Static variable in interface org.firebirdsql.management.BackupManager
Ignore in-limbo transactions.
BACKUP_LENGTH - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_METADATA_ONLY - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_METADATA_ONLY - Static variable in interface org.firebirdsql.management.BackupManager
Backup metadata only.
BACKUP_NO_GARBAGE_COLLECT - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_NO_GARBAGE_COLLECT - Static variable in interface org.firebirdsql.management.BackupManager
Do not collect garbage during backup.
BACKUP_NON_TRANSPORTABLE - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_NON_TRANSPORTABLE - Static variable in interface org.firebirdsql.management.BackupManager
Use non-transportable backup format.
BACKUP_OLD_DESCRIPTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
BACKUP_OLD_DESCRIPTIONS - Static variable in interface org.firebirdsql.management.BackupManager
Save old style metadata descriptions.
BACKUP_OPTIONS - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
backupDatabase() - Method in interface org.firebirdsql.management.BackupManager
Perform the backup operation.
backupDatabase(int) - Method in interface org.firebirdsql.management.BackupManager
Perform the backup operation.
backupDatabase() - Method in class org.firebirdsql.management.FBBackupManager
 
backupDatabase(int) - Method in class org.firebirdsql.management.FBBackupManager
 
backupDatabase() - Method in class org.firebirdsql.management.FBNBackupManager
 
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.FBBackupManager
 
BasicAbstractConnectionPool - Class in org.firebirdsql.pool
Deprecated.
BasicAbstractConnectionPool() - Constructor for class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
Create instance of this class.
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
 
BLOB_BUFFER_LENGTH - Static variable in class org.firebirdsql.jdbc.AbstractDriver
 
BLOB_BUFFER_SIZE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
BLOB_LENGTH_REQUEST - Static variable in class org.firebirdsql.jdbc.FBBlob
 
BlobParameterBuffer - Interface in org.firebirdsql.gds
Instance of this interface represents a BLOB Parameter Buffer from the Firebird API documentation and specifies attributes for GDS.iscCreateBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer) or GDS.iscOpenBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer) operations.
BlockingStack - Class in org.firebirdsql.pool
Deprecated.
BlockingStack() - Constructor for class org.firebirdsql.pool.BlockingStack
Deprecated.
 
blr - Variable in class org.firebirdsql.gds.XSQLDA
Internal array of values containing information about the type and length of columns of this row.
bringDatabaseOnline() - Method in class org.firebirdsql.management.FBMaintenanceManager
Bring a shutdown database online.
bringDatabaseOnline(byte) - Method in class org.firebirdsql.management.FBMaintenanceManager
Bring a shutdown database online with enhanced operation modes new since Firebird 2.5.
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 new since Firebird 2.5.
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.AbstractDatabaseMetaData
 

C

CACHE_MANAGER - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
cachedobject - Variable in class org.firebirdsql.gds.XSQLVAR
 
cancel() - Method in class org.firebirdsql.jdbc.AbstractStatement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
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.
CDD_PATHNAME - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
ceiling(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the ceiling UDF function.
CHARSET - Static variable in class org.firebirdsql.jdbc.AbstractDriver
 
checkAutoGeneratedKeysSupport() - Method in class org.firebirdsql.jdbc.AbstractConnection
Helper method to check support of autoGeneratedKeys
checkCatalogAndSchema(String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
checkCorrectness(Method) - Method in class org.firebirdsql.pool.PooledPreparedStatementHandler
Deprecated.
Check if method call is correct.
checkCursorMove() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Check if statement is open and prepare statement for cursor move.
checkForEscapes(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
Check if the target SQL contains at least one of the escaped syntax commands.
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 result set is open.
checkParameters() - Method in class org.firebirdsql.jdbc.FBProcedureCall
Checks if all parameters have been set.
checkValidity() - Method in class org.firebirdsql.jdbc.AbstractConnection
Check if this connection is valid.
checkValidity() - Method in class org.firebirdsql.jdbc.AbstractStatement
Check if this statement is valid.
ClassFactory - Class in org.firebirdsql.gds
Returns classes either by the Class.forName method or by using an already cached instance.
ClassFactory() - Constructor for class org.firebirdsql.gds.ClassFactory
 
Clause(String, String) - Constructor for class org.firebirdsql.jdbc.AbstractDatabaseMetaData.Clause
 
cleanup() - Method in class org.firebirdsql.jca.FBManagedConnection
Application server calls this method to force any cleanup on the ManagedConnection instance.
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
 
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.AbstractStatement
Makes the set of commands in the current batch empty.
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.FBBackupManager
 
clearWarnings() - Method in interface org.firebirdsql.gds.IscDbHandle
Clear warning list associated with this connection.
clearWarnings() - Method in interface org.firebirdsql.gds.IscSvcHandle
Clear warning list associated with this connection.
clearWarnings() - Method in class org.firebirdsql.jdbc.AbstractConnection
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class org.firebirdsql.jdbc.AbstractStatement
Clears all the warnings reported on this Statement object.
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.AbstractPooledConnection
 
close() - Method in interface org.firebirdsql.gds.GDS
Close this GDS instance.
close() - Method in class org.firebirdsql.jca.AbstractXAConnection
Deprecated.
 
close(AbstractConnection) - Method in class org.firebirdsql.jca.FBManagedConnection
Close this connection with regards to a wrapping AbstractConnection.
close() - Method in class org.firebirdsql.jdbc.AbstractConnection
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.AbstractDatabaseMetaData
 
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.AbstractStatement
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.FBBlob
Close this Blob object.
close() - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
close() - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 
close() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
close() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Close this stream.
close() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Close this stream.
close() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Closes any cached metadata statements held by this database metadata implementation.
close() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Close this pooled connection.
closeFields() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Close the fields if they were open (applies mainly to the stream fields).
closeOnCompletion() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
coder - Variable in class org.firebirdsql.gds.XSQLVAR
 
COMMAND_LINE - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
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.AbstractConnection
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
 
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 3.1.
commitTransaction(long) - Method in interface org.firebirdsql.management.MaintenanceManager
Commit a limbo transaction based on its ID.
completed - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
completeStatement(CompletionReason) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
completeStatement() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
completeStatement(CompletionReason) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
CompletionReason - Enum in org.firebirdsql.jdbc
Reasons for statement (or other resources) completion.
CONCURRENCY - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
configureConnectionDefaults(Connection) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Configure default values for this connection.
connect() - Method in interface org.firebirdsql.event.EventManager
Make a connection with a database to listen for events.
connect() - Method in class org.firebirdsql.event.FBEventManager
 
connect(String, Properties) - Method in class org.firebirdsql.jdbc.AbstractDriver
Attempts to make a database connection to the given URL.
connect(FirebirdConnectionProperties) - Method in class org.firebirdsql.jdbc.AbstractDriver
 
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
 
connection - Variable in class org.firebirdsql.ds.AbstractPooledConnection
 
connection - Variable in class org.firebirdsql.jdbc.AbstractResultSet
 
connection - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
connectionClosed(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
javax.resource.spi.ConnectionEventListener callback for when a ManagedConnection is closed.
connectionClosed(ConnectionEvent) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Notify about connection being closed.
connectionClosed(ConnectionEvent) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Notify about connection being closed.
connectionClosed(PooledConnectionHandler) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
connectionCommitted(PooledConnectionHandler) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Notify this class that transaction was committed.
connectionErrorOccured(PooledConnectionHandler, SQLException) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
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.
connectionErrorOccurred(ConnectionEvent) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Notify about serious error when using the connection.
connectionErrorOccurred(ConnectionEvent) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Notify about serious error when using the connection.
ConnectionPoolConfiguration - Interface in org.firebirdsql.pool
Deprecated.
connectionRolledBack(PooledConnectionHandler) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Notify this class that transaction was rolled back.
CONSISTENCY - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
convertEscapedFunction(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
This method converts escaped function to a server function call.
convertEscapeString(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
Convert the "{escape '...'}" call into the corresponding escape clause for Firebird.
convertOuterJoin(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
This method converts the escaped outer join call syntax into the native outer join.
convertProcedureCall(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
This methods converts the escaped procedure call syntax into the native procedure call.
convertTemplate(String, int) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Convert escaped function call using function template.
copyBytes(byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlob
 
copyCharacterStream(Reader, int, String) - Method in class org.firebirdsql.jdbc.FBBlob
Copy data from a character stream into this Blob.
copyCharacterStream(Reader) - Method in class org.firebirdsql.jdbc.FBClob
 
copyFrom(XSQLVAR) - Method in class org.firebirdsql.gds.XSQLVAR
Copy constructor.
copyFrom(XSQLVAR, boolean) - Method in class org.firebirdsql.gds.XSQLVAR
Copy constructor.
copyStream(InputStream, int) - 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.
cos(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the cos UDF function.
cot(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the cot UDF function.
createArrayOf(String, Object[]) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
createBlob() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
createBlob() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Create Blob object.
createBlobParameterBuffer() - Method in interface org.firebirdsql.gds.GDS
Create a new BlobParameterBuffer instance for setting blob parameters in the current GDS implementation.
createCallableStatement(GDSHelper, String, int, int, int, StoredProcedureMetaData, FBObjectListener.StatementListener, FBObjectListener.BlobListener) - Static method in class org.firebirdsql.jdbc.FBStatementFactory
 
createClob() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
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.
createConnectionHandler() - Method in class org.firebirdsql.ds.AbstractPooledConnection
Creates the PooledConnectionHandler for the connection.
createConnectionHandler() - Method in class org.firebirdsql.ds.FBXAConnection
 
createDatabase(String, String, String) - Method in class org.firebirdsql.management.FBManager
 
createDatabase(String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
createDatabaseParameterBuffer() - Method in interface org.firebirdsql.gds.GDS
Create a new DatabaseParameterBuffer instance for setting database parameters in the current GDS implementation.
createDriverConnectionPoolDataSource() - Static method in class org.firebirdsql.pool.FBPooledDataSourceFactory
Deprecated.
 
createEventHandle(String) - Method in interface org.firebirdsql.gds.GDS
Create a new EventHandle specific to a given GDS implementation.
createFBConnectionPoolDataSource() - Static method in class org.firebirdsql.pool.FBPooledDataSourceFactory
Deprecated.
 
createIscBlobHandle() - Method in interface org.firebirdsql.gds.GDS
Factory method to create a new IscBlobHandle instance specific to the implementation of this interface.
createIscDbHandle() - Method in interface org.firebirdsql.gds.GDS
Factory method to create a new IscDbHandle instance specific to the implementation of this interface.
createIscStmtHandle() - Method in interface org.firebirdsql.gds.GDS
Factory method to create a new IscStmtHandle instance specific to the implementation of this interface.
createIscSvcHandle() - Method in interface org.firebirdsql.gds.GDS
Factory method to create a new IscSvcHandle instance that is linked to the current GDS implemenation.
createIscTrHandle() - Method in interface org.firebirdsql.gds.GDS
Factory method to create a new IscTrHandle instance that is linked to the current GDS implementation.
createJavaGDSImpl() - Static method in class org.firebirdsql.gds.GDSObjectFactory
 
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
 
createObjectInstance() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Create instance of this data source.
createObjectInstance() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
createObjectInstance() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
createPreparedStatement(GDSHelper, String, int, int, int, FBObjectListener.StatementListener, FBObjectListener.BlobListener, boolean, boolean, boolean) - Static method in class org.firebirdsql.jdbc.FBStatementFactory
 
createRequestBuffer(int, int) - Method in class org.firebirdsql.management.FBServiceManager
Build up a request buffer for the specified operation.
createServiceParameterBuffer() - Method in interface org.firebirdsql.gds.GDS
Create a new ServiceParameterBuffer instance for setting service parameters in the current GDS implementation.
createServiceRequestBuffer(int) - Method in interface org.firebirdsql.gds.GDS
Create a new ServiceRequestBuffer instance for setting service request parameters in the current GDS implementation.
createSQLXML() - Method in class org.firebirdsql.jdbc.FBConnection
 
createStatement() - Method in class org.firebirdsql.jdbc.AbstractConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class org.firebirdsql.jdbc.AbstractConnection
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.AbstractConnection
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createStatement(GDSHelper, int, int, int, FBObjectListener.StatementListener) - Static method in class org.firebirdsql.jdbc.FBStatementFactory
 
createStruct(String, Object[]) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
createTransactionParameterBuffer() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
createTransactionParameterBuffer() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Create new instance of TransactionParameterBuffer.
createWithXAErrorCode(String, int) - Static method in exception org.firebirdsql.gds.GDSException
Factory method to create a new instance with a given XA error 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.AbstractStatement
 

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.AbstractDriver
 
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
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.
dataDefinitionCausesTransactionCommit() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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
 
DBKEY_SCOPE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
DBNAME - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
deallocate() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Deallocate this object.
deallocate() - Method in interface org.firebirdsql.pool.PooledObject
Deprecated.
Deallocate this object.
DEBUG - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
DEBUG_REENTRANT - Static variable in class org.firebirdsql.pool.PoolDebugConfiguration
Deprecated.
 
DEBUG_STMT_POOL - Static variable in class org.firebirdsql.pool.PoolDebugConfiguration
Deprecated.
 
decodeBoolean(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
Decode boolean from supplied data.
decodeDate(Date, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a Date value using a given Calendar.
decodeDate(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into a Date value.
decodeDateCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeDouble(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into a double value.
decodeFloat(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into a float value.
decodeInt(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into an int value.
decodeLong(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into a long value.
decodeShort(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into a short value.
decodeString(byte[], String, String) - Method in class org.firebirdsql.gds.XSQLVAR
Decode an encoded byte array into a String using a given encoding.
decodeTime(Time, Calendar, boolean) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a Time value using a given Calendar.
decodeTime(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into a Time value.
decodeTimeCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a Timestamp value using a given Calendar.
decodeTimestamp(Timestamp, Calendar, boolean) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a Timestamp value using a given Calendar.
decodeTimestamp(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into a Timestamp.
decodeTimestampCalendar(byte[], Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
 
deepCopy() - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Make a deep copy of this object.
deepCopy() - Method in interface org.firebirdsql.gds.TransactionParameterBuffer
Make a deep copy of this object.
deepCopy() - Method in class org.firebirdsql.gds.XSQLVAR
Get 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_BLOB_BUFFER_SIZE - Static variable in class org.firebirdsql.jdbc.FBConnectionDefaults
 
DEFAULT_BLOCKING_TIMEOUT - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
Deprecated.
 
DEFAULT_HOLDABLE_RS_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
DEFAULT_IDLE_TIMEOUT - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
Deprecated.
 
DEFAULT_ISOLATION - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
Deprecated.
 
DEFAULT_ISOLATION_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
DEFAULT_LOGIN_TIMEOUT - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
Deprecated.
 
DEFAULT_MAPPING_RESOURCE - Static variable in class org.firebirdsql.jdbc.FBTpbMapper
 
DEFAULT_MAX_SIZE - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
Deprecated.
 
DEFAULT_MAX_STATEMENTS - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
Deprecated.
 
DEFAULT_MIN_SIZE - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
Deprecated.
 
DEFAULT_PING_INTERVAL - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
Deprecated.
 
DEFAULT_RETRY_INTERVAL - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
Deprecated.
 
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.
defaultSQLStateIfNull(String) - Static method in exception org.firebirdsql.jdbc.FBSQLException
 
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
 
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.AbstractDatabaseMetaData
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
description - Variable in class org.firebirdsql.ds.FBSimpleDataSource
 
deserialize(byte[]) - Static method in class org.firebirdsql.ds.DataSourceFactory
 
deserialize(byte[]) - Static method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
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() - Method in interface org.firebirdsql.jdbc.FirebirdBlob
Detach this blob.
detachServiceManager(GDS, IscSvcHandle) - Method in class org.firebirdsql.management.FBServiceManager
 
DISABLE_JOURNAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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
 
doesMaxRowSizeIncludeBlobs() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doQuery(String, List) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Execute an sql query with a given set of parameters.
doQuery(String, List, boolean) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Execute an sql query with a given set of parameters.
DPB_PREFIX - Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
 
DRIVER_CLASS_NAME - Static variable in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
DriverConnectionPoolDataSource - Static variable in class org.firebirdsql.gds.ClassFactory
 
DriverConnectionPoolDataSource - Class in org.firebirdsql.pool
DriverConnectionPoolDataSource() - Constructor for class org.firebirdsql.pool.DriverConnectionPoolDataSource
Deprecated.
 
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(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
 
DUMMY_PACKET_INTERVAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
DUMMY_PACKET_INTERVAL - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 

E

EMPTY_USER_PASSWORD - Static variable in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
EMPTY_USER_PASSWORD - Static variable in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
ENABLE_JOURNAL - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
encodeBoolean(boolean) - Method in class org.firebirdsql.gds.XSQLVAR
Encodes boolean to 1 byte data.
encodeDate(Date, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a given Date value using a given Calendar.
encodeDate(Date) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a Date value into a byte array.
encodeDateCalendar(Date, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeDouble(double) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a double value as a byte array.
encodeFloat(float) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a float value as a byte array.
encodeInt(int) - Method in class org.firebirdsql.gds.XSQLVAR
Encode an int value as a byte array.
encodeLocalDate(int, int, int) - Method in class org.firebirdsql.gds.XSQLVAR
Encodes a java.time.LocalDate equivalent to date bytes.
encodeLocalDateTime(int, int, int, int, int, int, int) - Method in class org.firebirdsql.gds.XSQLVAR
Encodes a java.time.LocalDateTime equivalent to timestamp bytes.
encodeLocalTime(int, int, int, int) - Method in class org.firebirdsql.gds.XSQLVAR
Encodes a java.time.LocalTime equivalent to time bytes.
encodeLong(long) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a long value as a byte array.
encodeShort(short) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a short value as a byte array.
encodeString(String, String, String) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a String value into a byte array using a given encoding.
encodeString(byte[], String, String) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a byte array using a given encoding.
encodeTime(Time, Calendar, boolean) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a given Time value using a given Calendar.
encodeTime(Time) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a Time value into a byte array.
encodeTimeCalendar(Time, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a Timestamp using a given Calendar.
encodeTimestamp(Timestamp, Calendar, boolean) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a Timestamp using a given Calendar.
encodeTimestamp(Timestamp) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a Timestamp as a byte array.
encodeTimestampCalendar(Timestamp, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
 
ENCODING_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
ENCRYPT_KEY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
end(Xid, int) - Method in class org.firebirdsql.jca.FBManagedConnection
Dissociates a resource from a global transaction.
ensureTransaction() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
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.AbstractCallableStatement
 
equals(Object) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
equals(Object) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
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.FBTpbMapper
 
equals(Object) - Method in class org.firebirdsql.management.FBUser
 
equals(Object) - Method in class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
Deprecated.
 
equals(Object) - Method in class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
errorOccured(GDSException) - Method in class org.firebirdsql.jca.FBManagedConnection
Notify GDS container that error occured, if the ex represents a "fatal" one
ESCAPE_CALL_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_CALL_KEYWORD3 - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_DATE_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_ESCAPE_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_FUNCTION_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_OUTERJOIN_KEYWORS - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_STATE - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_TIME_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_TIMESTAMP_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
escapeToNative(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
This method checks the passed parameter to conform the escaped syntax, checks for the unknown keywords and re-formats result according to the Firebird SQL syntax.
EventHandle - Interface in org.firebirdsql.gds
Handle to internal event-handling structures.
EventHandler - Interface in org.firebirdsql.gds
A callback handler interface for GDS-based 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 EventListeners to listen for database events.
eventOccurred(DatabaseEvent) - Method in interface org.firebirdsql.event.EventListener
Called when a database event occurs.
eventOccurred() - Method in interface org.firebirdsql.gds.EventHandler
Called when a database event occurs.
EXCLUSIVE - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
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.AbstractStatement
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.AbstractStatement
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.AbstractStatement
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.AbstractStatement
Executes an SQL statement that may return multiple results.
executeBatch() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
executeBatch() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeBatch() - Method in class org.firebirdsql.jdbc.AbstractStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeLargeBatch() - Method in class org.firebirdsql.jdbc.FBStatement
executeLargeUpdate() - Method in class org.firebirdsql.jdbc.FBPreparedStatement
executeLargeUpdate(String) - Method in class org.firebirdsql.jdbc.FBStatement
executeLargeUpdate(String, int) - Method in class org.firebirdsql.jdbc.FBStatement
executeLargeUpdate(String, int[]) - Method in class org.firebirdsql.jdbc.FBStatement
executeLargeUpdate(String, String[]) - Method in class org.firebirdsql.jdbc.FBStatement
executeQuery() - Method in class org.firebirdsql.jdbc.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.AbstractStatement
Executes an SQL statement that returns a single ResultSet object.
executeServicesOperation(ServiceRequestBuffer) - Method in class org.firebirdsql.management.FBServiceManager
Execute a Services API operation in the database.
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.AbstractStatement
Executes an SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String, int) - Method in class org.firebirdsql.jdbc.AbstractStatement
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.AbstractStatement
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.AbstractStatement
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(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
 
executionStarted(FirebirdBlob) - Method in interface org.firebirdsql.jdbc.FBObjectListener.BlobListener
Notify listener that execution of some BLOB operation had been started.
executionStarted(FirebirdRowUpdater) - Method in interface org.firebirdsql.jdbc.FBObjectListener.ResultSetListener
Notify listener that execution of some row updating operation started.
executionStarted(AbstractStatement) - Method in interface org.firebirdsql.jdbc.FBObjectListener.StatementListener
Notify listener that statement execution is being started.
executionStarted(AbstractStatement) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
executionStarted(FirebirdBlob) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 

F

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_raise - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 
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.
FBBlob - Class in org.firebirdsql.jdbc
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
FBBlob(GDSHelper, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create new Blob instance.
FBBlob(GDSHelper) - Constructor for class org.firebirdsql.jdbc.FBBlob
 
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.
FBBlobInputStream - Class in org.firebirdsql.jdbc
An input stream for reading directly from a FBBlob instance.
FBBlobOutputStream - Class in org.firebirdsql.jdbc
 
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.
FBCallableStatement - Static variable in class org.firebirdsql.gds.ClassFactory
 
FBCallableStatement - Class in org.firebirdsql.jdbc
JDBC 4.2 compliant implementation of CallableStatement.
FBCallableStatement(GDSHelper, String, int, int, int, StoredProcedureMetaData, FBObjectListener.StatementListener, FBObjectListener.BlobListener) - Constructor for class org.firebirdsql.jdbc.FBCallableStatement
Create instance of this class.
fbCancelOperation(IscDbHandle, int) - Method in interface org.firebirdsql.gds.GDS
Cancel the currently running operation on the server
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 - Static variable in class org.firebirdsql.gds.ClassFactory
 
FBConnection - Class in org.firebirdsql.jdbc
Firebird connection class implementing JDBC 4.2 methods.
FBConnection(FBManagedConnection) - Constructor for class org.firebirdsql.jdbc.FBConnection
Create instance of this class for the specified managed connection.
FBConnectionDefaults - Class in org.firebirdsql.jdbc
Default values for JDBC connection.
FBConnectionDefaults() - Constructor for class org.firebirdsql.jdbc.FBConnectionDefaults
 
FBConnectionHelper - Class in org.firebirdsql.jdbc
This class maps the extended JDBC properties to the FBConnectionRequestInfo instance.
FBConnectionHelper() - Constructor for class org.firebirdsql.jdbc.FBConnectionHelper
 
FBConnectionPoolDataSource - Class in org.firebirdsql.ds
Bare-bones implementation of ConnectionPoolDataSource.
FBConnectionPoolDataSource() - Constructor for class org.firebirdsql.ds.FBConnectionPoolDataSource
 
FBConnectionPoolDataSource - Static variable in class org.firebirdsql.gds.ClassFactory
 
FBConnectionPoolDataSource - Class in org.firebirdsql.pool
FBConnectionPoolDataSource() - Constructor for class org.firebirdsql.pool.FBConnectionPoolDataSource
Deprecated.
 
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
 
FBDatabaseMetaData - Class in org.firebirdsql.jdbc
JDBC 4.2 implementation of DatabaseMetaData
FBDatabaseMetaData(AbstractConnection) - Constructor for class org.firebirdsql.jdbc.FBDatabaseMetaData
 
FBDataSource - Class in org.firebirdsql.jdbc
The class FBDataSource is a ConnectionFactory for jdbc Connection objects.
FBDataSource(ManagedConnectionFactory, ConnectionManager) - Constructor for class org.firebirdsql.jdbc.FBDataSource
 
FBDataSource(FBManagedConnectionFactory, ConnectionManager) - Constructor for class org.firebirdsql.jdbc.FBDataSource
 
FBDriver - Class in org.firebirdsql.jdbc
The Jaybird JDBC Driver implementation for the Firebird database.
FBDriver() - Constructor for class org.firebirdsql.jdbc.FBDriver
 
FBDriverConsistencyCheckException - Exception in org.firebirdsql.jdbc
Internal driver consistency check failed.
FBDriverConsistencyCheckException(String) - Constructor for exception org.firebirdsql.jdbc.FBDriverConsistencyCheckException
Create instance of this exception for the specified message.
FBDriverNotCapableException - Exception in org.firebirdsql.jdbc
Tell that driver is not able to serve the request due to missing capabilities.
FBDriverNotCapableException(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.
FBDriverPropertyManager - Class in org.firebirdsql.jdbc
Manager of the DPB properties.
FBDriverPropertyManager() - Constructor for class org.firebirdsql.jdbc.FBDriverPropertyManager
 
FBEscapedCallParser - Class in org.firebirdsql.jdbc
Parser for escaped procedure call.
FBEscapedCallParser(int) - Constructor for class org.firebirdsql.jdbc.FBEscapedCallParser
 
FBEscapedFunctionHelper - Class in org.firebirdsql.jdbc
Helper class for escaped functions.
FBEscapedFunctionHelper() - Constructor for class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
FBEscapedParser - Class in org.firebirdsql.jdbc
The class FBEscapedParser parses the SQL and converts escaped syntax to native form.
FBEscapedParser(int) - Constructor for class org.firebirdsql.jdbc.FBEscapedParser
 
FBEventManager - Class in org.firebirdsql.event
An EventListener implementation to listen for database events.
FBEventManager() - Constructor for class org.firebirdsql.event.FBEventManager
 
FBEventManager(GDSType) - Constructor for class org.firebirdsql.event.FBEventManager
 
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
 
FBLocalTransaction - Class in org.firebirdsql.jca
The class FBLocalTransaction implements LocalTransaction both in the cci and spi meanings.
FBLocalTransaction(FBManagedConnection, AbstractConnection) - Constructor for class org.firebirdsql.jca.FBLocalTransaction
 
FBLocalTransaction.FBLocalXid - Class in org.firebirdsql.jca
 
FBLocalXid() - Constructor for class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
 
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
The class FBManager is 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.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
Describe class FBParameterMetaData here.
FBParameterMetaData(XSQLVAR[], GDSHelper) - Constructor for class org.firebirdsql.jdbc.FBParameterMetaData
Creates a new FBParameterMetaData instance.
FBPooledConnection - Class in org.firebirdsql.ds
JDBC 4.2 implementation of PooledConnection.
FBPooledConnection(Connection) - Constructor for class org.firebirdsql.ds.FBPooledConnection
 
FBPooledDataSourceFactory - Class in org.firebirdsql.pool
Deprecated.
FBPooledDataSourceFactory() - Constructor for class org.firebirdsql.pool.FBPooledDataSourceFactory
Deprecated.
 
FBPoolingDefaults - Class in org.firebirdsql.pool
Deprecated.
FBPoolingDefaults() - Constructor for class org.firebirdsql.pool.FBPoolingDefaults
Deprecated.
 
FBPreparedStatement - Static variable in class org.firebirdsql.gds.ClassFactory
 
FBPreparedStatement - Class in org.firebirdsql.jdbc
JDBC-4.2 implementation of PreparedStatement.
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 loose 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 insance 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(AbstractConnection, AbstractStatement, AbstractIscStmtHandle, FBObjectListener.ResultSetListener, boolean, int, int, int, boolean) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSet(XSQLVAR[], ArrayList) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSet(XSQLVAR[], GDSHelper, ArrayList, boolean) - Constructor for class org.firebirdsql.jdbc.FBResultSet
 
FBResultSetMetaData - Class in org.firebirdsql.jdbc
Implementation of ResultSetMetaData interface.
FBResultSetMetaData(XSQLVAR[], AbstractConnection) - 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(AbstractConnection, XSQLVAR[], 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.
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.
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.
FBSimpleDataSource - Class in org.firebirdsql.pool
Deprecated.
This class will be removed in Jaybird 3.1; use FBSimpleDataSource
FBSimpleDataSource() - Constructor for class org.firebirdsql.pool.FBSimpleDataSource
Deprecated.
Create instance of this class.
FBSimpleDataSource(GDSType) - Constructor for class org.firebirdsql.pool.FBSimpleDataSource
Deprecated.
Create instance of this class.
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.FBSQLException(String, String) in combination with SQLException.setNextException(SQLException).
FBSQLException(String, String) - Constructor for exception org.firebirdsql.jdbc.FBSQLException
 
FBSQLParseException - Exception in org.firebirdsql.jdbc
This exception is thrown by FBEscapedParser when it cannot parse the escaped syntax.
FBSQLParseException(String) - Constructor for exception org.firebirdsql.jdbc.FBSQLParseException
 
FBSQLWarning - Exception in org.firebirdsql.jdbc
Deprecated.
To be removed in Jaybird 3.0, replace with SQLWarning.
FBSQLWarning(GDSException) - Constructor for exception org.firebirdsql.jdbc.FBSQLWarning
Deprecated.
Create instance of this class.
FBSQLWarning(String) - Constructor for exception org.firebirdsql.jdbc.FBSQLWarning
Deprecated.
Create instance of this class for the specified message.
FBStandAloneConnectionManager - Class in org.firebirdsql.jca
The class FBStandAloneConnectionManager provides the default implementation of ConnectionManager for standalone use.
FBStatement - Static variable in class org.firebirdsql.gds.ClassFactory
 
FBStatement - Class in org.firebirdsql.jdbc
JDBC 4.2 implementation of Statement
FBStatement(GDSHelper, int, int, int, FBObjectListener.StatementListener) - Constructor for class org.firebirdsql.jdbc.FBStatement
 
FBStatementFactory - Class in org.firebirdsql.jdbc
Creates statement objects.
FBStatementFactory() - Constructor for class org.firebirdsql.jdbc.FBStatementFactory
 
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.
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(GDS) - 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(GDS, Map) - Constructor for class org.firebirdsql.jdbc.FBTpbMapper
Create instance of this class for the specified string mapping.
FBTpbMapper(GDS, 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.
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.
FBWrappingDataSource - Class in org.firebirdsql.pool
Deprecated.
FBWrappingDataSource will be removed in Jaybird 3; consider migrating to a third party connection pool
FBWrappingDataSource() - Constructor for class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Create instance of this class.
FBXAConnection - Class in org.firebirdsql.ds
XAConnection implementation for FBXADataSource
FBXAConnection(AbstractConnection) - Constructor for class org.firebirdsql.ds.FBXAConnection
 
FBXAConnection - Class in org.firebirdsql.jca
 
FBXAConnection(AbstractConnection) - Constructor for class org.firebirdsql.jca.FBXAConnection
 
FBXAConnectionHandle - Class in org.firebirdsql.jca
Deprecated. 
FBXAConnectionHandle(AbstractConnection, XAConnection) - Constructor for class org.firebirdsql.jca.FBXAConnectionHandle
Deprecated.
Construct instance of this class.
FBXADataSource - Class in org.firebirdsql.ds
Bare-bones implementation of XADataSource.
FBXADataSource() - Constructor for class org.firebirdsql.ds.FBXADataSource
 
FBXADataSource - Class in org.firebirdsql.jca
Deprecated.
FBXADataSource() - Constructor for class org.firebirdsql.jca.FBXADataSource
Deprecated.
 
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.
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.
fetchSize - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
FILTER_PARAMETER - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
finalize() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
finalize() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
finalize() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Shutdown pool if object is garbage collected.
finalize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Finalize this instance.
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.ds.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
 
FirebirdPool - Interface in org.firebirdsql.pool
Deprecated.
FirebirdPreparedStatement - Interface in org.firebirdsql.jdbc
Firebird extensions to the PreparedStatement interface.
FirebirdResultSet - Interface in org.firebirdsql.jdbc
 
FirebirdResultSetMetaData - Interface in org.firebirdsql.jdbc
Firebird-specific extensions to the ResultSetMetaData interface.
FirebirdSavepoint - Interface in org.firebirdsql.jdbc
Savepoint interface, corresponds to the java.sql.Savepoint interface defined in JDBC 3.0, but can be used in JDBC 2.0 applications.
FirebirdStatement - Interface in org.firebirdsql.jdbc
Firebird-specific extensions to the Statement interface.
fireConnectionClosed() - Method in class org.firebirdsql.ds.AbstractPooledConnection
Helper method to fire the connectionClosed event.
fireConnectionError(SQLException) - Method in class org.firebirdsql.ds.AbstractPooledConnection
Helper method to fire the connectionErrorOccurred event.
fireFatalConnectionError(SQLException) - Method in class org.firebirdsql.ds.AbstractPooledConnection
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.
firstWarning - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
fixedStmt - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
floor(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the floor UDF function.
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.
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.AbstractStatement
 
frb_info_att_charset - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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
 

G

GARBAGE_COLLECT - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
GBAK_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
GDS - Interface in org.firebirdsql.gds
The interface GDS has most of the C client interface functions lightly mapped to java, as well as the constants returned from the server.
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 is supposed to return 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.
gdsHelper - Variable in class org.firebirdsql.jdbc.AbstractResultSet
 
gdsHelper - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
GDSMessage(String) - Constructor for class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Constructs an instance of GDSMessage for the specified template.
GDSObjectFactory - Class in org.firebirdsql.gds
Creates gds objects.
GDSObjectFactory() - Constructor for class org.firebirdsql.gds.GDSObjectFactory
 
GDSWarning - Exception in org.firebirdsql.gds
Subclass of GDSException to represent internal Jaybird warnings.
GDSWarning(String) - Constructor for exception org.firebirdsql.gds.GDSWarning
 
generatedKeyAlwaysReturned() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
GeneratedKeysQuery(String, int) - Constructor for class org.firebirdsql.jdbc.AbstractConnection.GeneratedKeysQuery
 
GeneratedKeysQuery(String, int[]) - Constructor for class org.firebirdsql.jdbc.AbstractConnection.GeneratedKeysQuery
 
GeneratedKeysQuery(String, String[]) - Constructor for class org.firebirdsql.jdbc.AbstractConnection.GeneratedKeysQuery
 
generatesKeys() - Method in class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
Indicates if the query will generate keys.
get(String) - Static method in class org.firebirdsql.gds.ClassFactory
 
GET_COLUMNS_END - Static variable in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
getAllInterfaces(Class) - Static method in class org.firebirdsql.ds.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.
getArgumentAsInt(int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Get argument as int.
getArgumentAsInt(int) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
Get argument as int.
getArgumentAsInt(int) - Method in interface org.firebirdsql.gds.TransactionParameterBuffer
Get argument as int.
getArgumentAsInt(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getArgumentAsString(int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Get argument as string.
getArgumentAsString(int) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
Get argument as string.
getArgumentAsString(int) - Method in interface org.firebirdsql.gds.TransactionParameterBuffer
Get argument as string.
getArgumentAsString(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
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) - 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) - 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.
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.
getAttributes(String, String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
This operation is not supported
getAutoCommit() - Method in class org.firebirdsql.jdbc.AbstractConnection
Gets the current auto-commit state.
getAutoCommit() - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
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.AbstractDatabaseMetaData
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.
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
Retrieves the BLOB designated by this Blob instance as a stream.
getBinaryStream() - Method in class org.firebirdsql.jdbc.FBCachedBlob
Get contents of blob as binary stream.
getBinaryStream(long, long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
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 interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
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.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
 
getBlobBufferSize() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getBlobBufferSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getBlobId() - Method in interface org.firebirdsql.gds.IscBlobHandle
Get the identifier for the blob to which this handle is linked.
getBlobId() - Method in class org.firebirdsql.jdbc.FBBlob
Get the identifier for this Blob
getBlockingTimeout() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getBlockingTimeout() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
Get time during which ConnectionPoolDataSource.getPooledConnection() can block.
getBlockingTimeout() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getBlockingTimeout() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
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.
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
 
getBuffersNumber() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getBuffersNumber() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.
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(String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
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
Returns as an array of bytes, part or all of the BLOB value that this Blob object designates.
getBytes(long, int) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Get part of the blob field.
getCacheKey() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getCanonicalName(String) - Static method in class org.firebirdsql.jdbc.FBDriverPropertyManager
 
getCatalog() - Method in class org.firebirdsql.jdbc.AbstractConnection
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.AbstractDatabaseMetaData
Gets the catalog names available in this database.
getCatalogSeparator() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the database vendor's preferred term for "catalog"?
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
 
getCharSet() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getCharSet() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
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.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getCharSet() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.AbstractDatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
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.
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.AbstractDatabaseMetaData
Gets a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves a description of table columns available in the specified catalog.
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.AbstractDatabaseMetaData.Clause
 
getConfiguration() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Get configuration of this data source.
getConfiguration() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getConnection() - Method in class org.firebirdsql.ds.AbstractPooledConnection
 
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.jca.AbstractXAConnection
Deprecated.
 
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.AbstractDatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection() - Method in class org.firebirdsql.jdbc.AbstractStatement
Returns the Connection object that produced this Statement 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.InternalTransactionCoordinator
 
getConnection() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Get JDBC connection corresponding to this pooled connection instance.
getConnection() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Get JDBC connection from this data source.
getConnection(String, String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Get JDBC connection for the specified user name and password.
getConnection() - Method in class org.firebirdsql.pool.SimpleDataSource
Deprecated.
Get JDBC connection.
getConnection(String, String) - Method in class org.firebirdsql.pool.SimpleDataSource
Deprecated.
Get JDBC connection for the specified username and password.
getConnectionCount() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Confusing name. Use FBWrappingDataSource.getFreeSize() instead.
getConnectionManager() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Get instance of PooledConnectionManager responsible for instantiating pooled connections.
getConnectionManager() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Get connection manager that will allocate physical connections to the database.
getConnectionManager() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getConnectionProperties() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getConnectionProperties() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get connection properties.
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.jca.FBManagedConnectionFactory
 
getConnectTimeout() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getConnectTimeout() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the current connect timeout.
getConnectTimeout() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getConnectTimeout() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getCrossReference(String, String, String, String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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).
getCurrentResultSet() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getCurrentResultSet() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
getCurrentResultSet() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get current result set.
getCursorName() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gets the name of the SQL cursor used by this ResultSet object.
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.jca.FBManagedConnection
 
getDatabase() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDatabase() - Method in class org.firebirdsql.jca.FBXADataSource
Deprecated.
 
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.
getDatabase() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getDatabase() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getDatabaseMajorVersion() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Get the major version number of the database.
getDatabaseMinorVersion() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Get the minor version number of the database.
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.
getDatabaseParameterBuffer() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.jdbc.AbstractConnection
Get database parameter buffer for this connection.
getDatabaseParameterBuffer() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDatabaseParameterBuffer() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the database parameter buffer corresponding to the current connection request information.
getDatabaseParameterBuffer() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getDatabaseParameterBuffer() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getDatabaseProductMajorVersion() - Method in interface org.firebirdsql.gds.IscDbHandle
Get the major version number of the database product to which this handle is attached.
getDatabaseProductMinorVersion() - Method in interface org.firebirdsql.gds.IscDbHandle
Get the minor version number of the database product to which this handle is attached.
getDatabaseProductName() - Method in interface org.firebirdsql.gds.IscDbHandle
Get the product name for the database to which this handle is attached.
getDatabaseProductName() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion() - Method in interface org.firebirdsql.gds.IscDbHandle
Get the product version for the database to which this handle is attached.
getDatabaseProductVersion() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.
getDataSource() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get underlying connection factory (in our case instance of FBDataSource class) that will provide JDBC connections.
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.
getDbHandle() - Method in interface org.firebirdsql.gds.IscTrHandle
Retrieve a handle to the database to which this transaction is linked.
getDefaultConnectionRequestInfo() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
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.
getDefaultIsolation() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getDefaultIsolation() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getDefaultMapper(GDS) - Static method in class org.firebirdsql.jdbc.FBTpbMapper
 
getDefaultMapping() - Method in class org.firebirdsql.jdbc.FBTpbMapper
Get default mapping.
getDefaultReference() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Get default JNDI reference for this instance.
getDefaultReference() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getDefaultReference() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
Get default JNDI reference for this datasource.
getDefaultReference() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Get default JNDI reference for this datasource.
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.AbstractDatabaseMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBTpbMapper
 
getDefaultTransactionIsolation() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the default transaction isolation level.
getDefaultTransactionIsolation() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getDefaultTransactionIsolation() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getDeletedRowsCount() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
getDeletedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of deleted rows.
getDescription() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getDescription() - Method in class org.firebirdsql.ds.FBSimpleDataSource
Get description of this datasource.
getDescription() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getDialect() - Method in interface org.firebirdsql.gds.IscDbHandle
Get the Firebird dialect that is being used with this handle.
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.
getDpb() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
Get the underlying Database Parameter Buffer for this object.
getDpbKey(String) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get integer value of the DPB key corresponding to the specified name.
getDpbMap() - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get mapping between DPB names and their keys.
getDriverClassName() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getDriverMajorVersion() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's this JDBC driver's major version number?
getDriverMinorVersion() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's this JDBC driver's minor version number?
getDriverName() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the name of this JDBC driver?
getDriverPropertyInfo(Properties) - Static method in class org.firebirdsql.jdbc.FBDriverPropertyManager
Get property information for the specified properties.
getDriverVersion() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.jca.FBManagedConnectionFactory
 
getEncoding() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getEncoding() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getEncoding() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getEncoding() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getErrorCode() - Method in exception org.firebirdsql.jdbc.FBSQLWarning
Deprecated.
Get error code for this warning.
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 occurences for the most recent occurrence(s) of the event for which this handle is registered.
getEventId() - Method in interface org.firebirdsql.gds.EventHandle
Get the internal event id number for this handle
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
getExecutionPlan() - Method in interface org.firebirdsql.gds.IscStmtHandle
Get the execution plan from the statement.
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.AbstractDatabaseMetaData
Gets a description of the foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtraNameCharacters() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Gets all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFBConnectionPoolInstance(Reference, Name, Context, Hashtable) - Static method in class org.firebirdsql.pool.FBPooledDataSourceFactory
Deprecated.
Creates an objectFactory and returns an object instance of AbstractFBConnectionPoolDataSource.
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
Returns the fetch direction for this ResultSet object.
getFetchDirection() - Method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the fetch size for this ResultSet object.
getFetchSize() - Method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the number of result set rows that is the default fetch size for result sets 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
 
getFileName() - Method in class org.firebirdsql.management.FBManager
mbean get-set pair for field fileName Get the value of fileName
getFileName() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getFirebirdParameterMetaData() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
getFirstName() - Method in class org.firebirdsql.management.FBUser
 
getFirstName() - Method in interface org.firebirdsql.management.User
 
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.
getFormatId() - Method in class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
Return the format identifier of this transaction.
getFreeSize() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Get number of free connections in this pool.
getFreeSize() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getFreeSize() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getFreeSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getFreeSize() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
getFunctionColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
Retrieves a description of the system and user functions available in the given catalog.
getGDS() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getGds() - Method in class org.firebirdsql.management.FBServiceManager
Get GDS implementation depending on the type specified during instantiation.
getGDSHelper() - Method in class org.firebirdsql.jca.FBManagedConnection
Get instance of GDSHelper connected with this managed connection.
getGDSHelper() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getGDSType() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the GDS implementation type around which this factory is based.
getGDSType() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get type of JDBC driver that is used.
getGeneratedKeys() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getGeneratedKeys() - Method in class org.firebirdsql.jdbc.AbstractStatement
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.
getGroupId() - Method in class org.firebirdsql.management.FBUser
 
getGroupId() - Method in interface org.firebirdsql.management.User
 
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.AbstractConnection
 
getHoldability() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the holdability of this ResultSet object
getHoldability() - Method in interface org.firebirdsql.jdbc.FirebirdResultSet
Retrieves the holdability of this ResultSet object
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.AbstractDatabaseMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
getIdleTimeout() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
getIdleTimeout() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
getIdleTimeout() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
getImportedKeys(String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
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.
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.AbstractStatement
 
getInsertedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of inserted rows.
getInsertRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
getInSqlda() - Method in interface org.firebirdsql.gds.IscStmtHandle
Get the input data structure that contains data that is put into the statement.
getInstance(AbstractConnection) - Static method in class org.firebirdsql.jdbc.StoredProcedureMetaDataFactory
Retrieve a StoredProcedureMetaData object for a Connection.
getInstantInPool() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
getInstantInPool() - Method in interface org.firebirdsql.pool.PooledObject
Deprecated.
 
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.
getInternalAPIHandler() - Method in class org.firebirdsql.jdbc.AbstractConnection
Get Firebird API handler (sockets/native/embeded/etc)
getInternalException() - Method in exception org.firebirdsql.jdbc.FBSQLException
Deprecated.
use Throwable.getCause() instead.
getInternalException() - Method in exception org.firebirdsql.jdbc.FBSQLWarning
Deprecated.
 
getIntParam() - Method in exception org.firebirdsql.gds.GDSException
Get the int parameter for this exception.
getIscDBHandle() - Method in class org.firebirdsql.jdbc.AbstractConnection
Get connection handle for direct Firebird API access
getIscEncoding() - Method in class org.firebirdsql.jdbc.AbstractConnection
Get the encoding that is being used for this connection.
getIscEncoding() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Get current ISC encoding.
getIsolation() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getIsolation() - Method in class org.firebirdsql.pool.FBWrappingDataSource
getJDBCMajorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getJdbcUrl() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getKeyColumns() - Method in class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
getKeyIndexes() - Method in class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
getLargeMaxRows() - Method in class org.firebirdsql.jdbc.FBStatement
getLargeUpdateCount() - Method in class org.firebirdsql.jdbc.FBStatement
getLastExecutionPlan() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
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
 
getLastPingTime() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
getLastState() - Method in class org.firebirdsql.jdbc.FBEscapedParser
Returns the current state.
getLimboTransactions() - Method in class org.firebirdsql.management.FBMaintenanceManager
Deprecated.
Will return long[] in 3.0
getLimboTransactionsAsLong() - Method in class org.firebirdsql.management.FBMaintenanceManager
Deprecated.
getLocalEncoding() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Deprecated.
getLocalTransaction() - Method in class org.firebirdsql.jca.FBManagedConnection
Returns a javax.resource.spi.LocalTransaction instance.
getLocalTransaction() - Method in class org.firebirdsql.jdbc.AbstractConnection
Returns a FBLocalTransaction instance that enables a component to demarcate resource manager local transactions on this connection.
getLogChannel() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
getLogger() - Method in class org.firebirdsql.management.FBServiceManager
 
getLogger() - Method in interface org.firebirdsql.management.ServiceManager
Returns the logger for the connection to the service manager.
getLogger() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Get logger for this instance.
getLogger() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getLogger() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getLoginTimeout() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
getLoginTimeout() - Method in class org.firebirdsql.ds.FBSimpleDataSource
getLoginTimeout() - Method in class org.firebirdsql.jca.FBXADataSource
Deprecated.
 
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.
getLoginTimeout() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Get login timeout.
getLoginTimeout() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get login timeout.
getLoginTimeout() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getLoginTimeout() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Get login timeout.
getLoginTimeout() - Method in class org.firebirdsql.pool.SimpleDataSource
Deprecated.
 
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.
getLogWriter() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getLogWriter() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getLogWriter() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getLogWriter() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Get log writer.
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.
getMajorVersion() - Method in class org.firebirdsql.jdbc.AbstractDriver
Gets the driver's major version number.
getManagedConnection() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
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(int) - Method in class org.firebirdsql.jdbc.FBTpbMapper
Get mapping for the specified transaction isolation level.
getMaxBinaryLiteralLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
How many active connections can we have at a time to this database?
getMaxConnections() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
getMaxConnections() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
getMaxConnections() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
getMaxCursorNameLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum cursor name length?
getMaxFieldSize() - Method in class org.firebirdsql.jdbc.AbstractStatement
Returns the maximum number of bytes allowed for any column value.
getMaxIdleTime() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getMaxIdleTime() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
Get time after which idle connections will be deallocated.
getMaxIdleTime() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getMaxIdleTime() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
getMaxIndexLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves the maximum number of bytes for an index, including all of the parts of the index.
getMaxPoolSize() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getMaxPoolSize() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
Get maximum number of physical connections that can be simultaneously open.
getMaxPoolSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getMaxPoolSize() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
getMaxProcedureNameLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum length of a procedure name?
getMaxRows() - Method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the maximum number of rows that a ResultSet object can contain.
getMaxRowSize() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum length of a single row?
getMaxSchemaNameLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum length allowed for a schema name?
getMaxStatementLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum length of an SQL statement?
getMaxStatements() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxStatements() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getMaxStatements() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getMaxStatements() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
getMaxTableNameLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the maximum number of tables in a SELECT statement?
getMaxUserNameLength() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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
Since we deferred the statement preparation until all OUT params are registered, we ensure that the statement is prepared before the meta data for the callable statement is obtained.
getMetaData() - Method in class org.firebirdsql.jdbc.AbstractConnection
Gets the metadata regarding this connection's database.
getMetaData() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Gets the number, types and properties of a ResultSet object's columns.
getMetaData() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getMiddleName() - Method in class org.firebirdsql.management.FBUser
 
getMiddleName() - Method in interface org.firebirdsql.management.User
 
getMinConnections() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
getMinConnections() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
getMinConnections() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
getMinorVersion() - Method in class org.firebirdsql.jdbc.AbstractDriver
Gets the driver's minor version number.
getMinPoolSize() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getMinPoolSize() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
Get minimum number of open JDBC connections that will be created when pool is started.
getMinPoolSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getMinPoolSize() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
getMoreResults() - Method in class org.firebirdsql.jdbc.AbstractStatement
Moves to a Statement object's next result.
getMoreResults(int) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
getName() - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get the name of the procedure to be called.
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.FBCallableStatement
 
getNClob(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getNClob(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getNClob(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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.
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.
getNonStandardProperty(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getNonStandardProperty(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.AbstractDatabaseMetaData
Gets a comma-separated list of math functions.
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) - 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) - 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) - 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) - 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
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.firebirdsql.ds.DataSourceFactory
 
getObjectInstance(Object) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
Get object instance for the specified name in the specified context.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Deprecated.
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Deprecated.
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Get object instance for the specified name in the specified context.
getODSMajorVersion() - Method in interface org.firebirdsql.gds.IscDbHandle
 
getOdsMajorVersion() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Get the major version of the ODS (On-Disk Structure) of the database.
getOdsMajorVersion() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the major version of the ODS (On-Disk Structure) of the database.
getODSMinorVersion() - Method in interface org.firebirdsql.gds.IscDbHandle
 
getOdsMinorVersion() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Get the minor version of the ODS (On-Disk Structure) of the database.
getOdsMinorVersion() - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the minor version of the ODS (On-Disk Structure) of the database.
getOldRow() - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
getOriginalCaseValue() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData.Clause
 
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.
getOutSqlda() - Method in interface org.firebirdsql.gds.IscStmtHandle
Get the output data structure that contains data that is retrieved from the statement.
getOwningQueue() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
getOwningQueue() - Method in interface org.firebirdsql.pool.PooledObject
Deprecated.
 
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.
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.
getParameterClassName(int) - Method in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
Retrieves the fully-qualified name of the Java class whose instances should be passed to the method PreparedStatement.setObject.
getParameterCount() - Method in class org.firebirdsql.jdbc.FBParameterMetaData
Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.
getParameterCount() - Method in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
Retrieves the number of parameters in the PreparedStatement object for which this ParameterMetaData object contains information.
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.
getParameterMode(int) - Method in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
Retrieves the designated parameter's mode.
getParameterType(int) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
Retrieves the designated parameter's SQL type.
getParameterType(int) - Method in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
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.
getParameterTypeName(int) - Method in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
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
 
getParentLogger() - Method in class org.firebirdsql.jdbc.FBStatement
 
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.jca.FBManagedConnectionFactory
 
getPassword() - Method in class org.firebirdsql.jca.FBXADataSource
Deprecated.
 
getPassword() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getPassword() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getPassword() - Method in class org.firebirdsql.management.FBManager
mbean get-set pair for field password Get the value of password
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.
getPassword() - Method in class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
Deprecated.
 
getPassword() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getPassword() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getPingInterval() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getPingInterval() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
Get time interval after which connection should be pinged.
getPingInterval() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getPingInterval() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
getPingStatement() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get SQL statement that will be used to "ping" the connection.
getPingStatement() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getPingStatement() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
Get SQL statement that will be used to ping connection.
getPingStatement() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getPooledConnection() - Method in class org.firebirdsql.ds.FBConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class org.firebirdsql.ds.FBConnectionPoolDataSource
 
getPooledConnection(PooledConnectionQueue) - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Get pooled connection.
getPooledConnection(PooledConnectionQueue) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Get pooled connection from the pooled queue.
getPooledConnection() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Get pooled connection.
getPooledConnection(String, String) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Get pooled connection for the specified user name and password.
getPooledConnection(PooledConnectionQueue) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get pooled connection from the pooled queue.
getPooledConnection() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get pooled connection.
getPooledConnection(String, String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get pooled connection for the specified user name and password.
getPooledConnection() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getPooledConnection(String, String) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getPooling() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
getPoolName() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Get name of the pool.
getPoolName() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Get name of this connection pool.
getPoolName() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get name of the connection queue.
getPort() - Method in interface org.firebirdsql.event.EventManager
 
getPort() - Method in class org.firebirdsql.event.FBEventManager
 
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
 
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 number of decimal digits.
getPrecision(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Get the designated column's number of decimal digits.
getPrecision(int) - Method in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
Retrieves the designated parameter's number of decimal digits.
getPreparedStatement(String, int, int, int) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Handle Connection.prepareStatement(String) method call.
getPreparedStatement(String, int, int) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
getPreparedStatement(String, int[], String[]) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
getPrimaryKeys(String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Gets a description of a table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves a description of the given catalog's stored procedure parameter and result columns.
getProcedures(String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Gets a description of the stored procedures available in a catalog.
getProcedureSourceCode(String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
getProcedureSourceCode(String) - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the source of a stored procedure.
getProcedureTerm() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProperties() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getProperty(String) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getPropertyInfo(String, Properties) - Method in class org.firebirdsql.jdbc.AbstractDriver
Gets information about the possible properties for this driver.
getProtocol() - Method in interface org.firebirdsql.gds.IscDbHandle
Get the Firebird protocol version that is used for this handle
getProxy() - Method in class org.firebirdsql.jca.FBXAConnectionHandle
Deprecated.
Get proxy implementing Connection interface and using this instance as invocation handler.
getProxy() - Method in class org.firebirdsql.pool.StatementHandler
Deprecated.
Get dynamic proxy instant wrapping the statement.
getPseudoColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
getQueryString() - Method in class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
Returns the actual query.
getQueryTimeout() - Method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getQueue(Object) - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Get queue for the specified user name and password.
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.
getRefAddr(Reference, String) - Static method in class org.firebirdsql.ds.DataSourceFactory
Retrieves the content of the given Reference address (type).
getRefAddr(Reference, String) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
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.
getReference() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
Get JDNI reference.
getReference() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Get JDNI reference.
getResultSet() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Returns the current result as a ResultSet object.
getResultSet() - Method in class org.firebirdsql.jdbc.AbstractStatement
Returns the current result as a ResultSet object.
getResultSet(boolean) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
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) - 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) - 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.
getResultSetConcurrency() - Method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetConcurrency() - Method in class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
getResultSetHoldability() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves the default holdability of this ResultSet.
getResultSetHoldability() - Method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
getResultSetType() - Method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
getRetryInterval() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
getRetryInterval() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
Get interval of getting connections retries.
getRetryInterval() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getRoleName() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getRoleName() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getRoleName() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getRoleName() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getRoleName() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getRoleName() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getRoleName() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getRow() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Retrieves the current row number.
getRowId(int) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getRowId(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getRowId(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getRowId(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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.
getSavepointId() - Method in class org.firebirdsql.jdbc.FBSavepoint
Get ID of the savepoint.
getSavepointName() - Method in class org.firebirdsql.jdbc.FBSavepoint
Get name of the savepoint.
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.
getScale(int) - Method in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
Retrieves the designated parameter's number of digits to right of the decimal point.
getSchema() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getSchemaName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Get the designated column's table's schema.
getSchemas() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Gets the schema names available in this database.
getSchemas(String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves the schema names available in this database.
getSchemaTerm() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSearchStringEscape() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Gets the string that can be used to escape wildcard characters.
getServer() - Method in class org.firebirdsql.management.FBManager
 
getServer() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getServerName() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getServiceName() - Method in class org.firebirdsql.management.FBServiceManager
 
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.
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.
getSocketBufferSize() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getSocketBufferSize() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getSocketBufferSize() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getSocketBufferSize() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getSocketBufferSize() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getSocketBufferSize() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getSocketBufferSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getSoTimeout() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getSoTimeout() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
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).
getSoTimeout() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getSoTimeout() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getSourceColumnName(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
getSQL(boolean) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get native SQL for the specified procedure call.
getSql() - Method in class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
getSqlCounts(IscStmtHandle) - Method in interface org.firebirdsql.gds.GDS
Fetch count information for a statement.
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
 
getSqlDialect() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getSqlDialect() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getSQLKeywords() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Gets a comma-separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSqlRole() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
getSqlRole() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
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() - Method in exception org.firebirdsql.jdbc.FBSQLWarning
Deprecated.
 
getSQLStateType() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.FBCallableStatement
 
getSQLXML(String) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
getSQLXML(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getSQLXML(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getStackTrace(Throwable) - Static method in class org.firebirdsql.pool.XConnectionUtil
Deprecated.
Get stack trace of the specified Throwable as string.
getState() - Method in class org.firebirdsql.jdbc.FBEscapedCallParser
Returns the current state.
getState() - Method in class org.firebirdsql.jdbc.FBEscapedParser
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.
getStatementListener() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getStatementType() - Method in interface org.firebirdsql.gds.IscStmtHandle
Get the statement type.
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.
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.
getStringFunctions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Gets a comma-separated list of string functions.
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.
getSuperTables(String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSynchronizationObject() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.FBBlob
 
getSynchronizationObject() - Method in class org.firebirdsql.jdbc.FBCachedBlob
 
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.AbstractDatabaseMetaData
Gets a comma-separated list of system functions.
getTableAlias(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Gets the designated column's table alias.
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.
getTablePrivileges(String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
Gets the table types available in this database.
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.
getTimeDateFunctions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Gets a comma-separated list of time and date functions.
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.
getTotalSize() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Get total size of physical connections opened to the database.
getTotalSize() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getTotalSize() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getTotalSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getTotalSize() - Method in interface org.firebirdsql.pool.FirebirdPool
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.
getTpbMapping() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getTpbMapping() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getTpbParam(String) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get value of TPB parameter for the specified name.
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.AbstractConnection
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.
getTransactionIsolationLevel() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getTransactionIsolationLevel() - Method in class org.firebirdsql.pool.FBWrappingDataSource
getTransactionIsolationName() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
getTransactionIsolationName(int) - Static method in class org.firebirdsql.jdbc.FBTpbMapper
Convert transaction isolation level into string.
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.AbstractConnection
 
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.
getTransactionParameters(int) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getTransactionParameters(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getTransactionTimeout() - Method in class org.firebirdsql.jca.FBManagedConnection
Gets the transaction timeout.
getTriggerSourceCode(String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
getTriggerSourceCode(String) - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the source of a trigger.
getType() - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
getType() - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
getType() - Method in interface org.firebirdsql.gds.GDS
Get type of this instance.
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
 
getType() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get type of JDBC driver that will be used.
getType() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getTypeInfo() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Gets a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class org.firebirdsql.jdbc.AbstractConnection
Gets the type map object associated with this connection.
getUDTs(String, String, String, int[]) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves a description of the user-defined types (UDTs) defined in a particular schema.
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.AbstractStatement
Returns the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUpdateCountInternal() - Method in class org.firebirdsql.jdbc.AbstractStatement
Gets the current update count, even when a result set is currently open.
getUpdatedRowsCount() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
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() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
What's the url for this database?
getURL(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
This operation is not supported
getURL(String) - Method in class org.firebirdsql.jdbc.AbstractResultSet
This operation is not supported
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.jca.FBXADataSource
Deprecated.
 
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.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.AbstractDatabaseMetaData
What's our user name as known to the database?
getUserName() - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
getUserName() - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
getUserName() - Method in class org.firebirdsql.management.FBManager
mbean get-set pair for field userName Get the value of userName
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
 
getUserName() - Method in class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
Deprecated.
 
getUserName() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getUserName() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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
 
getUseTranslation() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getUseTranslation() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getValue() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData.Clause
 
getValue() - Method in class org.firebirdsql.jdbc.FBProcedureParam
Set the value for this parameter
getVersion() - Method in interface org.firebirdsql.gds.IscDbHandle
 
getVersionColumns(String, String, String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
 
getViewSourceCode(String) - Method in interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the source of a view.
getWaitTimeout() - Method in class org.firebirdsql.event.FBEventManager
Get the time in milliseconds, after which the async threa will exit from the Object.wait(long) method and check whether it was stopped or not.
getWantsSystemTables(String[]) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
getWantsTables(String[]) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
getWantsViews(String[]) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
getWarnings() - Method in interface org.firebirdsql.gds.IscDbHandle
Get list of warnings that were returned by the server.
getWarnings() - Method in interface org.firebirdsql.gds.IscSvcHandle
Get list of warnings that were returned by the server.
getWarnings() - Method in class org.firebirdsql.jdbc.AbstractConnection
Returns the first warning reported by calls on this Connection.
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.AbstractStatement
Retrieves the first warning reported by calls on this Statement object.
getWorkingSize() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Get number of connections that are in use.
getWorkingSize() - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
getWorkingSize() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
getWorkingSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
getWorkingSize() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
getWrappedBlob() - Method in class org.firebirdsql.jdbc.FBClob
 
getWrappedObject() - Method in class org.firebirdsql.pool.StatementHandler
Deprecated.
Get original statement that was wrapped.
getXAConnection() - Method in class org.firebirdsql.ds.FBXADataSource
 
getXAConnection(String, String) - Method in class org.firebirdsql.ds.FBXADataSource
 
getXAConnection() - Method in class org.firebirdsql.jca.FBXAConnectionHandle
Deprecated.
Get manager of this connection wrapper.
getXAConnection() - Method in class org.firebirdsql.jca.FBXADataSource
Deprecated.
 
getXAConnection(String, String) - Method in class org.firebirdsql.jca.FBXADataSource
Deprecated.
 
getXAConnection() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get XA connection.
getXAConnection(String, String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Get XA connection for the specified user name and password.
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.AbstractXAConnection
Deprecated.
 
getXAResource() - Method in class org.firebirdsql.jca.FBManagedConnection
Return an XA resource to the caller.
getXid() - Method in class org.firebirdsql.jca.FBLocalTransaction
Get the associated Xid.
getXid() - Method in interface org.firebirdsql.jca.FirebirdLocalTransaction
Get the associated Xid.
getXsqlvar(int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Returns the XSQLVAR structure for the specified column.
getXsqlvar(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Returns the XSQLVAR structure for the specified column.
GFIX_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
GSEC_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
GSTAT_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

H

handleConnectionClose() - Method in class org.firebirdsql.jca.FBXAConnectionHandle
Deprecated.
 
handleEncodings(HashMap) - Static method in class org.firebirdsql.jdbc.FBDriverPropertyManager
Handle character encoding parameters.
handleForceClose() - Method in class org.firebirdsql.pool.PooledPreparedStatementHandler
Deprecated.
 
handleIsCached() - Method in class org.firebirdsql.pool.PooledPreparedStatementHandler
Deprecated.
 
handler - Variable in class org.firebirdsql.ds.AbstractPooledConnection
 
handleStatementClose(XPreparedStatementModel, Object) - Method in class org.firebirdsql.pool.PooledPreparedStatementHandler
Deprecated.
Handle Statement.close() call.
hasArgument(int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Check if this parameter buffer has specified argument.
hasArgument(int) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
Check if this parameter buffer has specified argument.
hasArgument(int) - Method in interface org.firebirdsql.gds.TransactionParameterBuffer
Check if this parameter buffer has specified argument.
hasArgument(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
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.AbstractStatement
 
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
Get hash code of this instance.
hashCode() - Method in class org.firebirdsql.jdbc.FBTpbMapper
 
hashCode() - Method in class org.firebirdsql.management.FBUser
 
hashCode() - Method in class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
Deprecated.
 
hashCode() - Method in class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
hasNoWildcards(String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Determine if there are no SQL wildcard characters ('%' or '_') in the given pattern.
hasOpenResultSet() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
hasOpenResultSet() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Check if this statement has open result set.

I

IGNORE_LIMBO - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
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_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
 
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.AbstractDatabaseMetaData
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
INSTANT_IN_USE - Static variable in interface org.firebirdsql.pool.PooledObject
Deprecated.
 
internalBegin() - Method in class org.firebirdsql.jca.FBLocalTransaction
Perform the internal operations to begin a local transaction.
internalClose() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Close this connection.
internalCommit() - Method in class org.firebirdsql.jca.FBLocalTransaction
Perform the internal processing to commit a local transaction.
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.AbstractStatement
 
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.
INTERP - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
interpretLength(GDSHelper, byte[], int) - Static method in class org.firebirdsql.jdbc.FBBlob
Interpret BLOB length from buffer.
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.AbstractConnection
Check if this connection is currently involved in a transaction
invalidateSavepoints() - Method in class org.firebirdsql.jdbc.AbstractConnection
Invalidate all savepoints.
invalidateTransactionLifetimeObjects() - Method in class org.firebirdsql.jdbc.AbstractConnection
Invalidate everything that should only last for the lifetime of the current transaction.
invoke(Object, Method, Object[]) - Method in class org.firebirdsql.jca.FBXAConnectionHandle
Deprecated.
Invoke method on a specified proxy.
invoke(Object, Method, Object[]) - Method in class org.firebirdsql.pool.PooledPreparedStatementHandler
Deprecated.
Invoke method on a specified proxy.
invoke(Object, Method, Object[]) - Method in class org.firebirdsql.pool.ResultSetHandler
Deprecated.
Implementation of the dynamic proxy handler interface.
invoke(Object, Method, Object[]) - Method in class org.firebirdsql.pool.StatementHandler
Deprecated.
Invoke a specified method with the specified arguments on the specified proxy.
ioLength - Variable in class org.firebirdsql.gds.XSQLDA
Array of length (by type) values for each column in this row.
isAfterLast() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Indicates whether the cursor is after the last row in this ResultSet object.
isAllCondition(String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
isAllRowsFetched() - Method in interface org.firebirdsql.gds.IscStmtHandle
Retrieve whether all rows have been fetched of the rows selected by executing this statement.
isAutoIncrement(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether the designated column is automatically numbered, thus read-only.
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_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_adm_task_denied - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_alias_conflict_err - 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_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_idx_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_checksum - 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_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_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_protocol - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_bad_req_handle - 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_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_svc_handle - 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_badblk - 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_bdbincon - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blktoobig - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blob_filter_exception - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blob_idx_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_blobnotsup - 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_cancelled - 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_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_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_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_requires_text - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_command_end_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_complex_view - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_conf_access_denied - 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_crrp_data_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_cse_not_supported - 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_database_create_failed - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_date_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_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_del_last_field - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_depend_on_uncommitted_rel - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dependency - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_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_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_column_label_for_name - 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_dbkey_scope - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dpb_debug - 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_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_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_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
 
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_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_reserved - 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_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_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_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.jdbc.FBConnectionHelper
 
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_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_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_wal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_column_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_group_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_having_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_nested_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_ref_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_where_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_arr_range_error - 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_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_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_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_open_err - 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_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_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_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_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_function_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_max_arr_dim_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_blob_array - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_relation_alias - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_open_cursor_request - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_relation_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_request_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_self_join - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dsql_shadow_number_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_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_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_dtype_renamed - 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_char_fld_too_small - 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_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_sql_role - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_field_name_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_fld_ambiguous - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_grant_role_to_user - 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_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_no_grant_admin_opt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_role_does_not_exist - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_roles_not_supported - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_dyn_user_not_role_member - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_err_base - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_err_factor - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_err_max - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_except - 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_existing_priv_mod - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_expec_int - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_expec_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_expec_positive - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_expec_uint - 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_info_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_field_aggregate_err - 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_foreign_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_foreign_key_notfound - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_from_no_match - 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_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_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_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_join_file_missing - 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_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_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_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_write_error - 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_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_opt_SQL_dialect - 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_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_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_seg_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_imp_exc - 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_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_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_amd64 - 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_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_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_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_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_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_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_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_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_clause - 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_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_string_constant - 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_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_keytoobig - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_amb_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_dup_id - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_err_convert - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_err_remove - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_err_unk - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_err_update - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_eval_exists - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_inv_id_key - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_inv_op_combo - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_inv_parameter - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_inv_switch - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_inv_switch_combo - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_no_file - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_op_missing - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_op_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_param_req - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_param_specified - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_svc_err_add - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_svc_err_remove - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_license_syntx_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_like_escape_invalid - 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_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_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_lost_db_connection - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_max_att_exceeded - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_max_idx - 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_must_be_dialect_2_and_up - 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_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_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_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_priv - 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_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_notinlim - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_notremote - 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_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_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_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_password_required - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_password_too_long - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_port_len - 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_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_proc_name - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_procedure_conflict_error - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_psw_attach - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_psw_start_trans - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_random - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_range_in_use - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_range_not_found - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_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_record_lock - 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_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_return_mode_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_scale_nogt - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_service_att_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_service_not_supported - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_service_unknown - 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_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_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_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_command_line - 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_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_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_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_password - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_spb_password_enc - 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_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
Parameters for isc_action_svc_restore *
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_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_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_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_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_user_name - 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_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_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_start_cm_for_wal - Static variable in interface org.firebirdsql.gds.ISCConstants
 
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_subquery_err - 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_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_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_token_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_token_too_long - 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_consistency - 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_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_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_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_rec_version - 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_tra_must_sweep - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_tra_state - 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_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_udf_exception - 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_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_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_valid_client_dialects - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_valid_db_dialects - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_version_err - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_view_alias - 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_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_wish_list - Static variable in interface org.firebirdsql.gds.ISCConstants
 
isc_wroblrver - 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_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.AbstractDatabaseMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
iscAttachDatabase(String, IscDbHandle, DatabaseParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
Attach to an existing database via a filename.
IscBlobHandle - Interface in org.firebirdsql.gds
The interface IscBlobHandle is a java mapping for a blob handle..
iscBlobInfo(IscBlobHandle, byte[], int) - Method in interface org.firebirdsql.gds.GDS
Retrieve data about an existing blob.
iscCancelEvents(IscDbHandle, EventHandle) - Method in interface org.firebirdsql.gds.GDS
Cancel event listening based on an EventHandle.
iscCloseBlob(IscBlobHandle) - Method in interface org.firebirdsql.gds.GDS
Close an open blob.
iscCommitRetaining(IscTrHandle) - Method in interface org.firebirdsql.gds.GDS
 
iscCommitTransaction(IscTrHandle) - Method in interface org.firebirdsql.gds.GDS
Commit a transaction.
ISCConstants - Interface in org.firebirdsql.gds
The interface GDS has most of the C client interface functions lightly mapped to java, as well as the constants returned from the server..
iscCreateBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
Create a new blob within a given transaction.
iscCreateDatabase(String, IscDbHandle, DatabaseParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
Create a database based on the supplied filename and database parameters.
iscDatabaseInfo(IscDbHandle, byte[], int) - Method in interface org.firebirdsql.gds.GDS
Get information about the database to which IscDbHandle is attached.
IscDbHandle - Interface in org.firebirdsql.gds
The interface isc_db_handle represents a socket connection to the database server.
iscDetachDatabase(IscDbHandle) - Method in interface org.firebirdsql.gds.GDS
Detach the given database handle from its database.
iscDropDatabase(IscDbHandle) - Method in interface org.firebirdsql.gds.GDS
Drop (delete) the database to which IscDbHandle is attached.
iscDsqlAllocateStatement(IscDbHandle, IscStmtHandle) - Method in interface org.firebirdsql.gds.GDS
Allocate a dynamic SQL (DSQL) statement on the database to which IscDbHandle is attached.
iscDsqlDescribe(IscStmtHandle, int) - Method in interface org.firebirdsql.gds.GDS
Retrieve data for a statement.
iscDsqlDescribeBind(IscStmtHandle, int) - Method in interface org.firebirdsql.gds.GDS
Retrieve data for a bind statement.
iscDsqlExecImmed2(IscDbHandle, IscTrHandle, String, int, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
Execute a string SQL statement directly, without first allocating a statement handle.
iscDsqlExecImmed2(IscDbHandle, IscTrHandle, String, String, int, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
iscDsqlExecImmed2(IscDbHandle, IscTrHandle, byte[], int, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
Execute a string SQL statement directly, without first allocating a statement handle.
iscDsqlExecute(IscTrHandle, IscStmtHandle, int, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
Execute a statement with only outgoing data.
iscDsqlExecute2(IscTrHandle, IscStmtHandle, int, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
Execute a statement with outgoing and incoming data.
iscDsqlExecuteImmediate(IscDbHandle, IscTrHandle, String, int, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
Execute a string SQL statement directly, without first allocating a statement handle.
iscDsqlExecuteImmediate(IscDbHandle, IscTrHandle, String, String, int, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
iscDsqlExecuteImmediate(IscDbHandle, IscTrHandle, byte[], int, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
Execute a string SQL statement directly, without first allocating a statement handle.
iscDsqlFetch(IscStmtHandle, int, XSQLDA, int) - Method in interface org.firebirdsql.gds.GDS
Retrieve record data from a statement.
iscDsqlFreeStatement(IscStmtHandle, int) - Method in interface org.firebirdsql.gds.GDS
Free a statement in the database that is pointed to by a valid handle.
iscDsqlPrepare(IscTrHandle, IscStmtHandle, String, int) - Method in interface org.firebirdsql.gds.GDS
Prepare a string SQL statement for execution in the database.
iscDsqlPrepare(IscTrHandle, IscStmtHandle, String, String, int) - Method in interface org.firebirdsql.gds.GDS
iscDsqlPrepare(IscTrHandle, IscStmtHandle, byte[], int) - Method in interface org.firebirdsql.gds.GDS
Prepare a string SQL statement for execution in the database.
iscDsqlSetCursorName(IscStmtHandle, String, int) - Method in interface org.firebirdsql.gds.GDS
Set the name to be used for a given statement.
iscDsqlSqlInfo(IscStmtHandle, byte[], int) - Method in interface org.firebirdsql.gds.GDS
Retrieve data about a statement.
iscEventBlock(EventHandle) - Method in interface org.firebirdsql.gds.GDS
Initialize the internal databastructures for an EventHandle.
iscEventCounts(EventHandle) - Method in interface org.firebirdsql.gds.GDS
Retrieve count information after an event has occurred.
iscGetSegment(IscBlobHandle, int) - Method in interface org.firebirdsql.gds.GDS
Fetch a segment of a blob.
isClosed() - Method in class org.firebirdsql.jdbc.AbstractConnection
Tests to see if a Connection is closed.
isClosed() - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
isClosed() - Method in class org.firebirdsql.jdbc.AbstractStatement
Check if this statement was closed.
isClosed() - Method in interface org.firebirdsql.jdbc.FirebirdResultSet
Retrieves whether this ResultSet object has been closed.
isClosed() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Retrieves whether this Statement object has been closed.
isCloseOnCompletion() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
isConnected() - Method in class org.firebirdsql.event.FBEventManager
 
isConnectionSharing() - Method in class org.firebirdsql.jca.FBManagedConnection
Check if connection sharing is enabled.
iscOpenBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
Open a blob within a given transaction.
iscPrepareTransaction(IscTrHandle) - Method in interface org.firebirdsql.gds.GDS
 
iscPrepareTransaction2(IscTrHandle, byte[]) - Method in interface org.firebirdsql.gds.GDS
 
iscPutSegment(IscBlobHandle, byte[]) - Method in interface org.firebirdsql.gds.GDS
Write a segment of data to a blob.
iscQueueEvents(IscDbHandle, EventHandle, EventHandler) - Method in interface org.firebirdsql.gds.GDS
Queue an EventHandler.
isCreateOnStart() - Method in class org.firebirdsql.management.FBManager
mbean get-set pair for field createOnStart Get the value of createOnStart
isCreateOnStart() - Method in interface org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field createOnStart Get the value of createOnStart
iscReconnectTransaction(IscTrHandle, IscDbHandle, long) - Method in interface org.firebirdsql.gds.GDS
Reconnect "in limbo" transaction using new database handle.
iscRollbackRetaining(IscTrHandle) - Method in interface org.firebirdsql.gds.GDS
 
iscRollbackTransaction(IscTrHandle) - Method in interface org.firebirdsql.gds.GDS
Rollback a transaction.
iscSeekBlob(IscBlobHandle, int, int) - Method in interface org.firebirdsql.gds.GDS
Seek to a given position in a blob.
iscServiceAttach(String, IscSvcHandle, ServiceParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
Attach to a Service Manager.
iscServiceDetach(IscSvcHandle) - Method in interface org.firebirdsql.gds.GDS
Detach from a Service Manager.
iscServiceQuery(IscSvcHandle, ServiceParameterBuffer, ServiceRequestBuffer, byte[]) - Method in interface org.firebirdsql.gds.GDS
Query a service manager
iscServiceStart(IscSvcHandle, ServiceRequestBuffer) - Method in interface org.firebirdsql.gds.GDS
Start a service operation.
iscStartTransaction(IscTrHandle, IscDbHandle, TransactionParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
Start a transaction based on a handle to a transaction.
IscStmtHandle - Interface in org.firebirdsql.gds
isc_stmt_handle describes a handle to a database statement.
IscSvcHandle - Interface in org.firebirdsql.gds
The interface isc_svc_handle is a java mapping for a isc_svc_handle handle.
iscTransactionInformation(IscTrHandle, byte[], int) - Method in interface org.firebirdsql.gds.GDS
 
IscTrHandle - Interface in org.firebirdsql.gds
The interface IscTrHandle represents a transaction handle.
isCurrency(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether the designated column is a cash value.
iscVaxInteger(byte[], int, int) - Method in interface org.firebirdsql.gds.GDS
Retrieve an integer value from a sequence of bytes.
iscVaxLong(byte[], int, int) - Method in interface org.firebirdsql.gds.GDS
Retrieve an long value from a sequence of bytes.
isDatabaseExists(String, String, String) - Method in class org.firebirdsql.management.FBManager
 
isDatabaseExists(String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
isDeallocated() - Method in class org.firebirdsql.pool.PooledObjectEvent
Deprecated.
Check if the physical connection that generated this event is deallocated.
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.
isDefaultResultSetHoldable() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
isDefaultResultSetHoldable() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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
mbean get-set pair for field dropOnStop Get the value of dropOnStop
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.pool.BlockingStack
Deprecated.
Checks to see if the stack is empty.
isEof() - Method in interface org.firebirdsql.gds.IscBlobHandle
Retrieve whether the EOF has been reached with this blob.
isExecuteProcedureStatement(String) - Method in class org.firebirdsql.jdbc.AbstractStatement
This method checks if supplied statement is executing procedure or it is generic statement.
isFirst() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Indicates whether the cursor is on the first row of this ResultSet object.
isForceCreate() - Method in class org.firebirdsql.management.FBManager
Get the ForceCreate value.
isForceCreate() - Method in interface org.firebirdsql.management.FBManagerMBean
 
isGeneratedKeys() - Method in class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
isGeneratedKeysSupportLoaded() - Static method in class org.firebirdsql.jdbc.AbstractGeneratedKeysQuery
Indicates if generated keys support has been loaded and available for use.
isInPool() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Check whether this object is currently in pool or had been released to the application.
isInPool() - Method in interface org.firebirdsql.pool.PooledObject
Deprecated.
Check whether this object is currently in pool or had been released to the application.
isInState(int) - Method in class org.firebirdsql.jdbc.FBEscapedCallParser
Returns if the system is in state state.
isInState(int) - Method in class org.firebirdsql.jdbc.FBEscapedParser
Returns if the system is in state state.
isKeepStatements() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
isKeepStatements() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
isKeepStatements() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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
 
isNotValid() - Method in interface org.firebirdsql.gds.IscSvcHandle
Retrieve whether this service handle is invalid.
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.
isNullable(int) - Method in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
Retrieves whether null values are allowed in the designated parameter.
ISOLATION_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
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
 
isPingable() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Check if this configuation defines a pingable connection JDBC pool.
isPingable() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
isPingable() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
Check if this pool supports pingable connections.
isPingable() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
isPoolable() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
isPooling() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
isPooling() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
Check if this connection pool uses connection pooling, or just implements JDBC 2.0 SE interfaces.
isPooling() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
isPooling() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
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.AbstractConnection
Tests to see if the connection is in read-only mode.
isReadOnly() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.
isRollbackAllowed() - Method in class org.firebirdsql.ds.XAConnectionHandler
 
isRollbackAllowed() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Is calling rollback on the physical connection allowed when the logical connection close is signalled.
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
 
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.
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.
isSigned(int) - Method in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
Retrieves whether values for the designated parameter can be signed numbers.
isStatementPooling() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
isStatementPooling() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
isStatementPooling() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated.
Check if this connection pool provides also prepared statement pooling.
isStatementPooling() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
isStatementPooling() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
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
 
isTimestampUsesLocalTimezone() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
isTimestampUsesLocalTimezone() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.AbstractConnection
 
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).
isUseFirebirdAutocommit() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
isUseFirebirdAutocommit() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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
 
isUseStandardUdf() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
isUseStandardUdf() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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
 
isUseStreamBlobs() - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
isUseStreamBlobs() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
isValid() - Method in interface org.firebirdsql.gds.IscDbHandle
Retrieve whether this handle is valid.
isValid() - Method in interface org.firebirdsql.gds.IscSvcHandle
Retrieve whether this service handle is valid.
isValid(int) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
isValid() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
isValid() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Check if this statement is valid.
isValid() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Check if this pooled connection is still valid.
isValid(PooledConnectionHandler) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
isValid() - Method in interface org.firebirdsql.pool.PooledObject
Deprecated.
Check if this pooled object is still valid.
isValueSet() - Method in class org.firebirdsql.jdbc.FBProcedureParam
Check if the value of this parameter has been set
isWarning() - Method in exception org.firebirdsql.gds.GDSException
Retrieve whether this exception is a warning.
isWarning() - Method in exception org.firebirdsql.gds.GDSWarning
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
isWrapperFor(Class) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.FBDataSource
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
 
isWrapperFor(Class<?>) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
isWrapperFor(Class) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
isWrapperFor(Class) - Method in class org.firebirdsql.pool.SimpleDataSource
Deprecated.
 
isWritable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether it is possible for a write on the designated column to succeed.

J

JavaGDSImpl - Static variable in class org.firebirdsql.gds.ClassFactory
 
JDBC_URL - Static variable in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
jdbcCompliant() - Method in class org.firebirdsql.jdbc.AbstractDriver
Reports whether this driver is a genuine JDBC COMPLIANTTM driver.
jdbcConnection - Variable in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
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
Remove references to unavailable shadow files.
killUnavailableShadows() - Method in interface org.firebirdsql.management.MaintenanceManager
Remove references to unavailable shadow files.

L

last() - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor to the last row in this ResultSet object.
LC_CTYPE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
LC_MESSAGES - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
lcase(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the lcase UDF function.
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(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the length UDF function.
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
Deprecated.
Will return List<Long> in 3.0
limboTransactionsAsLongList() - Method in class org.firebirdsql.management.FBMaintenanceManager
Deprecated.
listLimboTransactions() - Method in class org.firebirdsql.management.FBMaintenanceManager
Retrieve the ID of each limbo transaction.
listLimboTransactions() - Method in interface org.firebirdsql.management.MaintenanceManager
Retrieve the ID of each limbo transaction.
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
LITERAL_STATE - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
loadConfigurationFromFile(String) - Method in class org.firebirdsql.management.FBTraceManager
 
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_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
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.AbstractDatabaseMetaData
 
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
 
log(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the log UDF function.
log10(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the log10 UDF function.
LOG_DEBUG_INFO - Static variable in class org.firebirdsql.pool.PoolDebugConfiguration
Deprecated.
 
ltrim(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the ltrim UDF function.

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.
markCorruptRecords() - Method in class org.firebirdsql.management.FBMaintenanceManager
Mark corrupt records in the database as unavailable.
markCorruptRecords() - Method in interface org.firebirdsql.management.MaintenanceManager
Mark corrupt records in the database as unavailable.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Returns a matched connection from the candidate set of connections.
maxRows - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
mc - Variable in class org.firebirdsql.jca.FBLocalTransaction
 
mc - Variable in class org.firebirdsql.jdbc.AbstractConnection
 
mcf - Variable in class org.firebirdsql.ds.FBSimpleDataSource
 
mod(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the mod UDF function.
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

nativeSQL(String) - Method in class org.firebirdsql.jdbc.AbstractConnection
Converts the given SQL statement into the system's native SQL grammar.
nativeSQL(String) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
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.AbstractDriver
 
newConnectionProperties() - Method in interface org.firebirdsql.jdbc.FirebirdDriver
Create new instance of FirebirdConnectionProperties that can later be used in FirebirdDriver.connect(FirebirdConnectionProperties) call.
newTransactionParameterBuffer() - Method in interface org.firebirdsql.gds.GDS
Create new TransactionParameterBuffer instance for setting transaction parameters in the current GDS implementation.
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
 
nextResult() - Method in enum org.firebirdsql.jdbc.AbstractStatement.StatementResult
 
NO_AUTO_UNDO - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
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
 
NORMAL_STATE - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
normalize(String, Properties) - Static method in class org.firebirdsql.jdbc.FBDriverPropertyManager
Deprecated.
Use FBDriverPropertyManager.normalize(Properties) instead. Method will be removed in Jaybird 3.0
normalize(Properties) - Static method in class org.firebirdsql.jdbc.FBDriverPropertyManager
Normalize the properties.
notifyStatementCompleted(boolean) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
notifyStatementCompleted() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
notifyStatementCompleted(boolean) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
notifyStatementStarted() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
notifyStatementStarted(boolean) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
NOWAIT - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
nullPlusNonNullIsNull() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves whether concatenations between NULL and non-NULL values equal NULL.
nullsAreSortedAtEnd() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are NULL values sorted high?
nullsAreSortedLow() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are NULL values sorted low?
NUM_BUFFERS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
NUMBER_OF_USERS - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

O

OBJECT_NAME_LENGTH - Static variable in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
ObjectCloseTraceException - Exception in org.firebirdsql.pool
Deprecated.
ObjectCloseTraceException() - Constructor for exception org.firebirdsql.pool.ObjectCloseTraceException
Deprecated.
Create instance of this exception.
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
 
ONLINE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
ONLINE_DUMP - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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
 
org.firebirdsql.ds - package org.firebirdsql.ds
 
org.firebirdsql.event - package org.firebirdsql.event
 
org.firebirdsql.gds - package org.firebirdsql.gds
This package contains classes defining Firebird API for Java language that applications can use to access databases directly without JDBC interfaces.
org.firebirdsql.jca - package org.firebirdsql.jca
 
org.firebirdsql.jdbc - package org.firebirdsql.jdbc
 
org.firebirdsql.management - package org.firebirdsql.management
 
org.firebirdsql.pool - package org.firebirdsql.pool
 
othersDeletesAreVisible(int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
Indicates whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Indicates whether a result set's own inserts are visible.
ownname - Variable in class org.firebirdsql.gds.XSQLVAR
 
ownUpdatesAreVisible(int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Indicates whether a result set's own updates are visible.

P

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 recrods, reserve 20% of each page for later record deltas
PAGE_SIZE - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
parameterModeIn - Static variable in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
The constant indicating that the parameter's mode is IN.
parameterModeInOut - Static variable in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
The constant indicating that the parameter's mode is INOUT.
parameterModeOut - Static variable in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
The constant indicating that the parameter's mode is OUT.
parameterModeUnknown - Static variable in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
The constant indicating that the mode of the parameter is unknown.
parameterNoNulls - Static variable in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
The constant indicating that a parameter will not allow NULL values.
parameterNullable - Static variable in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
The constant indicating that a parameter will allow NULL values.
parameterNullableUnknown - Static variable in interface org.firebirdsql.jdbc.FirebirdParameterMetaData
The constant indicating that the nullability of a parameter is unknown.
parse(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
Converts escaped parts in the passed SQL to native representation.
parseArguments(String) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Extract function arguments from the function call.
parseCall(String) - Method in class org.firebirdsql.jdbc.FBEscapedCallParser
Converts escaped parts in the passed SQL to native representation.
parseDpbString(String, Object) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
 
parseFunction(String) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Extract function name from the function call.
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.AbstractDriver
 
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
 
peek() - Method in class org.firebirdsql.pool.BlockingStack
Deprecated.
Return, but do not remove, the object at the top of the stack.
physicalConnectionClosed(ConnectionEvent) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Notify about physical connection being closed.
physicalConnectionClosed(ConnectionEvent) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Notify about physical connection being closed.
physicalConnectionClosed(ConnectionEvent) - Method in interface org.firebirdsql.pool.PooledConnectionEventListener
Deprecated.
Notify listener that PooledConnection.close() method is directly invoked by the application.
physicalConnectionDeallocated(PooledObjectEvent) - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Notify about the deallocation of the physical connection (for example, when connection is removed by the idle remover thread).
physicalConnectionDeallocated(ConnectionEvent) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Notify about the deallocation of the physical connection.
physicalConnectionDeallocated(ConnectionEvent) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Notify about the deallocation of the physical connection.
physicalConnectionDeallocated(ConnectionEvent) - Method in interface org.firebirdsql.pool.PooledConnectionEventListener
Deprecated.
Notify listener that PooledObject.deallocate() method is invoked by the application.
pi(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the pi UDF function.
ping() - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Ping connection by executing a ping statement.
PingablePooledConnection - Class in org.firebirdsql.pool
Deprecated.
PingablePooledConnection(Connection, boolean, int, boolean, PooledConnectionQueue) - Constructor for class org.firebirdsql.pool.PingablePooledConnection
Deprecated.
 
PingablePooledConnection(Connection, String, int, boolean, int, boolean, PooledConnectionQueue) - Constructor for class org.firebirdsql.pool.PingablePooledConnection
Deprecated.
 
PoolDebugConfiguration - Class in org.firebirdsql.pool
Deprecated.
PoolDebugConfiguration() - Constructor for class org.firebirdsql.pool.PoolDebugConfiguration
Deprecated.
 
PooledConnectionEventListener - Interface in org.firebirdsql.pool
Deprecated.
PooledConnectionManager - Interface in org.firebirdsql.pool
Deprecated.
PooledObject - Interface in org.firebirdsql.pool
Deprecated.
PooledObjectEvent - Class in org.firebirdsql.pool
Deprecated.
PooledObjectEvent(Object) - Constructor for class org.firebirdsql.pool.PooledObjectEvent
Deprecated.
Create instance of this object for the specified event source.
PooledObjectEvent(Object, boolean) - Constructor for class org.firebirdsql.pool.PooledObjectEvent
Deprecated.
Create instance of this object for the specified event source and information if the physical connection is deallocated.
PooledObjectListener - Interface in org.firebirdsql.pool
Deprecated.
pooledObjectReleased(PooledObjectEvent) - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Notify about new available connection.
pooledObjectReleased(PooledObjectEvent) - Method in interface org.firebirdsql.pool.PooledObjectListener
Deprecated.
Notify that pooled object was released and can be returned back to the pool.
PooledPreparedStatementHandler - Class in org.firebirdsql.pool
Deprecated.
pop() - Method in class org.firebirdsql.pool.BlockingStack
Deprecated.
Return and remove the object at the top of the stack.
pop(long) - Method in class org.firebirdsql.pool.BlockingStack
Deprecated.
Return and remove the object at the top of the stack only if it is available within the specified number of milliseconds, otherwise return null.
position(byte[], long) - Method in class org.firebirdsql.jdbc.FBBlob
Determines the byte position at which the specified byte pattern begins within the BLOB value that this Blob object represents.
position(Blob, long) - Method in class org.firebirdsql.jdbc.FBBlob
Determines the byte position in the BLOB value designated by this Blob object at which pattern begins.
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.
prepare(Xid) - Method in class org.firebirdsql.jca.FBManagedConnection
Prepares a transaction to commit.
prepareCall(String) - Method in class org.firebirdsql.jdbc.AbstractConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class org.firebirdsql.jdbc.AbstractConnection
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.AbstractConnection
 
prepareFixedStatement(String, boolean) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
We allow multiple calls to this method without re-preparing the statement.
prepareFixedStatement(String, boolean) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Prepare fixed statement and initialize parameters.
prepareFixedStatement(String, boolean) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
prepareMetaDataStatement(String, int, int) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
prepareStatement(String) - Method in class org.firebirdsql.jdbc.AbstractConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class org.firebirdsql.jdbc.AbstractConnection
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.AbstractConnection
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.AbstractConnection
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int[]) - Method in class org.firebirdsql.jdbc.AbstractConnection
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.AbstractConnection
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.AbstractConnection
 
prepareStatement(XPreparedStatementModel, boolean) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Prepare the specified statement and wrap it with cache notification wrapper.
prepareStatement(String, int, int, boolean) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
prepareStatement(String, int, int, boolean) - Method in interface org.firebirdsql.pool.XStatementManager
prepareStatement(XPreparedStatementModel, boolean) - Method in interface org.firebirdsql.pool.XStatementManager
Deprecated.
Prepare specified SQL statement.
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.
printStackTrace(PrintStream) - Method in exception org.firebirdsql.jdbc.FBSQLWarning
Deprecated.
 
printStackTrace(PrintWriter) - Method in exception org.firebirdsql.jdbc.FBSQLWarning
Deprecated.
 
procedureCall - Variable in class org.firebirdsql.jdbc.AbstractCallableStatement
 
PROCESS_ID - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
PROCESS_NAME - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
processEscaped(String, StringBuilder, StringBuilder) - Method in class org.firebirdsql.jdbc.FBEscapedParser
 
processMapping(GDS, String) - Static method in class org.firebirdsql.jdbc.FBTpbMapper
Process comma-separated list of keywords and convert them into TPB values.
processObjectInstance(AbstractDriverConnectionPoolDataSource, Object) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
processObjectInstance(AbstractFBConnectionPoolDataSource, Reference) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
processParam(String) - Method in class org.firebirdsql.jdbc.FBEscapedCallParser
Pre-process parameter.
processTablePrivileges(XSQLVAR[], ResultSet) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
processToken(String) - Method in class org.firebirdsql.jdbc.FBEscapedCallParser
Process token.
processTpbMapping(GDS, FirebirdConnectionProperties, Properties) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
This method extracts TPB mapping information from the connection parameters and adds it to the connectionProperties.
PROPERTIES - Static variable in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
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
 
push(Object) - Method in class org.firebirdsql.pool.BlockingStack
Deprecated.
Push an object onto the stack.

Q

queueService(GDS, IscSvcHandle) - Method in class org.firebirdsql.management.FBServiceManager
 
QUIT_LOG - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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.FBEscapedFunctionHelper
Produce a function call for the rand UDF function.
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 - 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
 
READ_FULLY_BUFFER_SIZE - Static variable in class org.firebirdsql.jdbc.FBBlob
Maximum blob segment size, see IB 6 Data Definition Guide, page 78 ("BLOB segment length")
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.
REC_VERSION - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
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_NON_STANDARD_PROPERTY - Static variable in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
REF_PORT_NUMBER - Static variable in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
REF_PROPERTIES - Static variable in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
REF_PROPERTIES - Static variable in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
REF_SERVER_NAME - Static variable in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
ReflectionHelper - Class in org.firebirdsql.ds
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
 
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
 
relaliasname - Variable in class org.firebirdsql.gds.XSQLVAR
 
relative(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Moves the cursor a relative number of rows, either positive or negative.
releaseConnectionHandler(PooledConnectionHandler) - Method in class org.firebirdsql.ds.AbstractPooledConnection
Releases the current handler if it is equal to the handler passed in pch.
releaseSavepoint(Savepoint) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
releaseSavepoint(FirebirdSavepoint) - Method in class org.firebirdsql.jdbc.AbstractConnection
Deprecated.
This method will be removed in Jaybird 2.3, use Connection.releaseSavepoint(Savepoint)
releaseSavepoint(FirebirdSavepoint) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
This method will be removed in Jaybird 2.3, use Connection.releaseSavepoint(java.sql.Savepoint)
relname - Variable in class org.firebirdsql.gds.XSQLVAR
 
removeArgument(int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Remove specified argument.
removeArgument(int) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
Remove specified argument.
removeArgument(int) - Method in interface org.firebirdsql.gds.TransactionParameterBuffer
Remove specified argument.
removeArgument(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
removeConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.ds.AbstractPooledConnection
 
removeConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.jca.AbstractXAConnection
Deprecated.
 
removeConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.jca.FBManagedConnection
Remove a ConnectionEventListner from the listing of listeners that will be notified for a ConnectionEvent.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Remove connection listener from this pooled connection.
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
 
removeExtensionParams() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
removeStatementEventListener(StatementEventListener) - Method in class org.firebirdsql.ds.FBPooledConnection
 
removeStatementEventListener(StatementEventListener) - Method in class org.firebirdsql.jca.FBXAConnection
 
removeStatementEventListener(StatementEventListener) - Method in class org.firebirdsql.pool.PingablePooledConnection
Deprecated.
 
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
 
RESERVED - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
resetConnection() - Method in class org.firebirdsql.ds.AbstractPooledConnection
 
resetConnection() - Method in class org.firebirdsql.ds.FBXAConnection
 
restart() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Restart this JDBC pool.
restart() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
restart() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
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() - Method in class org.firebirdsql.management.FBBackupManager
 
restoreDatabase(int) - Method in class org.firebirdsql.management.FBBackupManager
 
restoreDatabase() - Method in class org.firebirdsql.management.FBNBackupManager
 
restoreDatabase() - Method in interface org.firebirdsql.management.NBackupManager
Perform the restore operation.
resultSetClosed(ResultSet) - Method in interface org.firebirdsql.jdbc.FBObjectListener.ResultSetListener
Notify listener that result set was closed.
ResultSetHandler - Class in org.firebirdsql.pool
Deprecated.
ResultSetHandler(Statement, ResultSet) - Constructor for class org.firebirdsql.pool.ResultSetHandler
Deprecated.
Create instance of this class for the specified prepared statement proxy and target result set.
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
ROLE_NAME_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
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.AbstractConnection
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.AbstractConnection
 
rollback(FirebirdSavepoint) - Method in class org.firebirdsql.jdbc.AbstractConnection
Deprecated.
This method will be removed in Jaybird 2.3, use Connection.rollback(Savepoint)
rollback(FirebirdSavepoint) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
This method will be removed in Jaybird 2.3, use Connection.rollback(java.sql.Savepoint)
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 3.1.
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, byte[][]) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
rowChanged(FBFetcher, byte[][]) - 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
 
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
 
rtrim(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the rtrim UDF function.

S

SAVEPOINT_ID_PREFIX - Static variable in class org.firebirdsql.jdbc.FBSavepoint
 
SEC_ATTACH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
SECURITY_FIRST_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_GROUPID - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_GROUPNAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_LAST_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_MIDDLE_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_PASSWORD - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_USER_NAME - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
 
SECURITY_USERID - Static variable in interface org.firebirdsql.gds.ServiceRequestBuffer
Parameters for ACTION_ADD_USER, ACTION_DELETE_USER, ACTION_MODIFY_USER, and ACTION_DISPLAY_USER service calls.
seek(int) - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
seek(int, int) - Method in class org.firebirdsql.jdbc.FBBlobInputStream
 
seek(int, int) - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 
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
SEGMENTED - Static variable in class org.firebirdsql.jdbc.FBBlob
 
selectableProcedure - Variable in class org.firebirdsql.jdbc.AbstractCallableStatement
 
serialize(Object) - Static method in class org.firebirdsql.ds.DataSourceFactory
 
serialize(Object) - Static method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
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.
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.
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
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.
setAutoCommit(boolean) - Method in class org.firebirdsql.jdbc.AbstractConnection
Sets this connection's auto-commit mode.
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)
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
 
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
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, 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.
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
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBinaryStream(long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Set the contents of blob as binary stream.
setBinaryStream(long) - Method in interface org.firebirdsql.jdbc.FirebirdBlob
Retrieves a stream that can be used to write to the Blob value that this object represents.
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, 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
 
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
 
setBlobBufferSize(int) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setBlobBufferSize(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setBlobId(long) - Method in interface org.firebirdsql.gds.IscBlobHandle
Set the identifier for the blob to which this handle is linked.
setBlockingTimeout(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setBlockingTimeout(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setBlockingTimeout(int) - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
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.
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
 
setBuffersNumber(int) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setBuffersNumber(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.
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
This operation is not currently supported Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
setBytes(long, byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlob
This operation is not currently supported Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the number of bytes written.
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.
setCatalog(String) - Method in class org.firebirdsql.jdbc.AbstractConnection
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, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
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.
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.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.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setCharSet(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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, 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
 
setConnectionProperties(FBConnectionProperties) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setConnectionProperties(FBConnectionProperties) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Set the connection properties in bulk.
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.jca.FBManagedConnectionFactory
 
setConnectTimeout(int) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setConnectTimeout(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
Set the connect timeout.
setConnectTimeout(int) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setConnectTimeout(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setCreateOnStart(boolean) - Method in class org.firebirdsql.management.FBManager
Set the value of createOnStart
setCreateOnStart(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the value of createOnStart
setCursorName(String) - Method in class org.firebirdsql.jdbc.AbstractStatement
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.jca.FBXADataSource
Deprecated.
 
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.FBBackupManager
 
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.
setDatabase(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setDatabase(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setDatabaseAccessMode(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
Set the database to have read-write or read-only access.
setDatabaseAccessMode(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Set the database to have read-write or read-only access.
setDatabaseDialect(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
Set the database's dialect.
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.
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.
setDefaultCacheBuffer(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
Set the default page-buffer count to be cached in the database.
setDefaultCacheBuffer(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Set the default page-buffer count to be cached in the database.
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.
setDefaultIsolation(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setDefaultIsolation(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.
setDefaultResultSetHoldable(boolean) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setDefaultResultSetHoldable(boolean) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.
setDefaultTransactionIsolation(int) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setDefaultTransactionIsolation(int) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
setDefaultTransactionIsolation(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setDescription(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setDescription(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
Set description of this datasource.
setDescription(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setDialect(int) - Method in interface org.firebirdsql.gds.IscDbHandle
 
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.
setDriverClassName(String) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
setDropOnStop(boolean) - Method in class org.firebirdsql.management.FBManager
Set the value of dropOnStop
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.jca.FBManagedConnectionFactory
 
setEncoding(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setEncoding(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setEncoding(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setEncoding(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setEscapeProcessing(boolean) - Method in class org.firebirdsql.jdbc.AbstractStatement
Sets escape processing on or off.
setFetchDirection(int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchDirection(int) - Method in class org.firebirdsql.jdbc.AbstractStatement
Gives the driver a hint as to the direction in which the rows in a result set will be processed.
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.AbstractStatement
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFileName(String) - Method in class org.firebirdsql.management.FBManager
Set the value of fileName
setFileName(String) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the value of fileName
setFirebirdSavepoint() - Method in class org.firebirdsql.jdbc.AbstractConnection
Deprecated.
This method will be removed in Jaybird 2.3, use Connection.setSavepoint()
setFirebirdSavepoint(String) - Method in class org.firebirdsql.jdbc.AbstractConnection
Deprecated.
This method will be removed in Jaybird 2.3, use Connection.setSavepoint()
setFirebirdSavepoint() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
This method will be removed in Jaybird 2.3, use Connection.setSavepoint()
setFirebirdSavepoint(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Deprecated.
This method will be removed in Jaybird 2.3, use Connection.setSavepoint(String)
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.
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.
setForceCreate(boolean) - Method in class org.firebirdsql.management.FBManager
Set the ForceCreate value.
setForceCreate(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
 
setForcedWrites(boolean) - Method in class org.firebirdsql.management.FBMaintenanceManager
Enable or disable forced (synchronous) writes in the database.
setForcedWrites(boolean) - Method in interface org.firebirdsql.management.MaintenanceManager
Enable or disable forced (synchronous) writes in the database.
setGDSType(GDSType) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Set type of the JDBC driver to use.
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
setHoldability(int) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
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.
setIdleTimeout(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
setIdleTimeout(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
setIndex(int) - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
setInPool(boolean) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Set the "inPool" flag to this object.
setInPool(boolean) - Method in interface org.firebirdsql.pool.PooledObject
Deprecated.
Set the "inPool" flag to this object.
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.
setIsolation(String) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
setIsolation(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
setJdbcUrl(String) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
setKeepStatements(boolean) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setKeepStatements(boolean) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.
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.jca.FBXADataSource
Deprecated.
 
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.
setLoginTimeout(int) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Set login timeout for new connection.
setLoginTimeout(int) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Set login timeout for new connection.
setLoginTimeout(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setLoginTimeout(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Set login timeout.
setLoginTimeout(int) - Method in class org.firebirdsql.pool.SimpleDataSource
Deprecated.
 
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.
setLogWriter(PrintWriter) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
setLogWriter(PrintWriter) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setLogWriter(PrintWriter) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setLogWriter(PrintWriter) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Set log writer.
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.
setManagedConnection(FBManagedConnection) - Method in class org.firebirdsql.jdbc.AbstractConnection
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.AbstractConnection
 
setMapping(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jdbc.FBTpbMapper
Set mapping for the specified transaction isolation.
setMaxConnections(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
setMaxConnections(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
setMaxFieldSize(int) - Method in class org.firebirdsql.jdbc.AbstractStatement
Sets the limit for the maximum number of bytes in a column to the given number of bytes.
setMaxIdleTime(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setMaxIdleTime(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setMaxIdleTime(int) - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
setMaxPoolSize(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setMaxPoolSize(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setMaxPoolSize(int) - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
setMaxRows(int) - Method in class org.firebirdsql.jdbc.AbstractStatement
Sets the limit for the maximum number of rows that any ResultSet object can contain to the given number.
setMaxStatements(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setMaxStatements(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setMaxStatements(int) - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
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.
setMinConnections(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
setMinConnections(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
setMinPoolSize(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setMinPoolSize(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setMinPoolSize(int) - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
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(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setNClob(int, Reader) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setNClob(String, NClob) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setNClob(int, NClob) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
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.
setNonStandardProperty(String, String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setNonStandardProperty(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Method that allows setting non-standard property in the form "key=value" form.
setNonStandardProperty(String, String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setNonStandardProperty(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.
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
 
setODSMajorVersion(int) - Method in interface org.firebirdsql.gds.IscDbHandle
 
setODSMinorVersion(int) - Method in interface org.firebirdsql.gds.IscDbHandle
 
setPageFill(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
Set the page fill strategy for when inserting records.
setPageFill(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Set the page fill strategy for when inserting records.
setParameter(int, String) - Method in class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Sets the parameter value
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.jca.FBConnectionRequestInfo
 
setPassword(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setPassword(String) - Method in class org.firebirdsql.jca.FBXADataSource
Deprecated.
 
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
Set the value of password
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.
setPassword(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setPassword(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setPingInterval(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setPingInterval(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setPingInterval(int) - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
setPingStatement(String) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setPingStatement(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setPoolable(boolean) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
setPooling(boolean) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setPooling(boolean) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setPooling(boolean) - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
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
 
setProperties(Properties) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
Set JDBC properties that will be passed when opening a connection.
setProperties(Properties) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Set JDBC properties that will be passed when opening a connection.
setProperties(Properties) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setProperty(String, String) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
setQueryTimeout(int) - Method in class org.firebirdsql.jdbc.AbstractStatement
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
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.AbstractConnection
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.
setReference(Reference) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
Set JNDI reference for this data source.
setReference(Reference) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
Set JNDI reference for this data source.
setRequiredTypes() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Set required types for output parameters.
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.FBBackupManager
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.FBBackupManager
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.FBBackupManager
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.FBBackupManager
Set the restore operation to create a new database, as opposed to overwriting an existing database.
setRetryInterval(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setRetryInterval(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.jca.FBManagedConnectionFactory
 
setRoleName(String) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setRoleName(String) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setRoleName(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setRoleName(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setRow(byte[][]) - Method in class org.firebirdsql.jdbc.FBRowUpdater
 
setRowId(String, RowId) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setRowId(int, RowId) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setSavepoint() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
setSavepoint(String) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
setSchema(String) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
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.
setServer(String) - Method in class org.firebirdsql.management.FBManager
 
setServer(String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
setServerName(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
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.
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.jca.FBManagedConnectionFactory
 
setSocketBufferSize(int) - Method in class org.firebirdsql.jdbc.FBConnectionProperties
 
setSocketBufferSize(int) - Method in interface org.firebirdsql.jdbc.FirebirdConnectionProperties
 
setSocketBufferSize(int) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setSocketBufferSize(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.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).
setSoTimeout(int) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setSoTimeout(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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
 
setSqlDialect(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setSqlDialect(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setSqlRole(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setSqlRole(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
setSQLXML(String, SQLXML) - Method in class org.firebirdsql.jdbc.FBCallableStatement
 
setSQLXML(int, SQLXML) - Method in class org.firebirdsql.jdbc.FBPreparedStatement
 
setState(int) - Method in class org.firebirdsql.jdbc.FBEscapedCallParser
Sets the current state.
setState(int) - Method in class org.firebirdsql.jdbc.FBEscapedParser
Sets the current state.
setStatementPooling(boolean) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated.
 
setStatementPooling(boolean) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setStatementPooling(boolean) - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
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
This operation is not supported Writes the given Java String to the CLOB value that this Clob object designates at the position pos.
setString(long, String, int, int) - Method in class org.firebirdsql.jdbc.FBClob
This operation is not supported
setStringForced(int, String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given String value.
setSweepThreshold(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
Set the database automatic sweep interval to a given number of transactions.
setSweepThreshold(int) - Method in interface org.firebirdsql.management.MaintenanceManager
Set the database automatic sweep interval to a given number of transactions.
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.
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.
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
 
setTimestampUsesLocalTimezone(boolean) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setTimestampUsesLocalTimezone(boolean) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.
setTpbMapping(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setTpbMapping(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.AbstractConnection
Attempts to change the transaction isolation level to the one given.
setTransactionIsolationLevel(int) - Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Deprecated.
 
setTransactionIsolationLevel(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
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.AbstractConnection
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
setTransactionParameters(TransactionParameterBuffer) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
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.
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setTransactionParameters(int, TransactionParameterBuffer) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setTransactionTimeout(int) - Method in class org.firebirdsql.jca.FBManagedConnection
Sets the transaction timeout.
setType(String) - Method in class org.firebirdsql.ds.FBAbstractCommonDataSource
 
setType(String) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
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
 
setType(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
Set type of JDBC driver to use.
setType(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
setTypeMap(Map) - Method in class org.firebirdsql.jdbc.AbstractConnection
Installs the given type map as the type map for this connection.
setUnicodeStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Deprecated.
setUnicodeStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Deprecated.
I really have no idea if there is anything else we should be doing here
setURL(String, URL) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setURL(int, 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).
setUseFirebirdAutocommit(boolean) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setUseFirebirdAutocommit(boolean) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.jca.FBXADataSource
Deprecated.
 
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
Set the value of userName
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.
setUserName(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setUserName(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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
 
setUseStandardUdf(boolean) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setUseStandardUdf(boolean) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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
 
setUseStreamBlobs(boolean) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setUseStreamBlobs(boolean) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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
 
setUseTranslation(String) - Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Deprecated.
 
setUseTranslation(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
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.FBBackupManager
Set whether the operations of this BackupManager will result in verbose logging to the configured logger.
setVersion(String) - Method in interface org.firebirdsql.gds.IscDbHandle
 
setVersion(String...) - Method in interface org.firebirdsql.gds.IscDbHandle
 
setWaitTimeout(long) - Method in class org.firebirdsql.event.FBEventManager
Set the time in milliseconds, after which the async threa will exit from the Object.wait(long) method and check whether it was stopped or not.
setXAErrorCode(int) - Method in exception org.firebirdsql.gds.GDSException
Set the XaErrorCode value.
SHARED - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
SHOW_TRACE - Static variable in class org.firebirdsql.pool.PoolDebugConfiguration
Deprecated.
 
SHUTDOWN - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
shutdown() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Deprecated.
Shutdown this JDBC pool.
shutdown() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
shutdown() - Method in interface org.firebirdsql.pool.FirebirdPool
Deprecated.
 
SHUTDOWN_ATTACH - Static variable in interface org.firebirdsql.management.MaintenanceManager
Don't allow new connections while waiting to shut down.
SHUTDOWN_DELAY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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
Shutdown the current database.
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 new since Firebird 2.5.
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.
sign(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the sign UDF function.
SimpleDataSource - Class in org.firebirdsql.pool
Deprecated.
Use FBSimpleDataSource for non-pooling, this implementation only works correctly with the deprecated FBConnectionPoolDataSource and DriverConnectionPoolDataSource classes
SimpleDataSource(ConnectionPoolDataSource) - Constructor for class org.firebirdsql.pool.SimpleDataSource
Deprecated.
Create instance of this class.
sin(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the sin UDF function.
SO_TIMEOUT - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
SOCKET_BUFFER_SIZE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
SOURCE_INTERP - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
SOURCE_TYPE - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
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
 
SQL_STATE_CONNECTION_CLOSED - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_CONNECTION_FAILURE - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_CONNECTION_FAILURE_IN_TX - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_FEATURE_NOT_SUPPORTED - Static variable in exception org.firebirdsql.jdbc.FBDriverNotCapableException
 
SQL_STATE_GENERAL_ERROR - Static variable in exception org.firebirdsql.jca.FBResourceException
 
SQL_STATE_GENERAL_ERROR - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_ARG_VALUE - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_COLUMN - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_CONN_ATTR - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_CONVERSION - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_ESCAPE_SEQ - Static variable in exception org.firebirdsql.jdbc.FBSQLParseException
 
SQL_STATE_INVALID_OPTION_IDENTIFIER - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_PARAM_TYPE - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_STATEMENT_ID - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_TRANSACTION_STATE - Static variable in exception org.firebirdsql.jca.FBResourceTransactionException
 
SQL_STATE_INVALID_TX_STATE - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_NO_RESULT_SET - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_NO_ROW_AVAIL - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_TRANSACTION_ACTIVE - Static variable in exception org.firebirdsql.jca.FBResourceTransactionException
 
SQL_STATE_TRANSACTION_ROLLED_BACK - Static variable in exception org.firebirdsql.jca.FBResourceTransactionException
 
SQL_STATE_WARNING - Static variable in exception org.firebirdsql.jdbc.FBSQLWarning
Deprecated.
 
SQL_STATE_WRONG_PARAM_NUM - Static variable in exception org.firebirdsql.jdbc.FBSQLException
 
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
 
sqld - Variable in class org.firebirdsql.gds.XSQLDA
The number of output columns.
SQLDA_VERSION1 - Static variable in interface org.firebirdsql.gds.ISCConstants
 
sqldata - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqllen - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqln - Variable in class org.firebirdsql.gds.XSQLDA
The number of input columns.
sqlname - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqlscale - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqlsubtype - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqltype - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqlvar - Variable in class org.firebirdsql.gds.XSQLDA
Array of column values.
sqrt(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the sqrt UDF function.
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
 
startTraceSession(String, String) - Method in class org.firebirdsql.management.FBTraceManager
Starts a trace session with an optioanl 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
statementClosed(AbstractStatement) - Method in interface org.firebirdsql.jdbc.FBObjectListener.StatementListener
Notify the listener that statement was closed.
statementClosed(AbstractStatement) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
statementClosed(String, Object) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
 
statementClosed(XPreparedStatementModel, Object) - Method in class org.firebirdsql.pool.AbstractPingablePooledConnection
Deprecated.
Handle Statement.close() method.
statementClosed(String, Object) - Method in interface org.firebirdsql.pool.XStatementManager
Deprecated. 
statementClosed(XPreparedStatementModel, Object) - Method in interface org.firebirdsql.pool.XStatementManager
Deprecated.
Notify about statement close.
statementCompleted(AbstractStatement) - Method in interface org.firebirdsql.jdbc.FBObjectListener.StatementListener
Notify the listener that statement is completed.
statementCompleted(AbstractStatement, 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(AbstractStatement) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
statementCompleted(AbstractStatement, boolean) - Method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
 
StatementHandler - Class in org.firebirdsql.pool
Deprecated.
StatementHandler(PooledConnectionHandler, Statement) - Constructor for class org.firebirdsql.pool.StatementHandler
Deprecated.
Create instance of this class for the specified connection handler and
statementListener - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
StatisticsManager - Interface in org.firebirdsql.management
A StatisticsManager is responsible for replicating the functionality of the gstat command-line tool.
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
 
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.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
stripEscape(String) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Strips all backslash-escapes from a string.
stripQuotes(String, boolean) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Strips a leading and trailing quote (double or single) from a string.
SUCCESS - Static variable in interface org.firebirdsql.gds.ISCConstants
 
supportsAlterTableWithAddColumn() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is "ALTER TABLE" with drop column supported?
supportsANSI92EntryLevelSQL() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is the ANSI92 entry level SQL grammar supported? All JDBC CompliantTM drivers must return true.
supportsANSI92FullSQL() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsBatchUpdates() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Indicates whether the driver supports batch updates.
supportsCatalogsInDataManipulation() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can a catalog name be used in an index definition statement?
supportsCatalogsInPrivilegeDefinitions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is column aliasing supported?
supportsConvert() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is the CONVERT function between SQL types supported? What is this??? my sql ref says CONVERT is a string encoding map!
supportsConvert(int, int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves whether CONVERT between the given SQL types supported.
supportsCoreSQLGrammar() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are correlated subqueries supported? A JDBC CompliantTM driver always returns true.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExpressionsInOrderBy() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are full nested outer joins supported?
supportsGetGeneratedKeys() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after creation.
supportsGroupBy() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is the escape character in "LIKE" clauses supported? A JDBC CompliantTM driver always returns true.
supportsLikeEscapeClause() - Static method in class org.firebirdsql.jdbc.FBEscapedParser
 
supportsLimitedOuterJoins() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is there limited support for outer joins? (This will be true if supportFullOuterJoins is true.)
supportsMinimumSQLGrammar() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is the ODBC Minimum SQL grammar supported? All JDBC CompliantTM drivers must return true.
supportsMixedCaseIdentifiers() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
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.
supportsMultipleOpenResults() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are multiple ResultSet from a single execute supported?
supportsMultipleTransactions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNamedParameters() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieve whether this database supports named parameters.
supportsNonNullableColumns() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can columns be defined as non-nullable? A JDBC CompliantTM driver always returns true.
supportsOpenCursorsAcrossCommit() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT statement?
supportsOuterJoins() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is positioned DELETE supported?
supportsPositionedUpdate() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is positioned UPDATE supported?
supportsResultSetConcurrency(int, int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Does the database support the concurrency type in combination with the given result set type?
supportsResultSetHoldability(int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves whether this database supports the given results holdability.
supportsResultSetType(int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Does the database support the given result set type?
supportsSavepoints() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is SELECT for UPDATE supported?
supportsStatementPooling() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsStoredProcedures() - Static method in class org.firebirdsql.jdbc.FBEscapedParser
 
supportsSubqueriesInComparisons() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are subqueries in comparison expressions supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInExists() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are subqueries in 'exists' expressions supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInIns() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are subqueries in 'in' statements supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInQuantifieds() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are subqueries in quantified expressions supported? A JDBC CompliantTM driver always returns true.
supportsTableCorrelationNames() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Are table correlation names supported? A JDBC CompliantTM driver always returns true.
supportsTransactionIsolationLevel(int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Does this database support the given transaction isolation level?
supportsTransactions() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.AbstractDatabaseMetaData
Is SQL UNION supported?
supportsUnionAll() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Is SQL UNION ALL supported?
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
Perform an immediate sweep of the database.
sweepDatabase() - Method in interface org.firebirdsql.management.MaintenanceManager
Perform an immediate sweep of the database.
switchState(char) - Method in class org.firebirdsql.jdbc.FBEscapedCallParser
Test the character to be the state switching character and switches the state if necessary.
switchState(char) - Method in class org.firebirdsql.jdbc.FBEscapedParser
Test the character to be the state switching character and switches the state if necessary.
Synchronizable - Interface in org.firebirdsql.jdbc
Provides synchronization object.
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.AbstractDatabaseMetaData
 
SYSTEM_TABLE_STATISTICS - Static variable in interface org.firebirdsql.management.StatisticsManager
Request statistics on system tables.

T

TABLE - Static variable in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
tan(String[]) - Static method in class org.firebirdsql.jdbc.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
 
TIMESTAMP_USES_LOCAL_TIMEZONE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
toArray(Collection<Integer>) - Method in class org.firebirdsql.jdbc.AbstractStatement
Convert collection of Integer elements into array of int.
toDateString(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
This method converts the 'yyyy-mm-dd' date format into the Firebird understandable format.
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.jca.FBLocalTransaction.FBLocalXid
 
toString() - Method in class org.firebirdsql.management.FBUser
 
toTimestampString(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
This method converts the 'yyyy-mm-dd hh:mm:ss' timestamp format into the Firebird understandable format.
toTimeString(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
This method converts the 'hh:mm:ss' time format into the Firebird understandable format.
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.AbstractDriver
 
TPB_MAPPING_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
 
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.jdbc.FBConnectionHelper
 
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
 
TraceManager - Interface in org.firebirdsql.management
Implements the Trace/Audit API availabe new in Firebird 2.5.
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.FBConnectionHelper
 
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.FBConnectionHelper
 
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.FBConnectionHelper
 
TRANSACTION_SERIALIZABLE - Static variable in class org.firebirdsql.jdbc.FBTpbMapper
Dirty reads, non-repeatable reads and phantom reads are prevented.
TransactionParameterBuffer - Interface in org.firebirdsql.gds
Instances of this interface represent Transaction Parameter Buffer from the Firebird API.
truncate(long) - Method in class org.firebirdsql.jdbc.FBBlob
This operation is not currently supported Truncate this Blob to a given length.
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.
TRUSTED_AUTH - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
txCoordinator - Variable in class org.firebirdsql.jdbc.AbstractConnection
 
TYPE - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
TYPE_COMMIT - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
TYPE_COMMIT - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A COMMIT statement
TYPE_DDL - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
TYPE_DDL - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A DDL statment
TYPE_DELETE - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
TYPE_DELETE - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A DELETE statement
TYPE_EXEC_PROCEDURE - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
TYPE_EXEC_PROCEDURE - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
An EXEC PROCEDURE statement
TYPE_GET_SEGMENT - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
TYPE_GET_SEGMENT - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A GET SEGMENT statement
TYPE_INSERT - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
TYPE_INSERT - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
An INSERT statement
TYPE_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
TYPE_PUT_SEGMENT - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
TYPE_PUT_SEGMENT - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A PUT SEGMENT statement
TYPE_ROLLBACK - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
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.gds.IscStmtHandle
 
TYPE_SELECT - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A SELECT statement
TYPE_SELECT_FOR_UPDATE - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
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.gds.IscStmtHandle
 
TYPE_SET_GENERATOR - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
A SET GENERATOR statement
TYPE_START_TRANS - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
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_UNKNOWN - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
TYPE_UPDATE - Static variable in interface org.firebirdsql.gds.IscStmtHandle
 
TYPE_UPDATE - Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
An UPDATE statement

U

UNDEFINED_STATE - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
UnknownDriverTypeException - Exception in org.firebirdsql.pool
Deprecated.
UnknownDriverTypeException(String) - Constructor for exception org.firebirdsql.pool.UnknownDriverTypeException
Deprecated.
Create instance of this class.
unwrap(Class<T>) - Method in class org.firebirdsql.ds.FBSimpleDataSource
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
unwrap(Class) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.FBDataSource
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.FBParameterMetaData
 
unwrap(Class<T>) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
 
unwrap(Class) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated.
 
unwrap(Class) - Method in class org.firebirdsql.pool.SimpleDataSource
Deprecated.
 
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.
updateArray(int, Array) - Method in class org.firebirdsql.jdbc.AbstractResultSet
This operation is not supported
updateArray(String, Array) - Method in class org.firebirdsql.jdbc.AbstractResultSet
This operation is not supported
updateAsciiStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with an ascii stream value.
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
Updates the designated column with a binary stream value.
updateBinaryStream(int, InputStream, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateBinaryStream(int, InputStream) - 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
 
updateBinaryStream(String, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a binary stream value.
updateBlob(int, Blob) - Method in class org.firebirdsql.jdbc.AbstractResultSet
This operation is not supported
updateBlob(String, Blob) - Method in class org.firebirdsql.jdbc.AbstractResultSet
This operation is not supported
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
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with a character stream value.
updateCharacterStream(int, Reader, long) - Method in class org.firebirdsql.jdbc.AbstractResultSet
 
updateCharacterStream(int, Reader) - 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
This operation is not supported
updateClob(String, Clob) - Method in class org.firebirdsql.jdbc.AbstractResultSet
This operation is not supported
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.FBResultSet
 
updateNClob(int, Reader, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateNClob(int, Reader) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateNClob(String, NClob) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateNClob(String, Reader, long) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateNClob(String, Reader) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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
Updates the designated column with an Object value.
updateObject(String, Object) - Method in class org.firebirdsql.jdbc.AbstractResultSet
Updates the designated column with an Object value.
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
updateRef(int, Ref) - Method in class org.firebirdsql.jdbc.AbstractResultSet
This operation is not supported
updateRef(String, Ref) - Method in class org.firebirdsql.jdbc.AbstractResultSet
This operation is not supported
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.FBResultSet
 
updateRowId(String, RowId) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updatesAreDetected(int) - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
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.FBResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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_BUILT_IN - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
USE_FIREBIRD_AUTOCOMMIT - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
USE_STANDARD_UDF - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
USE_STANDARD_UDF_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
USE_STREAM_BLOBS_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
USE_TRANSLATION - Static variable in class org.firebirdsql.jdbc.AbstractDriver
 
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.AbstractDriver
 
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.AbstractDriver
 
USER_NAME_PROPERTY - Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
 
UserManager - Interface in org.firebirdsql.management
The base Firebird Service API functionality.
UserPasswordPair() - Constructor for class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
Deprecated.
 
UserPasswordPair(String, String) - Constructor for class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
Deprecated.
 
usesLocalFilePerTable() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Does the database use a file for each table?
usesLocalFiles() - Method in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
Does the database store tables in a local file?

V

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
Locate and release database pages that are allocated but unassigned to any data structures.
validateDatabase(int) - Method in class org.firebirdsql.management.FBMaintenanceManager
Locate and release database pages that are allocated but unassigned to any data structures.
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.
valueOf(String) - Static method in enum org.firebirdsql.jdbc.AbstractStatement.StatementResult
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.QuoteStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.firebirdsql.jdbc.AbstractStatement.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.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.QuoteStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
VERB_TIME - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
VERBOSE - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
VERIFY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
VERSION - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
version - Variable in class org.firebirdsql.gds.XSQLDA
Version of XSQLDA being used.
VERSION1 - Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
 
VIEW - Static variable in class org.firebirdsql.jdbc.AbstractDatabaseMetaData
 

W

WAIT - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
waitForEvent(String) - Method in interface org.firebirdsql.event.EventManager
Wait for the one-time occurence of an event.
waitForEvent(String, int) - Method in interface org.firebirdsql.event.EventManager
Wait for the one-time occurence 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
 
WARNING_NO_CHARSET - Static variable in class org.firebirdsql.jca.FBManagedConnection
 
wasInState(int) - Method in class org.firebirdsql.jdbc.FBEscapedParser
Returns if the system was in state state.
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.
WORKING_DIRECTORY - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
WRITE - Static variable in interface org.firebirdsql.gds.TransactionParameterBuffer
 
write(int) - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 
write(byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 
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.
writeSegment(byte[]) - Method in class org.firebirdsql.jdbc.FBBlobOutputStream
 

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
 
XConnectionUtil - Class in org.firebirdsql.pool
Deprecated.
XConnectionUtil() - Constructor for class org.firebirdsql.pool.XConnectionUtil
Deprecated.
 
xid - Variable in class org.firebirdsql.jca.FBLocalTransaction
 
XPreparedStatementModel - Class in org.firebirdsql.pool
Deprecated.
XPreparedStatementModel(String, int, int, int) - Constructor for class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
XPreparedStatementModel(String, int) - Constructor for class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
XPreparedStatementModel(String, int[]) - Constructor for class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
XPreparedStatementModel(String, String[]) - Constructor for class org.firebirdsql.pool.XPreparedStatementModel
Deprecated.
 
XSQLDA - Class in org.firebirdsql.gds
The class XSQLDA is a java mapping of the XSQLDA server data structure used to represent one row for input and output.
XSQLDA() - Constructor for class org.firebirdsql.gds.XSQLDA
 
XSQLDA(int) - Constructor for class org.firebirdsql.gds.XSQLDA
Create a new instance of XSQLDA with a given number of columns.
XSQLVAR - Class in org.firebirdsql.gds
The class XSQLDA is a java mapping of the XSQLVAR server data structure used to represent one column for input and output.
XSQLVAR() - Constructor for class org.firebirdsql.gds.XSQLVAR
 
xsqlvars - Variable in class org.firebirdsql.jdbc.AbstractResultSet
 
XStatementManager - Interface in org.firebirdsql.pool
Deprecated.

_

_char(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the char UDF function.
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

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