Alphabetical Index

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

_

_char(String[]) - static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the char UDF function.

A

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.FBResultSet
Moves the cursor to the given row number in this ResultSet object.
The interface used to execute SQL stored procedures.
AbstractConnection - class org.firebirdsql.jdbc.AbstractConnection
The class AbstractConnection is a handle to a FBManagedConnection.
Create a new AbstractConnection instance based on a FBManagedConnection.
AbstractConnectionPool - class org.firebirdsql.pool.AbstractConnectionPool
Abstract class for creating connection pools.
AbstractConnectionPool() - constructor for class org.firebirdsql.pool.AbstractConnectionPool
Create instance of this class.
Generic implementation of javax.sql.ConnectionPoolDataSource that uses java.sql.DriverManager to open physical connections to the database.
Create instance of this class.
Connection pool for Firebird JDBC driver.
Create instance of this class.
Implementation of java.sql.PreparedStatementinterface.
Create instance of this class for the specified result set type and concurrency.
Create instance of this class and prepare SQL statement.
AbstractSavepoint - class org.firebirdsql.jdbc.AbstractSavepoint
Implementation of the FirebirdSavepoint interface.
AbstractSavepoint(int) - constructor for class org.firebirdsql.jdbc.AbstractSavepoint
Create instance of this class.
AbstractSavepoint(String) - constructor for class org.firebirdsql.jdbc.AbstractSavepoint
Create instance of this class for the specified name.
AbstractStatement - class org.firebirdsql.jdbc.AbstractStatement
The object used for executing a static SQL statement and obtaining the results produced by it.
acceptsURL(String) - method in class org.firebirdsql.jdbc.FBDriver
Returns true if the driver thinks that it can open a connection to the given URL.
ACCESS_MODE_READ_ONLY - static field in class org.firebirdsql.management.MaintenanceManager
Database read-only mode
ACCESS_MODE_READ_WRITE - static field in class 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 field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTION_ADD_USER - static field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTION_BACKUP - static field in class org.firebirdsql.gds.ServiceRequestBuffer
Operations that can be called via Services API.
ACTION_DB_STATS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTION_DELETE_USER - static field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTION_DISPLAY_USER - static field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTION_GET_SERVER_LOG - static field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTION_MODIFY_USER - static field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTION_REMOVE_LICENSE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTION_REPAIR - static field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTION_RESTORE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTION_SET_DB_PROPERTIES - static field in class org.firebirdsql.gds.ServiceRequestBuffer
ACTIVATE_SHADOW - static field in class 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 class org.firebirdsql.management.MaintenanceManager
Activate a database shadow file to be used as the actual database.
add(org.firebirdsql.management.User) - method in class org.firebirdsql.management.FBUserManager
Add a user to the Firebird Security Database.
add(org.firebirdsql.management.User) - method in class org.firebirdsql.management.UserManager
Add a user to the Firebird Security Database.
addArgument(int) - method in class org.firebirdsql.gds.BlobParameterBuffer
Set a void (valueless) parameter on this BlobParameterBuffer.
addArgument(int) - method in class org.firebirdsql.gds.DatabaseParameterBuffer
Add argument with no parameters.
addArgument(int) - method in class org.firebirdsql.jca.FBConnectionRequestInfo
Add argument with no parameters.
addArgument(int) - method in class org.firebirdsql.gds.ServiceParameterBuffer
Set a void (valueless) parameter on this ServiceParameterBuffer.
addArgument(int) - method in class org.firebirdsql.gds.ServiceRequestBuffer
Set a void (valueless) parameter on this ServiceRequestBuffer.
addArgument(int) - method in class org.firebirdsql.gds.TransactionParameterBuffer
Add argument.
addArgument(int,byte) - method in class org.firebirdsql.gds.ServiceRequestBuffer
Set a byte parameter on this ServiceRequestBuffer.
addArgument(int,byte[]) - method in class org.firebirdsql.gds.DatabaseParameterBuffer
Add array of bytes.
addArgument(int,byte[]) - method in class org.firebirdsql.jca.FBConnectionRequestInfo
Add array of bytes.
addArgument(int,byte[]) - method in class org.firebirdsql.gds.ServiceParameterBuffer
Set an byte[] paramter on this ServiceParameterBuffer.
addArgument(int,byte[]) - method in class org.firebirdsql.gds.TransactionParameterBuffer
Add array of bytes.
addArgument(int,int) - method in class org.firebirdsql.gds.BlobParameterBuffer
Set an int parameter on this BlobParameterBuffer.
addArgument(int,int) - method in class org.firebirdsql.gds.DatabaseParameterBuffer
Add integer argument.
addArgument(int,int) - method in class org.firebirdsql.jca.FBConnectionRequestInfo
Add integer argument.
addArgument(int,int) - method in class org.firebirdsql.gds.ServiceParameterBuffer
Set an int paramter on this ServiceParameterBuffer.
addArgument(int,int) - method in class org.firebirdsql.gds.ServiceRequestBuffer
Set an int parameter on this ServiceRequestBuffer.
addArgument(int,int) - method in class org.firebirdsql.gds.TransactionParameterBuffer
Add integer argument.
addArgument(int,String) - method in class org.firebirdsql.gds.BlobParameterBuffer
Set a String parameter on this BlobParameterBuffer.
addArgument(int,String) - method in class org.firebirdsql.gds.DatabaseParameterBuffer
Add string argument.
addArgument(int,String) - method in class org.firebirdsql.jca.FBConnectionRequestInfo
Add string argument.
addArgument(int,String) - method in class org.firebirdsql.gds.ServiceParameterBuffer
Set a String parameter on this ServiceParameterBuffer.
addArgument(int,String) - method in class org.firebirdsql.gds.ServiceRequestBuffer
Set a String parameter on this ServiceRequestBuffer.
addArgument(int,String) - method in class org.firebirdsql.gds.TransactionParameterBuffer
Add string argument.
addBackupPath(String) - method in class 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.BackupManager
Add the file to the backup of the specified size.
addBackupPath(String,int) - method in class org.firebirdsql.management.FBBackupManager
addBatch() - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
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.AbstractStatement
Adds an SQL command to the current batch of commmands for this Statement object.
Add an ConnectionEventListener listener.
Add connection listener to be notified about connection events.
Register an EventListener that will be called when an event occurs.
Register an EventListener that will be called when an event occurs.
Add an input parameter to this procedure call.
Add an output parameter to this procedure call.
addParam(int,String) - method in class org.firebirdsql.jdbc.FBProcedureCall
Add call parameter.
addRestorePath(String,int) - method in class 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
addWarning(SQLWarning) - method in class org.firebirdsql.jdbc.AbstractConnection
addWarning(SQLWarning) - method in class org.firebirdsql.jdbc.AbstractStatement
addWarning(SQLWarning) - method in class org.firebirdsql.jdbc.FBResultSet
afterLast() - method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
aliasname - field in class org.firebirdsql.gds.XSQLVAR
ALL_TYPES - static field in class org.firebirdsql.jdbc.FBDatabaseMetaData
Allocate a new ManagedConnection.
allocateConnection(Object) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Allocate new physical connection for the specified user name and password.
allocateConnection(Object) - method in class org.firebirdsql.pool.PooledConnectionManager
Allocate pooled connection using specified user name and password.
ALLOCATION - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
allProceduresAreCallable() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
Notify listener that underlying fetcher fetched all rows.
allRowsFetched(org.firebirdsql.jdbc.FBFetcher) - method in class org.firebirdsql.jdbc.FBResultSet
Notify listener that underlying fetcher fetched all rows.
allRowsFetched(ResultSet) - method in class org.firebirdsql.jdbc.FBObjectListener.ResultSetListener
Notify listener that all rows were fetched.
allTablesAreSelectable() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
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.
assertHasData(ResultSet) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Asserts if the current statement has data to return.
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(org.firebirdsql.gds.GDS) - method in class org.firebirdsql.management.FBServiceManager
AUTOCOMMIT - static field in class org.firebirdsql.gds.TransactionParameterBuffer
available() - method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
Get number of available bytes that can be read without blocking.
available() - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get number of available bytes that can be read without blocking.

B

BACKUP_CONVERT - static field in class org.firebirdsql.management.BackupManager
Backup external files as tables.
BACKUP_CONVERT - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_DB_NAME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
Parameters for ACTION_BACKUP call.
BACKUP_EXPAND - static field in class org.firebirdsql.management.BackupManager
No data compression.
BACKUP_EXPAND - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_FACTOR - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_FILE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_IGNORE_CHECKSUMS - static field in class org.firebirdsql.management.BackupManager
Ignore checksums.
BACKUP_IGNORE_CHECKSUMS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_IGNORE_LIMBO - static field in class org.firebirdsql.management.BackupManager
Ignore in-limbo transactions.
BACKUP_IGNORE_LIMBO - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_LENGTH - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_METADATA_ONLY - static field in class org.firebirdsql.management.BackupManager
Backup metadata only.
BACKUP_METADATA_ONLY - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_NO_GARBAGE_COLLECT - static field in class org.firebirdsql.management.BackupManager
Do not collect garbage during backup.
BACKUP_NO_GARBAGE_COLLECT - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_NON_TRANSPORTABLE - static field in class org.firebirdsql.management.BackupManager
Use non-transportable backup format.
BACKUP_NON_TRANSPORTABLE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_OLD_DESCRIPTIONS - static field in class org.firebirdsql.management.BackupManager
Save old style metadata descriptions.
BACKUP_OLD_DESCRIPTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
BACKUP_OPTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
backupDatabase() - method in class org.firebirdsql.management.BackupManager
Perform the backup operation.
backupDatabase() - method in class org.firebirdsql.management.FBBackupManager
backupDatabase(int) - method in class org.firebirdsql.management.BackupManager
Perform the backup operation.
backupDatabase(int) - method in class org.firebirdsql.management.FBBackupManager
BackupManager - interface org.firebirdsql.management.BackupManager
Implements the backup and restore functionality of Firebird Services API.
backupMetadata() - method in class org.firebirdsql.management.BackupManager
Perform the backup operation, metadata only.
backupMetadata() - method in class org.firebirdsql.management.FBBackupManager
Base class for connection pool implementations.
BasicAbstractConnectionPool() - constructor for class org.firebirdsql.pool.BasicAbstractConnectionPool
Create instance of this class.
beforeFirst() - method in class org.firebirdsql.jdbc.FBResultSet
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 field in class org.firebirdsql.gds.DatabaseParameterBuffer
beginEvent - field in class org.firebirdsql.jca.FBLocalTransaction
BLOB_BUFFER_LENGTH - static field in class org.firebirdsql.jdbc.FBDriver
BLOB_BUFFER_SIZE_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
BLOB_LENGTH_REQUEST - static field in class org.firebirdsql.jdbc.FBBlob
Blob input stream.
Listener for the events generated by BLOBs.
Blob output stream.
BlobParameterBuffer - interface org.firebirdsql.gds.BlobParameterBuffer
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 org.firebirdsql.pool.BlockingStack
Object stack that implements a blocking LIFO (last-in-first-out) stack.
blr - field 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() - method in class org.firebirdsql.management.MaintenanceManager
Bring a shutdown database online.
BUFFER_LENGTH - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
BUFFER_SIZE - static field in class org.firebirdsql.management.FBServiceManager
BUFFERS_NUMBER_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties

C

CACHE_MANAGER - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
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.FBResultSet
Cancels the updates made to the current row in this ResultSet object.
cancelRowUpdates() - method in class org.firebirdsql.jdbc.FBRowUpdater
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 field in class 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 field in class org.firebirdsql.jdbc.FBDriver
CHECK_CALL_1 - static field in class org.firebirdsql.jdbc.FBEscapedParser
CHECK_CALL_2 - static field in class org.firebirdsql.jdbc.FBEscapedParser
CHECK_DATE - static field in class org.firebirdsql.jdbc.FBEscapedParser
CHECK_ESCAPE - static field in class org.firebirdsql.jdbc.FBEscapedParser
CHECK_FUNCTION - static field in class org.firebirdsql.jdbc.FBEscapedParser
CHECK_OUTERJOIN - static field in class org.firebirdsql.jdbc.FBEscapedParser
CHECK_TIME - static field in class org.firebirdsql.jdbc.FBEscapedParser
CHECK_TIMESTAMP - static field in class org.firebirdsql.jdbc.FBEscapedParser
checkCorrectness(Method) - method in class org.firebirdsql.pool.PooledPreparedStatementHandler
Check if method call is correct.
checkCursorMove() - method in class org.firebirdsql.jdbc.FBResultSet
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.
ClassFactory - class org.firebirdsql.gds.ClassFactory
Returns classes either by the Class.forName method or by using an already cached instance.
cleanup() - method in class org.firebirdsql.jca.FBManagedConnection
Application server calls this method to force any cleanup on the ManagedConnection instance.
clearBackupPaths() - method in class 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.AbstractCallableStatement
Makes the set of commands in the current batch empty.
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 class org.firebirdsql.management.BackupManager
Clear the information about restore paths.
clearRestorePaths() - method in class org.firebirdsql.management.FBBackupManager
clearWarnings() - method in class org.firebirdsql.jdbc.AbstractConnection
Clears all warnings reported for this Connection object.
clearWarnings() - method in class org.firebirdsql.jdbc.AbstractStatement
Clears all the warnings reported on this Statement object.
clearWarnings() - method in class org.firebirdsql.jdbc.FBResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - method in class org.firebirdsql.gds.IscDbHandle
Clear warning list associated with this connection.
clearWarnings() - method in class org.firebirdsql.gds.IscSvcHandle
Clear warning list associated with this connection.
clone() - method in class org.firebirdsql.jdbc.FBConnectionProperties
clone() - method in class org.firebirdsql.jdbc.FBProcedureCall
clone() - method in class org.firebirdsql.jdbc.FBProcedureParam
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.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.FBBlob.FBBlobInputStream
Close this stream.
close() - method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
Close this stream.
close() - method in class org.firebirdsql.jdbc.FBResultSet
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.FBRowUpdater
close() - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Close this stream.
close() - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Close this stream.
close() - method in class org.firebirdsql.gds.GDS
Close this GDS instance.
close() - method in class org.firebirdsql.pool.PingablePooledConnection
Close this pooled connection.
Close this connection with regards to a wrapping AbstractConnection.
CLOSE_ALL_RESULTS - static field in class org.firebirdsql.jdbc.FirebirdStatement
The constant indicating that all ResultSet objects that have previously been kept open should be closed when calling getMoreResults.
CLOSE_CURRENT_RESULT - static field in class org.firebirdsql.jdbc.FirebirdStatement
The constant indicating that the current ResultSet object should be closed when calling getMoreResults.
CLOSE_CURSORS_AT_COMMIT - static field in class org.firebirdsql.jdbc.FirebirdResultSet
The constant indicating that ResultSet objects should be closed when the method Connection.commit is called.
coder - field in class org.firebirdsql.gds.XSQLVAR
COMMAND_LINE - static field in class org.firebirdsql.gds.ServiceParameterBuffer
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.jca.FBLocalTransaction
Commit a local transaction.
commit() - method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
commit() - method in class org.firebirdsql.jdbc.InternalTransactionCoordinator.AutoCommitCoordinator
commit(Xid,boolean) - method in class org.firebirdsql.jca.FBManagedConnection
Commits a transaction.
COMMIT_TIME - static field in class org.firebirdsql.gds.TransactionParameterBuffer
commitEvent - field in class org.firebirdsql.jca.FBLocalTransaction
commitTransaction(int) - method in class org.firebirdsql.management.FBMaintenanceManager
Commit a limbo transaction based on its ID.
commitTransaction(int) - method in class org.firebirdsql.management.MaintenanceManager
Commit a limbo transaction based on its ID.
completed - field in class org.firebirdsql.jdbc.AbstractStatement
completeStatement() - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
completeStatement() - method in class org.firebirdsql.jdbc.AbstractStatement
CONCURRENCY - static field in class org.firebirdsql.gds.TransactionParameterBuffer
Configure default values for this connection.
connect() - method in class org.firebirdsql.event.EventManager
Make a connection with a database to listen for events.
connect() - method in class org.firebirdsql.event.FBEventManager
Make a connection with a database to listen for events.
Connect to the specified database using the specified connection properties.
Connect to the specified database using the specified connection properties.
connect(String,Properties) - method in class org.firebirdsql.jdbc.FBDriver
Attempts to make a database connection to the given URL.
CONNECT_TIMEOUT - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
CONNECT_TIMEOUT - static field in class org.firebirdsql.gds.ServiceParameterBuffer
Notify about connection being closed.
Notify about connection being closed.
javax.resource.spi.ConnectionEventListener callback for when a ManagedConnection is closed.
Notify this class that transaction was committed.
Notify about serious error when using the connection.
Notify about serious error when using the connection.
javax.resource.spi.ConnectionEventListener callback for when a Local Transaction was rolled back within the context of a ManagedConnection.
This interface describes a configuration for AbstractConnectionPool instances.
Notify this class that transaction was rolled back.
CONSISTENCY - static field in class 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.
copyFrom(org.firebirdsql.gds.XSQLVAR) - method in class org.firebirdsql.gds.XSQLVAR
Copy constructor.
copyFrom(org.firebirdsql.gds.XSQLVAR,boolean) - method in class org.firebirdsql.gds.XSQLVAR
Copy constructor.
copyStream(InputStream) - method in class org.firebirdsql.jdbc.FBBlob
Copy the contents of an InputStream into this Blob.
copyStream(InputStream,int) - 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.
createBlob() - method in class org.firebirdsql.jdbc.AbstractConnection
This non-interface method is included so you can actually get a blob object to use to write new data into a blob field without needing a preexisting blob to modify.
createBlob() - method in class org.firebirdsql.jdbc.FirebirdConnection
Create Blob object.
createBlobParameterBuffer() - method in class org.firebirdsql.gds.GDS
Create a new BlobParameterBuffer instance for setting blob parameters in the current GDS implementation.
createConnectionFactory() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
The createConnectionFactory method creates a DataSource with a default stand alone ConnectionManager.
The createConnectionFactory method creates a DataSource using the supplied ConnectionManager.
createDatabase(String,String,String) - method in class org.firebirdsql.management.FBManager
createDatabase(String,String,String) - method in class org.firebirdsql.management.FBManagerMBean
createDatabaseParameterBuffer() - method in class 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
createEventHandle(String) - method in class org.firebirdsql.gds.GDS
Create a new EventHandle specific to a given GDS implementation.
createFBConnectionPoolDataSource() - static method in class org.firebirdsql.pool.FBPooledDataSourceFactory
createIscBlobHandle() - method in class org.firebirdsql.gds.GDS
Factory method to create a new IscBlobHandle instance specific to the implementation of this interface.
createIscDbHandle() - method in class org.firebirdsql.gds.GDS
Factory method to create a new IscDbHandle instance specific to the implementation of this interface.
createIscStmtHandle() - method in class org.firebirdsql.gds.GDS
Factory method to create a new IscStmtHandle instance specific to the implementation of this interface.
createIscSvcHandle() - method in class org.firebirdsql.gds.GDS
Factory method to create a new IscSvcHandle instance that is linked to the current GDS implemenation.
createIscTrHandle() - method in class 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
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.
createObjectInstance() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Create instance of this data source.
createObjectInstance() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
createObjectInstance() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
createRequestBuffer(int,int) - method in class org.firebirdsql.management.FBServiceManager
Build up a request buffer for the specified operation.
createSavepoint(int) - static method in class org.firebirdsql.jdbc.FBStatementFactory
createSavepoint(String) - static method in class org.firebirdsql.jdbc.FBStatementFactory
createServiceParameterBuffer() - method in class org.firebirdsql.gds.GDS
Create a new ServiceParameterBuffer instance for setting service parameters in the current GDS implementation.
createServiceRequestBuffer(int) - method in class org.firebirdsql.gds.GDS
Create a new ServiceRequestBuffer instance for setting service request parameters in the current GDS implementation.
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.
createTransactionParameterBuffer() - method in class org.firebirdsql.jdbc.AbstractConnection
Create new instance of TransactionParameterBuffer.
createTransactionParameterBuffer() - method in class org.firebirdsql.jdbc.FirebirdConnection
Create new instance of TransactionParameterBuffer.
createWithXAErrorCode(String,int) - static method in class org.firebirdsql.gds.GDSException
Factory method to create a new instance with a given XA error code.
CURRENT_VERSION - static field in class org.firebirdsql.gds.ServiceParameterBuffer

D

DAMAGED - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
DATA_TABLE_STATISTICS - static field in class org.firebirdsql.management.StatisticsManager
Request statistics on data tables.
DATABASE - static field in class org.firebirdsql.jdbc.FBDriver
DATABASE_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
DatabaseEvent - interface org.firebirdsql.event.DatabaseEvent
An interface for retrieving information about events that have occurred
DatabaseParameterBuffer - interface org.firebirdsql.gds.DatabaseParameterBuffer
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.FBDatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is a data definition statement within a transaction ignored?
DBKEY_SCOPE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
DBNAME - static field in class org.firebirdsql.gds.ServiceParameterBuffer
deallocate() - method in class org.firebirdsql.pool.PingablePooledConnection
Deallocate this object.
deallocate() - method in class org.firebirdsql.pool.PooledObject
Deallocate this object.
DEBUG - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
DEBUG_REENTRANT - static field in class org.firebirdsql.pool.PoolDebugConfiguration
DEBUG_STMT_POOL - static field in class org.firebirdsql.pool.PoolDebugConfiguration
decodeDate(byte[]) - method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into a Date value.
decodeDate(Date,Calendar) - method in class org.firebirdsql.gds.XSQLVAR
Decode a Date value using a given Calendar.
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(byte[]) - method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into a Time value.
decodeTime(java.sql.Time,Calendar,boolean) - method in class org.firebirdsql.gds.XSQLVAR
Decode a Time value using a given Calendar.
decodeTimestamp(byte[]) - method in class org.firebirdsql.gds.XSQLVAR
Decode a byte array into a Timestamp.
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.
deepCopy() - method in class org.firebirdsql.gds.DatabaseParameterBuffer
Make a deep copy of this object.
deepCopy() - method in class org.firebirdsql.jca.FBConnectionRequestInfo
Perform a deep copy of this object, returning the copied instance.
deepCopy() - method in class 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.
DEFAULT_BLOB_BUFFER_SIZE - static field in class org.firebirdsql.jdbc.FBConnectionDefaults
DEFAULT_BLOCKING_TIMEOUT - static field in class org.firebirdsql.pool.FBPoolingDefaults
DEFAULT_HOLDABLE_RS_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
DEFAULT_IDLE_TIMEOUT - static field in class org.firebirdsql.pool.FBPoolingDefaults
DEFAULT_ISOLATION - static field in class org.firebirdsql.pool.FBPoolingDefaults
DEFAULT_ISOLATION_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
DEFAULT_LOGIN_TIMEOUT - static field in class org.firebirdsql.pool.FBPoolingDefaults
DEFAULT_MAPPING_RESOURCE - static field in class org.firebirdsql.jdbc.FBTpbMapper
DEFAULT_MAX_SIZE - static field in class org.firebirdsql.pool.FBPoolingDefaults
DEFAULT_MAX_STATEMENTS - static field in class org.firebirdsql.pool.FBPoolingDefaults
DEFAULT_MIN_SIZE - static field in class org.firebirdsql.pool.FBPoolingDefaults
DEFAULT_PING_INTERVAL - static field in class org.firebirdsql.pool.FBPoolingDefaults
DEFAULT_RETRY_INTERVAL - static field in class org.firebirdsql.pool.FBPoolingDefaults
DEFAULT_SOCKET_BUFFER_SIZE - static field in class org.firebirdsql.jdbc.FBConnectionDefaults
Default socket buffer size is -1, meaning that we will use socket buffer size default for runtime platform.
delete(org.firebirdsql.management.User) - method in class org.firebirdsql.management.FBUserManager
Delete a user to the Firebird Security Database.
delete(org.firebirdsql.management.User) - method in class org.firebirdsql.management.UserManager
Delete a user to the Firebird Security Database.
DELETE_SHADOW - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
deleteRow() - method in class org.firebirdsql.jdbc.FBResultSet
Deletes the current row from this ResultSet object and from the underlying database.
deleteRow() - method in class org.firebirdsql.jdbc.FBRowUpdater
deletesAreDetected(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
description - field in class org.firebirdsql.pool.FBSimpleDataSource
deserialize(byte[]) - static method in class org.firebirdsql.pool.BasicAbstractConnectionPool
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 class org.firebirdsql.jdbc.FirebirdBlob
Detach this blob.
DISABLE_JOURNAL - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
DISABLE_WAL - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
disconnect() - method in class org.firebirdsql.event.EventManager
Close the connection to the database.
disconnect() - method in class org.firebirdsql.event.FBEventManager
Close the connection to the database.
doesMaxRowSizeIncludeBlobs() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doQuery(String,List) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Execute an sql query with a given set of parameters.
DPB_PREFIX - static field in class org.firebirdsql.jdbc.FBConnectionHelper
DRIVER_CLASS_NAME - static field in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
DriverConnectionPoolDataSource - static field in class org.firebirdsql.gds.ClassFactory
DROP_WALFILE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
dropDatabase(String,String,String) - method in class org.firebirdsql.management.FBManager
dropDatabase(String,String,String) - method in class org.firebirdsql.management.FBManagerMBean
ds - field in class org.firebirdsql.pool.FBSimpleDataSource
DSQL_close - static field in class org.firebirdsql.gds.ISCConstants
DSQL_drop - static field in class org.firebirdsql.gds.ISCConstants
DUMMY_PACKET_INTERVAL - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
DUMMY_PACKET_INTERVAL - static field in class org.firebirdsql.gds.ServiceParameterBuffer

E

EMPTY_USER_PASSWORD - static field in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
EMPTY_USER_PASSWORD - static field in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
ENABLE_JOURNAL - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
encodeDate(Date) - method in class org.firebirdsql.gds.XSQLVAR
Encode a Date value into a byte array.
encodeDate(java.sql.Date,Calendar) - method in class org.firebirdsql.gds.XSQLVAR
Encode a given Date value using a given Calendar.
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.
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(byte[],String,String) - method in class org.firebirdsql.gds.XSQLVAR
Encode a byte array using a given encoding.
encodeString(String,String,String) - method in class org.firebirdsql.gds.XSQLVAR
Encode a String value into a byte array using a given encoding.
encodeTime(Time) - method in class org.firebirdsql.gds.XSQLVAR
Encode a Time value into a byte array.
encodeTime(Time,Calendar,boolean) - method in class org.firebirdsql.gds.XSQLVAR
Encode a given Time value using a given Calendar.
encodeTimestamp(java.sql.Timestamp,Calendar) - method in class org.firebirdsql.gds.XSQLVAR
Encode a Timestamp using a given Calendar.
Encode a Timestamp using a given Calendar.
encodeTimestamp(Timestamp) - method in class org.firebirdsql.gds.XSQLVAR
Encode a Timstamp as a byte array.
ENCODING_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
ENCRYPT_KEY - static field in class 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.pool.AbstractConnectionPool.UserPasswordPair
equals(Object) - method in class org.firebirdsql.jdbc.AbstractSavepoint
Check if objects are equal.
equals(Object) - method in class org.firebirdsql.jdbc.FBConnectionProperties
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.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.jca.FBTpb
equals(Object) - method in class org.firebirdsql.management.FBUser
Notify GDS container that error occured, if the ex represents a "fatal" one
ESCAPE_CALL_KEYWORD - static field in class org.firebirdsql.jdbc.FBEscapedParser
ESCAPE_CALL_KEYWORD3 - static field in class org.firebirdsql.jdbc.FBEscapedParser
ESCAPE_DATE_KEYWORD - static field in class org.firebirdsql.jdbc.FBEscapedParser
ESCAPE_ESCAPE_KEYWORD - static field in class org.firebirdsql.jdbc.FBEscapedParser
ESCAPE_FUNCTION_KEYWORD - static field in class org.firebirdsql.jdbc.FBEscapedParser
ESCAPE_OUTERJOIN_KEYWORS - static field in class org.firebirdsql.jdbc.FBEscapedParser
ESCAPE_STATE - static field in class org.firebirdsql.jdbc.FBEscapedParser
ESCAPE_TIME_KEYWORD - static field in class org.firebirdsql.jdbc.FBEscapedParser
ESCAPE_TIMESTAMP_KEYWORD - static field 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 org.firebirdsql.gds.EventHandle
Handle to internal event-handling structures.
EventHandler - interface org.firebirdsql.gds.EventHandler
A callback handler interface for GDS-based event handling.
EventListener - interface org.firebirdsql.event.EventListener
An interface for callbacks in response to Firebird events
EventManager - interface org.firebirdsql.event.EventManager
An interface for registering EventListeners to listen for database events.
eventOccurred() - method in class org.firebirdsql.gds.EventHandler
Called when a database event occurs.
Called when a database event occurs.
EXCLUSIVE - static field in class 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.AbstractStatement
Executes an SQL statement that may return multiple results.
executeBatch() - method in class org.firebirdsql.jdbc.AbstractCallableStatement
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.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.
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.AbstractStatement
Executes an SQL statement that returns a single ResultSet object.
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.AbstractStatement
Executes an SQL INSERT, UPDATE or DELETE statement.
Notify listener that execution of some BLOB operation had been completed.
Notify listener that execution of some BLOB operation had been completed.
Notify listener that execution of some BLOB operation had been completed.
Notify listener that execution of some row updating operation is completed.
Notify listener that statement execution is being started.
Notify listener that statement execution is being started.
Notify listener that statement execution is being started.
Notify listener that statement execution is being started.
Notify listener that execution of some BLOB operation had been started.
Notify listener that execution of some BLOB operation had been started.
Notify listener that execution of some BLOB operation had been started.
Notify listener that execution of some BLOB operation had been started.
Notify listener that execution of some row updating operation started.
extract() - method in class org.firebirdsql.pool.BlockingStack

F

FBArray - class org.firebirdsql.jdbc.FBArray
A Firebird-specific implementation of the mapping of a java.sql.Array.
FBBackupManager - class org.firebirdsql.management.FBBackupManager
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(org.firebirdsql.gds.impl.GDSType) - constructor for class org.firebirdsql.management.FBBackupManager
Create a new instance of FBBackupManager based on a given GDSType.
FBBackupManager(String) - constructor for class org.firebirdsql.management.FBBackupManager
Create a new instance of FBBackupManager based on a given GDSType.
FBBlob - class org.firebirdsql.jdbc.FBBlob
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
FBBlob(org.firebirdsql.gds.impl.GDSHelper) - constructor for class org.firebirdsql.jdbc.FBBlob
FBBlob(org.firebirdsql.gds.impl.GDSHelper,long) - constructor for class org.firebirdsql.jdbc.FBBlob
Create instance of this class to access existing Blob.
Create new Blob instance.
An input stream for reading directly from a FBBlob instance.
FBCachedBlob - class org.firebirdsql.jdbc.FBCachedBlob
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 field in class org.firebirdsql.gds.ClassFactory
FBClob - class org.firebirdsql.jdbc.FBClob
The mapping in the JavaTM programming language for the SQL CLOB type.
FBCommandLine - class org.firebirdsql.management.FBCommandLine
FBCommandLine.java Created: Thu Oct 10 14:14:07 2002
FBCommandLine() - constructor for class org.firebirdsql.management.FBCommandLine
FBConnection - static field in class org.firebirdsql.gds.ClassFactory
FBConnectionDefaults - class org.firebirdsql.jdbc.FBConnectionDefaults
Default values for JDBC connection.
FBConnectionHelper - class org.firebirdsql.jdbc.FBConnectionHelper
This class maps the extended JDBC properties to the FBConnectionRequestInfo instance.
FBConnectionPoolDataSource - static field in class org.firebirdsql.gds.ClassFactory
FBConnectionProperties - class org.firebirdsql.jdbc.FBConnectionProperties
The class FBConnectionRequestInfo holds a clumplet that is used to store and transfer connection-specific information such as user, password, and other dpb information..
FBDatabaseMetaData - class org.firebirdsql.jdbc.FBDatabaseMetaData
Comprehensive information about the database as a whole.
FBDataSource - class org.firebirdsql.jdbc.FBDataSource
The class FBDataSource is a ConnectionFactory for jdbc Connection objects.
FBDataSource(ManagedConnectionFactory,ConnectionManager) - constructor for class org.firebirdsql.jdbc.FBDataSource
FBDriver - class org.firebirdsql.jdbc.FBDriver
The Jaybird JDBC Driver implementation for the Firebird database.
Internal driver consistency check failed.
Create instance of this exception for the specified message.
Tell that driver is not able to serve the request due to missing capabilities.
FBDriverNotCapableException() - constructor for class org.firebirdsql.jdbc.FBDriverNotCapableException
Create instance of this class.
FBDriverNotCapableException(String) - constructor for class org.firebirdsql.jdbc.FBDriverNotCapableException
Create instance of this class for the specified reason.
Manager of the DPB properties.
FBEscapedCallParser - class org.firebirdsql.jdbc.FBEscapedCallParser
Parser for escaped procedure call.
FBEscapedCallParser(int) - constructor for class org.firebirdsql.jdbc.FBEscapedCallParser
Helper class for escaped functions.
FBEscapedParser - class org.firebirdsql.jdbc.FBEscapedParser
The class FBEscapedParser parses the SQL and converts escaped syntax to native form.
FBEscapedParser(int) - constructor for class org.firebirdsql.jdbc.FBEscapedParser
FBEventManager - class org.firebirdsql.event.FBEventManager
An EventListener implementation to listen for database events.
FBEventManager() - constructor for class org.firebirdsql.event.FBEventManager
FBEventManager(org.firebirdsql.gds.impl.GDSType) - constructor for class org.firebirdsql.event.FBEventManager
This error is thrown when message read from the RDB$TRANSACTIONS table does not represent a serialized Xid.
FBIncorrectXidException(Exception) - constructor for class org.firebirdsql.jca.FBIncorrectXidException
FBIncorrectXidException(String) - constructor for class org.firebirdsql.jca.FBIncorrectXidException
FBIncorrectXidException(String,Exception) - constructor for class org.firebirdsql.jca.FBIncorrectXidException
FBIncorrectXidException(String,String) - constructor for class org.firebirdsql.jca.FBIncorrectXidException
FBLocalTransaction - class org.firebirdsql.jca.FBLocalTransaction
The class FBLocalTransaction implements LocalTransaction both in the cci and spi meanings.
FBLocalXid() - constructor for class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
FBMaintenanceManager - class org.firebirdsql.management.FBMaintenanceManager
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(org.firebirdsql.gds.impl.GDSType) - constructor for class org.firebirdsql.management.FBMaintenanceManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBMaintenanceManager(String) - constructor for class org.firebirdsql.management.FBMaintenanceManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBManagedConnection - class org.firebirdsql.jca.FBManagedConnection
The class FBManagedConnection implements both the ManagedConnection and XAResource interfaces.
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.
Create a new FBManagedConnectionFactory based around the given GDSType.
The class FBManagedConnectionMetaData implements javax.resource.sqi.ManagedConnectionMetaData, providing almost no useful information.
FBManager - class org.firebirdsql.management.FBManager
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(org.firebirdsql.gds.impl.GDSType) - constructor for class org.firebirdsql.management.FBManager
FBManager(String) - constructor for class org.firebirdsql.management.FBManager
FBManagerMBean - interface org.firebirdsql.management.FBManagerMBean
Describe interface FBManagerMBean here.
Exception notifying developer that not all parameters were set when calling the prepared statement.
FBObjectListener - interface org.firebirdsql.jdbc.FBObjectListener
This interface defines set of listeners that will be called in different situations.
Creates Pooled DataSource objects.
FBPoolingDefaults - class org.firebirdsql.pool.FBPoolingDefaults
Default values for the connection pool.
FBPreparedStatement - static field in class org.firebirdsql.gds.ClassFactory
FBProcedureCall - class org.firebirdsql.jdbc.FBProcedureCall
Represents procedure call.
FBProcedureParam - class org.firebirdsql.jdbc.FBProcedureParam
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 - class org.firebirdsql.jca.FBResourceException
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(Exception) - constructor for class org.firebirdsql.jca.FBResourceException
Create a new instance of FBResourceException with a generic error code that is linked to another (sub) exception.
FBResourceException(String) - constructor for class org.firebirdsql.jca.FBResourceException
Create a new instance of FBResourceException with a given string message and generic error code.
FBResourceException(String,Exception) - constructor for class org.firebirdsql.jca.FBResourceException
Create a new instance of FBResourceException with a generic error code that is linked to another (sub) exception.
FBResourceException(String,String) - constructor for class org.firebirdsql.jca.FBResourceException
Create a new instance of FBResourceException with a message and specific error code.
Exception represents transaction error in resource.
Create a new insance of FBResourceTransactionException with a given message and generic error code
Create a new instance of FBResourceTransactionException with a given message and sub-exception.
Create a new instance of FBResourceTransactionException with a given message and error code.
Create a new instance of FBResourceException with a given message, error code and underlying exception.
FBResultSet - class org.firebirdsql.jdbc.FBResultSet
Implementation of ResultSet interface.
Creates a new FBResultSet instance.
FBResultSet(org.firebirdsql.gds.XSQLVAR[],ArrayList) - constructor for class org.firebirdsql.jdbc.FBResultSet
FBResultSetMetaData - class org.firebirdsql.jdbc.FBResultSetMetaData
Implementation of ResultSetMetaData interface.
Creates a new FBResultSetMetaData instance.
Exception is thrown when trying to modify the non-updatable result set.
FBResultSetNotUpdatableException() - constructor for class org.firebirdsql.jdbc.FBResultSetNotUpdatableException
Create default instance of this class.
Create instance of this class for the specified message.
FBRowUpdater - class org.firebirdsql.jdbc.FBRowUpdater
Class responsible for modifying updatable result sets.
FBSavepoint - static field in class org.firebirdsql.gds.ClassFactory
FBServiceManager - class org.firebirdsql.management.FBServiceManager
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(org.firebirdsql.gds.impl.GDSType) - constructor for class org.firebirdsql.management.FBServiceManager
Create a new instance of FBServiceManager based on a given GDSType.
FBServiceManager(String) - constructor for class org.firebirdsql.management.FBServiceManager
Create a new instance of FBServiceManager based on a given GDSType.
FBSimpleDataSource - class org.firebirdsql.pool.FBSimpleDataSource
This is a simple implementation of DataSource interface.
FBSimpleDataSource() - constructor for class org.firebirdsql.pool.FBSimpleDataSource
Create instance of this class.
Create instance of this class.
FBSQLException - class org.firebirdsql.jdbc.FBSQLException
FBSQLException(Exception) - constructor for class org.firebirdsql.jdbc.FBSQLException
FBSQLException(IOException) - constructor for class org.firebirdsql.jdbc.FBSQLException
FBSQLException(org.firebirdsql.gds.GDSException) - constructor for class org.firebirdsql.jdbc.FBSQLException
FBSQLException(ResourceException) - constructor for class org.firebirdsql.jdbc.FBSQLException
FBSQLException(String) - constructor for class org.firebirdsql.jdbc.FBSQLException
FBSQLException(String,SQLException) - constructor for class org.firebirdsql.jdbc.FBSQLException
FBSQLException(String,String) - constructor for class org.firebirdsql.jdbc.FBSQLException
FBSQLParseException - class org.firebirdsql.jdbc.FBSQLParseException
This exception is thrown by FBEscapedParser when it cannot parse the escaped syntax.
FBSQLParseException(String) - constructor for class org.firebirdsql.jdbc.FBSQLParseException
FBSQLWarning - class org.firebirdsql.jdbc.FBSQLWarning
This class is a wrapper for GDSException instance that is warning.
FBSQLWarning(org.firebirdsql.gds.GDSException) - constructor for class org.firebirdsql.jdbc.FBSQLWarning
Create instance of this class.
FBSQLWarning(String) - constructor for class org.firebirdsql.jdbc.FBSQLWarning
Create instance of this class for the specified message.
The class FBStandAloneConnectionManager provides the default implementation of ConnectionManager for standalone use.
FBStatement - static field in class org.firebirdsql.gds.ClassFactory
FBStatementFactory - class org.firebirdsql.jdbc.FBStatementFactory
Creates statement/savepoint objects.
FBStatisticsManager - class org.firebirdsql.management.FBStatisticsManager
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(org.firebirdsql.gds.impl.GDSType) - constructor for class org.firebirdsql.management.FBStatisticsManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBStatisticsManager(String) - constructor for class org.firebirdsql.management.FBStatisticsManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBTpb - class org.firebirdsql.jca.FBTpb
The FBTpb class represents the Firebird Transaction Parameter Block (TPB), which contains Firebird-specific information about transaction isolation.
FBTpb(org.firebirdsql.gds.TransactionParameterBuffer) - constructor for class org.firebirdsql.jca.FBTpb
Create a new Transaction Parameters Block instance based around a FBTpbMapper.
FBTpbMapper - class org.firebirdsql.jdbc.FBTpbMapper
This class is provides mapping capabilities between standard JDBC transaction isolation level and Firebird Transaction Parameters Block (TPB).
FBTpbMapper(org.firebirdsql.gds.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(org.firebirdsql.gds.GDS,Map) - constructor for class org.firebirdsql.jdbc.FBTpbMapper
Create instance of this class for the specified string mapping.
FBTpbMapper(org.firebirdsql.gds.GDS,String,ClassLoader) - constructor for class org.firebirdsql.jdbc.FBTpbMapper
Create instance of this class and load mapping from the specified resource.
Statement fetcher for updatable cursor case.
FBUser - class org.firebirdsql.management.FBUser
A user in the Firebird Security Database.
FBUser() - constructor for class org.firebirdsql.management.FBUser
Create an instance of this class.
FBUserManager - class org.firebirdsql.management.FBUserManager
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(org.firebirdsql.gds.impl.GDSType) - constructor for class org.firebirdsql.management.FBUserManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBUserManager(String) - constructor for class org.firebirdsql.management.FBUserManager
Create a new instance of FBMaintenanceManager based on a given GDSType.
FBWrappingDataSource - class org.firebirdsql.pool.FBWrappingDataSource
Implementation of javax.sql.DataSource including connection pooling.
FBWrappingDataSource() - constructor for class org.firebirdsql.pool.FBWrappingDataSource
Create instance of this class.
FBXAException - class org.firebirdsql.jca.FBXAException
Convenience exception that adds constructor taking message and error code together.
FBXAException() - constructor for class org.firebirdsql.jca.FBXAException
FBXAException(int) - constructor for class org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException based around a specific error code.
FBXAException(int,Exception) - constructor for class org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException wrapped around an underlying exception.
FBXAException(String) - constructor for class org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException with a given message.
FBXAException(String,int) - constructor for class org.firebirdsql.jca.FBXAException
Create a new instance of FBXAException based around a message and specific error code.
Notify listener that underlying fetcher is closed.
fetcherClosed(org.firebirdsql.jdbc.FBFetcher) - method in class org.firebirdsql.jdbc.FBResultSet
Notify listener that underlying fetcher is closed.
fetchSize - field in class org.firebirdsql.jdbc.AbstractStatement
FILTER_PARAMETER - static field in class org.firebirdsql.gds.BlobParameterBuffer
finalize() - method in class org.firebirdsql.jdbc.AbstractConnection
finalize() - method in class org.firebirdsql.pool.AbstractConnectionPool
Shutdown pool if object is garbage collected.
finalize() - method in class org.firebirdsql.jdbc.AbstractStatement
finalize() - method in class org.firebirdsql.pool.FBWrappingDataSource
Finalize this instance.
findColumn(String) - method in class org.firebirdsql.jdbc.FBResultSet
Maps the given ResultSet column name to its ResultSet column index.
findMethod(Class,String,Class[]) - static method in class org.firebirdsql.pool.PooledPreparedStatementHandler
findMethod(Class,String,Class[]) - static method in class org.firebirdsql.pool.ResultSetHandler
FirebirdBlob - interface org.firebirdsql.jdbc.FirebirdBlob
Firebird Blob abstraction.
FirebirdCallableStatement - interface org.firebirdsql.jdbc.FirebirdCallableStatement
Firebird extension to the java.sql.CallableStatement interface.
FirebirdConnection - interface org.firebirdsql.jdbc.FirebirdConnection
Extension of Connection interface providing access to Firebird specific features.
Connection properties for the Firebird connection.
FirebirdDatabaseMetaData - interface org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Extension of DatabaseMetaData interface providing access to Firebird specific features.
FirebirdDriver - interface org.firebirdsql.jdbc.FirebirdDriver
Extension of the java.sql.Driver providing methods to set the connection properties programmatically.
FirebirdLocalTransaction - interface org.firebirdsql.jca.FirebirdLocalTransaction
Extention of the javax.resource.spi.LocalTransaction interface to tell whether the underlying managed connection is currently participating in some transaction or not and to obtain the associated Xid.
FirebirdPool - interface org.firebirdsql.pool.FirebirdPool
Configuration for the FBWrappingDataSource and org.firebirdsql.pool.FBConnectionPoolDataSource objects.
FirebirdPreparedStatement - interface org.firebirdsql.jdbc.FirebirdPreparedStatement
Firebird extensions to the PreparedStatement interface.
FirebirdResultSet - interface org.firebirdsql.jdbc.FirebirdResultSet
FirebirdSavepoint - interface org.firebirdsql.jdbc.FirebirdSavepoint
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 org.firebirdsql.jdbc.FirebirdStatement
Firebird-specific extensions to the Statement interface.
first() - method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor to the first row in this ResultSet object.
firstWarning - field in class org.firebirdsql.jdbc.AbstractStatement
fixedStmt - field 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 field in class org.firebirdsql.gds.DatabaseParameterBuffer
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).
forgetResultSet() - method in class org.firebirdsql.jdbc.AbstractStatement
frb_info_att_charset - static field in class org.firebirdsql.gds.ISCConstants

G

GARBAGE_COLLECT - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
GBAK_ATTACH - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
GDS - interface org.firebirdsql.gds.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 - class org.firebirdsql.gds.GDSException
A GDS-specific exception
GDSException(int) - constructor for class org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(int,int) - constructor for class org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(int,int,String) - constructor for class org.firebirdsql.gds.GDSException
Construct instance of this class.
GDSException(int,String) - constructor for class org.firebirdsql.gds.GDSException
Create a new instance.
GDSException(String) - constructor for class org.firebirdsql.gds.GDSException
Create a new instance with only a simple message.
GDSExceptionHelper - class org.firebirdsql.gds.GDSExceptionHelper
This class is supposed to return messages for the specified error code.
gdsHelper - field in class org.firebirdsql.jdbc.AbstractStatement
gdsHelper - field in class org.firebirdsql.jdbc.FBResultSet
This class wraps message template obtained from isc_error_msg.properties file and allows to set parameters to the message.
GDSMessage(String) - constructor for class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Constructs an instance of GDSMessage for the specified template.
GDSObjectFactory - class org.firebirdsql.gds.GDSObjectFactory
Creates gds objects.
get(String) - static method in class org.firebirdsql.gds.ClassFactory
GET_COLUMNS_END - static field in class org.firebirdsql.jdbc.FBDatabaseMetaData
getArgumentAsInt(int) - method in class org.firebirdsql.gds.DatabaseParameterBuffer
Get argument as int.
getArgumentAsInt(int) - method in class org.firebirdsql.jca.FBConnectionRequestInfo
Get argument as int.
getArgumentAsInt(int) - method in class org.firebirdsql.gds.TransactionParameterBuffer
Get argument as int.
getArgumentAsString(int) - method in class org.firebirdsql.gds.DatabaseParameterBuffer
Get argument as string.
getArgumentAsString(int) - method in class org.firebirdsql.jca.FBConnectionRequestInfo
Get argument as string.
getArgumentAsString(int) - method in class org.firebirdsql.gds.TransactionParameterBuffer
Get argument as string.
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(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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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(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.
getArray(Map) - method in class org.firebirdsql.jdbc.FBArray
Retrieves the contents of the SQL array designated by this Array object.
getArray(String) - method in class org.firebirdsql.jdbc.FBResultSet
Returns the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getAsciiStream() - method in class org.firebirdsql.jdbc.FBClob
Gets the CLOB value designated by this Clob object as a stream of Ascii bytes.
getAsciiStream(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an InputStream.
getAttributes(String,String,String,String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
This operation is not supported
getAutoCommit() - method in class org.firebirdsql.jdbc.AbstractConnection
Gets the current auto-commit state.
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.
Gets a description of a table's optimal set of columns that uniquely identifies a row.
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.AbstractCallableStatement
Gets the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with scale digits to the right of the decimal point.
getBigDecimal(int,int) - method in class org.firebirdsql.jdbc.FBResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal in the Java programming language.
getBigDecimal(String) - method in class org.firebirdsql.jdbc.FBResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String,int) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a BigDecimal.
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a binary InputStream.
getBlob() - method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
Get instance of FirebirdBlob to which this stream belongs to.
getBlob() - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get instance of FirebirdBlob to which this stream belongs to.
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
Returns the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlobBufferLength() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getBlobBufferLength() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get buffer length for the BLOB fields.
getBlobBufferSize() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getBlobBufferSize() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getBlobBufferSize() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getBlobBufferSize() - method in class org.firebirdsql.pool.FBSimpleDataSource
getBlobBufferSize() - method in class org.firebirdsql.pool.FBWrappingDataSource
getBlobBufferSize() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
getBlobId() - method in class org.firebirdsql.jdbc.FBBlob
Get the identifier for this Blob
getBlobId() - method in class org.firebirdsql.gds.IscBlobHandle
Get the identifier for the blob to which this handle is linked.
getBlockingTimeout() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getBlockingTimeout() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Get time during which javax.sql.ConnectionPoolDataSource.getPooledConnection() can block.
getBlockingTimeout() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get time during which javax.sql.ConnectionPoolDataSource.getPooledConnection() can block.
getBlockingTimeout() - method in class org.firebirdsql.pool.FirebirdPool
Get time during which javax.sql.ConnectionPoolDataSource.getPooledConnection() can block.
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
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.pool.AbstractFBConnectionPoolDataSource
getBuffersNumber() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getBuffersNumber() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getBuffersNumber() - method in class org.firebirdsql.pool.FBSimpleDataSource
getBuffersNumber() - method in class org.firebirdsql.pool.FBWrappingDataSource
getBuffersNumber() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieve the value of the designated column in the current row of this ResultSet 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.
getBytes(String) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array.
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.FBDatabaseMetaData
Gets the catalog names available in this database.
getCatalogSeparator() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getCharacterStream() - method in class org.firebirdsql.jdbc.FBClob
Gets the CLOB value designated by this Clob object as a Unicode stream.
getCharacterStream(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
Gets the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharSet() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getCharSet() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getCharSet() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getCharSet() - method in class org.firebirdsql.pool.FBSimpleDataSource
getCharSet() - method in class org.firebirdsql.pool.FBWrappingDataSource
getCharSet() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
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.
Gets a description of the access rights for a table's columns.
getColumns(String,String,String,String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets 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.FBResultSet
Returns the concurrency mode of this ResultSet object.
getConfiguration() - method in class org.firebirdsql.pool.AbstractConnectionPool
Get configuration of this data source.
getConfiguration() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Get configuration of this data source.
getConnection() - method in class org.firebirdsql.jdbc.AbstractStatement
Returns the Connection object that produced this Statement object.
getConnection() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection() - method in class org.firebirdsql.jdbc.FBDataSource
Attempt to establish a database connection.
getConnection() - method in class org.firebirdsql.jdbc.FBObjectListener.StatementListener
Get the connection object to which this listener belongs to.
getConnection() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get JDBC connection with default credentials.
getConnection() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get JDBC connection from this data source.
getConnection() - method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
Get the connection which owns this coordinator.
getConnection() - method in class org.firebirdsql.pool.PingablePooledConnection
Get JDBC connection corresponding to this pooled connection instance.
getConnection() - method in class org.firebirdsql.pool.SimpleDataSource
Get JDBC connection.
getConnection(String,String) - method in class org.firebirdsql.jdbc.FBDataSource
Attempt to establish a database connection.
getConnection(String,String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Get JDBC connection with the specified credentials.
getConnection(String,String) - method in class org.firebirdsql.pool.FBWrappingDataSource
Get JDBC connection for the specified user name and password.
getConnection(String,String) - method in class org.firebirdsql.pool.SimpleDataSource
Get JDBC connection for the specified username and password.
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance.
getConnectionCount() - method in class org.firebirdsql.pool.FBWrappingDataSource
getConnectionManager() - method in class org.firebirdsql.pool.AbstractConnectionPool
Get instance of PooledConnectionManager responsible for instantiating pooled connections.
getConnectionManager() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Get connection manager that will allocate physical connections to the database.
getConnectionManager() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getConnectionProperties() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Get connection properties.
getConnectionRequestInfo() - method in class org.firebirdsql.jca.FBManagedConnection
Get information about the current connection parameters.
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 class org.firebirdsql.jdbc.FirebirdStatement
Get current result set.
getCursorName() - method in class org.firebirdsql.jdbc.FBResultSet
Gets the name of the SQL cursor used by this ResultSet object.
getDatabase() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getDatabase() - method in class org.firebirdsql.event.EventManager
Returns the database path for the connection to the database.
getDatabase() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getDatabase() - method in class org.firebirdsql.event.FBEventManager
Returns the database path for the connection to the database.
getDatabase() - method in class org.firebirdsql.jca.FBManagedConnection
getDatabase() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getDatabase() - method in class org.firebirdsql.management.FBServiceManager
Returns the database path for the connection to the service manager.
getDatabase() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get name of the database.
getDatabase() - method in class org.firebirdsql.pool.FBWrappingDataSource
getDatabase() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
getDatabase() - method in class org.firebirdsql.management.ServiceManager
Returns the database path for the connection to the service manager.
getDatabaseMajorVersion() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Get the major version number of the database.
getDatabaseMajorVersion() - method in class org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Get the minor version number of the database.
getDatabaseMinorVersion() - method in class org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Retrieves the minor version number of the underlying database.
getDatabaseName() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get name of the database.
getDatabaseParameterBuffer() - method in class org.firebirdsql.jdbc.AbstractConnection
Get database parameter buffer for this connection.
getDatabaseParameterBuffer() - method in class org.firebirdsql.jdbc.FBConnectionProperties
Get the database parameter buffer corresponding to the current connection request information.
getDatabaseParameterBuffer() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the database parameter buffer corresponding to the current connection request information.
getDatabaseParameterBuffer() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get the database parameter buffer corresponding to the current connection request information.
getDatabaseParameterBuffer() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get the database parameter buffer corresponding to the current connection request information.
getDatabaseParameterBuffer() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the database parameter buffer corresponding to the current connection request information.
getDatabaseProductName() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the version of this database product?
getDatabaseStatistics() - method in class org.firebirdsql.management.FBStatisticsManager
Get the full database statistics information, excluding system table information.
getDatabaseStatistics() - method in class org.firebirdsql.management.StatisticsManager
Get the full database statistics information, excluding system table information.
getDatabaseStatistics(int) - method in class org.firebirdsql.management.FBStatisticsManager
Get specific database statistics.
getDatabaseStatistics(int) - method in class org.firebirdsql.management.StatisticsManager
Get specific database statistics.
getDataSource() - method in class org.firebirdsql.pool.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) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a 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(int,Calendar) - method in class org.firebirdsql.jdbc.FBResultSet
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) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Date.
getDate(String,Calendar) - method in class org.firebirdsql.jdbc.FBResultSet
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 class org.firebirdsql.gds.IscTrHandle
Retrieve a handle to the database to which this transaction is linked.
getDefaultIsolation() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getDefaultIsolation() - method in class org.firebirdsql.jdbc.FBConnectionProperties
Get the default transaction isolation level as string.
getDefaultIsolation() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the default transaction isolation level as string.
getDefaultIsolation() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get the default transaction isolation level as string.
getDefaultIsolation() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get the default transaction isolation level as string.
getDefaultIsolation() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the default transaction isolation level as string.
getDefaultMapper(org.firebirdsql.gds.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
Get default JNDI reference for this instance.
getDefaultReference() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getDefaultReference() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Get default JNDI reference for this datasource.
getDefaultReference() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get default JNDI reference for this datasource.
getDefaultTpb() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getDefaultTransactionIsolation() - method in class org.firebirdsql.jdbc.FBConnectionProperties
Get the default transaction isolation level.
getDefaultTransactionIsolation() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDefaultTransactionIsolation() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the default transaction isolation level.
getDefaultTransactionIsolation() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get the default transaction isolation level.
getDefaultTransactionIsolation() - method in class org.firebirdsql.jdbc.FBTpbMapper
getDefaultTransactionIsolation() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get the default transaction isolation level.
getDefaultTransactionIsolation() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the default transaction isolation level.
getDeletedRowsCount() - method in class org.firebirdsql.jdbc.AbstractStatement
getDeletedRowsCount() - method in class org.firebirdsql.jdbc.FirebirdStatement
Get number of deleted rows.
getDescription() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get description of this datasource.
getDescription() - method in class org.firebirdsql.pool.FBWrappingDataSource
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
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
getDriverMajorVersion() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's this JDBC driver's major version number?
getDriverMinorVersion() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's this JDBC driver's minor version number?
getDriverName() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the name of this JDBC driver?
getDriverPropertyInfo(Properties) - static method in class org.firebirdsql.jdbc.FBDriverPropertyManager
Get property information for the specified properties.
getDriverVersion() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the version of this JDBC driver?
getEISProductName() - method in class org.firebirdsql.jca.FBManagedConnectionMetaData
Returns Product name of the underlying EIS instance connected through the ManagedConnection.
getEISProductVersion() - method in class org.firebirdsql.jca.FBManagedConnectionMetaData
Returns product version of the underlying EIS instance connected through the ManagedConnection.
getEncoding() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getEncoding() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getEncoding() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getEncoding() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get encoding for connections produced by this data source.
getEncoding() - method in class org.firebirdsql.pool.FBWrappingDataSource
getEncoding() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
getErrorCode() - method in class org.firebirdsql.jdbc.FBSQLException
getErrorCode() - method in class org.firebirdsql.jdbc.FBSQLWarning
Get error code for this warning.
getEventCount() - method in class org.firebirdsql.event.DatabaseEvent
Get the number of times the event occurred.
getEventCount() - method in class 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 class org.firebirdsql.gds.EventHandle
Get the internal event id number for this handle
getEventName() - method in class org.firebirdsql.event.DatabaseEvent
Get the name of the event that occurred.
getEventName() - method in class org.firebirdsql.gds.EventHandle
Get the name of the event for which this handle is set to listen for
getExecutionPlan() - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Get the execution plan of this PreparedStatement
getExecutionPlan() - method in class org.firebirdsql.jdbc.FBResultSet
getExecutionPlan() - method in class org.firebirdsql.jdbc.FirebirdPreparedStatement
Get the execution plan of this PreparedStatement
getExecutionPlan() - method in class org.firebirdsql.jdbc.FirebirdResultSet
Get execution plan for the specified result set.
getExportedKeys(String,String,String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtraNameCharacters() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
Creates an objectFactory and returns an object instance of AbstractFBConnectionPoolDataSource.
getFbErrorCode() - method in class org.firebirdsql.gds.GDSException
Get the Firebird-specific error code for this exception.
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.
getFetchDirection() - method in class org.firebirdsql.jdbc.FBResultSet
Returns the fetch direction 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.
getFetchSize() - method in class org.firebirdsql.jdbc.FBResultSet
Returns the fetch size for this ResultSet 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.FBResultSet
Get the FBField object at the given column index
getField(int) - method in class org.firebirdsql.jdbc.FBRowUpdater
getField(int,boolean) - method in class org.firebirdsql.jdbc.FBResultSet
Factory method for the field access objects
getField(String) - method in class org.firebirdsql.jdbc.FBResultSet
Get a FBField by name.
getFileName() - method in class org.firebirdsql.management.FBManager
mbean get-set pair for field fileName Get the value of fileName
getFileName() - method in class org.firebirdsql.management.FBManagerMBean
getFirstName() - method in class org.firebirdsql.management.FBUser
getFirstName() - method in class 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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
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
Get number of free connections in this pool.
getFreeSize() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Get number of free connections in this pool.
getFreeSize() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getFreeSize() - method in class org.firebirdsql.pool.FBWrappingDataSource
getFreeSize() - method in class org.firebirdsql.pool.FirebirdPool
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.jdbc.AbstractConnection
getGDSHelper() - method in class org.firebirdsql.jca.FBManagedConnection
Get instance of GDSHelper connected with this managed connection.
getGDSType() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Get type of JDBC driver that is used.
getGDSType() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the GDS implementation type around which this factory is based.
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 class org.firebirdsql.management.User
getHeaderPage() - method in class org.firebirdsql.management.FBStatisticsManager
Fetch the database statistics header page.
getHeaderPage() - method in class org.firebirdsql.management.StatisticsManager
Fetch the database statistics header page.
getHoldability() - method in class org.firebirdsql.jdbc.AbstractConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHoldability() - method in class org.firebirdsql.jdbc.FirebirdConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHost() - method in class org.firebirdsql.event.EventManager
Returns the host for the connection to the database.
getHost() - method in class org.firebirdsql.event.FBEventManager
Returns the host for the connection to the database.
getHost() - method in class org.firebirdsql.management.FBServiceManager
getHost() - method in class org.firebirdsql.management.ServiceManager
Returns the host for the connection to the service manager.
getIdentifierQuoteString() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
getIdleTimeout() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getIdleTimeout() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Get time after which idle connections will be deallocated.
getIdleTimeout() - method in class org.firebirdsql.pool.FBWrappingDataSource
getImportedKeys(String,String,String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIndex() - method in class org.firebirdsql.jdbc.FBProcedureParam
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 procecedure call.
getInsertedRowsCount() - method in class org.firebirdsql.jdbc.AbstractStatement
getInsertedRowsCount() - method in class org.firebirdsql.jdbc.FirebirdStatement
Get number of inserted rows.
getInsertRow() - method in class org.firebirdsql.jdbc.FBRowUpdater
getInSqlda() - method in class org.firebirdsql.gds.IscStmtHandle
Get the input data structure that contains data that is put into the statement.
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
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 class org.firebirdsql.jdbc.FBSQLException
getInternalException() - method in class org.firebirdsql.jdbc.FBSQLWarning
getIntParam() - method in class 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 class org.firebirdsql.jdbc.FirebirdConnection
Get current ISC encoding.
getIsolation() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
getIsolation() - method in class org.firebirdsql.pool.FBWrappingDataSource
getJDBCMajorVersion() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Get the JDBC major version for this driver.
getJDBCMinorVersion() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Get the JDBC minor version for this driver
getJdbcUrl() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
getLastExecutionPlan() - method in class org.firebirdsql.jdbc.AbstractStatement
getLastExecutionPlan() - method in class org.firebirdsql.jdbc.FirebirdStatement
Get execution plan for the last executed statement.
getLastName() - method in class org.firebirdsql.management.FBUser
getLastName() - method in class org.firebirdsql.management.User
getLastPingTime() - method in class org.firebirdsql.pool.PingablePooledConnection
Get the time when connection was pinged last time.
getLastState() - method in class org.firebirdsql.jdbc.FBEscapedParser
Returns the current state.
getLimboTransactions() - method in class org.firebirdsql.management.FBMaintenanceManager
getLocalEncoding() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
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.
getLocalTransaction() - method in class org.firebirdsql.jca.FBManagedConnection
Returns a javax.resource.spi.LocalTransaction instance.
getLogChannel() - method in class org.firebirdsql.pool.PingablePooledConnection
getLogger() - method in class org.firebirdsql.pool.AbstractConnectionPool
Get logger for this instance.
getLogger() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Get logger for this instance.
getLogger() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getLogger() - method in class org.firebirdsql.management.FBServiceManager
getLogger() - method in class org.firebirdsql.management.ServiceManager
Returns the logger for the connection to the service manager.
getLoginTimeout() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Get login timeout.
getLoginTimeout() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Get login timeout.
getLoginTimeout() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
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.FBSimpleDataSource
Get login timeout specified for this datasource.
getLoginTimeout() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get login timeout.
getLoginTimeout() - method in class org.firebirdsql.pool.SimpleDataSource
getLogWriter() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
getLogWriter() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getLogWriter() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getLogWriter() - method in class org.firebirdsql.jdbc.FBDataSource
Get the log writer for this data source.
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.FBSimpleDataSource
Get log for this datasource.
getLogWriter() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get log writer.
getLogWriter() - method in class org.firebirdsql.pool.SimpleDataSource
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
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.FBDriver
Gets the driver's major version number.
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.FBDatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of columns in a table?
getMaxConnections() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getMaxConnections() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Get maximum number of physical connections that can be simultaneously open.
getMaxConnections() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
How many active connections can we have at a time to this database?
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.pool.FBWrappingDataSource
getMaxCursorNameLength() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
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
getMaxIdleTime() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Get time after which idle connections will be deallocated.
getMaxIdleTime() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get time after which idle connections will be deallocated.
getMaxIdleTime() - method in class org.firebirdsql.pool.FirebirdPool
Get time after which idle connections will be deallocated.
getMaxIndexLength() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves the maximum number of bytes for an index, including all of the parts of the index.
getMaxPoolSize() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getMaxPoolSize() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Get maximum number of physical connections that can be simultaneously open.
getMaxPoolSize() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get maximum number of physical connections that can be simultaneously open.
getMaxPoolSize() - method in class org.firebirdsql.pool.FirebirdPool
Get maximum number of physical connections that can be simultaneously open.
getMaxProcedureNameLength() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
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.FBDatabaseMetaData
What's the maximum length of a single row?
getMaxSchemaNameLength() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length allowed for a schema name?
getMaxStatementLength() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of an SQL statement?
getMaxStatements() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getMaxStatements() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxStatements() - method in class org.firebirdsql.pool.FBWrappingDataSource
getMaxStatements() - method in class org.firebirdsql.pool.FirebirdPool
getMaxTableNameLength() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum number of tables in a SELECT statement?
getMaxUserNameLength() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of a user name?
getMessage() - method in class org.firebirdsql.jca.FBResourceException
Get message of this exception.
getMessage() - method in class org.firebirdsql.jdbc.FBSQLException
getMessage() - method in class org.firebirdsql.jdbc.FBSQLWarning
getMessage() - method in class org.firebirdsql.jca.FBXAException
Get message of this exception.
getMessage() - method in class 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.
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.jca.FBManagedConnection
Gets the metadata information for this connection's underlying EIS resource manager instance.
getMetaData() - method in class org.firebirdsql.jdbc.FBResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMiddleName() - method in class org.firebirdsql.management.FBUser
getMiddleName() - method in class org.firebirdsql.management.User
getMinConnections() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getMinConnections() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Get minimum number of open JDBC connections that will be created when pool is started.
getMinConnections() - method in class org.firebirdsql.pool.FBWrappingDataSource
getMinorVersion() - method in class org.firebirdsql.jdbc.FBDriver
Gets the driver's minor version number.
getMinPoolSize() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getMinPoolSize() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Get minimum number of open JDBC connections that will be created when pool is started.
getMinPoolSize() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get minimum number of open JDBC connections that will be created when pool is started.
getMinPoolSize() - method in class org.firebirdsql.pool.FirebirdPool
Get minimum number of open JDBC connections that will be created when pool is started.
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.management.FBManager
getName() - method in class org.firebirdsql.management.FBManagerMBean
getName() - method in class org.firebirdsql.jdbc.FBProcedureCall
Get the name of the procedure to be called.
getNewRow() - method in class org.firebirdsql.jdbc.FBRowUpdater
getNext() - method in class org.firebirdsql.pool.BlockingStack.Node
getNext() - method in class org.firebirdsql.gds.GDSException
Get the next chained exception.
getNonStandardProperty(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
Get the property that does not have corresponding getter method by its name.
getNonStandardProperty(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the property that does not have corresponding getter method by its name.
getNonStandardProperty(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Get the property that does not have corresponding getter method by its name.
getNonStandardProperty(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
Get the property that does not have corresponding getter method by its name.
getNonStandardProperty(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the property that does not have corresponding getter method by its name.
getNumericFunctions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a comma-separated list of math functions.
getObject() - method in class org.firebirdsql.pool.BlockingStack.Node
getObject(int) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a parameter as an Object in the Java programming language.
getObject(int) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieve the value of the designated column in the current row of this ResultSet as an Object.
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(int,Map) - method in class org.firebirdsql.jdbc.FBResultSet
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) - method in class org.firebirdsql.jdbc.FBResultSet
Gets 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.FBResultSet
Returns the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObjectInstance(Object) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Get object instance for the specified name in the specified context.
Get object instance for the specified name in the specified context.
getOldRow() - method in class org.firebirdsql.jdbc.FBRowUpdater
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 class org.firebirdsql.gds.IscStmtHandle
Get the output data structure that contains data that is retrieved from the statement.
getParam() - method in class 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.
getParamValue() - method in class org.firebirdsql.jdbc.FBProcedureParam
Get the variable value of this parameter
getPassword() - method in class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
getPassword() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getPassword() - method in class org.firebirdsql.event.EventManager
Returns the password for the connection to the database.
getPassword() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getPassword() - method in class org.firebirdsql.event.FBEventManager
Returns the password for the connection to the database.
getPassword() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getPassword() - method in class org.firebirdsql.management.FBManager
mbean get-set pair for field password Get the value of password
getPassword() - method in class 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.pool.FBSimpleDataSource
Get password used in getConnection() method.
getPassword() - method in class org.firebirdsql.management.FBUser
Returns the password as set by setPassword.
getPassword() - method in class org.firebirdsql.pool.FBWrappingDataSource
getPassword() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
getPassword() - method in class org.firebirdsql.management.ServiceManager
Returns the password for the connection to the service manager.
getPassword() - method in class org.firebirdsql.management.User
Returns the password as set by setPassword.
getPingInterval() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getPingInterval() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Get time interval after which connection should be pinged.
getPingInterval() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get time interval after which connection should be pinged.
getPingInterval() - method in class org.firebirdsql.pool.FirebirdPool
Get time interval after which connection should be pinged.
getPingStatement() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Get SQL statement that will be used to "ping" the connection.
getPingStatement() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getPingStatement() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Get SQL statement that will be used to ping connection.
getPingStatement() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get SQL statement that will be used to ping connection.
getPooledConnection() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Get pooled connection.
getPooledConnection() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Get pooled connection.
getPooledConnection() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Get pooled connection.
Get pooled connection from the pooled queue.
Get pooled connection from the pooled queue.
Get pooled connection for the specified user name and password.
Get pooled connection for the specified user name and password.
getPooling() - method in class org.firebirdsql.pool.FBWrappingDataSource
getPoolName() - method in class org.firebirdsql.pool.AbstractConnectionPool
Get name of the pool.
getPoolName() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Get name of this connection pool.
getPoolName() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Get name of the connection queue.
getPort() - method in class org.firebirdsql.event.EventManager
Returns the port for the connection to the database.
getPort() - method in class org.firebirdsql.event.FBEventManager
Returns the port for the connection to the database.
getPort() - method in class org.firebirdsql.management.FBManager
getPort() - method in class org.firebirdsql.management.FBManagerMBean
getPort() - method in class org.firebirdsql.management.FBServiceManager
getPort() - method in class org.firebirdsql.management.ServiceManager
Returns the port for the connection to the service manager.
getPosition() - method in class org.firebirdsql.jdbc.FBProcedureParam
Get the position of this parameter
getPrecision(int) - method in class org.firebirdsql.jdbc.FBResultSetMetaData
Get the designated column's number of decimal digits.
getPreparedStatement(String,int,int) - method in class org.firebirdsql.pool.PingablePooledConnection
Handle Connection.prepareStatement(String) method call.
getPrimaryKeys(String,String,String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of a table's primary key columns.
Gets a description of a catalog's stored procedure parameters and result columns.
getProcedures(String,String,String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the stored procedures available in a catalog.
getProcedureSourceCode(String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getProcedureSourceCode(String) - method in class org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the source of a stored procedure.
getProcedureTerm() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProperties() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
getProperty(String) - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
getPropertyInfo(String,Properties) - method in class org.firebirdsql.jdbc.FBDriver
Gets information about the possible properties for this driver.
getProxy() - method in class org.firebirdsql.pool.StatementHandler
Get dynamic proxy instant wrapping the statement.
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
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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
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) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getReference() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Get JDNI reference.
getReference() - method in class org.firebirdsql.jdbc.FBDataSource
Get the JNDI Reference for this DataSource.
getReference() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get previously set JNDI reference.
getReference() - method in class org.firebirdsql.pool.FBWrappingDataSource
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() - 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(boolean) - method in class org.firebirdsql.jdbc.AbstractStatement
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.
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.
getResultSetConcurrency() - method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
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.jdbc.FBDatabaseMetaData
Retrieves the default holdability of this ResultSet.
getResultSetType() - method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the result set type for ResultSet objects generated by this Statement object.
getRetryInterval() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
getRetryInterval() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Get interval of getting connections retries.
getRetryInterval() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get interval of getting connections retries.
getRoleName() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getRoleName() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getRoleName() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getRoleName() - method in class org.firebirdsql.pool.FBSimpleDataSource
getRoleName() - method in class org.firebirdsql.pool.FBWrappingDataSource
getRoleName() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
getRow() - method in class org.firebirdsql.jdbc.FBResultSet
Retrieves the current row number.
getSavepointId() - method in class org.firebirdsql.jdbc.AbstractSavepoint
Get ID of the savepoint.
getSavepointId() - method in class org.firebirdsql.jdbc.FirebirdSavepoint
Retrieves the generated ID for the savepoint that this Savepoint object represents.
getSavepointName() - method in class org.firebirdsql.jdbc.AbstractSavepoint
Get name of the savepoint.
getSavepointName() - method in class org.firebirdsql.jdbc.FirebirdSavepoint
Retrieves the name of the savepoint that this Savepoint object represents.
getScale(int) - method in class org.firebirdsql.jdbc.FBResultSetMetaData
Gets the designated column's number of digits to right of the decimal point.
getSchemaName(int) - method in class org.firebirdsql.jdbc.FBResultSetMetaData
Get the designated column's table's schema.
getSchemas() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets the schema names available in this database.
getSchemaTerm() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSearchStringEscape() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets the string that can be used to escape wildcard characters.
getServer() - method in class org.firebirdsql.management.FBManager
getServer() - method in class org.firebirdsql.management.FBManagerMBean
getServiceName() - method in class org.firebirdsql.management.FBServiceManager
getSetParams() - method in class 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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
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.pool.AbstractFBConnectionPoolDataSource
getSocketBufferSize() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getSocketBufferSize() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getSocketBufferSize() - method in class org.firebirdsql.pool.FBSimpleDataSource
getSocketBufferSize() - method in class org.firebirdsql.pool.FBWrappingDataSource
getSocketBufferSize() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
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.
getSqlCounts(org.firebirdsql.gds.IscStmtHandle) - method in class org.firebirdsql.gds.GDS
Fetch count information for a statement.
getSqlDialect() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getSqlDialect() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getSqlDialect() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getSqlDialect() - method in class org.firebirdsql.pool.FBSimpleDataSource
getSqlDialect() - method in class org.firebirdsql.pool.FBWrappingDataSource
getSqlDialect() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
getSQLKeywords() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
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
getSqlRole() - method in class org.firebirdsql.pool.FBWrappingDataSource
getSQLStateType() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99
getStackTrace(Throwable) - static method in class org.firebirdsql.pool.XConnectionUtil
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 class org.firebirdsql.management.FBManagerMBean
getStatement() - method in class org.firebirdsql.jdbc.FBResultSet
Returns the Statement object that produced this ResultSet object.
getStatementListener() - method in class org.firebirdsql.jdbc.AbstractConnection
getStatementType() - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Get the statement type of this PreparedStatement.
getStatementType() - method in class 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(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBResultSet
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.FBDatabaseMetaData
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.FBDatabaseMetaData
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.FBDatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSynchronizationObject() - method in class org.firebirdsql.jdbc.AbstractStatement
Get synchronization object for this statement object.
getSynchronizationObject() - method in class org.firebirdsql.jdbc.FBBlob
Get synchronization object that will be used to synchronize multithreaded access to the database.
getSynchronizationObject() - method in class org.firebirdsql.jdbc.FBResultSet
Get synchronization object.
getSynchronizationObject() - method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
getSynchronizationObject() - method in class org.firebirdsql.jdbc.Synchronizable
Get synchronization object.
getSystemFunctions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a comma-separated list of system functions.
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.FBDatabaseMetaData
Gets a description of the access rights for each table available in a catalog.
getTables(String,String,String,types[]) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of tables available in a catalog.
getTableStatistics(String[]) - method in class org.firebirdsql.management.FBStatisticsManager
Get the table statistics.
getTableStatistics(String[]) - method in class org.firebirdsql.management.StatisticsManager
Get the table statistics.
getTableTypes() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
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) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a 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(int,Calendar) - method in class org.firebirdsql.jdbc.FBResultSet
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) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Time object.
getTime(String,Calendar) - method in class org.firebirdsql.jdbc.FBResultSet
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.FBDatabaseMetaData
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) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieve the value of the designated column in the current row of this ResultSet as a 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(int,Calendar) - method in class org.firebirdsql.jdbc.FBResultSet
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) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Timestamp object.
getTimestamp(String,Calendar) - method in class org.firebirdsql.jdbc.FBResultSet
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
Get total size of physical connections opened to the database.
getTotalSize() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Get total size of physical connections opened to the database.
getTotalSize() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getTotalSize() - method in class org.firebirdsql.pool.FBWrappingDataSource
getTotalSize() - method in class org.firebirdsql.pool.FirebirdPool
getTpb(int) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getTpbMapping() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getTpbMapping() - method in class org.firebirdsql.jdbc.FBConnectionProperties
Get the used TPB mapping.
getTpbMapping() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the used TPB mapping.
getTpbMapping() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get the used TPB mapping.
getTpbMapping() - method in class org.firebirdsql.pool.FBWrappingDataSource
Get the used TPB mapping.
getTpbMapping() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the used TPB mapping.
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.jdbc.AbstractConnection
Gets this Connection's current transaction isolation level.
getTransactionIsolation() - method in class org.firebirdsql.jca.FBManagedConnection
Get the transaction isolation level of this connection.
getTransactionIsolation() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getTransactionIsolationLevel() - method in class org.firebirdsql.pool.FBWrappingDataSource
getTransactionIsolationLevel(String) - static method in class org.firebirdsql.jdbc.FBTpbMapper
Convert transaction isolation level name into a corresponding constant.
getTransactionIsolationName() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getTransactionIsolationName(int) - static method in class org.firebirdsql.jdbc.FBTpbMapper
Convert transaction isolation level into string.
getTransactionParameterBuffer() - method in class org.firebirdsql.jca.FBTpb
getTransactionParameters() - method in class org.firebirdsql.jca.FBManagedConnection
getTransactionParameters(int) - method in class org.firebirdsql.jdbc.AbstractConnection
Get transaction parameters for the specified transaction isolation level.
getTransactionParameters(int) - method in class org.firebirdsql.jdbc.FBConnectionProperties
Get the transaction parameter buffer corresponding to the current connection request information.
getTransactionParameters(int) - method in class org.firebirdsql.jca.FBManagedConnection
getTransactionParameters(int) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the transaction parameter buffer corresponding to the current connection request information.
getTransactionParameters(int) - method in class org.firebirdsql.pool.FBSimpleDataSource
Get the transaction parameter buffer corresponding to the current connection request information.
getTransactionParameters(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
Get the transaction parameter buffer corresponding to the current connection request information.
getTransactionParameters(int) - method in class org.firebirdsql.jdbc.FirebirdConnection
Get transaction parameters for the specified transaction isolation level.
getTransactionParameters(int) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
Get the transaction parameter buffer corresponding to the current connection request information.
getTransactionTimeout() - method in class org.firebirdsql.jca.FBManagedConnection
Gets the transaction timeout.
getTriggerSourceCode(String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getTriggerSourceCode(String) - method in class org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the source of a trigger.
getType() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Get type of JDBC driver that will be used.
getType() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getType() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getType() - method in class org.firebirdsql.management.FBManager
getType() - method in class org.firebirdsql.jdbc.FBProcedureParam
Get the SQL type of this paramater.
getType() - method in class org.firebirdsql.jdbc.FBResultSet
Returns the type of this ResultSet object.
getType() - method in class org.firebirdsql.pool.FBSimpleDataSource
getType() - method in class org.firebirdsql.pool.FBWrappingDataSource
getType() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
getTypeInfo() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of all the standard SQL types supported by this database.
getTypeMap() - method in class org.firebirdsql.jdbc.AbstractConnection
Gets the type map object associated with this connection.
getUDTs(String,String,String,int[]) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the user-defined types defined in a particular schema.
getUnicodeStream(int) - method in class org.firebirdsql.jdbc.FBResultSet
getUnicodeStream(String) - method in class org.firebirdsql.jdbc.FBResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a unicode InputStream.
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.
getUpdatedRowsCount() - method in class org.firebirdsql.jdbc.AbstractStatement
getUpdatedRowsCount() - method in class org.firebirdsql.jdbc.FirebirdStatement
Get number of updated rows.
getURL() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the url for this database?
getURL(int) - method in class org.firebirdsql.jdbc.FBResultSet
This operation is not supported
getURL(String) - method in class org.firebirdsql.jdbc.FBResultSet
This operation is not supported
getUser() - method in class org.firebirdsql.event.EventManager
Returns the username for the connection to the databaes.
getUser() - method in class org.firebirdsql.event.FBEventManager
Returns the username for the connection to the databaes.
getUser() - method in class org.firebirdsql.management.FBServiceManager
Get name of the user that performs the operation.
getUser() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get user name that is used in getConnection() method.
getUser() - method in class 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 class org.firebirdsql.management.User
getUserName() - method in class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
getUserName() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getUserName() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getUserName() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's our user name as known to the database?
getUserName() - method in 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.management.FBManager
mbean get-set pair for field userName Get the value of userName
getUserName() - method in class org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field userName Get the value of userName
getUserName() - method in class org.firebirdsql.pool.FBSimpleDataSource
Get user name that is used in getConnection() method.
getUserName() - method in class org.firebirdsql.management.FBUser
getUserName() - method in class org.firebirdsql.pool.FBWrappingDataSource
getUserName() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
getUserName() - method in class org.firebirdsql.management.User
getUsers() - method in class org.firebirdsql.management.FBUserManager
Return all valid users in the Firebird Security Database.
getUsers() - method in class org.firebirdsql.management.UserManager
Return all valid users in the Firebird Security Database.
getUseTranslation() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getUseTranslation() - method in class org.firebirdsql.jdbc.FBConnectionProperties
getUseTranslation() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
getUseTranslation() - method in class org.firebirdsql.pool.FBSimpleDataSource
getUseTranslation() - method in class org.firebirdsql.pool.FBWrappingDataSource
getUseTranslation() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
getValue() - method in class org.firebirdsql.jdbc.FBProcedureParam
Set the value for this parameter
getVersionColumns(String,String,String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of a table's columns that are automatically updated when any value in a row is updated.
getViewSourceCode(String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
getViewSourceCode(String) - method in class org.firebirdsql.jdbc.FirebirdDatabaseMetaData
Get the source of a view.
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.AbstractStatement
Retrieves the first warning reported by calls on this Statement object.
getWarnings() - method in class org.firebirdsql.jdbc.FBResultSet
Returns the first warning reported by calls on this ResultSet object.
getWarnings() - method in class org.firebirdsql.gds.IscDbHandle
Get list of warnings that were returned by the server.
getWarnings() - method in class org.firebirdsql.gds.IscSvcHandle
Get list of warnings that were returned by the server.
getWorkingSize() - method in class org.firebirdsql.pool.AbstractConnectionPool
Get number of connections that are in use.
getWorkingSize() - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Get number of connections that are in use.
getWorkingSize() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
getWorkingSize() - method in class org.firebirdsql.pool.FBWrappingDataSource
getWorkingSize() - method in class org.firebirdsql.pool.FirebirdPool
getWrappedObject() - method in class org.firebirdsql.pool.StatementHandler
Get original statement that was wrapped.
getXAConnection() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Get XA connection.
Get XA connection for the specified user name and password.
getXAErrorCode() - method in class org.firebirdsql.gds.GDSException
Get the XaErrorCode value.
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 class 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.FBResultSet
Returns the XSQLVAR structure for the specified column.
GFIX_ATTACH - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
GSTAT_ATTACH - static field in class org.firebirdsql.gds.DatabaseParameterBuffer

H

handleEncodings(HashMap) - static method in class org.firebirdsql.jdbc.FBDriverPropertyManager
Handle character encoding parameters.
handleForceClose() - method in class org.firebirdsql.pool.PooledPreparedStatementHandler
handleIsCached() - method in class org.firebirdsql.pool.PooledPreparedStatementHandler
Handle Statement.close() call.
hasArgument(int) - method in class org.firebirdsql.gds.DatabaseParameterBuffer
Check if this parameter buffer has specified argument.
hasArgument(int) - method in class org.firebirdsql.jca.FBConnectionRequestInfo
Check if this parameter buffer has specified argument.
hasArgument(int) - method in class org.firebirdsql.gds.TransactionParameterBuffer
Check if this parameter buffer has specified argument.
hashCode() - method in class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
hashCode() - method in class org.firebirdsql.jdbc.AbstractSavepoint
Get hash code of this instance.
hashCode() - method in class org.firebirdsql.jdbc.FBConnectionProperties
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.management.FBUser
hasMoreResults - field in class org.firebirdsql.jdbc.AbstractStatement
hasNoWildcards(String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Determine if there are no SQL wildcard characters ('%' or '_') in the given pattern.
hasOpenResultSet() - method in class org.firebirdsql.jdbc.AbstractStatement
hasOpenResultSet() - method in class org.firebirdsql.jdbc.FirebirdStatement
Check if this statement has open result set.
HOLD_CURSORS_OVER_COMMIT - static field in class org.firebirdsql.jdbc.FirebirdResultSet
The constant indicating that ResultSet objects should not be closed when the method Connection.commit is called.

I

IGNORE_LIMBO - static field in class org.firebirdsql.gds.TransactionParameterBuffer
INDEX_STATISTICS - static field in class org.firebirdsql.management.StatisticsManager
Request statistics on indexes.
INFO_CAPABILITIES - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_FLAG_END - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_GET_CONFIG - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_GET_ENV - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_GET_ENV_LOCK - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_GET_ENV_MSG - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_GET_LICENSE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_GET_LICENSE_MASK - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_GET_LICENSED_USERS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_GET_OUTPUT_LINE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_GET_OUTPUT_TO_EOF - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_GET_USERS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_IMPLEMENTATION - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_LIMBO_TRANSACTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_MULTI_TRANSACTION_ID - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_RUNNING - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_SERVER_VERSION - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_SINGLE_TRANSACTION_ID - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_SVC_MGR_VERSION - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_SVR_DB_INFO - static field in class org.firebirdsql.gds.ServiceRequestBuffer
Constants for GDS.iscServiceQuery(...) call
INFO_TIMEOUT - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_ADVICE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_ADVICE_COMMIT - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_ADVICE_ROLLBACK - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_ADVICE_UNKNOWN - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_DB_PATH - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_HOST_SITE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_REMOTE_SITE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_STATE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_STATE_COMMIT - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_STATE_LIMBO - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_STATE_ROLLBACK - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_TRANSACTION_STATE_UNKNOWN - static field in class org.firebirdsql.gds.ServiceRequestBuffer
INFO_USER_DB_PATH - static field in class org.firebirdsql.gds.ServiceRequestBuffer
insertRow() - method in class org.firebirdsql.jdbc.FBResultSet
Inserts the contents of the insert row into this ResultSet objaect and into the database.
insertRow() - method in class org.firebirdsql.jdbc.FBRowUpdater
insertsAreDetected(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
internalBegin() - method in class org.firebirdsql.jca.FBLocalTransaction
Perform the internal operations to begin a local transaction.
internalClose() - method in class org.firebirdsql.pool.PingablePooledConnection
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.
Transaction coordinator for the org.firebirdsql.jdbc.FBConnection class.
InternalTransactionCoordinator() - constructor for class org.firebirdsql.jdbc.InternalTransactionCoordinator
INTERP - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
interpretLength(org.firebirdsql.gds.GDS,byte[],int) - static method in class org.firebirdsql.jdbc.FBBlob
Interpret BLOB length from buffer.
intParam - field in class org.firebirdsql.gds.GDSException
inTransaction() - method in class org.firebirdsql.jdbc.AbstractConnection
Check if this connection is currently involved in a transaction
inTransaction() - method in class org.firebirdsql.jca.FBLocalTransaction
Check whether a started transaction is associated with the current database connection.
inTransaction() - method in class org.firebirdsql.jca.FBManagedConnection
inTransaction() - method in class org.firebirdsql.jca.FirebirdLocalTransaction
Check if managed connection is currently participating in transaction.
invalidateSavepoints() - method in class org.firebirdsql.jdbc.AbstractConnection
Invalidate all savepoints.
invoke(Object,Method,Object[]) - method in class org.firebirdsql.pool.PooledPreparedStatementHandler
Invoke method on a specified proxy.
invoke(Object,Method,Object[]) - method in class org.firebirdsql.pool.ResultSetHandler
Implementation of the dynamic proxy handler interface.
invoke(Object,Method,Object[]) - method in class org.firebirdsql.pool.StatementHandler
Invoke a specified method with the specified arguments on the specified proxy.
ioLength - field 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.FBResultSet
Indicates whether the cursor is after the last row in this ResultSet object.
isAllRowsFetched() - method in class 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.FBResultSet
Indicates whether the cursor is before the first row in this ResultSet object.
isc_action_svc_add_license - static field in class org.firebirdsql.gds.ISCConstants
isc_action_svc_add_user - static field in class org.firebirdsql.gds.ISCConstants
isc_action_svc_backup - static field in class org.firebirdsql.gds.ISCConstants
Service action items *
isc_action_svc_db_stats - static field in class org.firebirdsql.gds.ISCConstants
isc_action_svc_delete_user - static field in class org.firebirdsql.gds.ISCConstants
isc_action_svc_display_user - static field in class org.firebirdsql.gds.ISCConstants
isc_action_svc_get_ib_log - static field in class org.firebirdsql.gds.ISCConstants
isc_action_svc_modify_user - static field in class org.firebirdsql.gds.ISCConstants
isc_action_svc_properties - static field in class org.firebirdsql.gds.ISCConstants
isc_action_svc_remove_license - static field in class org.firebirdsql.gds.ISCConstants
isc_action_svc_repair - static field in class org.firebirdsql.gds.ISCConstants
isc_action_svc_restore - static field in class org.firebirdsql.gds.ISCConstants
isc_adm_task_denied - static field in class org.firebirdsql.gds.ISCConstants
isc_alias_conflict_err - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_cstring - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_domain - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_dos - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_end - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_gds - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_interpreted - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_mpexl - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_mpexl_ipc - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_netware - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_next_mach - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_number - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_string - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_unix - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_vms - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_warning - static field in class org.firebirdsql.gds.ISCConstants
isc_arg_win32 - static field in class org.firebirdsql.gds.ISCConstants
isc_arith_except - static field in class org.firebirdsql.gds.ISCConstants
isc_array_idx_err - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_checksum - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_db_format - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_db_handle - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_dbkey - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_default_value - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_detach - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_dpb_content - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_dpb_form - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_limit_param - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_lock_handle - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_lock_level - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_msg_vec - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_protocol - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_req_handle - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_sec_info - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_segstr_handle - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_segstr_id - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_segstr_type - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_skip_param - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_spb_form - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_stmt_handle - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_svc_handle - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_tpb_content - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_tpb_form - static field in class org.firebirdsql.gds.ISCConstants
isc_bad_trans_handle - static field in class org.firebirdsql.gds.ISCConstants
isc_badblk - static field in class org.firebirdsql.gds.ISCConstants
isc_badhndcnt - static field in class org.firebirdsql.gds.ISCConstants
isc_badindex - static field in class org.firebirdsql.gds.ISCConstants
isc_badmsgnum - static field in class org.firebirdsql.gds.ISCConstants
isc_badodsver - static field in class org.firebirdsql.gds.ISCConstants
isc_badpage - static field in class org.firebirdsql.gds.ISCConstants
isc_badpagtyp - static field in class org.firebirdsql.gds.ISCConstants
isc_badparnum - static field in class org.firebirdsql.gds.ISCConstants
isc_badrelation - static field in class org.firebirdsql.gds.ISCConstants
isc_bdbincon - static field in class org.firebirdsql.gds.ISCConstants
isc_blktoobig - static field in class org.firebirdsql.gds.ISCConstants
isc_blob_filter_exception - static field in class org.firebirdsql.gds.ISCConstants
isc_blob_idx_err - static field in class org.firebirdsql.gds.ISCConstants
isc_blobnotsup - static field in class org.firebirdsql.gds.ISCConstants
isc_blocking_signal - static field in class org.firebirdsql.gds.ISCConstants
isc_bpb_filter_parameter - static field in class org.firebirdsql.gds.ISCConstants
isc_bpb_source_interp - static field in class org.firebirdsql.gds.ISCConstants
isc_bpb_source_type - static field in class org.firebirdsql.gds.ISCConstants
isc_bpb_target_interp - static field in class org.firebirdsql.gds.ISCConstants
isc_bpb_target_type - static field in class org.firebirdsql.gds.ISCConstants
isc_bpb_type - static field in class org.firebirdsql.gds.ISCConstants
isc_bpb_type_segmented - static field in class org.firebirdsql.gds.ISCConstants
isc_bpb_type_stream - static field in class org.firebirdsql.gds.ISCConstants
isc_bpb_version1 - static field in class org.firebirdsql.gds.ISCConstants
isc_buf_invalid - static field in class org.firebirdsql.gds.ISCConstants
isc_bufexh - static field in class org.firebirdsql.gds.ISCConstants
isc_bufinuse - static field in class org.firebirdsql.gds.ISCConstants
isc_bug_check - static field in class org.firebirdsql.gds.ISCConstants
isc_cache_redef - static field in class org.firebirdsql.gds.ISCConstants
isc_cache_restart - static field in class org.firebirdsql.gds.ISCConstants
isc_cache_too_small - static field in class org.firebirdsql.gds.ISCConstants
isc_cancelled - static field in class org.firebirdsql.gds.ISCConstants
isc_cant_start_journal - static field in class org.firebirdsql.gds.ISCConstants
isc_cant_start_logging - static field in class org.firebirdsql.gds.ISCConstants
isc_cant_validate - static field in class org.firebirdsql.gds.ISCConstants
isc_charset_not_found - static field in class org.firebirdsql.gds.ISCConstants
isc_check_cnstrnt_del - static field in class org.firebirdsql.gds.ISCConstants
isc_check_cnstrnt_update - static field in class org.firebirdsql.gds.ISCConstants
isc_check_constraint - static field in class org.firebirdsql.gds.ISCConstants
isc_check_trig_del - static field in class org.firebirdsql.gds.ISCConstants
isc_check_trig_update - static field in class org.firebirdsql.gds.ISCConstants
isc_cnstrnt_fld_del - static field in class org.firebirdsql.gds.ISCConstants
isc_cnstrnt_fld_rename - static field in class org.firebirdsql.gds.ISCConstants
isc_codnotdef - static field in class org.firebirdsql.gds.ISCConstants
isc_col_name_err - static field in class org.firebirdsql.gds.ISCConstants
isc_collation_not_for_charset - static field in class org.firebirdsql.gds.ISCConstants
isc_collation_not_found - static field in class org.firebirdsql.gds.ISCConstants
isc_collation_requires_text - static field in class org.firebirdsql.gds.ISCConstants
isc_command_end_err - static field in class org.firebirdsql.gds.ISCConstants
isc_complex_view - static field in class org.firebirdsql.gds.ISCConstants
isc_conf_access_denied - static field in class org.firebirdsql.gds.ISCConstants
isc_conn_lost - static field in class org.firebirdsql.gds.ISCConstants
isc_connect_reject - static field in class org.firebirdsql.gds.ISCConstants
isc_constaint_on_view - static field in class org.firebirdsql.gds.ISCConstants
isc_convert_error - static field in class org.firebirdsql.gds.ISCConstants
isc_corrupt - static field in class org.firebirdsql.gds.ISCConstants
isc_crrp_data_err - static field in class org.firebirdsql.gds.ISCConstants
isc_cse_not_supported - static field in class org.firebirdsql.gds.ISCConstants
isc_ctxinuse - static field in class org.firebirdsql.gds.ISCConstants
isc_ctxnotdef - static field in class org.firebirdsql.gds.ISCConstants
isc_database_create_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_date_range_exceeded - static field in class org.firebirdsql.gds.ISCConstants
isc_datnotsup - static field in class org.firebirdsql.gds.ISCConstants
isc_datype_notsup - static field in class org.firebirdsql.gds.ISCConstants
isc_db_corrupt - static field in class org.firebirdsql.gds.ISCConstants
isc_db_or_file_exists - static field in class org.firebirdsql.gds.ISCConstants
isc_dbbnotzer - static field in class org.firebirdsql.gds.ISCConstants
isc_dbfile - static field in class org.firebirdsql.gds.ISCConstants
isc_ddl_not_allowed_by_db_sql_dial - static field in class org.firebirdsql.gds.ISCConstants
isc_deadlock - static field in class org.firebirdsql.gds.ISCConstants
isc_del_last_field - static field in class org.firebirdsql.gds.ISCConstants
isc_depend_on_uncommitted_rel - static field in class org.firebirdsql.gds.ISCConstants
isc_dependency - static field in class org.firebirdsql.gds.ISCConstants
isc_dialect_not_changed - static field in class org.firebirdsql.gds.ISCConstants
isc_dialect_reset_warning - static field in class org.firebirdsql.gds.ISCConstants
isc_dirtypage - static field in class org.firebirdsql.gds.ISCConstants
isc_distinct_err - static field in class org.firebirdsql.gds.ISCConstants
isc_doubleloc - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_activate_shadow - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_allocation - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_begin_log - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_blob_buffer_size - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_buffer_length - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_cache_manager - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_cdd_pathname - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_connect_timeout - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_damaged - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_dbkey_scope - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_debug - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_delete_shadow - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_disable_journal - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_disable_wal - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_drop_walfile - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_dummy_packet_interval - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_enable_journal - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_encrypt_key - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_filename_charset - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_force_write - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_garbage_collect - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_gbak_attach - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_gfix_attach - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_gstat_attach - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_interp - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_journal - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_lc_ctype - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_lc_messages - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_license - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_local_encoding - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_mapping_path - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_no_garbage_collect - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_no_reserve - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_no_result_set_tracking - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_num_buffers - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_number_of_users - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_old_dump_id - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_old_file - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_old_file_size - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_old_num_files - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_old_start_file - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_old_start_page - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_old_start_seqno - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_online - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_online_dump - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_overwrite - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_page_size - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_paranoia_mode - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_password - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_password_enc - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_quit_log - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_reserved - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_result_set_holdable - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_sec_attach - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_set_db_charset - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_set_db_readonly - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_set_db_sql_dialect - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_set_page_buffers - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_shutdown - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_shutdown_delay - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_socket_buffer_size - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_sql_dialect - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_sql_role_name - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_sweep - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_sweep_interval - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_sys_user_name - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_sys_user_name_enc - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_timestamp_uses_local_timezone - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_trace - static field in class org.firebirdsql.gds.ISCConstants
ISC_DPB_TYPES_RESOURCE - static field in class org.firebirdsql.jdbc.FBConnectionHelper
isc_dpb_use_standard_udf - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_use_stream_blobs - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_user - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_user_name - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_verify - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_version1 - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_wal_backup_dir - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_wal_bufsize - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_wal_chkptlen - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_wal_grp_cmt_wait - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_wal_numbufs - static field in class org.firebirdsql.gds.ISCConstants
isc_dpb_working_directory - static field in class org.firebirdsql.gds.ISCConstants
isc_drdb_completed_with_errs - static field in class org.firebirdsql.gds.ISCConstants
isc_drop_wal - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_agg_column_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_agg_group_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_agg_having_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_agg_nested_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_agg_ref_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_agg_where_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_arr_range_error - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_base_table - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_blob_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_blob_type_unknown - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_column_pos_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_command_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_constant_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_construct_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_count_mismatch - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_crdb_prepare_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_cursor_close_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_cursor_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_cursor_open_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_cursor_update_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_datatype_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_dbkey_from_non_table - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_decl_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_dialect_warning_expr - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_domain_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_domain_not_found - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_dup_option - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_duplicate_spec - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_error - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_field_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_field_ref - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_file_length_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_function_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_internal_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_invalid_array - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_max_arr_dim_exceeded - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_no_blob_array - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_no_relation_alias - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_open_cursor_request - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_procedure_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_procedure_use_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_relation_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_request_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_self_join - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_shadow_number_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_sqlda_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_sqlda_value_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_stmt_handle - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_subselect_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_token_unk_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_tran_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_transitional_numeric - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_trigger_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_var_conflict - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_var_count_err - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_warn_precision_ambiguous - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_warn_precision_ambiguous1 - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_warn_precision_ambiguous2 - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_warning_number_ambiguous - static field in class org.firebirdsql.gds.ISCConstants
isc_dsql_warning_number_ambiguous1 - static field in class org.firebirdsql.gds.ISCConstants
isc_dtype_renamed - static field in class org.firebirdsql.gds.ISCConstants
isc_dup_usrname_found - static field in class org.firebirdsql.gds.ISCConstants
isc_duplicate_base_table - static field in class org.firebirdsql.gds.ISCConstants
isc_dupnodfnd - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_char_fld_too_small - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_delete_role_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_dependency_exists - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_domain_name_exists - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_dtype_conv_invalid - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_dtype_invalid - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_dup_sql_role - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_field_name_exists - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_fld_ambiguous - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_grant_role_to_user - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_inv_sql_role_name - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_invalid_dtype_conversion - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_kywd_spec_for_role - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_no_grant_admin_opt - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_role_does_not_exist - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_roles_not_supported - static field in class org.firebirdsql.gds.ISCConstants
isc_dyn_user_not_role_member - static field in class org.firebirdsql.gds.ISCConstants
isc_err_base - static field in class org.firebirdsql.gds.ISCConstants
isc_err_factor - static field in class org.firebirdsql.gds.ISCConstants
isc_err_max - static field in class org.firebirdsql.gds.ISCConstants
isc_err_stack_limit - static field in class org.firebirdsql.gds.ISCConstants
isc_error_adding_sec_record - static field in class org.firebirdsql.gds.ISCConstants
isc_error_deleting_sec_record - static field in class org.firebirdsql.gds.ISCConstants
isc_error_modifying_sec_record - static field in class org.firebirdsql.gds.ISCConstants
isc_error_updating_sec_db - static field in class org.firebirdsql.gds.ISCConstants
isc_except - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_access_violation - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_array_bounds_exceeded - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_datatype_missalignment - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_float_denormal_operand - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_float_divide_by_zero - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_float_inexact_result - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_float_invalid_operand - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_float_overflow - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_float_stack_check - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_float_underflow - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_integer_divide_by_zero - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_integer_overflow - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_name - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_sigbus - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_sigfpe - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_sigill - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_sigsegv - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_stack_overflow - static field in class org.firebirdsql.gds.ISCConstants
isc_exception_unknown - static field in class org.firebirdsql.gds.ISCConstants
isc_excess_trans - static field in class org.firebirdsql.gds.ISCConstants
isc_exec_sql_invalid_arg - static field in class org.firebirdsql.gds.ISCConstants
isc_exec_sql_invalid_req - static field in class org.firebirdsql.gds.ISCConstants
isc_exec_sql_invalid_var - static field in class org.firebirdsql.gds.ISCConstants
isc_exec_sql_max_call_exceeded - static field in class org.firebirdsql.gds.ISCConstants
isc_existing_priv_mod - static field in class org.firebirdsql.gds.ISCConstants
isc_expec_int - static field in class org.firebirdsql.gds.ISCConstants
isc_expec_long - static field in class org.firebirdsql.gds.ISCConstants
isc_expec_positive - static field in class org.firebirdsql.gds.ISCConstants
isc_expec_uint - static field in class org.firebirdsql.gds.ISCConstants
isc_expression_eval_err - static field in class org.firebirdsql.gds.ISCConstants
isc_ext_err - static field in class org.firebirdsql.gds.ISCConstants
isc_ext_file_delete - static field in class org.firebirdsql.gds.ISCConstants
isc_ext_file_modify - static field in class org.firebirdsql.gds.ISCConstants
isc_ext_readonly_err - static field in class org.firebirdsql.gds.ISCConstants
isc_extern_func_dir_error - static field in class org.firebirdsql.gds.ISCConstants
isc_extern_func_err - static field in class org.firebirdsql.gds.ISCConstants
isc_extfile_uns_op - static field in class org.firebirdsql.gds.ISCConstants
isc_extract_input_mismatch - static field in class org.firebirdsql.gds.ISCConstants
isc_facility - static field in class org.firebirdsql.gds.ISCConstants
isc_fatal_conflict - static field in class org.firebirdsql.gds.ISCConstants
isc_field_aggregate_err - static field in class org.firebirdsql.gds.ISCConstants
isc_field_name - static field in class org.firebirdsql.gds.ISCConstants
isc_field_ref_err - static field in class org.firebirdsql.gds.ISCConstants
isc_file_in_use - static field in class org.firebirdsql.gds.ISCConstants
isc_fldnotdef - static field in class org.firebirdsql.gds.ISCConstants
isc_foreign_key - static field in class org.firebirdsql.gds.ISCConstants
isc_foreign_key_notfound - static field in class org.firebirdsql.gds.ISCConstants
isc_from_no_match - static field in class org.firebirdsql.gds.ISCConstants
isc_funmismat - static field in class org.firebirdsql.gds.ISCConstants
isc_funnotdef - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_bkup_corrupt - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_blob_col_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_blob_info_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_block_fac_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_cant_rest_record - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_close_blob_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_comp_req_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_create_blob_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_db_create_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_db_exists - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_db_format_too_old - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_db_in_use - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_db_info_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_db_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_decomp_len_error - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_disk_space_ex - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_dup_inout_names - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_err_restore_charset - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_err_restore_collation - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_exp_data_type - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_file_outof_sequence - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_filename_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_gen_id_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_get_seg_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_hdr_write_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_inv_array_dim - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_inv_bkup_ver - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_inv_block_fac - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_inv_page_size - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_inv_rec_len - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_inv_size - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_inv_skipped_bytes - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_join_file_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_missing_bkup_desc - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_missing_block_fac - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_missing_password - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_missing_skipped_bytes - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_missing_username - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_mode_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_multi_source_dest - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_no_db_desc - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_no_protection - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_no_tbl_name - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_not_ownr - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_open_bkup_error - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_open_blob_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_open_error - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_page_buffers_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_page_buffers_restore - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_page_buffers_wrong_param - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_page_size_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_page_size_not_allowed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_page_size_toobig - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_put_blr_gen_id_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_put_seg_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_read_error - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_rec_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_rec_len_exp - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_redir_ouput_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_rel_req_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_restore_role_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_role_op_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_send_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_size_lt_min - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_start_req_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_stdin_not_supptd - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_stdout_not_supptd - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_string_trunc - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_svc_name_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_switches_conflict - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_sysmemex - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_tbl_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_unexp_eof - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_unk_blob_item - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_unk_db_file_spec - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_unk_device - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_unk_rec_type - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_unk_type - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_unknown_device - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_unknown_switch - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_write_error - static field in class org.firebirdsql.gds.ISCConstants
isc_gbak_xdr_len_expected - static field in class org.firebirdsql.gds.ISCConstants
isc_generator_name - static field in class org.firebirdsql.gds.ISCConstants
isc_gennotdef - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_bad_pool - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_corrupt_pool - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_db_name - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_exceed_max - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_full_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_incmp_sw - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_invalid_sw - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_mem_exhausted - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_mode_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_nval_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_opt_SQL_dialect - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_pass_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_pgbuf_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_pval_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_recon_fail - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_replay_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_retry - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_retry_db - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_sec_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_subs_name - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_trn_not_valid - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_trn_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_trn_unknown - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_type_shut - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_unexp_eoi - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_usrname_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_val_req - static field in class org.firebirdsql.gds.ISCConstants
isc_gfix_wal_req - static field in class org.firebirdsql.gds.ISCConstants
isc_grant_fld_notfound - static field in class org.firebirdsql.gds.ISCConstants
isc_grant_nopriv - static field in class org.firebirdsql.gds.ISCConstants
isc_grant_nopriv_on_base - static field in class org.firebirdsql.gds.ISCConstants
isc_grant_obj_notfound - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_amb_switch - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_cant_open_db - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_db_admin_pw_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_db_admin_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_db_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_err_add - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_err_delete - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_err_find_del - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_err_find_disp - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_err_find_mod - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_err_modify - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_err_rec_not_found - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_fname_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_gid_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_incompat_switch - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_inv_param - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_inv_pw_length - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_inv_switch - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_inv_username - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_lname_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_mname_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_no_op_spec - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_no_op_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_no_usr_name - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_op_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_org_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_params_not_allowed - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_proj_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_pw_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_sql_role_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_switches_error - static field in class org.firebirdsql.gds.ISCConstants
isc_gsec_uid_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_gstat_open_err - static field in class org.firebirdsql.gds.ISCConstants
isc_gstat_read_err - static field in class org.firebirdsql.gds.ISCConstants
isc_gstat_retry - static field in class org.firebirdsql.gds.ISCConstants
isc_gstat_sysmemex - static field in class org.firebirdsql.gds.ISCConstants
isc_gstat_unexpected_eof - static field in class org.firebirdsql.gds.ISCConstants
isc_gstat_unknown_switch - static field in class org.firebirdsql.gds.ISCConstants
isc_gstat_wrong_ods - static field in class org.firebirdsql.gds.ISCConstants
isc_high_minor - static field in class org.firebirdsql.gds.ISCConstants
isc_host_unknown - static field in class org.firebirdsql.gds.ISCConstants
isc_ib_error - static field in class org.firebirdsql.gds.ISCConstants
isc_idx_create_err - static field in class org.firebirdsql.gds.ISCConstants
isc_idx_key_err - static field in class org.firebirdsql.gds.ISCConstants
isc_idx_seg_err - static field in class org.firebirdsql.gds.ISCConstants
isc_imp_exc - static field in class org.firebirdsql.gds.ISCConstants
isc_index_name - static field in class org.firebirdsql.gds.ISCConstants
isc_index_root_page_full - static field in class org.firebirdsql.gds.ISCConstants
isc_index_unused - static field in class org.firebirdsql.gds.ISCConstants
isc_indexname - static field in class org.firebirdsql.gds.ISCConstants
isc_indexnotdefined - static field in class org.firebirdsql.gds.ISCConstants
isc_infinap - static field in class org.firebirdsql.gds.ISCConstants
isc_info_access_path - static field in class org.firebirdsql.gds.ISCConstants
isc_info_active_transactions - static field in class org.firebirdsql.gds.ISCConstants
isc_info_allocation - static field in class org.firebirdsql.gds.ISCConstants
isc_info_attachment_id - static field in class org.firebirdsql.gds.ISCConstants
isc_info_backout_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_base_level - static field in class org.firebirdsql.gds.ISCConstants
isc_info_blob_max_segment - static field in class org.firebirdsql.gds.ISCConstants
isc_info_blob_num_segments - static field in class org.firebirdsql.gds.ISCConstants
isc_info_blob_total_length - static field in class org.firebirdsql.gds.ISCConstants
isc_info_blob_type - static field in class org.firebirdsql.gds.ISCConstants
isc_info_bpage_errors - static field in class org.firebirdsql.gds.ISCConstants
isc_info_cur_log_part_offset - static field in class org.firebirdsql.gds.ISCConstants
isc_info_cur_logfile_name - static field in class org.firebirdsql.gds.ISCConstants
isc_info_current_memory - static field in class org.firebirdsql.gds.ISCConstants
isc_info_data_not_ready - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_access - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_cache - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_classic_access - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_gateway - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_pipe_int - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_pipe_srvr - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_rem_int - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_rem_srvr - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_sam_int - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_sam_srvr - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_server_access - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_class_y_valve - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_code_firebird - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_code_interbase - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_code_rdb_eln - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_code_rdb_vms - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_id - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_alpha_osf - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_alpha_vms - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_darwin - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_dg_x86 - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_freebsd - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_i386 - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_apl_68K - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_cray - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_delta - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_dg - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_dos - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_epson - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_hp_mpexl - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_hp_ux - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_hp_ux68K - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_imp - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_mac_aux - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_mips_ult - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_next - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_os2 - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_rt_aix - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_sco_unix - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_sgi - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_sun4 - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_sun_386i - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_sun_68k - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_vax_ultr - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_vms - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_vms_orcl - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_winnt_x86 - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_isc_xenix - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_jri - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_jsv - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_linux_amd64 - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_linux_sparc - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_m88K - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_ncr_3000 - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_netbsd - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_netware_386 - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_rdb_eln - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_rdb_eln_dev - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_rdb_eln_y - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_rdb_vms - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_rdb_vms_y - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_sco_ev - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_sinixz - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_unixware - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_win_only - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_impl_winnt_ppc - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_provider - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_read_only - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_size_in_pages - static field in class org.firebirdsql.gds.ISCConstants
isc_info_db_sql_dialect - static field in class org.firebirdsql.gds.ISCConstants
isc_info_delete_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_dpage_errors - static field in class org.firebirdsql.gds.ISCConstants
isc_info_end - static field in class org.firebirdsql.gds.ISCConstants
isc_info_error - static field in class org.firebirdsql.gds.ISCConstants
isc_info_expunge_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_fetches - static field in class org.firebirdsql.gds.ISCConstants
isc_info_firebird_version - static field in class org.firebirdsql.gds.ISCConstants
isc_info_flag_end - static field in class org.firebirdsql.gds.ISCConstants
isc_info_forced_writes - static field in class org.firebirdsql.gds.ISCConstants
isc_info_implementation - static field in class org.firebirdsql.gds.ISCConstants
isc_info_insert_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_ipage_errors - static field in class org.firebirdsql.gds.ISCConstants
isc_info_isc_version - static field in class org.firebirdsql.gds.ISCConstants
isc_info_license - static field in class org.firebirdsql.gds.ISCConstants
isc_info_limbo - static field in class org.firebirdsql.gds.ISCConstants
isc_info_logfile - static field in class org.firebirdsql.gds.ISCConstants
isc_info_marks - static field in class org.firebirdsql.gds.ISCConstants
isc_info_max_memory - static field in class org.firebirdsql.gds.ISCConstants
isc_info_max_message - static field in class org.firebirdsql.gds.ISCConstants
isc_info_max_receive - static field in class org.firebirdsql.gds.ISCConstants
isc_info_max_send - static field in class org.firebirdsql.gds.ISCConstants
isc_info_message_number - static field in class org.firebirdsql.gds.ISCConstants
isc_info_message_size - static field in class org.firebirdsql.gds.ISCConstants
isc_info_next_transaction - static field in class org.firebirdsql.gds.ISCConstants
isc_info_no_reserve - static field in class org.firebirdsql.gds.ISCConstants
isc_info_num_buffers - static field in class org.firebirdsql.gds.ISCConstants
isc_info_num_wal_buffers - static field in class org.firebirdsql.gds.ISCConstants
isc_info_number_messages - static field in class org.firebirdsql.gds.ISCConstants
isc_info_ods_minor_version - static field in class org.firebirdsql.gds.ISCConstants
isc_info_ods_version - static field in class org.firebirdsql.gds.ISCConstants
isc_info_oldest_active - static field in class org.firebirdsql.gds.ISCConstants
isc_info_oldest_snapshot - static field in class org.firebirdsql.gds.ISCConstants
isc_info_oldest_transaction - static field in class org.firebirdsql.gds.ISCConstants
isc_info_page_errors - static field in class org.firebirdsql.gds.ISCConstants
isc_info_page_size - static field in class org.firebirdsql.gds.ISCConstants
isc_info_ppage_errors - static field in class org.firebirdsql.gds.ISCConstants
isc_info_purge_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_read_idx_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_read_seq_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_reads - static field in class org.firebirdsql.gds.ISCConstants
isc_info_record_errors - static field in class org.firebirdsql.gds.ISCConstants
isc_info_req_delete_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_req_insert_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_req_select_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_req_update_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_request_cost - static field in class org.firebirdsql.gds.ISCConstants
isc_info_set_page_buffers - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_alias - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_batch_fetch - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_bind - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_describe_end - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_describe_vars - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_field - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_get_plan - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_length - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_message_seq - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_null_ind - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_num_variables - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_owner - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_records - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_relation - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_scale - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_select - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_sqlda_seq - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_sqlda_start - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_commit - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_ddl - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_delete - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_exec_procedure - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_get_segment - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_insert - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_put_segment - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_rollback - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_savepoint - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_select - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_select_for_upd - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_set_generator - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_start_trans - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_type - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_stmt_update - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_sub_type - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sql_type - static field in class org.firebirdsql.gds.ISCConstants
isc_info_state - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_capabilities - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_get_config - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_get_env - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_get_env_lock - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_get_env_msg - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_get_license - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_get_license_mask - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_get_licensed_users - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_get_users - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_implementation - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_limbo_trans - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_line - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_running - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_server_version - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_svr_db_info - static field in class org.firebirdsql.gds.ISCConstants
Service information items *
isc_info_svc_timeout - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_to_eof - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_user_dbpath - static field in class org.firebirdsql.gds.ISCConstants
isc_info_svc_version - static field in class org.firebirdsql.gds.ISCConstants
isc_info_sweep_interval - static field in class org.firebirdsql.gds.ISCConstants
isc_info_tpage_errors - static field in class org.firebirdsql.gds.ISCConstants
isc_info_tra_id - static field in class org.firebirdsql.gds.ISCConstants
isc_info_truncated - static field in class org.firebirdsql.gds.ISCConstants
isc_info_update_count - static field in class org.firebirdsql.gds.ISCConstants
isc_info_user_names - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_avg_grpc_size - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_avg_io_size - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_buffer_size - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_ckpt_length - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_cur_ckpt_interval - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_grpc_wait_usecs - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_num_commits - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_num_io - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_prv_ckpt_fname - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_prv_ckpt_poffset - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_recv_ckpt_fname - static field in class org.firebirdsql.gds.ISCConstants
isc_info_wal_recv_ckpt_poffset - static field in class org.firebirdsql.gds.ISCConstants
isc_info_window_turns - static field in class org.firebirdsql.gds.ISCConstants
isc_info_writes - static field in class org.firebirdsql.gds.ISCConstants
isc_infona - static field in class org.firebirdsql.gds.ISCConstants
isc_infunk - static field in class org.firebirdsql.gds.ISCConstants
isc_insufficient_svc_privileges - static field in class org.firebirdsql.gds.ISCConstants
isc_integ_deactivate_primary - static field in class org.firebirdsql.gds.ISCConstants
isc_integ_fail - static field in class org.firebirdsql.gds.ISCConstants
isc_integ_index_deactivate - static field in class org.firebirdsql.gds.ISCConstants
isc_integ_index_del - static field in class org.firebirdsql.gds.ISCConstants
isc_integ_index_mod - static field in class org.firebirdsql.gds.ISCConstants
isc_integ_index_seg_del - static field in class org.firebirdsql.gds.ISCConstants
isc_integ_index_seg_mod - static field in class org.firebirdsql.gds.ISCConstants
isc_inv_client_dialect_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_inv_dialect_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_inval_key_posn - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_array_id - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_blr - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_bookmark - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_clause - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_dimension - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_direction - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_key - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_operator - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_savepoint - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_sdl - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_sec_info - static field in class org.firebirdsql.gds.ISCConstants
isc_invalid_string_constant - static field in class org.firebirdsql.gds.ISCConstants
isc_invld_cnstrnt_type - static field in class org.firebirdsql.gds.ISCConstants
isc_invpoolcl - static field in class org.firebirdsql.gds.ISCConstants
isc_io_32bit_exceeded_err - static field in class org.firebirdsql.gds.ISCConstants
isc_io_access_err - static field in class org.firebirdsql.gds.ISCConstants
isc_io_close_err - static field in class org.firebirdsql.gds.ISCConstants
isc_io_create_err - static field in class org.firebirdsql.gds.ISCConstants
isc_io_delete_err - static field in class org.firebirdsql.gds.ISCConstants
isc_io_error - static field in class org.firebirdsql.gds.ISCConstants
isc_io_open_err - static field in class org.firebirdsql.gds.ISCConstants
isc_io_read_err - static field in class org.firebirdsql.gds.ISCConstants
isc_io_write_err - static field in class org.firebirdsql.gds.ISCConstants
isc_isc_sql_dialect_conflict_num - static field in class org.firebirdsql.gds.ISCConstants
isc_journerr - static field in class org.firebirdsql.gds.ISCConstants
isc_jrn_enable - static field in class org.firebirdsql.gds.ISCConstants
isc_jrn_file_full - static field in class org.firebirdsql.gds.ISCConstants
isc_jrn_format_err - static field in class org.firebirdsql.gds.ISCConstants
isc_jrn_present - static field in class org.firebirdsql.gds.ISCConstants
isc_key_field_count_err - static field in class org.firebirdsql.gds.ISCConstants
isc_key_field_err - static field in class org.firebirdsql.gds.ISCConstants
isc_keytoobig - static field in class org.firebirdsql.gds.ISCConstants
isc_license_amb_switch - static field in class org.firebirdsql.gds.ISCConstants
isc_license_dup_id - static field in class org.firebirdsql.gds.ISCConstants
isc_license_err_convert - static field in class org.firebirdsql.gds.ISCConstants
isc_license_err_remove - static field in class org.firebirdsql.gds.ISCConstants
isc_license_err_unk - static field in class org.firebirdsql.gds.ISCConstants
isc_license_err_update - static field in class org.firebirdsql.gds.ISCConstants
isc_license_eval_exists - static field in class org.firebirdsql.gds.ISCConstants
isc_license_inv_id_key - static field in class org.firebirdsql.gds.ISCConstants
isc_license_inv_op_combo - static field in class org.firebirdsql.gds.ISCConstants
isc_license_inv_parameter - static field in class org.firebirdsql.gds.ISCConstants
isc_license_inv_switch - static field in class org.firebirdsql.gds.ISCConstants
isc_license_inv_switch_combo - static field in class org.firebirdsql.gds.ISCConstants
isc_license_no_file - static field in class org.firebirdsql.gds.ISCConstants
isc_license_op_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_license_op_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_license_param_req - static field in class org.firebirdsql.gds.ISCConstants
isc_license_param_specified - static field in class org.firebirdsql.gds.ISCConstants
isc_license_svc_err_add - static field in class org.firebirdsql.gds.ISCConstants
isc_license_svc_err_remove - static field in class org.firebirdsql.gds.ISCConstants
isc_license_syntx_error - static field in class org.firebirdsql.gds.ISCConstants
isc_like_escape_invalid - static field in class org.firebirdsql.gds.ISCConstants
isc_loadlib_failure - static field in class org.firebirdsql.gds.ISCConstants
isc_lock_conflict - static field in class org.firebirdsql.gds.ISCConstants
isc_lock_timeout - static field in class org.firebirdsql.gds.ISCConstants
isc_lockmanerr - static field in class org.firebirdsql.gds.ISCConstants
isc_locnotmar - static field in class org.firebirdsql.gds.ISCConstants
isc_log_length_spec - static field in class org.firebirdsql.gds.ISCConstants
isc_log_redef - static field in class org.firebirdsql.gds.ISCConstants
isc_log_too_small - static field in class org.firebirdsql.gds.ISCConstants
isc_logb_small - static field in class org.firebirdsql.gds.ISCConstants
isc_logf_unexpected_eof - static field in class org.firebirdsql.gds.ISCConstants
isc_logh_diff_dbname - static field in class org.firebirdsql.gds.ISCConstants
isc_logh_inv_version - static field in class org.firebirdsql.gds.ISCConstants
isc_logh_open_flag - static field in class org.firebirdsql.gds.ISCConstants
isc_logh_open_flag2 - static field in class org.firebirdsql.gds.ISCConstants
isc_logh_small - static field in class org.firebirdsql.gds.ISCConstants
isc_login - static field in class org.firebirdsql.gds.ISCConstants
isc_login_same_as_role_name - static field in class org.firebirdsql.gds.ISCConstants
isc_logr_header_small - static field in class org.firebirdsql.gds.ISCConstants
isc_logr_incomplete - static field in class org.firebirdsql.gds.ISCConstants
isc_lost_db_connection - static field in class org.firebirdsql.gds.ISCConstants
isc_max_att_exceeded - static field in class org.firebirdsql.gds.ISCConstants
isc_max_idx - static field in class org.firebirdsql.gds.ISCConstants
isc_metadata_corrupt - static field in class org.firebirdsql.gds.ISCConstants
isc_misc_interpreted - static field in class org.firebirdsql.gds.ISCConstants
isc_must_be_dialect_2_and_up - static field in class org.firebirdsql.gds.ISCConstants
isc_net_connect_err - static field in class org.firebirdsql.gds.ISCConstants
isc_net_connect_listen_err - static field in class org.firebirdsql.gds.ISCConstants
isc_net_event_connect_err - static field in class org.firebirdsql.gds.ISCConstants
isc_net_event_listen_err - static field in class org.firebirdsql.gds.ISCConstants
isc_net_init_error - static field in class org.firebirdsql.gds.ISCConstants
isc_net_lookup_err - static field in class org.firebirdsql.gds.ISCConstants
isc_net_read_err - static field in class org.firebirdsql.gds.ISCConstants
isc_net_write_err - static field in class org.firebirdsql.gds.ISCConstants
isc_network_error - static field in class org.firebirdsql.gds.ISCConstants
isc_no_archive - static field in class org.firebirdsql.gds.ISCConstants
isc_no_cur_rec - static field in class org.firebirdsql.gds.ISCConstants
isc_no_dbkey - static field in class org.firebirdsql.gds.ISCConstants
isc_no_delete - static field in class org.firebirdsql.gds.ISCConstants
isc_no_dup - static field in class org.firebirdsql.gds.ISCConstants
isc_no_field_access - static field in class org.firebirdsql.gds.ISCConstants
isc_no_finish - static field in class org.firebirdsql.gds.ISCConstants
isc_no_jrn - static field in class org.firebirdsql.gds.ISCConstants
isc_no_lock_mgr - static field in class org.firebirdsql.gds.ISCConstants
isc_no_meta_update - static field in class org.firebirdsql.gds.ISCConstants
isc_no_priv - static field in class org.firebirdsql.gds.ISCConstants
isc_no_recon - static field in class org.firebirdsql.gds.ISCConstants
isc_no_record - static field in class org.firebirdsql.gds.ISCConstants
isc_no_rollback - static field in class org.firebirdsql.gds.ISCConstants
isc_no_segments_err - static field in class org.firebirdsql.gds.ISCConstants
isc_no_segstr_close - static field in class org.firebirdsql.gds.ISCConstants
isc_no_stream_plan - static field in class org.firebirdsql.gds.ISCConstants
isc_no_wal - static field in class org.firebirdsql.gds.ISCConstants
isc_no_wal_no_jrn - static field in class org.firebirdsql.gds.ISCConstants
isc_no_write_user_priv - static field in class org.firebirdsql.gds.ISCConstants
isc_noargacc_read - static field in class org.firebirdsql.gds.ISCConstants
isc_noargacc_write - static field in class org.firebirdsql.gds.ISCConstants
isc_node_err - static field in class org.firebirdsql.gds.ISCConstants
isc_node_name_err - static field in class org.firebirdsql.gds.ISCConstants
isc_nodetach - static field in class org.firebirdsql.gds.ISCConstants
isc_nodnotfnd - static field in class org.firebirdsql.gds.ISCConstants
isc_nofilter - static field in class org.firebirdsql.gds.ISCConstants
isc_non_updatable - static field in class org.firebirdsql.gds.ISCConstants
isc_nonsql_security_fld - static field in class org.firebirdsql.gds.ISCConstants
isc_nonsql_security_rel - static field in class org.firebirdsql.gds.ISCConstants
isc_nopoolids - static field in class org.firebirdsql.gds.ISCConstants
isc_not_rel_owner - static field in class org.firebirdsql.gds.ISCConstants
isc_not_valid - static field in class org.firebirdsql.gds.ISCConstants
isc_notinlim - static field in class org.firebirdsql.gds.ISCConstants
isc_notremote - static field in class org.firebirdsql.gds.ISCConstants
isc_nullsegkey - static field in class org.firebirdsql.gds.ISCConstants
isc_num_field_err - static field in class org.firebirdsql.gds.ISCConstants
isc_num_old_files - static field in class org.firebirdsql.gds.ISCConstants
isc_obj_in_use - static field in class org.firebirdsql.gds.ISCConstants
isc_obsolete_metadata - static field in class org.firebirdsql.gds.ISCConstants
isc_old_failure - static field in class org.firebirdsql.gds.ISCConstants
isc_old_in_progress - static field in class org.firebirdsql.gds.ISCConstants
isc_old_no_space - static field in class org.firebirdsql.gds.ISCConstants
isc_open_trans - static field in class org.firebirdsql.gds.ISCConstants
isc_optimizer_between_err - static field in class org.firebirdsql.gds.ISCConstants
isc_optimizer_blk_exc - static field in class org.firebirdsql.gds.ISCConstants
isc_order_by_err - static field in class org.firebirdsql.gds.ISCConstants
isc_orphan - static field in class org.firebirdsql.gds.ISCConstants
isc_out_of_bounds - static field in class org.firebirdsql.gds.ISCConstants
isc_page_type_err - static field in class org.firebirdsql.gds.ISCConstants
isc_partition_not_supp - static field in class org.firebirdsql.gds.ISCConstants
isc_partition_too_small - static field in class org.firebirdsql.gds.ISCConstants
isc_password_required - static field in class org.firebirdsql.gds.ISCConstants
isc_password_too_long - static field in class org.firebirdsql.gds.ISCConstants
isc_port_len - static field in class org.firebirdsql.gds.ISCConstants
isc_prcmismat - static field in class org.firebirdsql.gds.ISCConstants
isc_prcnotdef - static field in class org.firebirdsql.gds.ISCConstants
isc_precision_err - static field in class org.firebirdsql.gds.ISCConstants
isc_primary_key_exists - static field in class org.firebirdsql.gds.ISCConstants
isc_primary_key_notnull - static field in class org.firebirdsql.gds.ISCConstants
isc_primary_key_ref - static field in class org.firebirdsql.gds.ISCConstants
isc_proc_name - static field in class org.firebirdsql.gds.ISCConstants
isc_procedure_conflict_error - static field in class org.firebirdsql.gds.ISCConstants
isc_psw_attach - static field in class org.firebirdsql.gds.ISCConstants
isc_psw_start_trans - static field in class org.firebirdsql.gds.ISCConstants
isc_random - static field in class org.firebirdsql.gds.ISCConstants
isc_range_in_use - static field in class org.firebirdsql.gds.ISCConstants
isc_range_not_found - static field in class org.firebirdsql.gds.ISCConstants
isc_read_only - static field in class org.firebirdsql.gds.ISCConstants
isc_read_only_database - static field in class org.firebirdsql.gds.ISCConstants
isc_read_only_field - static field in class org.firebirdsql.gds.ISCConstants
isc_read_only_rel - static field in class org.firebirdsql.gds.ISCConstants
isc_read_only_trans - static field in class org.firebirdsql.gds.ISCConstants
isc_read_only_view - static field in class org.firebirdsql.gds.ISCConstants
isc_rec_in_limbo - static field in class org.firebirdsql.gds.ISCConstants
isc_rec_size_err - static field in class org.firebirdsql.gds.ISCConstants
isc_record_lock - static field in class org.firebirdsql.gds.ISCConstants
isc_ref_cnstrnt_notfound - static field in class org.firebirdsql.gds.ISCConstants
isc_ref_cnstrnt_update - static field in class org.firebirdsql.gds.ISCConstants
isc_reftable_requires_pk - static field in class org.firebirdsql.gds.ISCConstants
isc_rel_cnstrnt_update - static field in class org.firebirdsql.gds.ISCConstants
isc_relation_conflict_err - static field in class org.firebirdsql.gds.ISCConstants
isc_relation_lock - static field in class org.firebirdsql.gds.ISCConstants
isc_relbadblk - static field in class org.firebirdsql.gds.ISCConstants
isc_relnotdef - static field in class org.firebirdsql.gds.ISCConstants
isc_req_depth_exceeded - static field in class org.firebirdsql.gds.ISCConstants
isc_req_max_clones_exceeded - static field in class org.firebirdsql.gds.ISCConstants
isc_req_no_trans - static field in class org.firebirdsql.gds.ISCConstants
isc_req_sync - static field in class org.firebirdsql.gds.ISCConstants
isc_req_wrong_db - static field in class org.firebirdsql.gds.ISCConstants
isc_reqinuse - static field in class org.firebirdsql.gds.ISCConstants
isc_return_mode_err - static field in class org.firebirdsql.gds.ISCConstants
isc_scale_nogt - static field in class org.firebirdsql.gds.ISCConstants
isc_segment - static field in class org.firebirdsql.gds.ISCConstants
isc_segstr_eof - static field in class org.firebirdsql.gds.ISCConstants
isc_segstr_no_op - static field in class org.firebirdsql.gds.ISCConstants
isc_segstr_no_read - static field in class org.firebirdsql.gds.ISCConstants
isc_segstr_no_trans - static field in class org.firebirdsql.gds.ISCConstants
isc_segstr_no_write - static field in class org.firebirdsql.gds.ISCConstants
isc_segstr_wrong_db - static field in class org.firebirdsql.gds.ISCConstants
isc_service_att_err - static field in class org.firebirdsql.gds.ISCConstants
isc_service_not_supported - static field in class org.firebirdsql.gds.ISCConstants
isc_service_unknown - static field in class org.firebirdsql.gds.ISCConstants
isc_shadow_accessed - static field in class org.firebirdsql.gds.ISCConstants
isc_shadow_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_shutdown - static field in class org.firebirdsql.gds.ISCConstants
isc_shutfail - static field in class org.firebirdsql.gds.ISCConstants
isc_shutinprog - static field in class org.firebirdsql.gds.ISCConstants
isc_shutwarn - static field in class org.firebirdsql.gds.ISCConstants
isc_sing_select_err - static field in class org.firebirdsql.gds.ISCConstants
isc_sort_err - static field in class org.firebirdsql.gds.ISCConstants
isc_sort_mem_err - static field in class org.firebirdsql.gds.ISCConstants
isc_sort_rec_size_err - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_bkp_convert - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_bkp_expand - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_bkp_factor - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_bkp_file - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_backup *
isc_spb_bkp_ignore_checksums - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_bkp_ignore_limbo - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_bkp_length - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_bkp_metadata_only - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_bkp_no_garbage_collect - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_bkp_non_transportable - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_bkp_old_descriptions - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_command_line - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_connect_timeout - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_current_version - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_dbname - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_dummy_packet_interval - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_lic_desc - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_lic_id - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_lic_key - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_(add|remove)_license, * isc_info_svc_get_license *
isc_spb_multi_tra_id - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_num_att - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_info_svc_svr_db_info *
isc_spb_num_db - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_options - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_password - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_password_enc - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_access_mode - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_activate - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_am_readonly - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_prp_access_mode *
isc_spb_prp_am_readwrite - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_db_online - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_deny_new_attachments - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_deny_new_transactions - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_page_buffers - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_properties *
isc_spb_prp_res - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_res_use_full - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_prp_reserve_space *
isc_spb_prp_reserve_space - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_set_sql_dialect - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_shutdown_db - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_sweep_interval - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_wm_async - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_prp_write_mode *
isc_spb_prp_wm_sync - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_prp_write_mode - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_access_mode - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_am_readonly - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_res_access_mode *
isc_spb_res_am_readwrite - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_buffers - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_restore *
isc_spb_res_create - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_deactivate_idx - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_length - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_no_shadow - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_no_validity - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_one_at_a_time - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_page_size - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_replace - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_res_use_all_space - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_rpr_check_db - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_rpr_commit_trans - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_repair *
isc_spb_rpr_full - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_rpr_ignore_checksum - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_rpr_kill_shadows - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_rpr_list_limbo_trans - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_rpr_mend_db - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_rpr_recover_two_phase - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_rpr_rollback_trans - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_rpr_sweep_db - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_rpr_validate_db - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sec_firstname - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sec_groupid - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sec_groupname - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sec_lastname - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sec_middlename - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sec_password - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sec_userid - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_{add|delete|modify)_user *
isc_spb_sec_username - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_single_tra_id - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sql_role_name - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sts_data_pages - static field in class org.firebirdsql.gds.ISCConstants
Parameters for isc_info_svc_db_stats *
isc_spb_sts_db_log - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sts_hdr_pages - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sts_idx_pages - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sts_nocreation - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sts_record_versions - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sts_sys_relations - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sts_table - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sys_user_name - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_sys_user_name_enc - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_advise - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_advise_commit - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_advise_rollback - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_advise_unknown - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_db_path - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_host_site - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_id - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_remote_site - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_state - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_state_commit - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_state_limbo - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_state_rollback - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_tra_state_unknown - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_user_name - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_verbose - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_version - static field in class org.firebirdsql.gds.ISCConstants
isc_spb_version1 - static field in class org.firebirdsql.gds.ISCConstants
isc_specify_field_err - static field in class org.firebirdsql.gds.ISCConstants
isc_sql_db_dialect_dtype_unsupport - static field in class org.firebirdsql.gds.ISCConstants
isc_sql_dialect_datatype_unsupport - static field in class org.firebirdsql.gds.ISCConstants
isc_sqlerr - static field in class org.firebirdsql.gds.ISCConstants
isc_sqlwarn - static field in class org.firebirdsql.gds.ISCConstants
isc_srvr_version_too_old - static field in class org.firebirdsql.gds.ISCConstants
isc_start_cm_for_wal - static field in class org.firebirdsql.gds.ISCConstants
isc_stream_bof - static field in class org.firebirdsql.gds.ISCConstants
isc_stream_crack - static field in class org.firebirdsql.gds.ISCConstants
isc_stream_eof - static field in class org.firebirdsql.gds.ISCConstants
isc_stream_not_defined - static field in class org.firebirdsql.gds.ISCConstants
isc_stream_not_found - static field in class org.firebirdsql.gds.ISCConstants
isc_stream_twice - static field in class org.firebirdsql.gds.ISCConstants
isc_subquery_err - static field in class org.firebirdsql.gds.ISCConstants
isc_svc_in_use - static field in class org.firebirdsql.gds.ISCConstants
isc_svc_name_missing - static field in class org.firebirdsql.gds.ISCConstants
isc_svcnoexe - static field in class org.firebirdsql.gds.ISCConstants
isc_svcnotdef - static field in class org.firebirdsql.gds.ISCConstants
isc_svcnouser - static field in class org.firebirdsql.gds.ISCConstants
isc_syntaxerr - static field in class org.firebirdsql.gds.ISCConstants
isc_sys_request - static field in class org.firebirdsql.gds.ISCConstants
isc_systrig_update - static field in class org.firebirdsql.gds.ISCConstants
isc_table_name - static field in class org.firebirdsql.gds.ISCConstants
isc_table_view_err - static field in class org.firebirdsql.gds.ISCConstants
isc_text_subtype - static field in class org.firebirdsql.gds.ISCConstants
isc_token_err - static field in class org.firebirdsql.gds.ISCConstants
isc_token_too_long - static field in class org.firebirdsql.gds.ISCConstants
isc_too_many_contexts - static field in class org.firebirdsql.gds.ISCConstants
isc_too_many_handles - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_autocommit - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_commit_time - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_concurrency - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_consistency - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_exclusive - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_ignore_limbo - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_lock_read - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_lock_write - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_no_auto_undo - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_no_rec_version - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_nowait - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_protected - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_read - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_read_committed - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_rec_version - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_restart_requests - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_shared - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_verb_time - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_version1 - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_version3 - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_wait - static field in class org.firebirdsql.gds.ISCConstants
isc_tpb_write - static field in class org.firebirdsql.gds.ISCConstants
isc_tra_must_sweep - static field in class org.firebirdsql.gds.ISCConstants
isc_tra_state - static field in class org.firebirdsql.gds.ISCConstants
isc_trainlim - static field in class org.firebirdsql.gds.ISCConstants
isc_tranotzer - static field in class org.firebirdsql.gds.ISCConstants
isc_trans_invalid - static field in class org.firebirdsql.gds.ISCConstants
isc_transitional_date - static field in class org.firebirdsql.gds.ISCConstants
isc_transliteration_failed - static field in class org.firebirdsql.gds.ISCConstants
isc_traoutsta - static field in class org.firebirdsql.gds.ISCConstants
isc_trareqmis - static field in class org.firebirdsql.gds.ISCConstants
isc_udf_exception - static field in class org.firebirdsql.gds.ISCConstants
isc_udf_name - static field in class org.firebirdsql.gds.ISCConstants
isc_unavailable - static field in class org.firebirdsql.gds.ISCConstants
isc_unexp_spb_form - static field in class org.firebirdsql.gds.ISCConstants
isc_union_err - static field in class org.firebirdsql.gds.ISCConstants
isc_unique_key_violation - static field in class org.firebirdsql.gds.ISCConstants
isc_unlicensed - static field in class org.firebirdsql.gds.ISCConstants
isc_unprepared_stmt - static field in class org.firebirdsql.gds.ISCConstants
isc_unres_rel - static field in class org.firebirdsql.gds.ISCConstants
isc_uns_ext - static field in class org.firebirdsql.gds.ISCConstants
isc_unsupported_network_drive - static field in class org.firebirdsql.gds.ISCConstants
isc_update_conflict - static field in class org.firebirdsql.gds.ISCConstants
isc_usrname_not_found - static field in class org.firebirdsql.gds.ISCConstants
isc_usrname_required - static field in class org.firebirdsql.gds.ISCConstants
isc_usrname_too_long - static field in class org.firebirdsql.gds.ISCConstants
isc_valid_client_dialects - static field in class org.firebirdsql.gds.ISCConstants
isc_valid_db_dialects - static field in class org.firebirdsql.gds.ISCConstants
isc_version_err - static field in class org.firebirdsql.gds.ISCConstants
isc_view_alias - static field in class org.firebirdsql.gds.ISCConstants
isc_virmemexh - static field in class org.firebirdsql.gds.ISCConstants
isc_waifortra - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_bugcheck - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_cache_err - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_cant_expand - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_err_expansion - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_err_jrn_comm - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_err_logwrite - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_err_rollover - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_err_rollover2 - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_err_setup - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_err_ww_start - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_err_ww_sync - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_failure - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_file_open - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_illegal_attach - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_invalid_wpb - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_ovflow_log_required - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_shadow_err - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_subsys_corrupt - static field in class org.firebirdsql.gds.ISCConstants
isc_wal_subsys_error - static field in class org.firebirdsql.gds.ISCConstants
isc_walw_err - static field in class org.firebirdsql.gds.ISCConstants
isc_where_err - static field in class org.firebirdsql.gds.ISCConstants
isc_wish_list - static field in class org.firebirdsql.gds.ISCConstants
isc_wroblrver - static field in class org.firebirdsql.gds.ISCConstants
isc_wrodpbver - static field in class org.firebirdsql.gds.ISCConstants
isc_wrodynver - static field in class org.firebirdsql.gds.ISCConstants
isc_wrong_ods - static field in class org.firebirdsql.gds.ISCConstants
isc_wronumarg - static field in class org.firebirdsql.gds.ISCConstants
isc_wrospbver - static field in class org.firebirdsql.gds.ISCConstants
isc_wrotpbver - static field in class org.firebirdsql.gds.ISCConstants
isc_xcpnotdef - static field in class org.firebirdsql.gds.ISCConstants
isCaseSensitive(int) - method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether a column's case matters.
isCatalogAtStart() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
Attach to an existing database via a filename.
IscBlobHandle - interface org.firebirdsql.gds.IscBlobHandle
The interface IscBlobHandle is a java mapping for a blob handle..
Retrieve data about an existing blob.
Cancel event listening based on an EventHandle.
iscCloseBlob(org.firebirdsql.gds.IscBlobHandle) - method in class org.firebirdsql.gds.GDS
Close an open blob.
iscCommitRetaining(org.firebirdsql.gds.IscTrHandle) - method in class org.firebirdsql.gds.GDS
iscCommitTransaction(org.firebirdsql.gds.IscTrHandle) - method in class org.firebirdsql.gds.GDS
Commit a transaction.
ISCConstants - class org.firebirdsql.gds.ISCConstants
The interface GDS has most of the C client interface functions lightly mapped to java, as well as the constants returned from the server..
Create a new blob within a given transaction.
Create a database based on the supplied filename and database parameters.
Get information about the database to which IscDbHandle is attached.
IscDbHandle - interface org.firebirdsql.gds.IscDbHandle
The interface isc_db_handle represents a socket connection to the database server.
iscDetachDatabase(org.firebirdsql.gds.IscDbHandle) - method in class org.firebirdsql.gds.GDS
Detach the given database handle from its database.
iscDropDatabase(org.firebirdsql.gds.IscDbHandle) - method in class org.firebirdsql.gds.GDS
Drop (delete) the database to which IscDbHandle is attached.
Allocate a dynamic SQL (DSQL) statement on the database to which IscDbHandle is attached.
iscDsqlDescribe(org.firebirdsql.gds.IscStmtHandle,int) - method in class org.firebirdsql.gds.GDS
Retrieve data for a statement.
Retrieve data for a bind statement.
Execute a string SQL statement directly, without first allocating a statement handle.
Execute a string SQL statement directly, without first allocating a statement handle.
Execute a statement with only outgoing data.
Execute a statement with outgoing and incoming data.
Execute a string SQL statement directly, without first allocating a statement handle.
Execute a string SQL statement directly, without first allocating a statement handle.
Retrieve record data from a statement.
Free a statement in the database that is pointed to by a valid handle.
Prepare a string SQL statement for execution in the database.
Prepare a string SQL statement for execution in the database.
Set the name to be used for a given statement.
Retrieve data about a statement.
iscEventBlock(org.firebirdsql.gds.EventHandle) - method in class org.firebirdsql.gds.GDS
Initialize the internal databastructures for an EventHandle.
iscEventCounts(org.firebirdsql.gds.EventHandle) - method in class org.firebirdsql.gds.GDS
Retrieve count information after an event has occurred.
iscGetSegment(org.firebirdsql.gds.IscBlobHandle,int) - method in class 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.
isConnected() - method in class org.firebirdsql.event.FBEventManager
Check whether this object is connected to the database.
isConnectionSharing() - method in class org.firebirdsql.jca.FBManagedConnection
Check if connection sharing is enabled.
Open a blob within a given transaction.
iscPrepareTransaction(org.firebirdsql.gds.IscTrHandle) - method in class org.firebirdsql.gds.GDS
iscPutSegment(org.firebirdsql.gds.IscBlobHandle,byte[]) - method in class org.firebirdsql.gds.GDS
Write a segment of data to a blob.
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 class org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field createOnStart Get the value of createOnStart
Reconnect "in limbo" transaction using new database handle.
iscRollbackRetaining(org.firebirdsql.gds.IscTrHandle) - method in class org.firebirdsql.gds.GDS
iscRollbackTransaction(org.firebirdsql.gds.IscTrHandle) - method in class org.firebirdsql.gds.GDS
Rollback a transaction.
iscSeekBlob(org.firebirdsql.gds.IscBlobHandle,int,int) - method in class org.firebirdsql.gds.GDS
Seek to a given position in a blob.
Attach to a Service Manager.
iscServiceDetach(org.firebirdsql.gds.IscSvcHandle) - method in class org.firebirdsql.gds.GDS
Detach from a Service Manager.
Query a service manager
Start a service operation.
Start a transaction based on a handle to a transaction.
IscStmtHandle - interface org.firebirdsql.gds.IscStmtHandle
isc_stmt_handle describes a handle to a database statement.
IscSvcHandle - interface org.firebirdsql.gds.IscSvcHandle
The interface isc_svc_handle is a java mapping for a isc_svc_handle handle.
IscTrHandle - interface org.firebirdsql.gds.IscTrHandle
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 class org.firebirdsql.gds.GDS
Retrieve an integer value from a sequence of bytes.
isDatabaseExists(String,String,String) - method in class org.firebirdsql.management.FBManager
isDatabaseExists(String,String,String) - method in class org.firebirdsql.management.FBManagerMBean
isDeallocated() - method in class org.firebirdsql.pool.PooledObjectEvent
Check if the physical connection that generated this event is deallocated.
isDefaultResultSetHoldable() - method in class org.firebirdsql.jdbc.FBConnectionProperties
isDefaultResultSetHoldable() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
isDefaultResultSetHoldable() - method in class org.firebirdsql.pool.FBSimpleDataSource
isDefaultResultSetHoldable() - method in class org.firebirdsql.pool.FBWrappingDataSource
isDefaultResultSetHoldable() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
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 class org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field dropOnStop Get the value of dropOnStop
isEmpty() - method in class org.firebirdsql.pool.BlockingStack
Checks to see if the stack is empty.
isEof() - method in class 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.FBResultSet
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 class org.firebirdsql.management.FBManagerMBean
isInPool() - method in class org.firebirdsql.pool.PingablePooledConnection
Check whether this object is currently in pool or had been released to the application.
isInPool() - method in class org.firebirdsql.pool.PooledObject
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.BasicAbstractConnectionPool
isKeepStatements() - method in class org.firebirdsql.pool.FBWrappingDataSource
isKeepStatements() - method in class org.firebirdsql.pool.PingablePooledConnection
isLast() - method in class org.firebirdsql.jdbc.FBResultSet
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 class org.firebirdsql.gds.IscSvcHandle
Retrieve whether this service handle is invalid.
isNullable(int) - method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates the nullability of values in the designated column.
ISOLATION_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
isParam() - method in class org.firebirdsql.jdbc.FBProcedureParam
Check if this parameter is a variable input parameter
isParamSet - field in class org.firebirdsql.jdbc.AbstractPreparedStatement
isPingable() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Check if this configuation defines a pingable connection JDBC pool.
isPingable() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
isPingable() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Check if this pool supports pingable connections.
isPingable() - method in class org.firebirdsql.pool.FBWrappingDataSource
Check if this pool supports pingable connections.
isPooling() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
isPooling() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Check if this connection pool uses connection pooling, or just implements JDBC 2.0 SE interfaces.
isPooling() - method in class org.firebirdsql.pool.FBWrappingDataSource
Check if this connection pool uses connection pooling, or just implements JDBC 2.0 SE interfaces.
isPooling() - method in class org.firebirdsql.pool.FirebirdPool
Check if this connection pool uses connection pooling, or just implements JDBC 2.0 SE interfaces.
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.FBDatabaseMetaData
Is the database in read-only mode?
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(int) - method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether the designated column is definitely not writable.
isResultSet - field in class org.firebirdsql.jdbc.AbstractStatement
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 class org.firebirdsql.jdbc.FirebirdBlob
Check if blob is segmented.
isSigned(int) - method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether values in the designated column are signed numbers.
isStatementPooling() - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
isStatementPooling() - method in class org.firebirdsql.pool.ConnectionPoolConfiguration
Check if this connection pool provides also prepared statement pooling.
isStatementPooling() - method in class org.firebirdsql.pool.FBWrappingDataSource
Check if this connection pool provides also prepared statement pooling.
isStatementPooling() - method in class org.firebirdsql.pool.FirebirdPool
Check if this connection pool provides also prepared statement pooling.
isStatementPooling() - method in class org.firebirdsql.pool.PingablePooledConnection
isTimestampUsesLocalTimezone() - method in class org.firebirdsql.jdbc.FBConnectionProperties
isTimestampUsesLocalTimezone() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
isTimestampUsesLocalTimezone() - method in class org.firebirdsql.pool.FBSimpleDataSource
isTimestampUsesLocalTimezone() - method in class org.firebirdsql.pool.FBWrappingDataSource
isTimestampUsesLocalTimezone() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
isUseStandardUdf() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
isUseStandardUdf() - method in class org.firebirdsql.jdbc.FBConnectionProperties
isUseStandardUdf() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
isUseStandardUdf() - method in class org.firebirdsql.pool.FBSimpleDataSource
isUseStandardUdf() - method in class org.firebirdsql.pool.FBWrappingDataSource
isUseStandardUdf() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
isUseStreamBlobs() - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
isUseStreamBlobs() - method in class org.firebirdsql.jdbc.FBConnectionProperties
isUseStreamBlobs() - method in class org.firebirdsql.jca.FBManagedConnectionFactory
isUseStreamBlobs() - method in class org.firebirdsql.pool.FBSimpleDataSource
isUseStreamBlobs() - method in class org.firebirdsql.pool.FBWrappingDataSource
isUseStreamBlobs() - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
isValid() - method in class org.firebirdsql.jdbc.AbstractStatement
isValid() - method in class org.firebirdsql.jdbc.FirebirdStatement
Check if this statement is valid.
isValid() - method in class org.firebirdsql.gds.IscSvcHandle
Retrieve whether this service handle is valid.
isValid() - method in class org.firebirdsql.pool.PingablePooledConnection
Check if this pooled connection is still valid.
isValid() - method in class org.firebirdsql.pool.PooledObject
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 class org.firebirdsql.gds.GDSException
Retrieve whether this exception is a warning.
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 field in class org.firebirdsql.gds.ClassFactory
JDBC_URL - static field in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
jdbcCompliant() - method in class org.firebirdsql.jdbc.FBDriver
Reports whether this driver is a genuine JDBC COMPLIANTTM driver.
jdbcConnection - field in class org.firebirdsql.pool.PingablePooledConnection
jndiReference - field in class org.firebirdsql.pool.FBSimpleDataSource
JOURNAL - static field in class org.firebirdsql.gds.DatabaseParameterBuffer

K

KEEP_CURRENT_RESULT - static field in class org.firebirdsql.jdbc.FirebirdStatement
The constant indicating that the current ResultSet object should not be closed when calling getMoreResults.
killUnavailableShadows() - method in class org.firebirdsql.management.FBMaintenanceManager
Remove references to unavailable shadow files.
killUnavailableShadows() - method in class org.firebirdsql.management.MaintenanceManager
Remove references to unavailable shadow files.

L

last() - method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor to the last row in this ResultSet object.
LC_CTYPE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
LC_MESSAGES - static field in class 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.FBBlob.FBBlobInputStream
Get Blob length.
length() - method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
Get Blob length.
length() - method in class org.firebirdsql.jdbc.FBCachedBlob
Get the length of the cached blob field.
length() - method in class org.firebirdsql.jdbc.FBClob
Returns the number of characters in the CLOB value designated by this Clob object.
length() - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get Blob length.
length() - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Get Blob length.
length(String[]) - static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the length UDF function.
LICENSE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
LICENSE_DESCRIPTION - static field in class org.firebirdsql.gds.ServiceRequestBuffer
LICENSE_ID - static field in class org.firebirdsql.gds.ServiceRequestBuffer
LICENSE_KEY - static field in class org.firebirdsql.gds.ServiceRequestBuffer
Parameters for ACTION_ADD_LICENSE and ACTION_REMOVE_LICENSE calls.
listLimboTransactions() - method in class org.firebirdsql.management.FBMaintenanceManager
Retrieve the ID of each limbo transaction.
listLimboTransactions() - method in class org.firebirdsql.management.MaintenanceManager
Retrieve the ID of each limbo transaction.
LITERAL_STATE - static field in class org.firebirdsql.jdbc.FBEscapedParser
LOCAL_ENCODING_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
Ignored event callback
Ignored event callback
Ignored event callback
locatorsUpdateCopy() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Describe locatorsUpdateCopy method here.
LOCK_READ - static field in class org.firebirdsql.gds.TransactionParameterBuffer
LOCK_WRITE - static field in class org.firebirdsql.gds.TransactionParameterBuffer
log - field in class org.firebirdsql.pool.FBSimpleDataSource
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 field in class org.firebirdsql.pool.PoolDebugConfiguration
loginTimeout - field in class org.firebirdsql.pool.FBSimpleDataSource
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 org.firebirdsql.management.MaintenanceManager
A MaintenanceManager is responsible for replicating the functionality provided by the gfix command-line tool.
Create instance of this class for the specified connection.
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 class org.firebirdsql.management.MaintenanceManager
Mark corrupt records in the database as unavailable.
Returns a matched connection from the candidate set of connections.
maxRows - field in class org.firebirdsql.jdbc.AbstractStatement
mc - field in class org.firebirdsql.jdbc.AbstractConnection
mc - field in class org.firebirdsql.jca.FBLocalTransaction
mcf - field in class org.firebirdsql.pool.FBSimpleDataSource
Create coordinator for the unspecified connection.
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.FBResultSet
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.FBResultSet
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
newConnectionProperties() - method in class org.firebirdsql.jdbc.FBDriver
Create new instance of FirebirdConnectionProperties that can later be used in FirebirdDriver.connect(FirebirdConnectionProperties) call.
newConnectionProperties() - method in class org.firebirdsql.jdbc.FirebirdDriver
Create new instance of FirebirdConnectionProperties that can later be used in connect(FirebirdConnectionProperties) call.
newTransactionParameterBuffer() - method in class org.firebirdsql.gds.GDS
Create new TransactionParameterBuffer instance for setting transaction parameters in the current GDS implementation.
next - field in class org.firebirdsql.gds.GDSException
My child
next() - method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor down one row from its current position.
next() - method in class org.firebirdsql.jdbc.FBUpdatableCursorFetcher
NO_AUTO_UNDO - static field in class org.firebirdsql.gds.TransactionParameterBuffer
NO_GARBAGE_COLLECT - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
NO_REC_VERSION - static field in class org.firebirdsql.gds.TransactionParameterBuffer
NO_RESERVE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
BlockingStack.Node - class org.firebirdsql.pool.BlockingStack.Node
Container class for objects in the stack.
Node() - constructor for class org.firebirdsql.pool.BlockingStack.Node
Creates a node with null object and null next node.
Node(Object) - constructor for class org.firebirdsql.pool.BlockingStack.Node
Creates a node with the specified object and null next node.
Creates a Node with the specific object and next node.
NORMAL_STATE - static field in class org.firebirdsql.jdbc.FBEscapedParser
normalize(String,Map) - static method in class org.firebirdsql.jdbc.FBDriverPropertyManager
Normalize the properties.
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 field in class org.firebirdsql.gds.TransactionParameterBuffer
nullPlusNonNullIsNull() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether concatenations between NULL and non-NULL values equal NULL.
nullsAreSortedAtEnd() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are NULL values sorted high?
nullsAreSortedLow() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are NULL values sorted low?
NUM_BUFFERS - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
NUMBER_OF_USERS - static field in class org.firebirdsql.gds.DatabaseParameterBuffer

O

This exception contains a stack trace where the object was closed.
ObjectCloseTraceException() - constructor for class org.firebirdsql.pool.ObjectCloseTraceException
Create instance of this exception.
OLD_CALLABLE_STATEMENT_COMPATIBILITY - static field in class org.firebirdsql.jdbc.FBProcedureCall
true if the old callable statement compatibility mode should be used, otherwise - false.
OLD_DUMP_ID - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
OLD_FILE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
OLD_FILE_SIZE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
OLD_NUM_FILES - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
OLD_START_FILE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
OLD_START_PAGE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
OLD_START_SEQNO - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
ONLINE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
ONLINE_DUMP - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
OPTIONS - static field in class org.firebirdsql.gds.ServiceParameterBuffer
This package contains classes defining Firebird API for Java language that applications can use to access databases directly without JDBC interfaces.
othersDeletesAreVisible(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether updates made by others are visible.
OVERWRITE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
ownDeletesAreVisible(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether a result set's own inserts are visible.
ownname - field in class org.firebirdsql.gds.XSQLVAR
ownUpdatesAreVisible(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether a result set's own updates are visible.

P

PAGE_FILL_FULL - static field in class org.firebirdsql.management.MaintenanceManager
Fully fill pages when inserting records.
PAGE_FILL_RESERVE - static field in class org.firebirdsql.management.MaintenanceManager
While inserting recrods, reserve 20% of each page for later record deltas
PAGE_SIZE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
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 field in class org.firebirdsql.gds.DatabaseParameterBuffer
PASSWORD - static field in class org.firebirdsql.jdbc.FBDriver
PASSWORD - static field in class org.firebirdsql.gds.ServiceParameterBuffer
PASSWORD_ENC - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
PASSWORD_ENC - static field in class org.firebirdsql.gds.ServiceParameterBuffer
PASSWORD_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
peek() - method in class org.firebirdsql.pool.BlockingStack
Return, but do not remove, the object at the top of the stack.
Notify about physical connection being closed.
Notify about physical connection being closed.
Notify listener that javax.sql.PooledConnection.close() method is directly invoked by the application.
Notify about the deallocation of the physical connection.
Notify about the deallocation of the physical connection.
Notify listener that PooledObject.deallocate() method is invoked by the application.
Notify about the deallocation of the physical connection (for example, when connection is removed by the idle remover thread).
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.PingablePooledConnection
Ping connection by executing a ping statement.
This class implements javax.sql.PooledConnection interface.
PoolDebugConfiguration - class org.firebirdsql.pool.PoolDebugConfiguration
Debug configuration of the pool.
Event listener that is notified about the events in the javax.sql.PooledConnection.
PooledConnectionManager - interface org.firebirdsql.pool.PooledConnectionManager
Manager of pooled connections.
PooledObject - interface org.firebirdsql.pool.PooledObject
Represents an object that can be stored in the pool.
PooledObjectEvent - class org.firebirdsql.pool.PooledObjectEvent
Event object for object pool events.
PooledObjectEvent(Object) - constructor for class org.firebirdsql.pool.PooledObjectEvent
Create instance of this object for the specified event source.
PooledObjectEvent(Object,boolean) - constructor for class org.firebirdsql.pool.PooledObjectEvent
Create instance of this object for the specified event source and * information if the physical connection is deallocated.
PooledObjectListener - interface org.firebirdsql.pool.PooledObjectListener
Listener interface for object pools.
Notify about new available connection.
Notify that pooled object was released and can be returned back to the * pool.
Wrapper for prepared statements.
pop() - method in class org.firebirdsql.pool.BlockingStack
Return and remove the object at the top of the stack.
pop(long) - method in class org.firebirdsql.pool.BlockingStack
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(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(Blob,long) - method in class org.firebirdsql.jdbc.FBCachedBlob
Find the first entry of the specified pattern.
position(byte[],long) - method in class org.firebirdsql.jdbc.FBCachedBlob
Find the first entry of the specified pattern.
position(Clob,long) - method in class org.firebirdsql.jdbc.FBClob
Determines the character position at which the specified Clob object searchstr appears in this Clob object.
position(pattern[],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(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.
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
We allow multiple calls to this method without re-preparing the statement.
Prepare fixed statement and initialize parameters.
prepareFixedStatement(String,boolean) - method in class org.firebirdsql.jdbc.AbstractStatement
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.
Prepare the specified statement and wrap it with cache notification wrapper.
prepareStatement(String,int,int,boolean) - method in class org.firebirdsql.pool.XStatementManager
Prepare specified SQL statement.
prepareStatement(String,int,int,int) - method in class org.firebirdsql.jdbc.AbstractConnection
previous() - method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor to the previous row in this ResultSet object.
printStackTrace() - method in class org.firebirdsql.jca.FBResourceException
Print the stack trace of this exception to STDERR
printStackTrace() - method in class org.firebirdsql.jdbc.FBSQLException
printStackTrace() - method in class org.firebirdsql.jdbc.FBSQLWarning
printStackTrace() - method in class org.firebirdsql.jca.FBXAException
Print a stack trace for this exception to STDERR.
printStackTrace(PrintStream) - method in class org.firebirdsql.jca.FBResourceException
Print the stack trace of this exception to a given PrintStream
printStackTrace(PrintStream) - method in class org.firebirdsql.jdbc.FBSQLException
printStackTrace(PrintStream) - method in class org.firebirdsql.jdbc.FBSQLWarning
printStackTrace(PrintStream) - method in class org.firebirdsql.jca.FBXAException
Print a stack trace for this exception with a given PrintStream.
printStackTrace(PrintWriter) - method in class org.firebirdsql.jca.FBResourceException
Print the stack trace of this exception to a given PrintWriter
printStackTrace(PrintWriter) - method in class org.firebirdsql.jdbc.FBSQLException
printStackTrace(PrintWriter) - method in class org.firebirdsql.jdbc.FBSQLWarning
printStackTrace(PrintWriter) - method in class org.firebirdsql.jca.FBXAException
Print a stack trace for this exception with a given PrintWriter.
procedureCall - field in class org.firebirdsql.jdbc.AbstractCallableStatement
processMapping(org.firebirdsql.gds.GDS,String) - static method in class org.firebirdsql.jdbc.FBTpbMapper
Process comma-separated list of keywords and convert them into TPB values.
processParam(String) - method in class org.firebirdsql.jdbc.FBEscapedCallParser
Pre-process parameter.
processToken(String) - method in class org.firebirdsql.jdbc.FBEscapedCallParser
Process token.
This method extracts TPB mapping information from the connection parameters.
PROPERTIES - static field in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
PROPS_ACCESS_MODE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_ACCESS_MODE_READONLY - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_ACCESS_MODE_READWRITE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_ACTIVATE_SHADOW - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_BUFFERS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_DB_NAME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
Parameters for setting database properties.
PROPS_DB_ONLINE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_DENY_NEW_ATTACHMENTS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_DENY_NEW_TRANSACTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_OPTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_RESERVE_SPACE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_RESERVE_USE_ALL_SPACE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_RESERVE_VERSIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_SET_SQL_DIALECT - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_SHUTDOWN_DB - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_SWEEP_INTERVAL - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_WRITE_MODE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_WRITE_MODE_ASYNC - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROPS_WRITE_MODE_SYNC - static field in class org.firebirdsql.gds.ServiceRequestBuffer
PROTECTED - static field in class org.firebirdsql.gds.TransactionParameterBuffer
push(Object) - method in class org.firebirdsql.pool.BlockingStack
Push an object onto the stack.

Q

QUIT_LOG - static field in class org.firebirdsql.gds.DatabaseParameterBuffer

R

rand(String[]) - static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the rand UDF function.
RBL_create - static field in class org.firebirdsql.gds.ISCConstants
RBL_eof - static field in class org.firebirdsql.gds.ISCConstants
RBL_eof_pending - static field in class org.firebirdsql.gds.ISCConstants
RBL_segment - static field in class org.firebirdsql.gds.ISCConstants
READ - static field in class org.firebirdsql.gds.TransactionParameterBuffer
read() - method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
Read single byte from the stream.
read() - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read single byte from the stream.
read(byte[],int,int) - method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
Read some bytes from the stream without blocking.
read(byte[],int,int) - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read some bytes from the stream without blocking.
READ_COMMITTED - static field in class org.firebirdsql.gds.TransactionParameterBuffer
READ_FULLY_BUFFER_SIZE - static field in class org.firebirdsql.jdbc.FBBlob
readFully(byte[]) - method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
Read buffer.length bytes from the buffer.
readFully(byte[]) - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read buffer.length bytes from the buffer.
readFully(byte[],int,int) - method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
Read length from the stream into the specified buffer.
readFully(byte[],int,int) - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read length from the stream into the specified buffer.
REC_VERSION - static field in class org.firebirdsql.gds.TransactionParameterBuffer
RECORD_VERSION_STATISTICS - static field in class 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.
REF_NON_STANDARD_PROPERTY - static field in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
REF_PROPERTIES - static field in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
refreshRow() - method in class org.firebirdsql.jdbc.FBResultSet
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.
relative(int) - method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor a relative number of rows, either positive or negative.
Removes the given Savepoint object from the current transaction.
Removes the given FirebirdSavepoint object from the current transaction.
relname - field in class org.firebirdsql.gds.XSQLVAR
removeArgument(int) - method in class org.firebirdsql.gds.DatabaseParameterBuffer
Remove specified argument.
removeArgument(int) - method in class org.firebirdsql.jca.FBConnectionRequestInfo
Remove specified argument.
removeArgument(int) - method in class org.firebirdsql.gds.TransactionParameterBuffer
Remove specified argument.
Remove a ConnectionEventListner from the listing of listeners that will be notified for a ConnectionEvent.
Remove connection listener from this pooled connection.
Remove an EventListener for a given event.
Remove an EventListener for a given event.
removeExtensionParams() - method in class org.firebirdsql.jca.FBConnectionRequestInfo
REPAIR_CHECK_DB - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_COMMIT_TRANSACTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_DB_NAME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
Parameters for database repair.
REPAIR_FULL - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_IGNORE_CHECKSUM - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_KILL_SHADOWS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_LIST_LIMBO_TRANSACTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_MEND_DB - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_OPTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_RECOVER_TWO_PHASE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_ROLLBACK_TRANSACTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_SWEEP_DB - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_TRANSACTION_ID - static field in class org.firebirdsql.gds.ServiceRequestBuffer
REPAIR_VALIDATE_DB - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESERVED - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
restart() - method in class org.firebirdsql.pool.AbstractConnectionPool
Restart this JDBC pool.
restart() - method in class org.firebirdsql.pool.FBWrappingDataSource
restart() - method in class org.firebirdsql.pool.FirebirdPool
RESTART_REQUESTS - static field in class org.firebirdsql.gds.TransactionParameterBuffer
RESTORE_ACCESS_MODE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_ACCESS_MODE_READONLY - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_ACCESS_MODE_READWRITE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_BACKUP_PATH - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_BUFFERS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_CREATE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_DB_NAME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
Parameters for ACTION_RESTORE call.
RESTORE_DEACTIVATE_IDX - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_DEACTIVATE_INDEX - static field in class org.firebirdsql.management.BackupManager
Deactivate indices during restore.
RESTORE_LENGTH - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_NO_SHADOW - static field in class org.firebirdsql.management.BackupManager
Do not restore shadow database.
RESTORE_NO_SHADOW - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_NO_VALIDITY - static field in class org.firebirdsql.management.BackupManager
Do not restore validity constraints.
RESTORE_NO_VALIDITY - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_ONE_AT_A_TIME - static field in class org.firebirdsql.management.BackupManager
Commit after completing restore of each table.
RESTORE_ONE_AT_A_TIME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_OPTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_OVERWRITE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_PAGE_SIZE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
RESTORE_USE_ALL_SPACE - static field in class org.firebirdsql.management.BackupManager
Do not reserve 20% on each page for the future versions, useful for read-only databases.
RESTORE_USE_ALL_SPACE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
restoreDatabase() - method in class org.firebirdsql.management.BackupManager
Perform the restore operation.
restoreDatabase() - method in class org.firebirdsql.management.FBBackupManager
restoreDatabase(int) - method in class org.firebirdsql.management.BackupManager
Perform the restore operation.
restoreDatabase(int) - method in class org.firebirdsql.management.FBBackupManager
resultSetClosed(ResultSet) - method in class org.firebirdsql.jdbc.FBObjectListener.ResultSetListener
Notify listener that result set was closed.
ResultSetHandler - class org.firebirdsql.pool.ResultSetHandler
Wrapper for result sets.
ResultSetHandler(Statement,ResultSet) - constructor for class org.firebirdsql.pool.ResultSetHandler
Create instance of this class for the specified prepared statement proxy and target result set.
Listener for the events generated by the result set.
ROLE_NAME_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
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() - method in class org.firebirdsql.jca.FBLocalTransaction
Rollback a local transaction.
rollback() - method in class org.firebirdsql.jdbc.InternalTransactionCoordinator
Undoes all changes made after the given Savepoint object was set.
Undoes all changes made after the given FirebirdSavepoint object was set.
rollback(Xid) - method in class org.firebirdsql.jca.FBManagedConnection
Rolls back the work, assuming it was done on behalf of the specified transaction.
rollbackEvent - field in class org.firebirdsql.jca.FBLocalTransaction
rollbackTransaction(int) - method in class org.firebirdsql.management.FBMaintenanceManager
Rollback a limbo transaction based on its ID.
rollbackTransaction(int) - method in class org.firebirdsql.management.MaintenanceManager
Rollback a limbo transaction based on its ID.
row - field in class org.firebirdsql.jdbc.FBResultSet
Notify listener that underlying row was changed.
Notify listener that underlying row was changed.
rowDeleted() - method in class org.firebirdsql.jdbc.FBResultSet
Indicates whether a row has been deleted.
rowDeleted() - method in class org.firebirdsql.jdbc.FBRowUpdater
rowInserted() - method in class org.firebirdsql.jdbc.FBResultSet
Indicates whether the current row has had an insertion.
rowInserted() - method in class org.firebirdsql.jdbc.FBRowUpdater
rowUpdated() - method in class org.firebirdsql.jdbc.FBResultSet
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 field in class org.firebirdsql.jdbc.AbstractSavepoint
SEC_ATTACH - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
SECURITY_FIRST_NAME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
SECURITY_GROUPID - static field in class org.firebirdsql.gds.ServiceRequestBuffer
SECURITY_GROUPNAME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
SECURITY_LAST_NAME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
SECURITY_MIDDLE_NAME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
SECURITY_PASSWORD - static field in class org.firebirdsql.gds.ServiceRequestBuffer
SECURITY_USER_NAME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
SECURITY_USERID - static field in class 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.FBBlob.FBBlobInputStream
Move current position in the Blob stream.
seek(int) - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Move current position in the Blob stream.
seek(int,int) - method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
Move current position in the Blob stream.
seek(int,int) - method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
seek(int,int) - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Move current position in the Blob stream.
SEEK_MODE_ABSOLUTE - static field in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Seek based on the absolute beginning of the stream
SEEK_MODE_FROM_TAIL - static field in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Seek relative to the tail end of the stream
SEEK_MODE_RELATIVE - static field in class org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Seek relative to the current position in the stream
SEGMENTED - static field in class org.firebirdsql.jdbc.FBBlob
selectableProcedure - field in class org.firebirdsql.jdbc.AbstractCallableStatement
serialize(Object) - static method in class org.firebirdsql.pool.BasicAbstractConnectionPool
ServiceManager - interface org.firebirdsql.management.ServiceManager
The base Firebird Service API functionality.
ServiceParameterBuffer - interface org.firebirdsql.gds.ServiceParameterBuffer
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 org.firebirdsql.gds.ServiceRequestBuffer
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 field in class org.firebirdsql.gds.DatabaseParameterBuffer
SET_DB_READONLY - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
SET_DB_SQL_DIALECT - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
SET_PAGE_BUFFERS - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
setArray(int,Array) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given Array object.
setArray(int,Array) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Array object.
setAsciiStream(int,InputStream,int) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
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(long) - method in class org.firebirdsql.jdbc.FBClob
This operation is not supported
setAutoCommit(boolean) - method in class org.firebirdsql.jdbc.AbstractConnection
Sets this connection's auto-commit mode.
setBackupPath(String) - method in class org.firebirdsql.management.BackupManager
Sets the location of the backup file.
setBackupPath(String) - method in class org.firebirdsql.management.FBBackupManager
setBigDecimal(int,BigDecimal) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given BigDecimal
setBigDecimal(int,BigDecimal) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given BigDecimal
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
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 class org.firebirdsql.jdbc.FirebirdBlob
Retrieves a stream that can be used to write to the Blob value that this object represents.
setBlob(int,Blob) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given Blob object.
setBlob(int,Blob) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Blob object.
setBlobBufferLength(int) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setBlobBufferLength(Integer) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set BLOB buffer length.
setBlobBufferSize(int) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setBlobBufferSize(int) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setBlobBufferSize(int) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setBlobBufferSize(int) - method in class org.firebirdsql.pool.FBSimpleDataSource
setBlobBufferSize(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setBlobBufferSize(int) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setBlobId(long) - method in class 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
setBlockingTimeout(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setBlockingTimeout(int) - method in class org.firebirdsql.pool.FirebirdPool
setBoolean(int,boolean) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given boolean value.
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.pool.AbstractFBConnectionPoolDataSource
setBuffersNumber(int) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setBuffersNumber(int) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setBuffersNumber(int) - method in class org.firebirdsql.pool.FBSimpleDataSource
setBuffersNumber(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setBuffersNumber(int) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setByte(int,byte) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given byte value.
setByte(int,byte) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given byte value.
setBytes(int,byte[]) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Set the designated parameter to the given byte array.
setBytes(int,byte[]) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Set the designated parameter to the given byte array.
setBytes(long,abyte0[]) - method in class org.firebirdsql.jdbc.FBCachedBlob
Set contents of the blob.
setBytes(long,abyte0[],int,int) - method in class org.firebirdsql.jdbc.FBCachedBlob
Set the contents of blob.
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.
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(int,Reader,int) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
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(long) - method in class org.firebirdsql.jdbc.FBClob
This operation is not supported
setCharSet(String) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setCharSet(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setCharSet(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setCharSet(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
setCharSet(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setCharSet(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setClob(int,Clob) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given Clob object.
setClob(int,Clob) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Clob object.
Set the connection properties in bulk.
setConnectionSharing(boolean) - method in class org.firebirdsql.jca.FBManagedConnection
Enable or disable connection sharing.
setCreateOnStart(boolean) - method in class org.firebirdsql.management.FBManager
Set the value of createOnStart
setCreateOnStart(boolean) - method in class 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.pool.AbstractFBConnectionPoolDataSource
setDatabase(String) - method in class org.firebirdsql.management.BackupManager
Set the path to the database.
setDatabase(String) - method in class org.firebirdsql.event.EventManager
Sets the database path for the connection to the database.
setDatabase(String) - method in class org.firebirdsql.management.FBBackupManager
setDatabase(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setDatabase(String) - method in class org.firebirdsql.event.FBEventManager
Sets the database path for the connection to the database.
setDatabase(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setDatabase(String) - method in class org.firebirdsql.management.FBServiceManager
Sets the database path for the connection to the service manager.
setDatabase(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set database name.
setDatabase(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setDatabase(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setDatabase(String) - method in class org.firebirdsql.management.ServiceManager
Sets the database path for the connection to the service manager.
setDatabaseAccessMode(int) - method in class org.firebirdsql.management.FBMaintenanceManager
Set the database to have read-write or read-only access.
setDatabaseAccessMode(int) - method in class 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 class org.firebirdsql.management.MaintenanceManager
Set the database's dialect.
setDatabaseName(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set database name.
setDate(int,Date) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given date value.
setDate(int,Date,Calendar) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int,java.sql.Date) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
setDate(int,java.sql.Date,Calendar) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
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 class org.firebirdsql.management.MaintenanceManager
Set the default page-buffer count to be cached in the database.
setDefaultIsolation(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
Set the default transaction isolation level as string.
setDefaultIsolation(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
Set the default transaction isolation level as string.
setDefaultIsolation(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set the default transaction isolation level as string.
setDefaultIsolation(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
Set the default transaction isolation level as string.
setDefaultIsolation(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
Set the default transaction isolation level as string.
setDefaultResultSetHoldable(boolean) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setDefaultResultSetHoldable(boolean) - method in class org.firebirdsql.pool.FBSimpleDataSource
setDefaultResultSetHoldable(boolean) - method in class org.firebirdsql.pool.FBWrappingDataSource
setDefaultTransactionIsolation(int) - method in class org.firebirdsql.jdbc.FBConnectionProperties
Set the default transaction isolation level.
Set the default transaction isolation level.
setDefaultTransactionIsolation(int) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set the default transaction isolation level.
setDefaultTransactionIsolation(int) - method in class org.firebirdsql.jdbc.FBTpbMapper
setDefaultTransactionIsolation(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
Set the default transaction isolation level.
Set the default transaction isolation level.
setDefaultTransactionIsolation(int) - method in class org.firebirdsql.pool.PingablePooledConnection
setDescription(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set description of this datasource.
setDescription(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setDouble(int,double) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given double value.
setDouble(int,double) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given double value.
setDropOnStop(boolean) - method in class org.firebirdsql.management.FBManager
Set the value of dropOnStop
setDropOnStop(boolean) - method in class org.firebirdsql.management.FBManagerMBean
Set the value of dropOnStop
setEncoding(String) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setEncoding(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setEncoding(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setEncoding(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set encoding for connections produced by this data source.
setEncoding(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setEncoding(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setEscapeProcessing(boolean) - method in class org.firebirdsql.jdbc.AbstractStatement
Sets escape processing on or off.
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.
setFetchDirection(int) - method in class org.firebirdsql.jdbc.FBResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
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.
setFetchSize(int) - method in class org.firebirdsql.jdbc.FBResultSet
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.
setFileName(String) - method in class org.firebirdsql.management.FBManager
Set the value of fileName
setFileName(String) - method in class org.firebirdsql.management.FBManagerMBean
Set the value of fileName
setFirebirdSavepoint() - method in class org.firebirdsql.jdbc.AbstractConnection
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setFirebirdSavepoint() - method in class org.firebirdsql.jdbc.FirebirdConnection
Creates an unnamed savepoint in the current transaction and returns the new FirebirdSavepoint object that represents it.
setFirebirdSavepoint(String) - method in class org.firebirdsql.jdbc.AbstractConnection
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it.
setFirebirdSavepoint(String) - method in class org.firebirdsql.jdbc.FirebirdConnection
Creates a named savepoint in the current transaction and returns the new FirebirdSavepoint object that represents it.
setFirstName(String) - method in class org.firebirdsql.management.FBUser
Optional first name of the person using this user name.
setFirstName(String) - method in class org.firebirdsql.management.User
Optional first name of the person using this user name.
setFloat(int,float) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given floate value.
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 class 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 class org.firebirdsql.management.MaintenanceManager
Enable or disable forced (synchronous) writes in the database.
Set type of the JDBC driver to use.
setGroupId(int) - method in class org.firebirdsql.management.FBUser
Optional group ID number, defined in /etc/group, to assign to the user in security database; reserved for future implementation
setGroupId(int) - method in class 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
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setHoldability(int) - method in class org.firebirdsql.jdbc.FirebirdConnection
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setHost(String) - method in class org.firebirdsql.event.EventManager
Sets the host for the connection to the database.
setHost(String) - method in class org.firebirdsql.event.FBEventManager
Sets the host for the connection to the database.
setHost(String) - method in class org.firebirdsql.management.FBServiceManager
setHost(String) - method in class org.firebirdsql.management.ServiceManager
Sets the host for the connection to the service manager.
setIdleTimeout(int) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
setIdleTimeout(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setIndex(int) - method in class org.firebirdsql.jdbc.FBProcedureParam
setInPool(boolean) - method in class org.firebirdsql.pool.PingablePooledConnection
Set the "inPool" flag to this object.
setInPool(boolean) - method in class org.firebirdsql.pool.PooledObject
Set the "inPool" flag to this object.
setInt(int,int) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given int value.
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
setIsolation(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setJdbcUrl(String) - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
setKeepStatements(boolean) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
setKeepStatements(boolean) - method in class org.firebirdsql.pool.FBWrappingDataSource
setLastName(String) - method in class org.firebirdsql.management.FBUser
Optional last name of the person using this user name.
setLastName(String) - method in class 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 class org.firebirdsql.management.ServiceManager
Sets the logger for the connection to the service manager.
setLoginTimeout(int) - method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
Set login timeout for new connection.
setLoginTimeout(int) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Set login timeout for new connection.
setLoginTimeout(int) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
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.FBSimpleDataSource
Set login timeout for this datasource.
setLoginTimeout(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
Set login timeout.
setLoginTimeout(int) - method in class org.firebirdsql.pool.SimpleDataSource
setLogWriter(PrintWriter) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setLogWriter(PrintWriter) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
setLogWriter(PrintWriter) - method in class org.firebirdsql.jdbc.FBDataSource
Set the log writer for this data source.
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.FBSimpleDataSource
Set log for this datasource.
setLogWriter(PrintWriter) - method in class org.firebirdsql.pool.FBWrappingDataSource
Set log writer.
setLogWriter(PrintWriter) - method in class org.firebirdsql.pool.SimpleDataSource
setLong(int,long) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given long value.
setLong(int,long) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given long value.
Set the FBManagedConnection around which this connection is based.
setManagedEnvironment(boolean) - method in class org.firebirdsql.jdbc.AbstractConnection
setManagedEnvironment(boolean) - method in class org.firebirdsql.jca.FBManagedConnection
Set mapping for the specified transaction isolation.
setMaxConnections(int) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
setMaxConnections(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
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
setMaxIdleTime(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setMaxIdleTime(int) - method in class org.firebirdsql.pool.FirebirdPool
setMaxPoolSize(int) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
setMaxPoolSize(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setMaxPoolSize(int) - method in class org.firebirdsql.pool.FirebirdPool
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
setMaxStatements(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setMaxStatements(int) - method in class org.firebirdsql.pool.FirebirdPool
setMiddleName(String) - method in class org.firebirdsql.management.FBUser
Optional middle name of the person using this user name.
setMiddleName(String) - method in class org.firebirdsql.management.User
Optional middle name of the person using this user name.
setMinConnections(int) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
setMinConnections(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setMinPoolSize(int) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
setMinPoolSize(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setMinPoolSize(int) - method in class org.firebirdsql.pool.FirebirdPool
setName(String) - method in class org.firebirdsql.jdbc.FBProcedureCall
Set the name of the procedure to be called.
setNext(org.firebirdsql.gds.GDSException) - method in class org.firebirdsql.gds.GDSException
Set the next exception in the chain.
Method that allows setting non-standard property in the form "key=value" form.
setNonStandardProperty(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
Set the property that does not have corresponding setter method.
setNonStandardProperty(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
Set the property that does not have corresponding setter method.
setNonStandardProperty(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set the property that does not have corresponding setter method.
setNonStandardProperty(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
Set the property that does not have corresponding setter method.
setNonStandardProperty(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
Set the property that does not have corresponding setter method.
setNonStandardProperty(String,String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
Set the property that does not have corresponding setter method.
Set the property that does not have corresponding setter method.
setNonStandardProperty(String,String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set the property that does not have corresponding setter method.
setNonStandardProperty(String,String) - method in class org.firebirdsql.pool.FBWrappingDataSource
Set the property that does not have corresponding setter method.
Set the property that does not have corresponding setter method.
setNull(int,int) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to SQL NULL.
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.AbstractCallableStatement
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(int,Object) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the value of the designated parameter with the given object.
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) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
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,int,int) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
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(Object) - method in class org.firebirdsql.pool.BlockingStack.Node
setPageFill(int) - method in class org.firebirdsql.management.FBMaintenanceManager
Set the page fill strategy for when inserting records.
setPageFill(int) - method in class 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.pool.AbstractFBConnectionPoolDataSource
setPassword(String) - method in class org.firebirdsql.event.EventManager
Sets the password for the connection to the database.
setPassword(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setPassword(String) - method in class org.firebirdsql.jca.FBConnectionRequestInfo
setPassword(String) - method in class org.firebirdsql.event.FBEventManager
Sets the password for the connection to the database.
setPassword(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setPassword(String) - method in class org.firebirdsql.management.FBManager
Set the value of password
setPassword(String) - method in class 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.pool.FBSimpleDataSource
Set password that will be used in the getConnection() method.
setPassword(String) - method in class org.firebirdsql.management.FBUser
Password for the specified user.
setPassword(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setPassword(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setPassword(String) - method in class org.firebirdsql.management.ServiceManager
Sets the password for the connection to the service manager.
setPassword(String) - method in class org.firebirdsql.management.User
Password for the specified user.
setPingInterval(int) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
setPingInterval(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setPingInterval(int) - method in class org.firebirdsql.pool.FirebirdPool
setPingStatement(String) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
setPingStatement(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setPooling(boolean) - method in class org.firebirdsql.pool.BasicAbstractConnectionPool
setPooling(boolean) - method in class org.firebirdsql.pool.FBWrappingDataSource
setPooling(boolean) - method in class org.firebirdsql.pool.FirebirdPool
setPort(int) - method in class org.firebirdsql.event.EventManager
Sets the port for the connection to the database.
setPort(int) - method in class org.firebirdsql.event.FBEventManager
Sets the port for the connection to the database.
setPort(int) - method in class org.firebirdsql.management.FBManager
setPort(int) - method in class org.firebirdsql.management.FBManagerMBean
setPort(int) - method in class org.firebirdsql.management.FBServiceManager
setPort(int) - method in class org.firebirdsql.management.ServiceManager
Sets the port for the connection to the service manager.
Set JDBC properties that will be passed when opening a connection.
setProperties(Properties) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Set JDBC properties that will be passed when opening a connection.
setProperties(Properties) - method in class org.firebirdsql.pool.FBWrappingDataSource
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.jdbc.AbstractConnection
Puts this connection in read-only mode as a hint to enable database optimizations.
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.
setRef(int,Ref) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given REF(<structured-type>) value.
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.pool.BasicAbstractConnectionPool
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.FBSimpleDataSource
Set JNDI reference for this data source.
setReference(Reference) - method in class org.firebirdsql.pool.FBWrappingDataSource
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 class 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 class 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 class 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 class 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
setRetryInterval(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setRoleName(String) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setRoleName(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setRoleName(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setRoleName(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
setRoleName(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setRoleName(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setRow(byte[][]) - method in class org.firebirdsql.jdbc.FBRowUpdater
setSelectableProcedure(boolean) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
setSelectableProcedure(boolean) - method in class 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 class org.firebirdsql.management.FBManagerMBean
setShort(int,short) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given short value.
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.pool.AbstractFBConnectionPoolDataSource
setSocketBufferSize(int) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setSocketBufferSize(int) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setSocketBufferSize(int) - method in class org.firebirdsql.pool.FBSimpleDataSource
setSocketBufferSize(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setSocketBufferSize(int) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setSqlDialect(String) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setSqlDialect(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setSqlDialect(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setSqlDialect(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
setSqlDialect(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setSqlDialect(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setSqlRole(String) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setSqlRole(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
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
setStatementPooling(boolean) - method in class org.firebirdsql.pool.FBWrappingDataSource
setStatementPooling(boolean) - method in class org.firebirdsql.pool.FirebirdPool
setString(int,String) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given String value.
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 class org.firebirdsql.management.MaintenanceManager
Set the database automatic sweep interval to a given number of transactions.
setTime(int,Time) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given Time value.
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.AbstractCallableStatement
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
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(int,Timestamp) - method in class org.firebirdsql.jdbc.AbstractCallableStatement
Sets the designated parameter to the given Timestamp value.
setTimestamp(int,Timestamp) - method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Timestamp value.
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestampUsesLocalTimezone(boolean) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setTimestampUsesLocalTimezone(boolean) - method in class org.firebirdsql.pool.FBSimpleDataSource
setTimestampUsesLocalTimezone(boolean) - method in class org.firebirdsql.pool.FBWrappingDataSource
setTpbMapping(String) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setTpbMapping(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
Set path to the properties file with the TPB mapping.
setTpbMapping(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
Set path to the properties file with the TPB mapping.
setTpbMapping(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set path to the properties file with the TPB mapping.
setTpbMapping(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
Set path to the properties file with the TPB mapping.
setTpbMapping(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
Set path to the properties file with the TPB mapping.
setTransactionIsolation(int) - method in class org.firebirdsql.jdbc.AbstractConnection
Attempts to change the transaction isolation level to the one given.
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
setTransactionIsolationLevel(int) - method in class org.firebirdsql.pool.FBWrappingDataSource
setTransactionParameters(int,int[]) - method in class org.firebirdsql.jdbc.AbstractConnection
Set transaction parameters for the specified isolation level.
setTransactionParameters(int,int[]) - method in class org.firebirdsql.jdbc.FirebirdConnection
Set transaction parameters for the specified isolation level.
Set transaction parameters for the specified transaction isolation level.
Set transaction parameters for the specified transaction isolation level.
Set transaction parameters for the specified transaction isolation level.
Set transaction parameters for the specified transaction isolation level.
Set transaction parameters for the specified transaction isolation level.
Set transaction parameters for the specified transaction isolation level.
Set transaction parameters for the specified transaction isolation level.
Set transaction parameters for the next transactions.
Set transaction parameters for the next transactions.
setTransactionTimeout(int) - method in class org.firebirdsql.jca.FBManagedConnection
Sets the transaction timeout.
setType(int) - method in class org.firebirdsql.jdbc.FBProcedureParam
Set the SQL type of this parameter
setType(String) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
Set type of JDBC driver to use.
setType(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setType(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setType(String) - method in class org.firebirdsql.management.FBManager
setType(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
setType(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setType(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setTypeMap(Map) - method in class org.firebirdsql.jdbc.AbstractConnection
Installs the given type map as the type map for this connection.
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setUser(String) - method in class org.firebirdsql.event.EventManager
Sets the username for the connection to the database .
setUser(String) - method in class org.firebirdsql.event.FBEventManager
Sets the username for the connection to the database .
setUser(String) - method in class org.firebirdsql.management.FBServiceManager
Set the name of the user that performs the operation.
setUser(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set user name that will be used in getConnection() method.
setUser(String) - method in class org.firebirdsql.management.ServiceManager
Sets the username for the connection to the service manager.
setUserId(int) - method in class org.firebirdsql.management.FBUser
Optional user ID number, defined in /etc/passwd, to assign to the user in security database; reserved for future implementation
setUserId(int) - method in class 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.pool.AbstractFBConnectionPoolDataSource
setUserName(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
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.management.FBManager
Set the value of userName
setUserName(String) - method in class org.firebirdsql.management.FBManagerMBean
Set the value of userName
setUserName(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
Set user name that will be used in getConnection() method.
setUserName(String) - method in class org.firebirdsql.management.FBUser
User name to create in security database.
setUserName(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setUserName(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setUserName(String) - method in class org.firebirdsql.management.User
User name to create in security database.
setUseStandardUdf(boolean) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setUseStandardUdf(boolean) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setUseStandardUdf(boolean) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setUseStandardUdf(boolean) - method in class org.firebirdsql.pool.FBSimpleDataSource
setUseStandardUdf(boolean) - method in class org.firebirdsql.pool.FBWrappingDataSource
setUseStandardUdf(boolean) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setUseStreamBlobs(boolean) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setUseStreamBlobs(boolean) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setUseStreamBlobs(boolean) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setUseStreamBlobs(boolean) - method in class org.firebirdsql.pool.FBSimpleDataSource
setUseStreamBlobs(boolean) - method in class org.firebirdsql.pool.FBWrappingDataSource
setUseStreamBlobs(boolean) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setUseTranslation(String) - method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
setUseTranslation(String) - method in class org.firebirdsql.jdbc.FBConnectionProperties
setUseTranslation(String) - method in class org.firebirdsql.jca.FBManagedConnectionFactory
setUseTranslation(String) - method in class org.firebirdsql.pool.FBSimpleDataSource
setUseTranslation(String) - method in class org.firebirdsql.pool.FBWrappingDataSource
setUseTranslation(String) - method in class org.firebirdsql.jdbc.FirebirdConnectionProperties
setValue(Object) - method in class org.firebirdsql.jdbc.FBProcedureParam
Set the variable value of this parameter
setVerbose(boolean) - method in class 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.
setXAErrorCode(int) - method in class org.firebirdsql.gds.GDSException
Set the XaErrorCode value.
SHARED - static field in class org.firebirdsql.gds.TransactionParameterBuffer
SHOW_TRACE - static field in class org.firebirdsql.pool.PoolDebugConfiguration
SHUTDOWN - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
shutdown() - method in class org.firebirdsql.pool.AbstractConnectionPool
Shutdown this JDBC pool.
shutdown() - method in class org.firebirdsql.pool.FBWrappingDataSource
shutdown() - method in class org.firebirdsql.pool.FirebirdPool
SHUTDOWN_ATTACH - static field in class org.firebirdsql.management.MaintenanceManager
Don't allow new connections while waiting to shut down.
SHUTDOWN_DELAY - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
SHUTDOWN_FORCE - static field in class org.firebirdsql.management.MaintenanceManager
Forced database shutdown.
SHUTDOWN_TRANSACTIONAL - static field in class 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(int,int) - method in class org.firebirdsql.management.MaintenanceManager
Shutdown the current database.
sign(String[]) - static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the sign UDF function.
SimpleDataSource - class org.firebirdsql.pool.SimpleDataSource
This is simple implementation of DataSource interface that uses ConnectionPoolDataSource as connection provider.
SimpleDataSource(ConnectionPoolDataSource) - constructor for class org.firebirdsql.pool.SimpleDataSource
Create instance of this class.
sin(String[]) - static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the sin UDF function.
SOCKET_BUFFER_SIZE_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
SOURCE_INTERP - static field in class org.firebirdsql.gds.BlobParameterBuffer
SOURCE_TYPE - static field in class org.firebirdsql.gds.BlobParameterBuffer
SQL_ARRAY - static field in class org.firebirdsql.gds.ISCConstants
SQL_BLOB - static field in class org.firebirdsql.gds.ISCConstants
SQL_D_FLOAT - static field in class org.firebirdsql.gds.ISCConstants
SQL_DATE - static field in class org.firebirdsql.gds.ISCConstants
SQL_DIALECT - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
SQL_DIALECT_CURRENT - static field in class org.firebirdsql.gds.ISCConstants
SQL_DIALECT_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
SQL_DIALECT_V5 - static field in class org.firebirdsql.gds.ISCConstants
SQL_DIALECT_V6 - static field in class org.firebirdsql.gds.ISCConstants
SQL_DIALECT_V6_TRANSITION - static field in class org.firebirdsql.gds.ISCConstants
SQL_DOUBLE - static field in class org.firebirdsql.gds.ISCConstants
SQL_FLOAT - static field in class org.firebirdsql.gds.ISCConstants
SQL_INT64 - static field in class org.firebirdsql.gds.ISCConstants
SQL_LONG - static field in class org.firebirdsql.gds.ISCConstants
SQL_QUAD - static field in class org.firebirdsql.gds.ISCConstants
SQL_ROLE_NAME - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
SQL_ROLE_NAME - static field in class org.firebirdsql.gds.ServiceParameterBuffer
SQL_SHORT - static field in class org.firebirdsql.gds.ISCConstants
SQL_STATE_COMM_LINK_FAILURE - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_CONNECTION_CLOSED - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_CONNECTION_FAILURE_IN_TX - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_DRIVER_NOT_CAPABLE - static field in class org.firebirdsql.jdbc.FBDriverNotCapableException
SQL_STATE_GENERAL_ERROR - static field in class org.firebirdsql.jca.FBResourceException
SQL_STATE_GENERAL_ERROR - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_INVALID_ARG_VALUE - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_INVALID_COLUMN - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_INVALID_CONN_ATTR - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_INVALID_CONVERSION - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_INVALID_ESCAPE_SEQ - static field in class org.firebirdsql.jdbc.FBSQLParseException
SQL_STATE_INVALID_PARAM_TYPE - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_INVALID_TRANSACTION_STATE - static field in class org.firebirdsql.jca.FBResourceTransactionException
SQL_STATE_NO_RESULT_SET - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_NO_ROW_AVAIL - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_STATE_TRANSACTION_ACTIVE - static field in class org.firebirdsql.jca.FBResourceTransactionException
SQL_STATE_TRANSACTION_ROLLED_BACK - static field in class org.firebirdsql.jca.FBResourceTransactionException
SQL_STATE_WARNING - static field in class org.firebirdsql.jdbc.FBSQLWarning
SQL_STATE_WRONG_PARAM_NUM - static field in class org.firebirdsql.jdbc.FBSQLException
SQL_TEXT - static field in class org.firebirdsql.gds.ISCConstants
SQL_TIMESTAMP - static field in class org.firebirdsql.gds.ISCConstants
SQL_TYPE_DATE - static field in class org.firebirdsql.gds.ISCConstants
SQL_TYPE_TIME - static field in class org.firebirdsql.gds.ISCConstants
SQL_VARYING - static field in class org.firebirdsql.gds.ISCConstants
sqld - field in class org.firebirdsql.gds.XSQLDA
The number of output columns.
SQLDA_VERSION1 - static field in class org.firebirdsql.gds.ISCConstants
sqldata - field in class org.firebirdsql.gds.XSQLVAR
sqllen - field in class org.firebirdsql.gds.XSQLVAR
sqln - field in class org.firebirdsql.gds.XSQLDA
The number of input columns.
sqlname - field in class org.firebirdsql.gds.XSQLVAR
sqlscale - field in class org.firebirdsql.gds.XSQLVAR
sqlsubtype - field in class org.firebirdsql.gds.XSQLVAR
sqltype - field in class org.firebirdsql.gds.XSQLVAR
sqlvar - field 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() - method in class org.firebirdsql.management.FBManager
start() - method in class org.firebirdsql.management.FBManagerMBean
start(Xid,int) - method in class org.firebirdsql.jca.FBManagedConnection
Associates a JDBC connection with a global transaction.
Notify the listener that statement was closed.
Notify the listener that statement was closed.
Notify the listener that statement was closed.
statementClosed(String,Object) - method in class org.firebirdsql.pool.PingablePooledConnection
Handle java.sql.PreparedStatement.close() method.
statementClosed(String,Object) - method in class org.firebirdsql.pool.XStatementManager
Notify about statement close.
Notify the listener that statement is completed.
Notify the listener that statement is completed.
Notify the listener that statement is completed.
Notify the listener that statement is completed and tell whether execution was successfull or not.
Notify the listener that statement is completed and tell whether execution was successfull or not.
Notify the listener that statement is completed and tell whether execution was successfull or not.
StatementHandler - class org.firebirdsql.pool.StatementHandler
Dynamic proxy handler that together with org.firebirdsql.pool.PooledConnectionHandler ensure that statements will be closed before connection is returned to the pool.
Create instance of this class for the specified connection handler and
statementListener - field in class org.firebirdsql.jdbc.AbstractStatement
Listener for the events generated by statements.
StatisticsManager - interface org.firebirdsql.management.StatisticsManager
A StatisticsManager is responsible for replicating the functionality of the gstat command-line tool.
STATS_DATA_PAGES - static field in class org.firebirdsql.gds.ServiceRequestBuffer
STATS_DB_LOG - static field in class org.firebirdsql.gds.ServiceRequestBuffer
STATS_DB_NAME - static field in class org.firebirdsql.gds.ServiceRequestBuffer
Parameters for database statistics.
STATS_HEADER_PAGES - static field in class org.firebirdsql.gds.ServiceRequestBuffer
STATS_INDEX_PAGES - static field in class org.firebirdsql.gds.ServiceRequestBuffer
STATS_NOCREATION - static field in class org.firebirdsql.gds.ServiceRequestBuffer
STATS_OPTIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
STATS_RECORD_VERSIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
STATS_SYSTEM_RELATIONS - static field in class org.firebirdsql.gds.ServiceRequestBuffer
STATS_TABLE - static field in class org.firebirdsql.gds.ServiceRequestBuffer
stop() - method in class org.firebirdsql.management.FBManager
stop() - method in class org.firebirdsql.management.FBManagerMBean
storesLowerCaseIdentifiers() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case?
storesLowerCaseQuotedIdentifiers() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case?
storesMixedCaseIdentifiers() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case?
storesMixedCaseQuotedIdentifiers() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case?
storesUpperCaseIdentifiers() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case?
storesUpperCaseQuotedIdentifiers() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
stripEscape(String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Strips all backslash-escapes from a string.
stripQuotes(String) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Strips a leading and trailing quote (double or single) from a string.
strParam - field in class org.firebirdsql.gds.GDSException
SUCCESS - static field in class org.firebirdsql.gds.ISCConstants
supportsAlterTableWithAddColumn() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is "ALTER TABLE" with drop column supported?
supportsANSI92EntryLevelSQL() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ANSI92 entry level SQL grammar supported? All JDBC CompliantTM drivers must return true.
supportsANSI92FullSQL() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsBatchUpdates() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether the driver supports batch updates.
supportsCatalogsInDataManipulation() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a catalog name be used in an index definition statement?
supportsCatalogsInPrivilegeDefinitions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is column aliasing supported?

If so, the SQL AS clause can be used to provide names for computed columns or to provide alias names for columns as required.

supportsConvert() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
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.FBDatabaseMetaData
Retrieves whether CONVERT between the given SQL types supported.
supportsCoreSQLGrammar() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are correlated subqueries supported? A JDBC CompliantTM driver always returns true.
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExpressionsInOrderBy() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are full nested outer joins supported?
supportsGetGeneratedKeys() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after creation.
supportsGroupBy() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the escape character in "LIKE" clauses supported? A JDBC CompliantTM driver always returns true.
supportsLikeEscapeClause() - static method in class org.firebirdsql.jdbc.FBEscapedParser
supportsLimitedOuterJoins() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is there limited support for outer joins? (This will be true if supportFullOuterJoins is true.)
supportsMinimumSQLGrammar() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ODBC Minimum SQL grammar supported? All JDBC CompliantTM drivers must return true.
supportsMixedCaseIdentifiers() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC CompliantTM driver will always return false.
supportsMixedCaseQuotedIdentifiers() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC CompliantTM driver will always return true.
supportsMultipleOpenResults() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are multiple ResultSet from a single execute supported?
supportsMultipleTransactions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNamedParameters() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieve whether this database supports named parameters.
supportsNonNullableColumns() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can columns be defined as non-nullable? A JDBC CompliantTM driver always returns true.
supportsOpenCursorsAcrossCommit() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT statement?
supportsOuterJoins() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is positioned DELETE supported?
supportsPositionedUpdate() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is positioned UPDATE supported?
supportsResultSetConcurrency(int,int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database support the concurrency type in combination with the given result set type?
supportsResultSetHoldability(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether this database supports the given results holdability.
supportsResultSetType(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database support the given result set type?
supportsSavepoints() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is SELECT for UPDATE supported?
supportsStatementPooling() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
supportsStoredProcedures() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsStoredProcedures() - static method in class org.firebirdsql.jdbc.FBEscapedParser
supportsSubqueriesInComparisons() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in comparison expressions supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInExists() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in 'exists' expressions supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInIns() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in 'in' statements supported? A JDBC CompliantTM driver always returns true.
supportsSubqueriesInQuantifieds() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in quantified expressions supported? A JDBC CompliantTM driver always returns true.
supportsTableCorrelationNames() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are table correlation names supported? A JDBC CompliantTM driver always returns true.
supportsTransactionIsolationLevel(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does this database support the given transaction isolation level?
supportsTransactions() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are transactions supported? If not, invoking the method commit is a noop and the isolation level is TRANSACTION_NONE.
supportsUnion() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is SQL UNION supported?
supportsUnionAll() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is SQL UNION ALL supported?
SWEEP - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
SWEEP_INTERVAL - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
sweepDatabase() - method in class org.firebirdsql.management.FBMaintenanceManager
Perform an immediate sweep of the database.
sweepDatabase() - method in class 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 org.firebirdsql.jdbc.Synchronizable
Provides synchronization object.
SYS_USER_NAME - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
SYS_USER_NAME - static field in class org.firebirdsql.gds.ServiceParameterBuffer
SYS_USER_NAME_ENC - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
SYS_USER_NAME_ENC - static field in class org.firebirdsql.gds.ServiceParameterBuffer
SYSTEM_TABLE - static field in class org.firebirdsql.jdbc.FBDatabaseMetaData
SYSTEM_TABLE_STATISTICS - static field in class org.firebirdsql.management.StatisticsManager
Request statistics on system tables.

T

TABLE - static field in class org.firebirdsql.jdbc.FBDatabaseMetaData
tan(String[]) - static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Produce a function call for the tan UDF function.
TARGET_INTERP - static field in class org.firebirdsql.gds.BlobParameterBuffer
TARGET_TYPE - static field in class org.firebirdsql.gds.BlobParameterBuffer
TIMESTAMP_USES_LOCAL_TIMEZONE_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
toArray(Collection) - 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.
top - field in class org.firebirdsql.pool.BlockingStack
Actual top of the stack.
topLock - field in class org.firebirdsql.pool.BlockingStack
toString() - method in class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
toString() - method in class org.firebirdsql.management.FBUser
toString() - method in class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Puts parameters into the template and return the obtained string.
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 field in class org.firebirdsql.jdbc.FirebirdConnection
TPB_CONSISTENCY - static field in class org.firebirdsql.jdbc.FirebirdConnection
TPB_MAPPING - static field in class org.firebirdsql.jdbc.FBDriver
TPB_MAPPING_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionHelper
TPB_NO_REC_VERSION - static field in class org.firebirdsql.jdbc.FirebirdConnection
TPB_NOWAIT - static field in class org.firebirdsql.jdbc.FirebirdConnection
TPB_PREFIX - static field in class org.firebirdsql.jdbc.FBConnectionHelper
TPB_READ - static field in class org.firebirdsql.jdbc.FirebirdConnection
TPB_READ_COMMITTED - static field in class org.firebirdsql.jdbc.FirebirdConnection
TPB_REC_VERSION - static field in class org.firebirdsql.jdbc.FirebirdConnection
TPB_WAIT - static field in class org.firebirdsql.jdbc.FirebirdConnection
TPB_WRITE - static field in class org.firebirdsql.jdbc.FirebirdConnection
TRACE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
TRANSACTION_NONE - static field in class org.firebirdsql.jdbc.FBTpbMapper
Indicates that transactions are not supported.
TRANSACTION_READ_COMMITTED - static field in class org.firebirdsql.jdbc.FBConnectionHelper
TRANSACTION_READ_COMMITTED - static field in class org.firebirdsql.jdbc.FBTpbMapper
Dirty reads are prevented; non-repeatable reads and phantom reads can occur.
TRANSACTION_READ_UNCOMMITTED - static field in class org.firebirdsql.jdbc.FBTpbMapper
Dirty reads, non-repeatable reads and phantom reads can occur.
TRANSACTION_REPEATABLE_READ - static field in class org.firebirdsql.jdbc.FBConnectionHelper
TRANSACTION_REPEATABLE_READ - static field in class org.firebirdsql.jdbc.FBTpbMapper
Dirty reads and non-repeatable reads are prevented; phantom reads can occur.
TRANSACTION_SERIALIZABLE - static field in class org.firebirdsql.jdbc.FBConnectionHelper
TRANSACTION_SERIALIZABLE - static field in class org.firebirdsql.jdbc.FBTpbMapper
Dirty reads, non-repeatable reads and phantom reads are prevented.
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.
txCoordinator - field in class org.firebirdsql.jdbc.AbstractConnection
TYPE - static field in class org.firebirdsql.gds.BlobParameterBuffer
type - field in class org.firebirdsql.gds.GDSException
TYPE_COMMIT - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
A COMMIT statement
TYPE_DDL - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
A DDL statment
TYPE_DELETE - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
A DELETE statement
TYPE_EXEC_PROCEDURE - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
An EXEC PROCEDURE statement
TYPE_GET_SEGMENT - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
A GET SEGMENT statement
TYPE_INSERT - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
An INSERT statement
TYPE_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
TYPE_PUT_SEGMENT - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
A PUT SEGMENT statement
TYPE_ROLLBACK - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
A ROLLBACK statement
TYPE_SEGMENTED - static field in class org.firebirdsql.gds.BlobParameterBuffer
TYPE_SELECT - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
A SELECT statement
TYPE_SELECT_FOR_UPDATE - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
A SELECT FOR UPDATE statement
TYPE_SET_GENERATOR - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
A SET GENERATOR statement
TYPE_START_TRANS - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
A START TRANSACTION statement
TYPE_STREAM - static field in class org.firebirdsql.gds.BlobParameterBuffer
TYPE_UPDATE - static field in class org.firebirdsql.jdbc.FirebirdPreparedStatement
An UPDATE statement

U

UNDEFINED_STATE - static field in class org.firebirdsql.jdbc.FBEscapedParser
This exception is thrown when user tries to specify unknown type of driver.
UnknownDriverTypeException(String) - constructor for class org.firebirdsql.pool.UnknownDriverTypeException
Create instance of this class.
update(org.firebirdsql.management.User) - method in class org.firebirdsql.management.FBUserManager
Update a user to the Firebird Security Database.
update(org.firebirdsql.management.User) - method in class org.firebirdsql.management.UserManager
Update a user to the Firebird Security Database.
updateArray(int,Array) - method in class org.firebirdsql.jdbc.FBResultSet
This operation is not supported
updateArray(String,Array) - method in class org.firebirdsql.jdbc.FBResultSet
This operation is not supported
updateAsciiStream(int,InputStream,int) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String,InputStream,int) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with an ascii stream value.
updateBigDecimal(int,BigDecimal) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String,BigDecimal) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBinaryStream(int,InputStream,int) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String,InputStream,int) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a binary stream value.
updateBlob(int,Blob) - method in class org.firebirdsql.jdbc.FBResultSet
This operation is not supported
updateBlob(String,Blob) - method in class org.firebirdsql.jdbc.FBResultSet
This operation is not supported
updateBoolean(int,boolean) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a boolean value.
updateBoolean(String,boolean) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a boolean value.
updateByte(int,byte) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a byte value.
updateByte(String,byte) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a byte value.
updateBytes(int,x[]) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a byte array value.
updateBytes(String,x[]) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a boolean value.
updateCharacterStream(int,Reader,int) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String,Reader,int) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a character stream value.
updateClob(int,Clob) - method in class org.firebirdsql.jdbc.FBResultSet
This operation is not supported
updateClob(String,Clob) - method in class org.firebirdsql.jdbc.FBResultSet
This operation is not supported
updateDate(int,Date) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String,Date) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a java.sql.Date value.
updateDouble(int,double) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a double value.
updateDouble(String,double) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a double value.
updateFloat(int,float) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a float value.
updateFloat(String,float) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a float value.
updateInt(int,int) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with an int value.
updateInt(String,int) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with an int value.
updateLong(int,long) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a long value.
updateLong(String,long) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a long value.
updateNull(int) - method in class org.firebirdsql.jdbc.FBResultSet
Gives a nullable column a null value.
updateNull(String) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a null value.
updateObject(int,Object) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with an Object value.
updateObject(int,Object,int) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with an Object value.
updateObject(String,Object) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with an Object value.
updateObject(String,Object,int) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with an Object value.
updateRef(int,Ref) - method in class org.firebirdsql.jdbc.FBResultSet
This operation is not supported
updateRef(String,Ref) - method in class org.firebirdsql.jdbc.FBResultSet
This operation is not supported
updateRow() - method in class org.firebirdsql.jdbc.FBResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateRow() - method in class org.firebirdsql.jdbc.FBRowUpdater
updatesAreDetected(int) - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
updateShort(int,short) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a short value.
updateShort(String,short) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a short value.
updateString(int,String) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a String value.
updateString(String,String) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a String value.
updateTime(int,Time) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String,Time) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a java.sql.Time value.
updateTimestamp(int,Timestamp) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String,Timestamp) - method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a java.sql.Timestamp value.
USE_BUILT_IN - static field in class org.firebirdsql.jdbc.FBEscapedParser
USE_STANDARD_UDF - static field in class org.firebirdsql.jdbc.FBEscapedParser
USE_STANDARD_UDF_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
USE_STREAM_BLOBS_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
USE_TRANSLATION - static field in class org.firebirdsql.jdbc.FBDriver
USE_TRANSLATION_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
USER - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
USER - static field in class org.firebirdsql.jdbc.FBDriver
User - interface org.firebirdsql.management.User
A user in the Firebird Security Database.
USER_NAME - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
USER_NAME - static field in class org.firebirdsql.jdbc.FBDriver
USER_NAME - static field in class org.firebirdsql.gds.ServiceParameterBuffer
USER_NAME_PROPERTY - static field in class org.firebirdsql.jdbc.FBConnectionProperties
UserManager - interface org.firebirdsql.management.UserManager
The base Firebird Service API functionality.
Structure class to store user name and password.
UserPasswordPair() - constructor for class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
usesLocalFilePerTable() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database use a file for each table?
usesLocalFiles() - method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Does the database store tables in a local file?

V

VALIDATE_FULL - static field in class org.firebirdsql.management.MaintenanceManager
Do a full check on record and pages structures, releasing unassigned record fragments.
VALIDATE_IGNORE_CHECKSUM - static field in class org.firebirdsql.management.MaintenanceManager
Ignore checksums during repair operations.
VALIDATE_READ_ONLY - static field in class 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() - method in class org.firebirdsql.management.MaintenanceManager
Locate and release database pages that are allocated but unassigned to any data structures.
validateDatabase(int) - method in class org.firebirdsql.management.FBMaintenanceManager
Locate and release database pages that are allocated but unassigned to any data structures.
validateDatabase(int) - method in class org.firebirdsql.management.MaintenanceManager
Locate and release database pages that are allocated but unassigned to any data structures.
VERB_TIME - static field in class org.firebirdsql.gds.TransactionParameterBuffer
VERBOSE - static field in class org.firebirdsql.gds.ServiceParameterBuffer
VERIFY - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
VERSION - static field in class org.firebirdsql.gds.ServiceParameterBuffer
version - field in class org.firebirdsql.gds.XSQLDA
Version of XSQLDA being used.
VERSION1 - static field in class org.firebirdsql.gds.ServiceParameterBuffer
VIEW - static field in class org.firebirdsql.jdbc.FBDatabaseMetaData

W

WAIT - static field in class org.firebirdsql.gds.TransactionParameterBuffer
waitForEvent(String) - method in class org.firebirdsql.event.EventManager
Wait for the one-time occurence of an event.
waitForEvent(String) - method in class org.firebirdsql.event.FBEventManager
Wait for the one-time occurence of an event.
waitForEvent(String,int) - method in class org.firebirdsql.event.EventManager
Wait for the one-time occurence of an event.
waitForEvent(String,int) - method in class org.firebirdsql.event.FBEventManager
Wait for the one-time occurence of an event.
waiting - field in class org.firebirdsql.pool.BlockingStack
Number of threads waiting for an object.
WAL_BACKUP_DIR - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
WAL_BUFSIZE - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
WAL_CHKPTLEN - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
WAL_GRP_CMT_WAIT - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
WAL_NUMBUFS - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
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.FBResultSet
Reports whether the last column read had a value of SQL NULL.
WORKING_DIRECTORY - static field in class org.firebirdsql.gds.DatabaseParameterBuffer
WRITE - static field in class org.firebirdsql.gds.TransactionParameterBuffer
write(byte[],int,int) - method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
Write data from the buffer into this stream.
write(byte[],int,int) - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Write data from the buffer into this stream.
write(int) - method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
Write single byte into the stream.
write(int) - method in class org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Write single byte into the stream.
writeSegment(byte[]) - method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream

X

xaErrorCode - field in class org.firebirdsql.gds.GDSException
The variable xaErrorCode is used to allow the same code to be used for transaction control from the XAResource, LocalTransaction, and Connection.
XConnectionUtil - class org.firebirdsql.pool.XConnectionUtil
Utility class.
xid - field in class org.firebirdsql.jca.FBLocalTransaction
XSQLDA - class org.firebirdsql.gds.XSQLDA
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 org.firebirdsql.gds.XSQLVAR
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 - field in class org.firebirdsql.jdbc.FBResultSet
XStatementManager - interface org.firebirdsql.pool.XStatementManager
Manager of prepared statement.

Copyright B) 2001 David Jencks and other authors. All rights reserved.