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

A

ALL_TYPES - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
AbstractCallableStatement - class org.firebirdsql.jdbc.AbstractCallableStatement.
The interface used to execute SQL stored procedures.
AbstractCallableStatement(AbstractConnection, String, int, int) - Constructor for class org.firebirdsql.jdbc.AbstractCallableStatement
 
AbstractConnection - class org.firebirdsql.jdbc.AbstractConnection.
The class AbstractConnection is a handle to a FBManagedConnection.
AbstractConnection(FBManagedConnection) - Constructor for class org.firebirdsql.jdbc.AbstractConnection
 
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.
AbstractConnectionPool.UserPasswordPair - class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair.
Structure class to store user name and password.
AbstractConnectionPool.UserPasswordPair() - Constructor for class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
 
AbstractConnectionPool.UserPasswordPair(String, String) - Constructor for class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
 
AbstractGDS - class org.firebirdsql.gds.AbstractGDS.
Base class for GDS implementations.
AbstractGDS() - Constructor for class org.firebirdsql.gds.AbstractGDS
 
AbstractGDS(GDSType) - Constructor for class org.firebirdsql.gds.AbstractGDS
 
AbstractPreparedStatement - class org.firebirdsql.jdbc.AbstractPreparedStatement.
Implementation of PreparedStatement interface.
AbstractPreparedStatement(AbstractConnection, int, int) - Constructor for class org.firebirdsql.jdbc.AbstractPreparedStatement
 
AbstractPreparedStatement(AbstractConnection, String, int, int) - Constructor for class org.firebirdsql.jdbc.AbstractPreparedStatement
Create instance of this class and prepare SQL statement.
AbstractStatement - class org.firebirdsql.jdbc.AbstractStatement.
The object used for executing a static SQL statement and obtaining the results produced by it.
AbstractStatement(AbstractConnection, int, int) - Constructor for class org.firebirdsql.jdbc.AbstractStatement
 
abs(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
absolute(int) - Method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor to the given row number in this ResultSet object.
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.
acos(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
activate_shadow - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
add(Integer) - Method in class org.firebirdsql.jca.FBTpb
 
addArgument(int) - Method in interface org.firebirdsql.gds.BlobParameterBuffer
 
addArgument(int, String) - Method in interface org.firebirdsql.gds.BlobParameterBuffer
 
addArgument(int, int) - Method in interface org.firebirdsql.gds.BlobParameterBuffer
 
addArgument(int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Add argument.
addArgument(int, String) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Add string argument.
addArgument(int, int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Add integer argument.
addArgument(int, byte[]) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Add array of bytes.
addArgument(int) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
 
addArgument(int, String) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
 
addArgument(int, int) - Method in interface org.firebirdsql.gds.ServiceParameterBuffer
 
addArgument(int) - Method in interface org.firebirdsql.gds.ServiceRequestBuffer
 
addArgument(int, String) - Method in interface org.firebirdsql.gds.ServiceRequestBuffer
 
addArgument(int, int) - Method in interface org.firebirdsql.gds.ServiceRequestBuffer
 
addBatch() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
addBatch() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in class org.firebirdsql.jdbc.AbstractStatement
Adds an SQL command to the current batch of commmands for this Statement object.
addConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.jca.FBManagedConnection
Add an event listener.
addConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.pool.PingablePooledConnection
Add connection listener to be notified about connection events.
addInputParam(FBProcedureParam) - Method in class org.firebirdsql.jdbc.FBProcedureCall
 
addOutputParam(FBProcedureParam) - Method in class org.firebirdsql.jdbc.FBProcedureCall
 
addParam(int, String) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Add call parameter.
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 - Variable in class org.firebirdsql.gds.XSQLVAR
 
allProceduresAreCallable() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
 
allocateConnection(Object) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Allocate new physical connection for the specified user name and password.
allocateConnection(Object) - Method in interface org.firebirdsql.pool.PooledConnectionManager
Allocate pooled connection using specified user name and password
allocation - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
applySyncronizationPolicy(GDS, GDSType) - Static method in class org.firebirdsql.gds.GDSSynchronizationPolicy
Apply synchronization policy on the specfied instance of GDS.
ascii(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
asin(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
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
 
atan2(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
autoCommit - Variable in class org.firebirdsql.jca.FBManagedConnection
 
available() - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
 
available() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get number of available bytes that can be read without blocking.

B

BLOB_BUFFER_LENGTH - Static variable in class org.firebirdsql.jdbc.FBDriver
 
BLOB_BUFFER_PROPERTY - Static variable in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
BasicAbstractConnectionPool - class org.firebirdsql.pool.BasicAbstractConnectionPool.
Base class for connection pool implementations.
BasicAbstractConnectionPool() - Constructor for class org.firebirdsql.pool.BasicAbstractConnectionPool
Create instance of this class.
BlobParameterBuffer - interface org.firebirdsql.gds.BlobParameterBuffer.
This interface replaces Clumplet in calls to isc_create_blob2 and isc_open_blob2.
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 Throws: ResourceException - generic exception if operation fails LocalTransactionException - error condition related to local transaction management ResourceAdapterInternalException - error condition internal to resource adapter EISSystemException - EIS instance specific error condition
begin_log - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
blob_buffer_size - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
blr - Variable in class org.firebirdsql.gds.XSQLDA
 
buffer_length - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

C

CHARSET - Static variable in class org.firebirdsql.jdbc.FBDriver
 
CHECK_CALL_1 - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
CHECK_CALL_2 - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
CHECK_DATE - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
CHECK_ESCAPE - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
CHECK_FUNCTION - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
CHECK_OUTERJOIN - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
CHECK_TIME - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
CHECK_TIMESTAMP - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ConnectionPoolConfiguration - interface org.firebirdsql.pool.ConnectionPoolConfiguration.
This interface describes a configuration for AbstractConnectionPool instances.
c - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
c - Variable in class org.firebirdsql.jdbc.FBResultSet
 
cacheResultSet() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
cache_manager - Static variable in interface 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.
canonicalize() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
The canonicalize method is used in FBDriver to reuse previous fbmcf instances if they have been create.
cdd_pathname - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
ceiling(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
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.
checkEndTransaction() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
checkEndTransaction(boolean) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
checkForEscapes(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
Check if the target SQL contains at least one of the escaped syntax commands.
cleanup() - Method in class org.firebirdsql.jca.FBManagedConnection
Application server calls this method to force any cleanup on the ManagedConnection instance.
clearBatch() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
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.
clearRows() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
clearWarnings() - Method in interface org.firebirdsql.gds.isc_db_handle
Clear warning list associated with this connection.
clearWarnings() - Method in interface org.firebirdsql.gds.isc_svc_handle
Clear warning list associated with this connection.
clearWarnings() - Method in class org.firebirdsql.jca.FBManagedConnection
Clear warnings for this database connection.
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.
close() - Method in class org.firebirdsql.gds.AbstractGDS
 
close() - Method in interface org.firebirdsql.gds.GDS
 
close() - Method in class org.firebirdsql.gds.XdrInputStream
 
close() - Method in class org.firebirdsql.gds.XdrOutputStream
 
close(AbstractConnection) - Method in class org.firebirdsql.jca.FBManagedConnection
 
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.FBBlobInputStream
 
close() - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
 
close() - Method in class org.firebirdsql.jdbc.FBBlob
Close this Blob object.
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 interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Close this stream.
close() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Close this stream.
close() - Method in class org.firebirdsql.pool.PingablePooledConnection
Close this pooled connection.
closeBlob(isc_blob_handle) - Method in class org.firebirdsql.jca.FBManagedConnection
 
closeBlob(isc_blob_handle) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
closeStatement(isc_stmt_handle, boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
 
closeStatement(isc_stmt_handle, boolean) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
coder - Variable in class org.firebirdsql.gds.XSQLVAR
 
commit() - Method in class org.firebirdsql.jca.FBLocalTransaction
Commit a local transaction Throws: ResourceException - generic exception if operation fails LocalTransactionException - error condition related to local transaction management ResourceAdapterInternalException - error condition internal to resource adapter EISSystemException - EIS instance specific error condition
commit(Xid, boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
Commits a transaction.
commit() - Method in class org.firebirdsql.jdbc.AbstractConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
connect(String, Properties) - Method in class org.firebirdsql.jdbc.FBDriver
Attempts to make a database connection to the given URL.
connect_timeout - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
connectionClosed(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
 
connectionClosed(ConnectionEvent) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Notify about connection being closed.
connectionClosed(ConnectionEvent) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Notify about connection being closed.
connectionClosed(PooledConnectionHandler) - Method in class org.firebirdsql.pool.PingablePooledConnection
 
connectionCommitted(PooledConnectionHandler) - Method in class org.firebirdsql.pool.PingablePooledConnection
Notify this class that transaction was committed.
connectionErrorOccured(PooledConnectionHandler, SQLException) - Method in class org.firebirdsql.pool.PingablePooledConnection
 
connectionErrorOccurred(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
 
connectionErrorOccurred(ConnectionEvent) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Notify about serious error when using the connection.
connectionErrorOccurred(ConnectionEvent) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Notify about serious error when using the connection.
connectionRolledBack(PooledConnectionHandler) - Method in class org.firebirdsql.pool.PingablePooledConnection
Notify this class that transaction was rolled back.
convertEscapedFunction(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
This method converts escaped function to a server function call.
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.
copyCharacterStream(Reader, int, String) - Method in class org.firebirdsql.jdbc.FBBlob
 
copyFrom(XSQLVAR) - Method in class org.firebirdsql.gds.XSQLVAR
 
copyStream(InputStream, int) - Method in class org.firebirdsql.jdbc.FBBlob
 
cos(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
cot(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
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 interface org.firebirdsql.jdbc.FirebirdConnection
Create Blob object.
createBlobHandle(boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
 
createBlobHandle(boolean) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
createConnectionFactory(ConnectionManager) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
The createConnectionFactory method creates a DataSource using the supplied ConnectionManager..
createConnectionFactory() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
The createConnectionFactory method creates a DataSource with a default stand alone ConnectionManager.
createDatabase(String, String, String) - Method in class org.firebirdsql.management.FBManager
 
createDatabase(String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Creates a new physical connection to the underlying EIS resource manager, ManagedConnectionFactory uses the security information (passed as Subject) and additional ConnectionRequestInfo (which is specific to ResourceAdapter and opaque to application server) to create this new connection.
createObjectInstance() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
createObjectInstance() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Create instance of this data source.
createObjectInstance() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
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.
createWithXAErrorCode(String, int) - Static method in class org.firebirdsql.gds.GDSException
 
cri - Variable in class org.firebirdsql.jca.FBManagedConnection
Describe variable cri here.

D

DATABASE - Static variable in class org.firebirdsql.jdbc.FBDriver
 
DEBUG_REENTRANT - Static variable in class org.firebirdsql.pool.PoolDebugConfiguration
 
DEBUG_STMT_POOL - Static variable in class org.firebirdsql.pool.PoolDebugConfiguration
 
DEFAULT_BLOB_BUFFER_SIZE - Static variable in class org.firebirdsql.jdbc.FBConnectionDefaults
 
DEFAULT_BLOCKING_TIMEOUT - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
 
DEFAULT_IDLE_TIMEOUT - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
 
DEFAULT_ISOLATION - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
 
DEFAULT_LOGIN_TIMEOUT - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
 
DEFAULT_MAPPER - Static variable in class org.firebirdsql.jca.FBTpbMapper
 
DEFAULT_MAPPING_RESOURCE - Static variable in class org.firebirdsql.jca.FBTpbMapper
 
DEFAULT_MAX_SIZE - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
 
DEFAULT_MAX_STATEMENTS - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
 
DEFAULT_MIN_SIZE - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
 
DEFAULT_PING_INTERVAL - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
 
DEFAULT_RETRY_INTERVAL - Static variable in class org.firebirdsql.pool.FBPoolingDefaults
 
DEFAULT_SOCKET_BUFFER_SIZE - Static variable in class org.firebirdsql.jdbc.FBConnectionDefaults
Default socket buffer size is -1, meaning that we will use socket buffer size default for runtime platform.
DPB_PREFIX - Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
 
DSQL_close - Static variable in class org.firebirdsql.gds.ISCConstants
 
DSQL_drop - Static variable in class org.firebirdsql.gds.ISCConstants
 
DatabaseParameterBuffer - interface org.firebirdsql.gds.DatabaseParameterBuffer.
This interface replaces Clumplet in calls to isc_create_database and isc_attach_database.
DriverConnectionPoolDataSource - class org.firebirdsql.pool.DriverConnectionPoolDataSource.
Generic implementation of ConnectionPoolDataSource that uses DriverManager to open physical connections to the database.
DriverConnectionPoolDataSource() - Constructor for class org.firebirdsql.pool.DriverConnectionPoolDataSource
Create instance of this class.
damaged - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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 variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
deallocate() - Method in class org.firebirdsql.pool.PingablePooledConnection
Deallocate this object.
deallocate() - Method in interface org.firebirdsql.pool.PooledObject
Deallocate this object.
debug - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
decodeDate(Date, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeDate(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeDouble(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeFloat(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeInt(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeLong(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeShort(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeString(byte[], String, String) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeTime(Time, Calendar, boolean) - Method in class org.firebirdsql.gds.XSQLVAR
Decode a Time value using a given Calendar.
decodeTime(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeTimestamp(Timestamp, Calendar, boolean) - Method in class org.firebirdsql.gds.XSQLVAR
 
decodeTimestamp(byte[]) - Method in class org.firebirdsql.gds.XSQLVAR
 
deepCopy() - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Make a deep copy of this object.
deepCopy() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
deleteRow() - Method in class org.firebirdsql.jdbc.FBResultSet
Deletes the current row from this ResultSet object and from the underlying database.
delete_shadow - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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 - Variable 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 interface org.firebirdsql.jdbc.FirebirdBlob
Detach this blob.
disable_journal - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
disable_wal - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
doQuery(String, List, HashMap) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
doesMaxRowSizeIncludeBlobs() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
dropDatabase(String, String, String) - Method in class org.firebirdsql.management.FBManager
 
dropDatabase(String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
drop_walfile - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
ds - Variable in class org.firebirdsql.pool.FBSimpleDataSource
 
dummy_packet_interval - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

E

EMBEDDED_STR - Static variable in class org.firebirdsql.gds.GDSType
 
EMPTY_USER_PASSWORD - Static variable in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
EMPTY_USER_PASSWORD - Static variable in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
ENCODING_PROPERTY - Static variable in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
ESCAPE_CALL_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_CALL_KEYWORD2 - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_DATE_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_ESCAPE_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_FUNCTION_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_OUTERJOIN_KEYWORS - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_STATE - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_TIMESTAMP_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
ESCAPE_TIME_KEYWORD - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
enable_journal - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
encodeDate(Date, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeDate(Date) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeDouble(double) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeFloat(float) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeInt(int) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeLong(long) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeShort(short) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeString(String, String, String) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeString(byte[], String, String) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeTime(Time, Calendar, boolean) - Method in class org.firebirdsql.gds.XSQLVAR
Encode a given Time value using a given Calendar.
encodeTime(Time) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeTimestamp(Timestamp, Calendar) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeTimestamp(Timestamp, Calendar, boolean) - Method in class org.firebirdsql.gds.XSQLVAR
 
encodeTimestamp(Timestamp) - Method in class org.firebirdsql.gds.XSQLVAR
 
encrypt_key - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
end(Xid, int) - Method in class org.firebirdsql.jca.FBManagedConnection
Dissociates a resource from a global transaction.
ensureInTransaction() - Method in class org.firebirdsql.jdbc.AbstractConnection
The ensureInTransaction method starts a local transaction if a transaction is not associated with this connection.
equals(Object) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
Checks whether this instance is equal to another.
equals(Object) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
equals(Object) - Method in class org.firebirdsql.jca.FBTpb
 
equals(Object) - Method in class org.firebirdsql.jdbc.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.pool.AbstractConnectionPool.UserPasswordPair
 
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.
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
 
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.
executeImmediate(String) - Method in class org.firebirdsql.jca.FBManagedConnection
 
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.
executeStatement(isc_stmt_handle, boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
 
executeStatement(isc_stmt_handle, boolean) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
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.

F

FBArray - class org.firebirdsql.jdbc.FBArray.
Describe class FBArray here.
FBArray() - Constructor for class org.firebirdsql.jdbc.FBArray
 
FBBlob - class org.firebirdsql.jdbc.FBBlob.
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
FBBlob(AbstractConnection) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create new Blob instance.
FBBlob(AbstractConnection, long) - Constructor for class org.firebirdsql.jdbc.FBBlob
Create instance of this class to access existing Blob.
FBBlob.FBBlobInputStream - class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream.
 
FBBlob.FBBlobOutputStream - class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream.
 
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.
FBClob - class org.firebirdsql.jdbc.FBClob.
Describe class FBClob here.
FBClob() - Constructor for class org.firebirdsql.jdbc.FBClob
 
FBCommandLine - class org.firebirdsql.management.FBCommandLine.
FBCommandLine.java Created: Thu Oct 10 14:14:07 2002
FBCommandLine() - Constructor for class org.firebirdsql.management.FBCommandLine
 
FBConnectionDefaults - class org.firebirdsql.jdbc.FBConnectionDefaults.
Default values for JDBC connection.
FBConnectionDefaults() - Constructor for class org.firebirdsql.jdbc.FBConnectionDefaults
 
FBConnectionHelper - class org.firebirdsql.jdbc.FBConnectionHelper.
This class maps the extended JDBC properties to the FBConnectionRequestInfo instance.
FBConnectionHelper() - Constructor for class org.firebirdsql.jdbc.FBConnectionHelper
 
FBConnectionPoolDataSource - class org.firebirdsql.pool.FBConnectionPoolDataSource.
Connection pool for Firebird JDBC driver.
FBConnectionPoolDataSource() - Constructor for class org.firebirdsql.pool.FBConnectionPoolDataSource
Create instance of this class.
FBConnectionRequestInfo - class org.firebirdsql.jca.FBConnectionRequestInfo.
The class FBConnectionRequestInfo holds a clumplet that is used to store and transfer connection-specific information such as user, password, and other dpb information..
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
 
FBDataSource(FBManagedConnectionFactory, ConnectionManager) - Constructor for class org.firebirdsql.jdbc.FBDataSource
 
FBDatabaseMetaData - class org.firebirdsql.jdbc.FBDatabaseMetaData.
Comprehensive information about the database as a whole.
FBDriver - class org.firebirdsql.jdbc.FBDriver.
Describe class FBDriver here.
FBDriver() - Constructor for class org.firebirdsql.jdbc.FBDriver
 
FBDriverConsistencyCheckException - exception org.firebirdsql.jdbc.FBDriverConsistencyCheckException.
Internal driver consistency check failed.
FBDriverConsistencyCheckException(String) - Constructor for class org.firebirdsql.jdbc.FBDriverConsistencyCheckException
Create instance of this exception for the specified message.
FBDriverNotCapableException - exception org.firebirdsql.jdbc.FBDriverNotCapableException.
Tell that driver is not able to serve the request due to missing capabilities.
FBDriverNotCapableException(String) - Constructor for class org.firebirdsql.jdbc.FBDriverNotCapableException
Create instance of this class for the specified reason.
FBDriverNotCapableException() - Constructor for class org.firebirdsql.jdbc.FBDriverNotCapableException
Create instance of this class.
FBDriverPropertyManager - class org.firebirdsql.jdbc.FBDriverPropertyManager.
Manager of the DPB properties.
FBDriverPropertyManager() - Constructor for class org.firebirdsql.jdbc.FBDriverPropertyManager
 
FBEscapedCallParser - class org.firebirdsql.jdbc.FBEscapedCallParser.
Parser for escaped procedure call.
FBEscapedCallParser(int) - Constructor for class org.firebirdsql.jdbc.FBEscapedCallParser
 
FBEscapedFunctionHelper - class org.firebirdsql.jdbc.FBEscapedFunctionHelper.
Helper class for escaped functions.
FBEscapedFunctionHelper() - Constructor for class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
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
 
FBLocalTransaction - class org.firebirdsql.jca.FBLocalTransaction.
The class FBLocalTransaction implements LocalTransaction both in the cci and spi meanings.
FBLocalTransaction(FBManagedConnection, AbstractConnection) - Constructor for class org.firebirdsql.jca.FBLocalTransaction
 
FBManagedConnection - class org.firebirdsql.jca.FBManagedConnection.
The class FBManagedConnection implements both the ManagedConnection and XAResource interfaces.
FBManagedConnectionFactory - class org.firebirdsql.jca.FBManagedConnectionFactory.
FBManagedConnectionFactory implements the jca ManagedConnectionFactory interface and also many of the internal functions of ManagedConnection.
FBManagedConnectionFactory() - Constructor for class org.firebirdsql.jca.FBManagedConnectionFactory
 
FBManagedConnectionFactory(GDSType) - Constructor for class org.firebirdsql.jca.FBManagedConnectionFactory
 
FBManagedConnectionMetaData - class org.firebirdsql.jca.FBManagedConnectionMetaData.
The class FBManagedConnectionMetaData implements 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(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.
FBMissingParameterException - exception org.firebirdsql.jdbc.FBMissingParameterException.
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.
FBObjectListener.ResultSetListener - interface org.firebirdsql.jdbc.FBObjectListener.ResultSetListener.
Listener for the events generated by the result set.
FBPoolingDefaults - class org.firebirdsql.pool.FBPoolingDefaults.
Default values for the connection pool
FBPoolingDefaults() - Constructor for class org.firebirdsql.pool.FBPoolingDefaults
 
FBProcedureCall - class org.firebirdsql.jdbc.FBProcedureCall.
Represents procedure call.
FBProcedureCall() - Constructor for class org.firebirdsql.jdbc.FBProcedureCall
 
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
 
FBResourceException - exception 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 cautght.
FBResourceException(String) - Constructor for class org.firebirdsql.jca.FBResourceException
 
FBResourceException(String, String) - Constructor for class org.firebirdsql.jca.FBResourceException
 
FBResourceException(String, Exception) - Constructor for class org.firebirdsql.jca.FBResourceException
 
FBResourceException(Exception) - Constructor for class org.firebirdsql.jca.FBResourceException
 
FBResourceTransactionException - exception org.firebirdsql.jca.FBResourceTransactionException.
Exception represents transaction error in resource.
FBResourceTransactionException(String) - Constructor for class org.firebirdsql.jca.FBResourceTransactionException
 
FBResourceTransactionException(String, String) - Constructor for class org.firebirdsql.jca.FBResourceTransactionException
 
FBResourceTransactionException(String, Exception) - Constructor for class org.firebirdsql.jca.FBResourceTransactionException
 
FBResourceTransactionException(String, String, Exception) - Constructor for class org.firebirdsql.jca.FBResourceTransactionException
 
FBResultSet - class org.firebirdsql.jdbc.FBResultSet.
Implementation of ResultSet interface.
FBResultSet(AbstractConnection, AbstractStatement, isc_stmt_handle, FBObjectListener.ResultSetListener, boolean, int, int, boolean) - Constructor for class org.firebirdsql.jdbc.FBResultSet
Creates a new FBResultSet instance.
FBResultSet(XSQLVAR[], ArrayList) - Constructor for class org.firebirdsql.jdbc.FBResultSet
Creates an instance of this class and caches complete result set for later use.
FBResultSetMetaData - class org.firebirdsql.jdbc.FBResultSetMetaData.
Implementation of ResultSetMetaData interface.
FBResultSetMetaData(XSQLVAR[], AbstractConnection) - Constructor for class org.firebirdsql.jdbc.FBResultSetMetaData
Creates a new FBResultSetMetaData instance.
FBSQLException - exception org.firebirdsql.jdbc.FBSQLException.
 
FBSQLException(Exception) - Constructor for class org.firebirdsql.jdbc.FBSQLException
 
FBSQLException(IOException) - Constructor for class org.firebirdsql.jdbc.FBSQLException
 
FBSQLException(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, String) - Constructor for class org.firebirdsql.jdbc.FBSQLException
 
FBSQLParseException - exception 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 - exception org.firebirdsql.jdbc.FBSQLWarning.
This class is a wrapper for GDSException instance that is warning.
FBSQLWarning(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.
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.
FBSimpleDataSource(GDSType) - Constructor for class org.firebirdsql.pool.FBSimpleDataSource
Create instance of this class.
FBStandAloneConnectionManager - class org.firebirdsql.jca.FBStandAloneConnectionManager.
The class FBStandAloneConnectionManager provides the default implementation of ConnectionManager for standalone use.
FBTpb - class org.firebirdsql.jca.FBTpb.
FBTpb.java Created: Wed Jun 19 10:12:22 2002
FBTpb(FBTpbMapper) - Constructor for class org.firebirdsql.jca.FBTpb
 
FBTpb(FBTpb) - Constructor for class org.firebirdsql.jca.FBTpb
 
FBTpbMapper - class org.firebirdsql.jca.FBTpbMapper.
This class is provides mapping capabilities between standard JDBC transaction isolation level and Firebird Transaction Parameters Block (TPB).
FBTpbMapper() - Constructor for class org.firebirdsql.jca.FBTpbMapper
Create instance of this class with the default mapping of JDBC transaction isolation levels to Firebird TPB.
FBTpbMapper(Map) - Constructor for class org.firebirdsql.jca.FBTpbMapper
Create instance of this class for the specified string mapping.
FBTpbMapper(String, ClassLoader) - Constructor for class org.firebirdsql.jca.FBTpbMapper
Create instance of this class and load mapping from the specified resource.
FBUpdatableFetcher - class org.firebirdsql.jdbc.FBUpdatableFetcher.
Statement fetcher for updatable cursor case.
FBWrappingDataSource - class org.firebirdsql.pool.FBWrappingDataSource.
Implementation of DataSource including connection pooling.
FBWrappingDataSource() - Constructor for class org.firebirdsql.pool.FBWrappingDataSource
Create instance of this class.
FBXAException - exception org.firebirdsql.jca.FBXAException.
Convenience exception that adds constructor taking message and error code together.
FBXAException() - Constructor for class org.firebirdsql.jca.FBXAException
 
FBXAException(String) - Constructor for class org.firebirdsql.jca.FBXAException
 
FBXAException(int) - Constructor for class org.firebirdsql.jca.FBXAException
 
FBXAException(String, int) - Constructor for class org.firebirdsql.jca.FBXAException
 
FBXAException(int, Exception) - Constructor for class org.firebirdsql.jca.FBXAException
 
FIREBIRD_PROTOCOL - Static variable in class org.firebirdsql.jdbc.FBDriver
 
FIREBIRD_PROTOCOL_NATIVE - Static variable in class org.firebirdsql.jdbc.FBDriver
 
FIREBIRD_PROTOCOL_NATIVE_EMBEDDED - Static variable in class org.firebirdsql.jdbc.FBDriver
 
FIREBIRD_PROTOCOL_NATIVE_LOCAL - Static variable in class org.firebirdsql.jdbc.FBDriver
 
FIREBIRD_PROTOCOL_ORACLE_MODE - Static variable in class org.firebirdsql.jdbc.FBDriver
 
FirebirdBlob - interface org.firebirdsql.jdbc.FirebirdBlob.
Firebird Blob abstraction.
FirebirdBlob.BlobInputStream - interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream.
Blob input stream.
FirebirdBlob.BlobOutputStream - interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream.
Blob output stream.
FirebirdCallableStatement - interface org.firebirdsql.jdbc.FirebirdCallableStatement.
Firebird extension to the CallableStatement interface.
FirebirdConnection - interface org.firebirdsql.jdbc.FirebirdConnection.
Extension of Connection interface providing access to Firebird specific features.
FirebirdPool - interface org.firebirdsql.pool.FirebirdPool.
Configuration for the org.firebirdsql.jdbc.FBWrappingDataSource and FBConnectionPoolDataSource objects.
FirebirdPreparedStatement - interface org.firebirdsql.jdbc.FirebirdPreparedStatement.
Firebird extensions to the PreparedStatement interface.
FirebirdStatement - interface org.firebirdsql.jdbc.FirebirdStatement.
Firebird-specific extensions to the Statement interface.
fetch(isc_stmt_handle, int) - Method in class org.firebirdsql.jca.FBManagedConnection
 
fetch(isc_stmt_handle, int) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
fetchSize - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
filter_parameter - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
finalize() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
finalize() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
finalize() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Shutdown pool if object is garbage collected.
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
 
first() - Method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor to the first row in this ResultSet object.
firstWarning - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
fixedStmt - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
floor(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
flush() - Method in class org.firebirdsql.gds.XdrOutputStream
 
force_write - Static variable in interface 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
 
forgetResultSets() - Method in interface org.firebirdsql.gds.isc_tr_handle
 
frb_info_att_charset - Static variable in class org.firebirdsql.gds.ISCConstants
 

G

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 - exception org.firebirdsql.gds.GDSException.
 
GDSException(int, int) - Constructor for class org.firebirdsql.gds.GDSException
 
GDSException(int, String) - Constructor for class org.firebirdsql.gds.GDSException
 
GDSException(int, int, String) - Constructor for class org.firebirdsql.gds.GDSException
Construct instance of this class.
GDSException(int) - Constructor for class org.firebirdsql.gds.GDSException
 
GDSException(String) - Constructor for class org.firebirdsql.gds.GDSException
 
GDSExceptionHelper - class org.firebirdsql.gds.GDSExceptionHelper.
This class is supposed to return messages for the specified error code.
GDSExceptionHelper() - Constructor for class org.firebirdsql.gds.GDSExceptionHelper
 
GDSExceptionHelper.GDSMessage - class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage.
This class wraps message template obtained from isc_error_msg.properties file and allows to set parameters to the message.
GDSExceptionHelper.GDSMessage(String) - Constructor for class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Constructs an instance of GDSMessage for the specified template.
GDSFactory - class org.firebirdsql.gds.GDSFactory.
The class GDSFactory exists to provide a way to obtain objects implementing GDS and Clumplet.
GDSFactory() - Constructor for class org.firebirdsql.gds.GDSFactory
 
GDSSynchronizationPolicy - class org.firebirdsql.gds.GDSSynchronizationPolicy.
GDS library synchronization policy.
GDSSynchronizationPolicy() - Constructor for class org.firebirdsql.gds.GDSSynchronizationPolicy
 
GDSType - class org.firebirdsql.gds.GDSType.
Type of GDS: pure java, native (or type 2), or embedded.
GET_COLUMNS_END - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
garbage_collect - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
gbak_attach - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
getAllRowsFetched() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
getAllocatedStatement() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getAllocatedStatement() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getArgumentAsInt(int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Get argument as int.
getArgumentAsString(int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Get argument as string.
getArray() - Method in class org.firebirdsql.jca.FBTpb
 
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() - Method in class org.firebirdsql.jdbc.FBArray
Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language.
getArray(Map) - Method in class org.firebirdsql.jdbc.FBArray
Retrieves the contents of the SQL array designated by this Array object.
getArray(long, int) - Method in class org.firebirdsql.jdbc.FBArray
Returns an array containing a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(long, int, Map) - Method in class org.firebirdsql.jdbc.FBArray
Returns an array containing a slice of the SQL array object designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
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(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
 
getAsciiStream(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getAttributes(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
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.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Deprecated.  
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getBigDecimal(int, int) - Method in class org.firebirdsql.jdbc.FBResultSet
Deprecated.  
getBigDecimal(String, int) - Method in class org.firebirdsql.jdbc.FBResultSet
Deprecated.  
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.
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
 
getBinaryStream(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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() - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
 
getBlob(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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.
getBlob() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get instance of FirebirdBlob to which this stream belongs to.
getBlobBufferLength() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getBlobBufferLength() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Get the BlobBufferLength value.
getBlobBufferLength() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getBlobBufferLength() - Method in class org.firebirdsql.pool.FBSimpleDataSource
Get buffer length for the BLOB fields.
getBlobBufferSize() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getBlobBufferSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getBlobBufferSize() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getBlobId() - Method in class org.firebirdsql.jdbc.FBBlob
 
getBlobSegment(isc_blob_handle, int) - Method in class org.firebirdsql.jca.FBManagedConnection
 
getBlobSegment(isc_blob_handle, int) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getBlob_id() - Method in interface org.firebirdsql.gds.isc_blob_handle
 
getBlockingTimeout() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
getBlockingTimeout() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Get time during which ConnectionPoolDataSource.getPooledConnection() can block.
getBlockingTimeout() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getBlockingTimeout() - Method in interface org.firebirdsql.pool.FirebirdPool
 
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
 
getBoolean(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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
 
getByte(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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(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(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getBytes(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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.
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"?
getCatalogs() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets the catalog names available in this database.
getCharSet() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getCharSet() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getCharSet() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getCharacterSetSize(int) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get size of a character for the specified character set.
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.
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.
getColumnPrivileges(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the access rights for a table's columns.
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.
getColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of table columns available in the specified catalog.
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
 
getConnection(Subject, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBManagedConnection
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance.
getConnection() - Method in class org.firebirdsql.jdbc.AbstractStatement
Returns the Connection object that produced this Statement object.
getConnection() - Method in class org.firebirdsql.jdbc.FBDataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in class org.firebirdsql.jdbc.FBDataSource
Attempt to establish a database connection.
getConnection() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Retrieves the connection that produced this metadata object.
getConnection() - Method in class org.firebirdsql.pool.FBSimpleDataSource
Get JDBC connection with default credentials.
getConnection(String, String) - Method in class org.firebirdsql.pool.FBSimpleDataSource
Get JDBC connection with the specified credentials.
getConnection() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Get JDBC connection from this data source.
getConnection(String, String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Get JDBC connection for the specified user name and password.
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.pool.SimpleDataSource
Get JDBC connection for the specified username and password.
getConnectionCount() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated. Confusing name. Use FBWrappingDataSource.getFreeSize() instead.
getConnectionManager() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Get instance of PooledConnectionManager responsible for instantiating pooled connections.
getConnectionManager() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Get connection manager that will allocate physical connections to the database.
getConnectionManager() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getConnectionRequestInfo() - Method in class org.firebirdsql.jca.FBManagedConnection
Get information about the current connection parameters.
getCri(Properties, FBConnectionRequestInfo) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get the instance of FBConnectionRequestInfo containing all relevant parameters from the info properties.
getCri(Properties, GDS) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get the instance of FBConnectionRequestInfo containing all relevant parameters from the info properties.
getCrossReference(String, String, String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.)
getCurrentResultSet() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
getCurrentResultSet() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
getCurrentResultSet() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get current result set.
getCursorName() - Method in class org.firebirdsql.jdbc.FBResultSet
Gets the name of the SQL cursor used by this ResultSet object.
getDataSource() - Method in class org.firebirdsql.pool.FBSimpleDataSource
Get underlying connection factory (in our case instance of FBDataSource class) that will provide JDBC connections.
getDatabase() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getDatabase() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDatabase() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Get database to which we will connect.
getDatabase() - Method in class org.firebirdsql.pool.FBSimpleDataSource
Get name of the database.
getDatabase() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getDatabase() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getDatabaseMajorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getDatabaseName() - Method in class org.firebirdsql.pool.FBSimpleDataSource
Deprecated. use FBSimpleDataSource.getDatabase() instead for the sake of naming compatibility.
getDatabaseParameterBuffer() - Method in class org.firebirdsql.jdbc.AbstractConnection
Get database parameter buffer for this connection.
getDatabaseProductMajorVersion() - Method in interface org.firebirdsql.gds.isc_db_handle
 
getDatabaseProductMajorVersion() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getDatabaseProductMajorVersion() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getDatabaseProductMinorVersion() - Method in interface org.firebirdsql.gds.isc_db_handle
 
getDatabaseProductMinorVersion() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getDatabaseProductMinorVersion() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getDatabaseProductName() - Method in interface org.firebirdsql.gds.isc_db_handle
 
getDatabaseProductName() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getDatabaseProductName() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getDatabaseProductName() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion() - Method in interface org.firebirdsql.gds.isc_db_handle
 
getDatabaseProductVersion() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getDatabaseProductVersion() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getDatabaseProductVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the version of this database product?
getDate(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getDate(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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, 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 interface org.firebirdsql.gds.isc_tr_handle
 
getDefaultConnectionRequestInfo() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getDefaultCri(GDS) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
 
getDefaultGDS() - Static method in class org.firebirdsql.gds.GDSFactory
 
getDefaultMapping() - Method in class org.firebirdsql.jca.FBTpbMapper
Get default mapping.
getDefaultReference() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Get default JNDI reference for this datasource.
getDefaultReference() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Get default JNDI reference for this instance.
getDefaultReference() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getDefaultReference() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Get default JNDI reference for this datasource.
getDefaultTransactionIsolation() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database's default transaction isolation level?
getDeleteCount() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
getDeletedRowsCount() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
getDeletedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of deleted rows.
getDescription() - Method in class org.firebirdsql.pool.FBSimpleDataSource
Get description of this datasource.
getDescription() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getDialect() - Method in interface org.firebirdsql.gds.isc_db_handle
 
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
 
getDouble(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getDpb() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
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.DriverConnectionPoolDataSource
 
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.jca.FBManagedConnectionFactory
 
getEncoding() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
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 interface org.firebirdsql.pool.FirebirdPool
 
getErrorCode() - Method in class org.firebirdsql.jdbc.FBSQLException
 
getErrorCode() - Method in class org.firebirdsql.jdbc.FBSQLWarning
Get error code for this warning.
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 _).
getFbErrorCode() - Method in class org.firebirdsql.gds.GDSException
 
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
 
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
 
getFileName() - Method in class org.firebirdsql.management.FBManager
mbean get-set pair for field fileName Get the value of fileName
getFileName() - Method in interface org.firebirdsql.management.FBManagerMBean
 
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
 
getFloat(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getFreeSize() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Get number of free connections in this pool.
getFreeSize() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
getFreeSize() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getFreeSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getFreeSize() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getGDSForType(GDSType) - Static method in class org.firebirdsql.gds.GDSFactory
 
getGDSType() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Get type of JDBC driver that is used.
getGdsType() - Method in class org.firebirdsql.gds.AbstractGDS
 
getIdentifierQuoteString() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the string used to quote SQL identifiers?
getIdleTimeout() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated. non-standard name, use BasicAbstractConnectionPool.getMaxIdleTime()
getIdleTimeout() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated. please use ConnectionPoolConfiguration.getMaxIdleTime() instead.
getIdleTimeout() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated. non-standard name, use FBWrappingDataSource.getMaxIdleTime().
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).
getInSqlda() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
getIndex() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of a table's indices and statistics.
getInfo(byte[], int) - Method in class org.firebirdsql.jdbc.FBBlob
Get information about this Blob.
getInputParam(int) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get input parameter by the specified index.
getInputParams() - Method in class org.firebirdsql.jdbc.FBProcedureCall
 
getInsertCount() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
getInsertedRowsCount() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
getInsertedRowsCount() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Get number of inserted rows.
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
 
getInt(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getIntParam() - Method in class org.firebirdsql.gds.GDSException
 
getIntProperty(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getInternalAPIHandler() - Method in class org.firebirdsql.jca.FBManagedConnection
Get Firebird API handler (sockets/native/embeded/etc)
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
 
getIscDBHandle() - Method in class org.firebirdsql.jca.FBManagedConnection
Get connection handle for direct Firebird API access
getIscDBHandle() - Method in class org.firebirdsql.jdbc.AbstractConnection
Get connection handle for direct Firebird API access
getIscEncoding() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getIscEncoding() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getIscEncoding(String) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get InterBase encoding for given Java language encoding.
getIscEncoding() - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Get current ISC encoding.
getIscEncodingSize(String) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get size of a character for the specified InterBase encoding.
getIscTransactionIsolation() - Method in class org.firebirdsql.jca.FBManagedConnection
Deprecated. you should not use internal transaction isolation levels directrly.
getIscTransactionIsolation() - Method in class org.firebirdsql.jca.FBTpb
Deprecated. This method should not be used by applications because only JDBC transaction isolation levels should be used. Also corresponding setter method is deprecated, so using this method makes a little sense without it.
getIsolation() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
getIsolation() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getIsolation() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getJDBCMajorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getJavaEncoding() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getJavaEncoding(String) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get Java language encoding for given InterBase encoding.
getJdbcUrl() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
getLastPingTime() - Method in class org.firebirdsql.pool.PingablePooledConnection
 
getLastState() - Method in class org.firebirdsql.jdbc.FBEscapedParser
Returns the current state.
getLength() - Method in interface org.firebirdsql.gds.Xdrable
 
getLocalEncoding() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getLocalTransaction() - Method in class org.firebirdsql.jca.FBManagedConnection
Returns an javax.resource.spi.LocalTransaction instance.
getLocalTransaction() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getLogChannel() - Method in class org.firebirdsql.pool.PingablePooledConnection
 
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.jdbc.FBDataSource
Get the log writer for this data source.
getLogWriter() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
getLogWriter() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
getLogWriter() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
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
 
getLogger() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Get logger for this instance.
getLogger() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
getLogger() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
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.BasicAbstractConnectionPool
 
getLoginTimeout() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Get login timeout.
getLoginTimeout() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Get login timeout.
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
 
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
 
getLong(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getMajorVersion() - Method in class org.firebirdsql.jdbc.FBDriver
Gets the driver's major version number.
getMapper() - Method in class org.firebirdsql.jca.FBTpb
 
getMapping(int) - Method in class org.firebirdsql.jca.FBTpbMapper
Get mapping for the specified transaction isolation level.
getMappingPath() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
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.jca.FBManagedConnectionMetaData
Returns maximum limit on number of active concurrent connections that an EIS instance can support across client processes.
getMaxConnections() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
How many active connections can we have at a time to this database?
getMaxConnections() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated. non-standard name, use BasicAbstractConnectionPool.getMaxPoolSize()
getMaxConnections() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated. please use ConnectionPoolConfiguration.getMaxPoolSize() instead.
getMaxConnections() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated. non-standard name, use FBWrappingDataSource.getMaxPoolSize().
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 interface org.firebirdsql.pool.ConnectionPoolConfiguration
Get time after which idle connections will be deallocated.
getMaxIdleTime() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getMaxIdleTime() - Method in interface org.firebirdsql.pool.FirebirdPool
 
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 interface org.firebirdsql.pool.ConnectionPoolConfiguration
Get maximum number of physical connections that can be simultaneously open.
getMaxPoolSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getMaxPoolSize() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getMaxProcedureNameLength() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of a procedure name?
getMaxRowSize() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the maximum length of a single row?
getMaxRows() - Method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the maximum number of rows that a ResultSet object can contain.
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.jdbc.FBDatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxStatements() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
getMaxStatements() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getMaxStatements() - Method in interface 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.gds.GDSException
Returns a string representation of this exception.
getMessage(int) - Static method in class org.firebirdsql.gds.GDSExceptionHelper
This method returns a message for the specified error code.
getMessage() - Method in class org.firebirdsql.jca.FBResourceException
Get message of this exception.
getMessage() - Method in class org.firebirdsql.jca.FBXAException
Get message of this exception.
getMessage() - Method in class org.firebirdsql.jdbc.FBSQLException
 
getMessage() - Method in class org.firebirdsql.jdbc.FBSQLWarning
 
getMetaData() - Method in class org.firebirdsql.jca.FBManagedConnection
Gets the metadata information for this connection's underlying EIS resource manager instance.
getMetaData() - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Since we deferred the statement preparation until all OUT params are registered, we ensure that the statement is prepared before the meta data for the callable statement is obtained.
getMetaData() - Method in class org.firebirdsql.jdbc.AbstractConnection
Gets the metadata regarding this connection's database.
getMetaData() - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Gets the number, types and properties of a ResultSet object's columns.
getMetaData() - Method in class org.firebirdsql.jdbc.FBResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMinConnections() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated. non-standard name, use BasicAbstractConnectionPool.getMinPoolSize()
getMinConnections() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Deprecated. please use ConnectionPoolConfiguration.getMinPoolSize() instead.
getMinConnections() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated. non-standard name, use FBWrappingDataSource.getMinPoolSize()
getMinPoolSize() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
getMinPoolSize() - Method in interface 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
 
getMinPoolSize() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getMinorVersion() - Method in class org.firebirdsql.jdbc.FBDriver
Gets the driver's minor version number.
getMoreResults() - Method in class org.firebirdsql.jdbc.AbstractStatement
Moves to a Statement object's next result.
getName() - Method in class org.firebirdsql.jdbc.FBProcedureCall
 
getName() - Method in class org.firebirdsql.management.FBManager
 
getName() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getNext() - Method in class org.firebirdsql.gds.GDSException
 
getNonStandardProperty(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getNonStandardProperty(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getNonStandardProperty(String) - Method in interface org.firebirdsql.pool.FirebirdPool
 
getNumericFunctions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a comma-separated list of math functions.
getODSMajorVersion() - Method in interface org.firebirdsql.gds.isc_db_handle
 
getODSMinorVersion() - Method in interface org.firebirdsql.gds.isc_db_handle
 
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, 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) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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(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, 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, Name, Context, Hashtable) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Get object instance for the specified name in the specified context.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Get object instance for the specified name in the specified context.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Get object instance for the specified name in the specified context.
getOutSqlda() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
getOutputParam(int) - Method in class org.firebirdsql.jdbc.FBProcedureCall
 
getOutputParams() - Method in class org.firebirdsql.jdbc.FBProcedureCall
 
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
 
getPassword() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
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 interface org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field password Get the value of password
getPassword() - Method in class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
 
getPassword() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getPassword() - Method in class org.firebirdsql.pool.FBSimpleDataSource
Get password used in FBSimpleDataSource.getConnection() method.
getPassword() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getPassword() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getPingInterval() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
getPingInterval() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Get time interval after which connection should be pinged.
getPingInterval() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getPingInterval() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getPingStatement() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
getPingStatement() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Get SQL statement that will be used to ping connection.
getPingStatement() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Get SQL statement that will be used to "ping" the connection.
getPoolName() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Get name of the pool.
getPoolName() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Get name of this connection pool.
getPoolName() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Get name of the connection queue.
getPooledConnection(PooledConnectionQueue) - Method in class org.firebirdsql.pool.AbstractConnectionPool
Get pooled connection.
getPooledConnection() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
getPooledConnection(String, String) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
getPooledConnection(PooledConnectionQueue) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Get pooled connection from the pooled queue.
getPooledConnection() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Get pooled connection.
getPooledConnection(String, String) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Get pooled connection for the specified user name and password.
getPooledConnection(PooledConnectionQueue) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Get pooled connection from the pooled queue.
getPooledConnection() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Get pooled connection.
getPooledConnection(String, String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Get pooled connection for the specified user name and password.
getPooling() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated. use FBWrappingDataSource.isPooling() method.
getPort() - Method in class org.firebirdsql.management.FBManager
 
getPort() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getPosition() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
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.
getProcedureColumns(String, String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of a catalog's stored procedure parameters and result columns.
getProcedureTerm() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProcedures(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of the stored procedures available in a catalog.
getProperties() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
getProperties() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Get JDBC connection properties.
getProperty(String) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
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.jdbc.FBDataSource
 
getReference() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Get JDNI reference.
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
 
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(Map) - Method in class org.firebirdsql.jdbc.FBArray
Returns a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(long, int) - Method in class org.firebirdsql.jdbc.FBArray
Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(long, int, Map) - Method in class org.firebirdsql.jdbc.FBArray
Returns a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSetConcurrency() - Method in class org.firebirdsql.jdbc.AbstractStatement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
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 interface org.firebirdsql.pool.ConnectionPoolConfiguration
Get interval of getting connections retries.
getRoleName() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getRoleName() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getRoleName() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getRow() - Method in class org.firebirdsql.jdbc.FBResultSet
Retrieves the current row number.
getRows() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
getSQL(boolean) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Get native SQL for the specified procedure call.
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.
getSQLStateType() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
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.
getSchemaTerm() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSchemas() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets the schema names available in this database.
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 interface org.firebirdsql.management.FBManagerMBean
 
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
 
getShort(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getSocketBufferSize() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getSocketBufferSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getSocketBufferSize() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getSqlCounts(isc_stmt_handle) - Method in interface org.firebirdsql.gds.GDS
 
getSqlCounts(isc_stmt_handle) - Method in class org.firebirdsql.jca.FBManagedConnection
 
getSqlCounts(isc_stmt_handle) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
getSqlRole() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Deprecated. please use FBConnectionPoolDataSource.getRoleName() instead.
getSqlRole() - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated. please use FBWrappingDataSource.getRoleName() instead.
getStackTrace(Throwable) - Static method in class org.firebirdsql.pool.XConnectionUtil
Get stack trace of the specified Throwable as string.
getState() - Method in interface org.firebirdsql.gds.isc_tr_handle
 
getState() - Method in class org.firebirdsql.jdbc.FBEscapedCallParser
Returns the current state.
getState() - Method in class org.firebirdsql.jdbc.FBEscapedParser
Returns the current state.
getState() - Method in class org.firebirdsql.management.FBManager
 
getState() - Method in interface org.firebirdsql.management.FBManagerMBean
 
getStatement() - Method in class org.firebirdsql.jdbc.FBResultSet
Returns the Statement object that produced this ResultSet object.
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
 
getString(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getStringFunctions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a comma-separated list of string functions.
getStringProperty(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
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.
getSubject() - Method in interface org.firebirdsql.gds.isc_db_handle
 
getSuperTables(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
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 interface 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.
getTableTypes() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets the table types available in this database.
getTables(String, String, String, String[]) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Gets a description of tables available in a catalog.
getTime(int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Get the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Gets the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getTime(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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, 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, 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) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getTimestamp(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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, 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.DriverConnectionPoolDataSource
 
getTotalSize() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getTotalSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getTotalSize() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getTpb() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getTpb() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getTpb(Properties) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get the transaction parameter buffer using the information supplied with connection.
getTpbMapper(Properties) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
This method extracts TPB mapping information from the connection parameters.
getTpbMapping() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getTpbMapping() - Method in class org.firebirdsql.pool.FBSimpleDataSource
 
getTpbMapping() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getTpbMapping() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getTpbParam(String) - Static method in class org.firebirdsql.jdbc.FBConnectionHelper
Get value of TPB parameter for the specified name.
getTransactionIsolation() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getTransactionIsolation() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getTransactionIsolation() - Method in class org.firebirdsql.jca.FBTpb
Gets this Connection's current transaction isolation level.
getTransactionIsolation() - Method in class org.firebirdsql.jdbc.AbstractConnection
Gets this Connection's current transaction isolation level.
getTransactionIsolationLevel() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
getTransactionIsolationLevel() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getTransactionIsolationLevel() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getTransactionIsolationName() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getTransactionIsolationName() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getTransactionIsolationName() - Method in class org.firebirdsql.jca.FBTpb
 
getTransactionTimeout() - Method in class org.firebirdsql.jca.FBManagedConnection
Gets the transaction timeout.
getTransactions() - Method in interface org.firebirdsql.gds.isc_db_handle
 
getType() - Method in class org.firebirdsql.gds.AbstractGDS
 
getType() - Method in interface org.firebirdsql.gds.GDS
Get the type of the GDS implementation.
getType(String) - Static method in class org.firebirdsql.gds.GDSType
Factory method for instances of this class.
getType() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getType() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
getType() - Method in class org.firebirdsql.jdbc.FBResultSet
Returns the type of this ResultSet object.
getType() - Method in class org.firebirdsql.management.FBManager
 
getType() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Get type of JDBC driver that will be used.
getType() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getType() - Method in interface org.firebirdsql.pool.FirebirdPool
 
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.
getURL() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's the url for this database?
getURL(int) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getURL(String) - Method in class org.firebirdsql.jdbc.FBResultSet
 
getUnicodeStream(int) - Method in class org.firebirdsql.jdbc.FBResultSet
Deprecated.  
getUnicodeStream(String) - Method in class org.firebirdsql.jdbc.FBResultSet
Deprecated.  
getUpdateCount() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
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 interface org.firebirdsql.jdbc.FirebirdStatement
Get number of updated rows.
getUser() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
getUser() - Method in class org.firebirdsql.pool.FBSimpleDataSource
Deprecated. use FBSimpleDataSource.getUserName() instead for the sake of naming compatibility.
getUserName() - Method in class org.firebirdsql.jca.FBManagedConnection
 
getUserName() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
getUserName() - Method in class org.firebirdsql.jca.FBManagedConnectionMetaData
Returns name of the user associated with the ManagedConnection instance.
getUserName() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
What's our user name as known to the database?
getUserName() - Method in class org.firebirdsql.management.FBManager
mbean get-set pair for field userName Get the value of userName
getUserName() - Method in interface org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field userName Get the value of userName
getUserName() - Method in class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
 
getUserName() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getUserName() - Method in class org.firebirdsql.pool.FBSimpleDataSource
Get user name that is used in FBSimpleDataSource.getConnection() method.
getUserName() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getUserName() - Method in interface org.firebirdsql.pool.FirebirdPool
 
getValue() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
getVersion() - Method in interface org.firebirdsql.gds.isc_db_handle
 
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.
getWarnings() - Method in interface org.firebirdsql.gds.isc_db_handle
Get list of warnings that were returned by the server.
getWarnings() - Method in interface org.firebirdsql.gds.isc_svc_handle
Get list of warnings that were returned by the server.
getWarnings() - Method in class org.firebirdsql.jca.FBManagedConnection
Get all warnings associated with current connection.
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.
getWorkingSize() - Method in class org.firebirdsql.pool.AbstractConnectionPool
Get number of connections that are in use.
getWorkingSize() - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
getWorkingSize() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
getWorkingSize() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
getWorkingSize() - Method in interface 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.FBConnectionPoolDataSource
Get XA connection.
getXAConnection(String, String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
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
In both javax.sql.XAConnection and javax.resource.spi.MangagedConnection Return an XA resource to the caller.
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.
get_new_isc_blob_handle() - Method in interface org.firebirdsql.gds.GDS
 
get_new_isc_db_handle() - Method in interface org.firebirdsql.gds.GDS
 
get_new_isc_stmt_handle() - Method in interface org.firebirdsql.gds.GDS
 
get_new_isc_svc_handle() - Method in interface org.firebirdsql.gds.GDS
 
get_new_isc_tr_handle() - Method in interface org.firebirdsql.gds.GDS
 
gfix_attach - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
gstat_attach - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

H

handleForceClose() - Method in class org.firebirdsql.pool.PooledPreparedStatementHandler
 
handleIsCached() - Method in class org.firebirdsql.pool.PooledPreparedStatementHandler
 
handleStatementClose(String, Object) - Method in class org.firebirdsql.pool.PooledPreparedStatementHandler
Handle Statement.close() call.
hasArgument(int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Check if this parameter buffer has specified argument.
hasArgument(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
hasMoreResults - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
hasNoWildcards(String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
hasOpenResultSet() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
hasOpenResultSet() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
hasOpenResultSet() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Check if this statement has open result set.
hasTransactions() - Method in interface org.firebirdsql.gds.isc_db_handle
 
hashCode() - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
Returns the hashCode of the ConnectionRequestInfo.
hashCode() - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
hashCode() - Method in class org.firebirdsql.jca.FBTpb
 
hashCode() - Method in class org.firebirdsql.pool.AbstractConnectionPool.UserPasswordPair
 

I

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..
ISCConstants() - Constructor for class org.firebirdsql.gds.ISCConstants
 
ISC_ENCODINGS_RESOURCE - Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
 
ISC_ENCODING_SIZE_RESOURCE - Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
 
ISC_TPB_CONCURRENCY - Static variable in class org.firebirdsql.jca.FBTpb
 
ISC_TPB_CONSISTENCY - Static variable in class org.firebirdsql.jca.FBTpb
 
ISC_TPB_NOWAIT - Static variable in class org.firebirdsql.jca.FBTpb
 
ISC_TPB_NO_REC_VERSION - Static variable in class org.firebirdsql.jca.FBTpb
 
ISC_TPB_READ - Static variable in class org.firebirdsql.jca.FBTpb
 
ISC_TPB_READ_COMMITTED - Static variable in class org.firebirdsql.jca.FBTpb
 
ISC_TPB_REC_VERSION - Static variable in class org.firebirdsql.jca.FBTpb
 
ISC_TPB_WAIT - Static variable in class org.firebirdsql.jca.FBTpb
 
ISC_TPB_WRITE - Static variable in class org.firebirdsql.jca.FBTpb
 
inTransaction() - Method in class org.firebirdsql.jca.FBManagedConnection
 
inTransaction() - Method in class org.firebirdsql.jdbc.AbstractConnection
 
insertRow() - Method in class org.firebirdsql.jdbc.FBResultSet
Inserts the contents of the insert row into this ResultSet objaect and into the database.
insertsAreDetected(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
intParam - Variable in class org.firebirdsql.gds.GDSException
 
internalBegin() - Method in class org.firebirdsql.jca.FBLocalTransaction
 
internalClose() - Method in class org.firebirdsql.pool.PingablePooledConnection
Close this connection.
internalCommit() - Method in class org.firebirdsql.jca.FBLocalTransaction
 
internalExecute(boolean) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
Execute statement internally.
internalExecute(boolean) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
internalExecute(String) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
internalRollback() - Method in class org.firebirdsql.jca.FBLocalTransaction
 
internalStart(Xid, int) - Method in class org.firebirdsql.jca.FBManagedConnection
 
interp - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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 - Variable in class org.firebirdsql.gds.XSQLDA
 
isAfterLast() - Method in class org.firebirdsql.jdbc.FBResultSet
Indicates whether the cursor is after the last row in this ResultSet object.
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.
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?
isClosed() - Method in class org.firebirdsql.jdbc.AbstractConnection
Tests to see if a Connection is closed.
isCreateOnStart() - Method in class org.firebirdsql.management.FBManager
mbean get-set pair for field createOnStart Get the value of createOnStart
isCreateOnStart() - Method in interface org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field createOnStart Get the value of createOnStart
isCurrency(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether the designated column is a cash value.
isDatabaseExists(String, String, String) - Method in class org.firebirdsql.management.FBManager
 
isDatabaseExists(String, String, String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
isDeallocated() - Method in class org.firebirdsql.pool.PooledObjectEvent
Check if the physical connection that generated this event is deallocated
isDefinitelyWritable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether a write on the designated column will definitely succeed.
isDropOnStop() - Method in class org.firebirdsql.management.FBManager
mbean get-set pair for field dropOnStop Get the value of dropOnStop
isDropOnStop() - Method in interface org.firebirdsql.management.FBManagerMBean
mbean get-set pair for field dropOnStop Get the value of dropOnStop
isEof() - Method in interface org.firebirdsql.gds.isc_blob_handle
 
isExecuteProcedureStatement(String) - Method in class org.firebirdsql.jdbc.AbstractStatement
This method checks if supplied statement is executing procedure or it is generic statement.
isFatal() - Method in class org.firebirdsql.gds.GDSException
 
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 interface org.firebirdsql.management.FBManagerMBean
 
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.FBUpdatableFetcher
 
isNotValid() - Method in interface org.firebirdsql.gds.isc_svc_handle
 
isNullable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates the nullability of values in the designated column.
isParam() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
isParamSet - Variable in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
isPingable() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
isPingable() - Method in interface org.firebirdsql.pool.ConnectionPoolConfiguration
Check if this pool supports pingable connections.
isPingable() - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Check if this configuation defines a pingable connection JDBC pool.
isPooling() - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
isPooling() - Method in interface 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
 
isPooling() - Method in interface org.firebirdsql.pool.FirebirdPool
 
isReadOnly() - Method in class org.firebirdsql.jca.FBManagedConnection
 
isReadOnly() - Method in class org.firebirdsql.jca.FBTpb
 
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(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether the designated column is definitely not writable.
isResultSet - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
isSameRM(XAResource) - Method in class org.firebirdsql.jca.FBManagedConnection
 
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 interface 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 interface org.firebirdsql.pool.ConnectionPoolConfiguration
Check if this connection pool provides also prepared statement pooling.
isStatementPooling() - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
isStatementPooling() - Method in interface org.firebirdsql.pool.FirebirdPool
 
isStatementPooling() - Method in class org.firebirdsql.pool.PingablePooledConnection
 
isValid() - Method in interface org.firebirdsql.gds.isc_db_handle
 
isValid() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
isValid() - Method in interface org.firebirdsql.gds.isc_svc_handle
 
isValid() - Method in class org.firebirdsql.jdbc.AbstractStatement
 
isValid() - Method in interface org.firebirdsql.jdbc.FirebirdStatement
Check if this statement is valid.
isValid() - Method in class org.firebirdsql.pool.PingablePooledConnection
Check if this pooled connection is still valid.
isValid(PooledConnectionHandler) - Method in class org.firebirdsql.pool.PingablePooledConnection
 
isValid() - Method in interface org.firebirdsql.pool.PooledObject
Check if this pooled object is still valid
isValueSet() - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
isWarning() - Method in class org.firebirdsql.gds.GDSException
 
isWritable(int) - Method in class org.firebirdsql.jdbc.FBResultSetMetaData
Indicates whether it is possible for a write on the designated column to succeed.
isc_action_svc_add_license - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_action_svc_add_user - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_action_svc_backup - Static variable in class org.firebirdsql.gds.ISCConstants
Service action items *
isc_action_svc_db_stats - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_action_svc_delete_user - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_action_svc_display_user - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_action_svc_get_ib_log - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_action_svc_modify_user - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_action_svc_properties - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_action_svc_remove_license - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_action_svc_repair - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_action_svc_restore - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_adm_task_denied - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_alias_conflict_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_cstring - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_domain - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_dos - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_end - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_gds - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_interpreted - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_mpexl - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_mpexl_ipc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_netware - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_next_mach - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_number - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_string - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_unix - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_vms - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_warning - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arg_win32 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_arith_except - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_array_idx_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_attach_database(String, isc_db_handle, DatabaseParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
 
isc_bad_checksum - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_db_format - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_db_handle - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_dbkey - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_default_value - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_detach - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_dpb_content - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_dpb_form - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_lock_handle - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_lock_level - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_msg_vec - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_protocol - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_req_handle - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_sec_info - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_segstr_handle - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_segstr_id - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_segstr_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_spb_form - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_stmt_handle - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_svc_handle - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_tpb_content - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_tpb_form - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bad_trans_handle - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_badblk - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_badhndcnt - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_badindex - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_badmsgnum - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_badodsver - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_badpage - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_badpagtyp - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_badparnum - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_badrelation - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bdbincon - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_blktoobig - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_blob_filter_exception - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_blob_handle - interface org.firebirdsql.gds.isc_blob_handle.
The interface isc_blob_handle is a java mapping for a blob handle..
isc_blob_idx_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_blob_info(isc_blob_handle, byte[], int) - Method in interface org.firebirdsql.gds.GDS
 
isc_blobnotsup - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_blocking_signal - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bpb_filter_parameter - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bpb_source_interp - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bpb_source_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bpb_target_interp - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bpb_target_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bpb_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bpb_type_segmented - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bpb_type_stream - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bpb_version1 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_buf_invalid - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bufexh - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bufinuse - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_bug_check - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_cache_redef - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_cache_restart - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_cache_too_small - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_cancelled - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_cant_start_journal - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_cant_start_logging - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_cant_validate - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_charset_not_found - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_check_cnstrnt_del - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_check_cnstrnt_update - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_check_constraint - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_check_trig_del - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_check_trig_update - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_close_blob(isc_blob_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_cnstrnt_fld_del - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_cnstrnt_fld_rename - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_codnotdef - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_col_name_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_collation_not_for_charset - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_collation_not_found - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_collation_requires_text - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_command_end_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_commit_retaining(isc_tr_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_commit_transaction(isc_tr_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_complex_view - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_conn_lost - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_connect_reject - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_constaint_on_view - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_convert_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_corrupt - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_create_blob2(isc_db_handle, isc_tr_handle, isc_blob_handle, BlobParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
 
isc_create_database(String, isc_db_handle, DatabaseParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
 
isc_crrp_data_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_cse_not_supported - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_ctxinuse - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_ctxnotdef - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_database_create_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_database_info(isc_db_handle, byte[], int) - Method in interface org.firebirdsql.gds.GDS
 
isc_date_range_exceeded - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_datnotsup - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_datype_notsup - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_db_corrupt - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_db_handle - interface org.firebirdsql.gds.isc_db_handle.
The interface isc_db_handle represents a socket connection to the database server.
isc_db_or_file_exists - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dbbnotzer - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dbfile - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_ddl_not_allowed_by_db_sql_dial - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_deadlock - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_del_last_field - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_depend_on_uncommitted_rel - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dependency - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_detach_database(isc_db_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_dialect_not_changed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dialect_reset_warning - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dirtypage - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_distinct_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_doubleloc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_activate_shadow - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_allocation - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_begin_log - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_blob_buffer_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_buffer_length - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_cache_manager - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_cdd_pathname - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_connect_timeout - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_damaged - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_dbkey_scope - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_debug - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_delete_shadow - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_disable_journal - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_disable_wal - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_drop_walfile - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_dummy_packet_interval - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_enable_journal - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_encrypt_key - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_force_write - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_garbage_collect - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_gbak_attach - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_gfix_attach - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_gstat_attach - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_interp - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_journal - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_lc_ctype - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_lc_messages - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_license - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_local_encoding - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_mapping_path - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_no_garbage_collect - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_no_reserve - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_num_buffers - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_number_of_users - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_dump_id - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_file - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_file_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_num_files - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_start_file - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_start_page - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_old_start_seqno - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_online - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_online_dump - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_overwrite - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_page_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_paranoia_mode - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_password - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_password_enc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_quit_log - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_reserved - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_sec_attach - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_set_db_charset - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_set_db_readonly - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_set_db_sql_dialect - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_set_page_buffers - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_shutdown - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_shutdown_delay - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_socket_buffer_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_sql_dialect - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_sql_role_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_sweep - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_sweep_interval - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_sys_user_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_sys_user_name_enc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_timestamp_uses_local_timezone - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_trace - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_use_standard_udf - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_use_stream_blobs - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_user - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_user_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_verify - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_version1 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_wal_backup_dir - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_wal_bufsize - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_wal_chkptlen - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_wal_grp_cmt_wait - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_wal_numbufs - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dpb_working_directory - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_drdb_completed_with_errs - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_drop_database(isc_db_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_drop_wal - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_agg_ref_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_alloc_statement2(isc_db_handle, isc_stmt_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_allocate_statement(isc_db_handle, isc_stmt_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_arr_range_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_base_table - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_blob_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_blob_type_unknown - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_command_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_constant_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_construct_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_count_mismatch - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_crdb_prepare_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_close_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_open_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_cursor_update_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_datatype_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_dbkey_from_non_table - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_decl_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_describe(isc_stmt_handle, int) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_describe_bind(isc_stmt_handle, int) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_dialect_warning_expr - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_domain_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_domain_not_found - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_dup_option - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_duplicate_spec - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_exec_immed2(isc_db_handle, isc_tr_handle, String, int, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_exec_immed2(isc_db_handle, isc_tr_handle, String, String, int, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
Deprecated. use {@link #isc_dsql_exec_immed2(isc_db_handle, isc_tr_handle, byte[], int, XSQLDA)
isc_dsql_exec_immed2(isc_db_handle, isc_tr_handle, byte[], int, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_execute(isc_tr_handle, isc_stmt_handle, int, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_execute2(isc_tr_handle, isc_stmt_handle, int, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_execute_immediate(isc_db_handle, isc_tr_handle, String, int, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_execute_immediate(isc_db_handle, isc_tr_handle, String, String, int, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
Deprecated. use {@link #isc_dsql_execute_immediate(isc_db_handle, isc_tr_handle, byte[], int, XSQLDA)
isc_dsql_execute_immediate(isc_db_handle, isc_tr_handle, byte[], int, XSQLDA) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_fetch(isc_stmt_handle, int, XSQLDA, int) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_field_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_field_ref - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_file_length_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_free_statement(isc_stmt_handle, int) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_function_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_internal_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_invalid_array - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_max_arr_dim_exceeded - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_blob_array - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_no_relation_alias - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_open_cursor_request - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_prepare(isc_tr_handle, isc_stmt_handle, String, int) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_prepare(isc_tr_handle, isc_stmt_handle, String, String, int) - Method in interface org.firebirdsql.gds.GDS
Deprecated. use {@link #isc_dsql_prepare(isc_tr_handle, isc_stmt_handle, byte[], int)
isc_dsql_prepare(isc_tr_handle, isc_stmt_handle, byte[], int) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_procedure_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_procedure_use_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_relation_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_request_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_self_join - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_set_cursor_name(isc_stmt_handle, String, int) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_shadow_number_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_sql_info(isc_stmt_handle, byte[], int) - Method in interface org.firebirdsql.gds.GDS
 
isc_dsql_sqlda_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_sqlda_value_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_stmt_handle - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_subselect_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_token_unk_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_tran_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_transitional_numeric - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_trigger_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_var_conflict - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_var_count_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_warn_precision_ambiguous - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_warn_precision_ambiguous1 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_warn_precision_ambiguous2 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_warning_number_ambiguous - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dsql_warning_number_ambiguous1 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dtype_renamed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dup_usrname_found - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_duplicate_base_table - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dupnodfnd - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_char_fld_too_small - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_delete_role_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_dependency_exists - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_domain_name_exists - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_dtype_conv_invalid - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_dtype_invalid - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_dup_sql_role - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_field_name_exists - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_fld_ambiguous - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_grant_role_to_user - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_inv_sql_role_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_invalid_dtype_conversion - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_kywd_spec_for_role - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_no_grant_admin_opt - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_role_does_not_exist - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_roles_not_supported - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_dyn_user_not_role_member - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_err_base - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_err_factor - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_err_max - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_err_stack_limit - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_error_adding_sec_record - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_error_deleting_sec_record - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_error_modifying_sec_record - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_error_updating_sec_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_except - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_access_violation - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_array_bounds_exceeded - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_datatype_missalignment - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_float_denormal_operand - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_float_divide_by_zero - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_float_inexact_result - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_float_invalid_operand - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_float_overflow - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_float_stack_check - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_float_underflow - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_integer_divide_by_zero - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_integer_overflow - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_sigbus - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_sigfpe - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_sigill - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_sigsegv - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_stack_overflow - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_exception_unknown - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_excess_trans - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_existing_priv_mod - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_expand_dpb(byte[], int, int, Object[]) - Method in interface org.firebirdsql.gds.GDS
 
isc_expec_int - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_expec_long - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_expec_positive - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_expec_uint - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_expression_eval_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_ext_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_ext_file_delete - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_ext_file_modify - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_ext_readonly_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_extern_func_dir_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_extern_func_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_extfile_uns_op - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_extract_input_mismatch - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_facility - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_fatal_conflict - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_field_aggregate_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_field_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_field_ref_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_file_in_use - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_fldnotdef - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_foreign_key - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_foreign_key_notfound - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_from_no_match - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_funmismat - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_funnotdef - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_bkup_corrupt - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_blob_col_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_blob_info_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_block_fac_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_cant_rest_record - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_close_blob_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_comp_req_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_create_blob_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_create_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_exists - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_format_too_old - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_in_use - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_info_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_db_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_decomp_len_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_disk_space_ex - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_dup_inout_names - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_err_restore_charset - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_err_restore_collation - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_exp_data_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_file_outof_sequence - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_filename_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_gen_id_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_get_seg_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_hdr_write_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_array_dim - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_bkup_ver - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_block_fac - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_page_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_rec_len - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_inv_skipped_bytes - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_join_file_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_bkup_desc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_block_fac - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_password - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_skipped_bytes - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_missing_username - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_mode_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_multi_source_dest - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_no_db_desc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_no_protection - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_no_tbl_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_not_ownr - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_open_bkup_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_open_blob_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_open_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_buffers_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_buffers_restore - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_buffers_wrong_param - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_size_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_size_not_allowed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_page_size_toobig - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_put_blr_gen_id_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_put_seg_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_read_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_rec_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_rec_len_exp - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_redir_ouput_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_rel_req_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_restore_role_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_role_op_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_send_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_size_lt_min - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_start_req_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_stdin_not_supptd - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_stdout_not_supptd - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_string_trunc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_svc_name_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_switches_conflict - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_sysmemex - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_tbl_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_unexp_eof - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_unk_blob_item - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_unk_db_file_spec - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_unk_device - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_unk_rec_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_unk_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_unknown_device - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_unknown_switch - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_write_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gbak_xdr_len_expected - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gennotdef - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_get_segment(isc_blob_handle, int) - Method in interface org.firebirdsql.gds.GDS
 
isc_gfix_bad_pool - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_corrupt_pool - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_db_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_exceed_max - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_full_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_incmp_sw - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_invalid_sw - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_mem_exhausted - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_mode_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_nval_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_opt_SQL_dialect - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_pass_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_pgbuf_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_pval_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_recon_fail - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_replay_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_retry - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_retry_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_sec_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_subs_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_not_valid - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_trn_unknown - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_type_shut - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_unexp_eoi - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_usrname_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_val_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gfix_wal_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_grant_fld_notfound - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_grant_nopriv - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_grant_nopriv_on_base - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_grant_obj_notfound - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_amb_switch - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_cant_open_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_db_admin_pw_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_db_admin_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_db_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_add - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_delete - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_find_del - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_find_disp - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_find_mod - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_modify - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_err_rec_not_found - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_fname_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_gid_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_incompat_switch - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_inv_param - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_inv_pw_length - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_inv_switch - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_inv_username - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_lname_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_mname_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_no_op_spec - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_no_op_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_no_usr_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_op_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_org_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_params_not_allowed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_proj_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_pw_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_sql_role_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_switches_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gsec_uid_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gstat_open_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gstat_read_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gstat_retry - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gstat_sysmemex - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gstat_unexpected_eof - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gstat_unknown_switch - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_gstat_wrong_ods - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_high_minor - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_host_unknown - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_ib_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_idx_create_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_idx_key_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_idx_seg_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_imp_exc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_index_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_index_root_page_full - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_index_unused - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_indexname - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_indexnotdefined - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_infinap - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_access_path - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_active_transactions - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_allocation - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_attachment_id - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_backout_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_base_level - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_blob_max_segment - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_blob_num_segments - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_blob_total_length - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_blob_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_bpage_errors - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_cur_log_part_offset - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_cur_logfile_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_current_memory - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_data_not_ready - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_db_class - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_db_id - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_db_provider - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_db_read_only - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_db_size_in_pages - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_db_sql_dialect - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_delete_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_dpage_errors - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_end - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_expunge_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_fetches - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_firebird_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_flag_end - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_forced_writes - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_implementation - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_insert_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_ipage_errors - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_isc_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_license - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_limbo - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_logfile - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_marks - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_max_memory - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_max_message - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_max_receive - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_max_send - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_message_number - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_message_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_next_transaction - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_no_reserve - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_num_buffers - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_num_wal_buffers - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_number_messages - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_ods_minor_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_ods_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_oldest_active - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_oldest_snapshot - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_oldest_transaction - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_page_errors - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_page_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_ppage_errors - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_purge_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_read_idx_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_read_seq_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_reads - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_record_errors - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_req_delete_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_req_insert_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_req_select_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_req_update_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_request_cost - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_set_page_buffers - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_alias - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_batch_fetch - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_bind - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_describe_end - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_describe_vars - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_field - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_get_plan - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_length - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_message_seq - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_null_ind - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_num_variables - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_owner - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_records - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_relation - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_scale - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_select - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_sqlda_seq - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_sqlda_start - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_commit - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_ddl - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_delete - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_exec_procedure - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_get_segment - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_insert - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_put_segment - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_rollback - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_select - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_select_for_upd - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_set_generator - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_start_trans - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_stmt_update - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_sub_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sql_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_state - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_capabilities - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_config - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_env - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_env_lock - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_env_msg - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_license - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_license_mask - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_licensed_users - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_get_users - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_implementation - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_limbo_trans - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_line - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_running - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_server_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_svr_db_info - Static variable in class org.firebirdsql.gds.ISCConstants
Service information items *
isc_info_svc_timeout - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_to_eof - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_user_dbpath - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_svc_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_sweep_interval - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_tpage_errors - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_truncated - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_update_count - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_user_names - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_avg_grpc_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_avg_io_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_buffer_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_ckpt_length - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_cur_ckpt_interval - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_grpc_wait_usecs - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_num_commits - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_num_io - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_prv_ckpt_fname - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_prv_ckpt_poffset - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_recv_ckpt_fname - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_wal_recv_ckpt_poffset - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_window_turns - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_info_writes - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_infona - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_infunk - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_insufficient_svc_privileges - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_integ_deactivate_primary - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_integ_fail - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_integ_index_deactivate - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_integ_index_del - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_integ_index_mod - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_integ_index_seg_del - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_integ_index_seg_mod - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_inv_client_dialect_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_inv_dialect_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_inval_key_posn - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_array_id - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_blr - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_bookmark - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_clause - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_dimension - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_direction - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_key - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_operator - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_sdl - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_sec_info - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invalid_string_constant - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invld_cnstrnt_type - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_invpoolcl - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_io_access_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_io_close_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_io_create_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_io_delete_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_io_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_io_open_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_io_read_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_io_write_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_isc_sql_dialect_conflict_num - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_journerr - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_jrn_enable - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_jrn_file_full - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_jrn_format_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_jrn_present - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_key_field_count_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_key_field_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_keytoobig - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_amb_switch - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_dup_id - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_err_convert - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_err_remove - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_err_unk - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_err_update - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_eval_exists - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_inv_id_key - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_inv_op_combo - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_inv_parameter - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_inv_switch - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_inv_switch_combo - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_no_file - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_op_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_op_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_param_req - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_param_specified - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_svc_err_add - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_svc_err_remove - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_license_syntx_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_like_escape_invalid - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_loadlib_failure - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_lock_conflict - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_lock_timeout - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_lockmanerr - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_locnotmar - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_log_length_spec - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_log_redef - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_log_too_small - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_logb_small - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_logf_unexpected_eof - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_logh_diff_dbname - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_logh_inv_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_logh_open_flag - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_logh_open_flag2 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_logh_small - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_login - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_login_same_as_role_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_logr_header_small - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_logr_incomplete - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_lost_db_connection - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_max_att_exceeded - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_max_idx - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_metadata_corrupt - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_misc_interpreted - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_must_be_dialect_2_and_up - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_net_connect_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_net_connect_listen_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_net_event_connect_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_net_event_listen_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_net_init_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_net_lookup_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_net_read_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_net_write_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_network_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_archive - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_cur_rec - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_dbkey - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_delete - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_dup - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_field_access - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_finish - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_jrn - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_lock_mgr - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_meta_update - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_priv - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_recon - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_record - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_rollback - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_segments_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_segstr_close - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_stream_plan - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_wal - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_wal_no_jrn - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_no_write_user_priv - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_noargacc_read - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_noargacc_write - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_node_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_node_name_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_nodetach - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_nodnotfnd - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_nofilter - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_non_updatable - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_nonsql_security_fld - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_nonsql_security_rel - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_nopoolids - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_not_rel_owner - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_not_valid - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_notinlim - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_notremote - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_nullsegkey - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_num_field_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_num_old_files - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_obj_in_use - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_obsolete_metadata - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_old_failure - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_old_in_progress - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_old_no_space - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_open_blob2(isc_db_handle, isc_tr_handle, isc_blob_handle, BlobParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
 
isc_open_trans - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_optimizer_between_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_optimizer_blk_exc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_order_by_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_orphan - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_out_of_bounds - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_page_type_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_partition_not_supp - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_partition_too_small - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_password_required - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_password_too_long - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_port_len - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_prcmismat - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_prcnotdef - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_precision_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_prepare_transaction(isc_tr_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_prepare_transaction2(isc_tr_handle, byte[]) - Method in interface org.firebirdsql.gds.GDS
 
isc_primary_key_exists - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_primary_key_notnull - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_primary_key_ref - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_proc_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_procedure_conflict_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_psw_attach - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_psw_start_trans - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_put_segment(isc_blob_handle, byte[]) - Method in interface org.firebirdsql.gds.GDS
 
isc_random - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_range_in_use - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_range_not_found - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_read_only - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_read_only_database - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_read_only_field - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_read_only_rel - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_read_only_trans - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_read_only_view - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_rec_in_limbo - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_rec_size_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_record_lock - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_ref_cnstrnt_notfound - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_ref_cnstrnt_update - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_reftable_requires_pk - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_rel_cnstrnt_update - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_relation_conflict_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_relation_lock - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_relbadblk - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_relnotdef - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_req_depth_exceeded - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_req_max_clones_exceeded - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_req_no_trans - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_req_sync - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_req_wrong_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_reqinuse - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_return_mode_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_rollback_retaining(isc_tr_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_rollback_transaction(isc_tr_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_scale_nogt - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_seek_blob(isc_blob_handle, int, int) - Method in interface org.firebirdsql.gds.GDS
 
isc_segment - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_segstr_eof - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_segstr_no_op - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_segstr_no_read - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_segstr_no_trans - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_segstr_no_write - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_segstr_wrong_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_service_att_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_service_attach(String, isc_svc_handle, ServiceParameterBuffer) - Method in interface org.firebirdsql.gds.GDS
 
isc_service_detach(isc_svc_handle) - Method in interface org.firebirdsql.gds.GDS
 
isc_service_not_supported - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_service_query(isc_svc_handle, ServiceParameterBuffer, ServiceRequestBuffer, byte[]) - Method in interface org.firebirdsql.gds.GDS
 
isc_service_start(isc_svc_handle, ServiceRequestBuffer) - Method in interface org.firebirdsql.gds.GDS
 
isc_service_unknown - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_shadow_accessed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_shadow_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_shutdown - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_shutfail - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_shutinprog - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_shutwarn - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_sing_select_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_sort_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_sort_mem_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_sort_rec_size_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_convert - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_expand - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_factor - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_file - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_backup *
isc_spb_bkp_ignore_checksums - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_ignore_limbo - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_length - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_metadata_only - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_no_garbage_collect - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_non_transportable - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_bkp_old_descriptions - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_command_line - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_connect_timeout - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_current_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_dbname - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_dummy_packet_interval - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_lic_desc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_lic_id - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_lic_key - Static variable 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 variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_num_att - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_info_svc_svr_db_info *
isc_spb_num_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_options - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_password - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_password_enc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_access_mode - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_activate - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_am_readonly - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_prp_access_mode *
isc_spb_prp_am_readwrite - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_db_online - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_deny_new_attachments - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_deny_new_transactions - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_page_buffers - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_properties *
isc_spb_prp_res - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_res_use_full - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_prp_reserve_space *
isc_spb_prp_reserve_space - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_set_sql_dialect - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_shutdown_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_sweep_interval - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_wm_async - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_prp_write_mode *
isc_spb_prp_wm_sync - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_prp_write_mode - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_access_mode - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_am_readonly - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_spb_res_access_mode *
isc_spb_res_am_readwrite - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_buffers - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_restore *
isc_spb_res_create - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_deactivate_idx - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_length - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_no_shadow - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_no_validity - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_one_at_a_time - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_page_size - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_replace - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_res_use_all_space - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_check_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_commit_trans - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_svc_repair *
isc_spb_rpr_full - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_ignore_checksum - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_kill_shadows - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_list_limbo_trans - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_mend_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_recover_two_phase - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_rollback_trans - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_sweep_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_rpr_validate_db - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_firstname - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_groupid - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_groupname - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_lastname - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_middlename - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_password - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sec_userid - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_action_{add|delete|modify)_user *
isc_spb_sec_username - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_single_tra_id - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sql_role_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_data_pages - Static variable in class org.firebirdsql.gds.ISCConstants
Parameters for isc_info_svc_db_stats *
isc_spb_sts_db_log - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_hdr_pages - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_idx_pages - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sts_sys_relations - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sys_user_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_sys_user_name_enc - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_advise - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_advise_commit - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_advise_rollback - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_advise_unknown - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_db_path - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_host_site - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_id - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_remote_site - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_state - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_state_commit - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_state_limbo - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_state_rollback - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_tra_state_unknown - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_user_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_verbose - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_spb_version1 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_specify_field_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_sql_db_dialect_dtype_unsupport - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_sql_dialect_datatype_unsupport - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_sqlerr - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_sqlwarn - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_srvr_version_too_old - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_start_cm_for_wal - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_start_transaction(isc_tr_handle, isc_db_handle, byte[]) - Method in interface org.firebirdsql.gds.GDS
 
isc_stmt_handle - interface org.firebirdsql.gds.isc_stmt_handle.
Describe interface isc_stmt_handle here.
isc_stream_bof - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_stream_crack - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_stream_eof - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_stream_not_defined - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_stream_not_found - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_stream_twice - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_subquery_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_svc_handle - interface org.firebirdsql.gds.isc_svc_handle.
The interface isc_svc_handle is a java mapping for a isc_svc_handle handle.
isc_svc_in_use - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_svc_name_missing - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_svcnoexe - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_svcnotdef - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_svcnouser - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_syntaxerr - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_sys_request - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_systrig_update - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_table_name - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_table_view_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_text_subtype - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_token_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_token_too_long - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_too_many_contexts - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_too_many_handles - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_autocommit - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_commit_time - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_concurrency - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_consistency - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_exclusive - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_ignore_limbo - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_lock_read - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_lock_write - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_no_auto_undo - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_no_rec_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_nowait - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_protected - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_read - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_read_committed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_rec_version - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_restart_requests - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_shared - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_verb_time - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_version1 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_version3 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_wait - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tpb_write - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tr_handle - interface org.firebirdsql.gds.isc_tr_handle.
The interface isc_tr_handle represents a transaction handle.
isc_tra_must_sweep - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tra_state - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_trainlim - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_tranotzer - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_trans_invalid - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_transitional_date - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_transliteration_failed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_traoutsta - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_trareqmis - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_udf_exception - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_unavailable - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_unexp_spb_form - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_union_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_unique_key_violation - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_unlicensed - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_unprepared_stmt - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_unres_rel - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_uns_ext - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_unsupported_network_drive - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_update_conflict - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_usrname_not_found - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_usrname_required - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_usrname_too_long - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_valid_client_dialects - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_valid_db_dialects - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_vax_integer(byte[], int, int) - Method in interface org.firebirdsql.gds.GDS
 
isc_version_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_view_alias - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_virmemexh - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_waifortra - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_bugcheck - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_cache_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_cant_expand - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_err_expansion - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_err_jrn_comm - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_err_logwrite - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_err_rollover - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_err_rollover2 - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_err_setup - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_err_ww_start - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_err_ww_sync - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_failure - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_file_open - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_illegal_attach - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_invalid_wpb - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_ovflow_log_required - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_shadow_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_subsys_corrupt - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wal_subsys_error - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_walw_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_where_err - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wish_list - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wroblrver - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wrodpbver - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wrodynver - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wrong_ods - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wronumarg - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wrospbver - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_wrotpbver - Static variable in class org.firebirdsql.gds.ISCConstants
 
isc_xcpnotdef - Static variable in class org.firebirdsql.gds.ISCConstants
 

J

jdbcCompliant() - Method in class org.firebirdsql.jdbc.FBDriver
Reports whether this driver is a genuine JDBC COMPLIANTTM driver.
jdbcConnection - Variable in class org.firebirdsql.pool.PingablePooledConnection
 
jndiReference - Variable in class org.firebirdsql.pool.FBSimpleDataSource
 
journal - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

L

LITERAL_STATE - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
LOCAL_STR - Static variable in class org.firebirdsql.gds.GDSType
 
LOG_DEBUG_INFO - Static variable in class org.firebirdsql.pool.PoolDebugConfiguration
 
last() - Method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor to the last row in this ResultSet object.
lc_ctype - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
lc_messages - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
lcase(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
length() - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
 
length() - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
 
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.FBCachedBlob
Get the length of the cached blob field.
length() - Method in class org.firebirdsql.jdbc.FBClob
Returns the number of characters in the CLOB value designated by this Clob object.
length(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
length() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Get Blob length.
length() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Get Blob length.
license - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
localTransactionCommitted(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
 
localTransactionRolledback(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
 
localTransactionStarted(ConnectionEvent) - Method in class org.firebirdsql.jca.FBStandAloneConnectionManager
 
local_encoding - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
locatorsUpdateCopy() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Describe locatorsUpdateCopy method here.
log(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
log - Variable in class org.firebirdsql.pool.FBSimpleDataSource
 
log10(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
loginTimeout - Variable in class org.firebirdsql.pool.FBSimpleDataSource
 
ltrim(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 

M

main(String[]) - Static method in class org.firebirdsql.management.FBCommandLine
 
mapOutParamIndexToPosition(int) - Method in class org.firebirdsql.jdbc.FBProcedureCall
Map output parameter index to a column number of corresponding result set.
mapping_path - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Returns a matched connection from the candidate set of connections.
maxRows - Variable in class org.firebirdsql.jdbc.AbstractStatement
 
mc - Variable in class org.firebirdsql.jdbc.AbstractConnection
 
mcf - Variable in class org.firebirdsql.pool.FBSimpleDataSource
 
mod(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
moveToCurrentRow() - Method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor to the insert row.

N

NATIVE - Static variable in class org.firebirdsql.gds.GDSType
 
NATIVE_EMBEDDED - Static variable in class org.firebirdsql.gds.GDSType
 
NATIVE_LOCAL - Static variable in class org.firebirdsql.gds.GDSType
 
NATIVE_STR - Static variable in class org.firebirdsql.gds.GDSType
 
NORMAL_STATE - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
NOTRANSACTION - Static variable in interface org.firebirdsql.gds.isc_tr_handle
 
nativeSQL(String) - Method in class org.firebirdsql.jdbc.AbstractConnection
Converts the given SQL statement into the system's native SQL grammar.
newBlobParameterBuffer() - Method in interface org.firebirdsql.gds.GDS
 
newDatabaseParameterBuffer() - Method in interface org.firebirdsql.gds.GDS
 
newInstance(GDS) - Static method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
newServiceParameterBuffer() - Method in interface org.firebirdsql.gds.GDS
 
newServiceRequestBuffer(int) - Method in interface org.firebirdsql.gds.GDS
 
next - Variable 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.FBUpdatableFetcher
 
no_garbage_collect - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
no_reserve - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
normalize(String, Properties) - Static method in class org.firebirdsql.jdbc.FBDriverPropertyManager
Normalize the properties.
nullPlusNonNullIsNull() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are concatenations between NULL and non-NULL values 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 variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
number_of_users - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

O

ORACLE_MODE - Static variable in class org.firebirdsql.gds.GDSType
 
ORACLE_MODE_STR - Static variable in class org.firebirdsql.gds.GDSType
 
ObjectCloseTraceException - exception org.firebirdsql.pool.ObjectCloseTraceException.
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_dump_id - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
old_file - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
old_file_size - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
old_num_files - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
old_start_file - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
old_start_page - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
old_start_seqno - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
online - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
online_dump - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
openBlobHandle(long, boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
 
openBlobHandle(long, boolean) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
org.firebirdsql.gds - package org.firebirdsql.gds
 
org.firebirdsql.jca - package org.firebirdsql.jca
 
org.firebirdsql.jdbc - package org.firebirdsql.jdbc
 
org.firebirdsql.management - package org.firebirdsql.management
 
org.firebirdsql.pool - package org.firebirdsql.pool
 
othersDeletesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether updates made by others are visible.
overwrite - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
ownDeletesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether a result set's own inserts are visible.
ownUpdatesAreVisible(int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Indicates whether a result set's own updates are visible.
ownname - Variable in class org.firebirdsql.gds.XSQLVAR
 

P

PASSWORD - Static variable in class org.firebirdsql.jdbc.FBDriver
 
PASSWORD_PROPERTY - Static variable in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
PURE_JAVA - Static variable in class org.firebirdsql.gds.GDSType
 
PURE_JAVA_STR - Static variable in class org.firebirdsql.gds.GDSType
 
PingablePooledConnection - class org.firebirdsql.pool.PingablePooledConnection.
This class implements PooledConnection interface.
PingablePooledConnection(Connection, boolean, int, int, boolean) - Constructor for class org.firebirdsql.pool.PingablePooledConnection
 
PingablePooledConnection(Connection, String, int, boolean, int, int, boolean) - Constructor for class org.firebirdsql.pool.PingablePooledConnection
 
PoolDebugConfiguration - class org.firebirdsql.pool.PoolDebugConfiguration.
Debug configuration of the pool.
PoolDebugConfiguration() - Constructor for class org.firebirdsql.pool.PoolDebugConfiguration
 
PooledConnectionEventListener - interface org.firebirdsql.pool.PooledConnectionEventListener.
Event listener that is notified about the events in the 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.
PooledPreparedStatementHandler - class org.firebirdsql.pool.PooledPreparedStatementHandler.
Wrapper for prepared statements.
page_size - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
paranoia_mode - Static variable in interface 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.
parseFunction(String) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
Extract function name from the function call.
password - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
password_enc - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
physicalConnectionClosed(ConnectionEvent) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Notify about physical connection being closed.
physicalConnectionClosed(ConnectionEvent) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Notify about physical connection being closed.
physicalConnectionClosed(ConnectionEvent) - Method in interface org.firebirdsql.pool.PooledConnectionEventListener
Notify listener that PooledConnection.close() method is directly invoked by the application.
physicalConnectionDeallocated(PooledObjectEvent) - Method in class org.firebirdsql.pool.AbstractConnectionPool
Notify about the deallocation of the physical connection (for example, when connection is removed by the idle remover thread).
physicalConnectionDeallocated(ConnectionEvent) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Notify about the deallocation of the physical connection.
physicalConnectionDeallocated(ConnectionEvent) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Notify about the deallocation of the physical connection.
physicalConnectionDeallocated(ConnectionEvent) - Method in interface org.firebirdsql.pool.PooledConnectionEventListener
Notify listener that PooledObject.deallocate() method is invoked by the application.
pi(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
ping() - Method in class org.firebirdsql.pool.PingablePooledConnection
Ping connection by executing a ping statement.
pooledObjectReleased(PooledObjectEvent) - Method in class org.firebirdsql.pool.AbstractConnectionPool
Notify about new available connection.
pooledObjectReleased(PooledObjectEvent) - Method in interface org.firebirdsql.pool.PooledObjectListener
Notify that pooled object was released and can be returned back to the * pool
position(byte[], long) - Method in class org.firebirdsql.jdbc.FBBlob
Determines the byte position at which the specified byte pattern begins within the BLOB value that this Blob object represents.
position(Blob, long) - Method in class org.firebirdsql.jdbc.FBBlob
Determines the byte position in the BLOB value designated by this Blob object at which pattern begins.
position(byte[], long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Find the first entry of the specified pattern.
position(Blob, long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Find the first entry of the specified pattern.
position(String, long) - Method in class org.firebirdsql.jdbc.FBClob
Determines the character position at which the specified substring searchstr appears in the SQL CLOB value represented by this Clob object.
position(Clob, long) - Method in class org.firebirdsql.jdbc.FBClob
Determines the character position at which the specified Clob object searchstr appears in this Clob object.
prepare(Xid) - Method in class org.firebirdsql.jca.FBManagedConnection
Prepares a transaction to commit.
prepareCall(String) - Method in class org.firebirdsql.jdbc.AbstractConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class org.firebirdsql.jdbc.AbstractConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareFixedStatement(String, boolean) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
We allow multiple calls to this method without re-preparing the statement.
prepareFixedStatement(String, boolean) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Prepare fixed statement and initialize parameters.
prepareFixedStatement(String, boolean) - Method in class org.firebirdsql.jdbc.AbstractStatement
 
prepareSQL(isc_stmt_handle, String, boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
 
prepareSQL(isc_stmt_handle, String, boolean) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
prepareStatement(String) - Method in class org.firebirdsql.jdbc.AbstractConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class org.firebirdsql.jdbc.AbstractConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, boolean) - Method in class org.firebirdsql.pool.PingablePooledConnection
Prepare the specified statement and wrap it with cache notification wrapper.
prepareStatement(String, int, int, boolean) - Method in interface org.firebirdsql.pool.XStatementManager
Prepare specified SQL statement.
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
 
printStackTrace(PrintStream) - Method in class org.firebirdsql.jca.FBResourceException
 
printStackTrace(PrintWriter) - Method in class org.firebirdsql.jca.FBResourceException
 
printStackTrace() - Method in class org.firebirdsql.jca.FBXAException
 
printStackTrace(PrintStream) - Method in class org.firebirdsql.jca.FBXAException
 
printStackTrace(PrintWriter) - Method in class org.firebirdsql.jca.FBXAException
 
printStackTrace() - Method in class org.firebirdsql.jdbc.FBSQLException
 
printStackTrace(PrintStream) - Method in class org.firebirdsql.jdbc.FBSQLException
 
printStackTrace(PrintWriter) - Method in class org.firebirdsql.jdbc.FBSQLException
 
printStackTrace() - Method in class org.firebirdsql.jdbc.FBSQLWarning
 
printStackTrace(PrintStream) - Method in class org.firebirdsql.jdbc.FBSQLWarning
 
printStackTrace(PrintWriter) - Method in class org.firebirdsql.jdbc.FBSQLWarning
 
procedureCall - Variable in class org.firebirdsql.jdbc.AbstractCallableStatement
 
processEscaped(String, StringBuffer, StringBuffer) - Method in class org.firebirdsql.jdbc.FBEscapedParser
 
processParam(String) - Method in class org.firebirdsql.jdbc.FBEscapedCallParser
Pre-process parameter.
processToken(String) - Method in class org.firebirdsql.jdbc.FBEscapedCallParser
Process token.
putBlobSegment(isc_blob_handle, byte[]) - Method in class org.firebirdsql.jca.FBManagedConnection
 
putBlobSegment(isc_blob_handle, byte[]) - Method in class org.firebirdsql.jdbc.AbstractConnection
 

Q

quit_log - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

R

RBL_create - Static variable in class org.firebirdsql.gds.ISCConstants
 
RBL_eof - Static variable in class org.firebirdsql.gds.ISCConstants
 
RBL_eof_pending - Static variable in class org.firebirdsql.gds.ISCConstants
 
RBL_segment - Static variable in class org.firebirdsql.gds.ISCConstants
 
READ_FULLY_BUFFER_SIZE - Static variable in class org.firebirdsql.jdbc.FBBlob
 
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.
rand(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
read() - Method in class org.firebirdsql.gds.XdrInputStream
 
read(XdrInputStream, int) - Method in interface org.firebirdsql.gds.Xdrable
 
read() - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
 
read(byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
 
read() - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read single byte from the stream.
read(byte[], int, int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read some bytes from the stream without blocking.
readBuffer() - Method in class org.firebirdsql.gds.XdrInputStream
 
readExternal(ObjectInput) - Method in class org.firebirdsql.gds.AbstractGDS
 
readFully(byte[], int, int) - Method in class org.firebirdsql.gds.XdrInputStream
 
readFully(byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
 
readFully(byte[]) - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
 
readFully(byte[], int, int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read length from the stream into the specified buffer.
readFully(byte[]) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Read buffer.length bytes from the buffer.
readInt() - Method in class org.firebirdsql.gds.XdrInputStream
 
readLong() - Method in class org.firebirdsql.gds.XdrInputStream
 
readResolve() - Method in class org.firebirdsql.gds.AbstractGDS
 
readResolve() - Method in class org.firebirdsql.gds.GDSType
 
readSQLData(int[], isc_stmt_handle_impl) - Method in class org.firebirdsql.gds.XdrInputStream
 
readString() - Method in class org.firebirdsql.gds.XdrInputStream
 
recover(int) - Method in class org.firebirdsql.jca.FBManagedConnection
 
refreshRow() - Method in class org.firebirdsql.jdbc.FBResultSet
Refreshes the current row with its most recent value in the database.
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.
registerStatement(isc_stmt_handle) - Method in class org.firebirdsql.jca.FBManagedConnection
 
registerStatement(AbstractStatement) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
registerStatementWithTransaction(isc_stmt_handle) - Method in interface org.firebirdsql.gds.isc_tr_handle
 
relative(int) - Method in class org.firebirdsql.jdbc.FBResultSet
Moves the cursor a relative number of rows, either positive or negative.
relname - Variable in class org.firebirdsql.gds.XSQLVAR
 
removeArgument(int) - Method in interface org.firebirdsql.gds.DatabaseParameterBuffer
Remove specified argument.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.jca.FBManagedConnection
Remove an event listener.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.firebirdsql.pool.PingablePooledConnection
Remove connection listener from this pooled connection.
removeRows() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
reserved - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
resultSetClosed(ResultSet) - Method in interface org.firebirdsql.jdbc.FBObjectListener.ResultSetListener
Notify listener that result set was closed.
rollback() - Method in class org.firebirdsql.jca.FBLocalTransaction
Rollback a local transaction Throws: ResourceException - generic exception if operation fails LocalTransactionException - error condition related to local transaction management ResourceAdapterInternalException - error condition internal to resource adapter EISSystemException - EIS instance specific error condition
rollback(Xid) - Method in class org.firebirdsql.jca.FBManagedConnection
Rolls back the work, assuming it was done on behalf of the specified transaction.
rollback() - Method in class org.firebirdsql.jdbc.AbstractConnection
Drops all changes made since the previous commit/rollback and releases any database locks currently held by this Connection.
row - Variable in class org.firebirdsql.jdbc.FBResultSet
 
rowDeleted() - Method in class org.firebirdsql.jdbc.FBResultSet
Indicates whether a row has been deleted.
rowInserted() - Method in class org.firebirdsql.jdbc.FBResultSet
Indicates whether the current row has had an insertion.
rowUpdated() - Method in class org.firebirdsql.jdbc.FBResultSet
Indicates whether the current row has been updated.
rtrim(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 

S

SEEK_MODE_ABSOLUTE - Static variable in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
 
SEEK_MODE_FROM_TAIL - Static variable in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
 
SEEK_MODE_RELATIVE - Static variable in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
 
SHOW_TRACE - Static variable in class org.firebirdsql.pool.PoolDebugConfiguration
 
SOCKET_BUFFER_PROPERTY - Static variable in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
SQLDA_VERSION1 - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_ARRAY - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_BLOB - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_DATE - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_DIALECT_CURRENT - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_DIALECT_V5 - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_DIALECT_V6 - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_DIALECT_V6_TRANSITION - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_DOUBLE - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_D_FLOAT - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_FLOAT - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_INT64 - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_LONG - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_QUAD - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_ROLE_PROPERTY - Static variable in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
SQL_SHORT - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_STATE_COMM_LINK_FAILURE - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_CONNECTION_CLOSED - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_CONNECTION_FAILURE_IN_TX - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_DRIVER_NOT_CAPABLE - Static variable in class org.firebirdsql.jdbc.FBDriverNotCapableException
 
SQL_STATE_GENERAL_ERROR - Static variable in class org.firebirdsql.jca.FBResourceException
 
SQL_STATE_GENERAL_ERROR - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_ARG_VALUE - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_COLUMN - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_CONN_ATTR - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_CONVERSION - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_ESCAPE_SEQ - Static variable in class org.firebirdsql.jdbc.FBSQLParseException
 
SQL_STATE_INVALID_PARAM_TYPE - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_INVALID_TRANSACTION_STATE - Static variable in class org.firebirdsql.jca.FBResourceTransactionException
 
SQL_STATE_NO_RESULT_SET - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_NO_ROW_AVAIL - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_STATE_TRANSACTION_ACTIVE - Static variable in class org.firebirdsql.jca.FBResourceTransactionException
 
SQL_STATE_TRANSACTION_ROLLED_BACK - Static variable in class org.firebirdsql.jca.FBResourceTransactionException
 
SQL_STATE_WARNING - Static variable in class org.firebirdsql.jdbc.FBSQLWarning
 
SQL_STATE_WRONG_PARAM_NUM - Static variable in class org.firebirdsql.jdbc.FBSQLException
 
SQL_TEXT - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_TIMESTAMP - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_TYPE_DATE - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_TYPE_TIME - Static variable in class org.firebirdsql.gds.ISCConstants
 
SQL_VARYING - Static variable in class org.firebirdsql.gds.ISCConstants
 
SUCCESS - Static variable in class org.firebirdsql.gds.ISCConstants
 
SYSTEM_TABLE - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
ServiceParameterBuffer - interface org.firebirdsql.gds.ServiceParameterBuffer.
The interface ServiceParameterBuffer models represents the interbase Service Parameter Buffer.
ServiceRequestBuffer - interface org.firebirdsql.gds.ServiceRequestBuffer.
The interface ServiceRequestBuffer models represents the interbase Service Request Buffer.
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.
StatementHandler - class org.firebirdsql.pool.StatementHandler.
Dynamic proxy handler that together with PooledConnectionHandler ensure that statements will be closed before connection is returned to the pool.
StatementHandler(PooledConnectionHandler, Statement) - Constructor for class org.firebirdsql.pool.StatementHandler
Create instance of this class for the specified connection handler and
Synchronizable - interface org.firebirdsql.jdbc.Synchronizable.
Provides synchronization object.
sec_attach - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
seek(int) - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
 
seek(int, int) - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobInputStream
 
seek(int, int) - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
 
seek(int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Move current position in the Blob stream.
seek(int, int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobInputStream
Move current position in the Blob stream.
selectableProcedure - Variable in class org.firebirdsql.jdbc.AbstractCallableStatement
 
serialize(Object) - Static method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setArray(int, Array) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setArray(int, Array) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Array object.
setAsciiStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(long) - Method in class org.firebirdsql.jdbc.FBClob
 
setAutoCommit(boolean) - Method in class org.firebirdsql.jdbc.AbstractConnection
Sets this connection's auto-commit mode.
setBigDecimal(int, BigDecimal) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setBinaryStream(long) - Method in class org.firebirdsql.jdbc.FBBlob
 
setBinaryStream(long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Set the contents of blob as binary stream.
setBinaryStream(long) - Method in interface org.firebirdsql.jdbc.FirebirdBlob
Retrieves a stream that can be used to write to the Blob value that this object represents.
setBlob(int, Blob) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBlob(int, Blob) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Blob object.
setBlobBufferLength(Integer) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
Set the BlobBufferLength value.
setBlobBufferLength(Integer) - Method in class org.firebirdsql.pool.FBSimpleDataSource
Set BLOB buffer length.
setBlobBufferSize(int) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
setBlobBufferSize(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setBlobBufferSize(int) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setBlob_id(long) - Method in interface org.firebirdsql.gds.isc_blob_handle
 
setBlockingTimeout(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setBlockingTimeout(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setBlockingTimeout(int) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setBoolean(int, boolean) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBoolean(int, boolean) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setByte(int, byte) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setByte(int, byte) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setBytes(int, byte[]) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setBytes(int, byte[]) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setBytes(long, byte[]) - Method in class org.firebirdsql.jdbc.FBBlob
 
setBytes(long, byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlob
 
setBytes(long, byte[]) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Set contents of the blob.
setBytes(long, byte[], int, int) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Set the contents of blob.
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.
setCharSet(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
setCharSet(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setCharSet(String) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setCharacterStream(int, Reader, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(long) - Method in class org.firebirdsql.jdbc.FBClob
 
setClob(int, Clob) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setClob(int, Clob) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given Clob object.
setConnectionRequestInfo(FBConnectionRequestInfo) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setCreateOnStart(boolean) - Method in class org.firebirdsql.management.FBManager
Set the value of createOnStart
setCreateOnStart(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the value of createOnStart
setCursorName(isc_stmt_handle, String) - Method in class org.firebirdsql.jca.FBManagedConnection
 
setCursorName(isc_stmt_handle, String) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
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.jca.FBManagedConnectionFactory
 
setDatabase(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Set database name.
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 interface org.firebirdsql.pool.FirebirdPool
 
setDatabaseName(String) - Method in class org.firebirdsql.pool.FBSimpleDataSource
Deprecated. use FBSimpleDataSource.setDatabase(String) instead for the sake of naming compatibility.
setDate(int, Date, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setDate(int, Date) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setDate(int, Date) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
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.
setDescription(String) - Method in class org.firebirdsql.pool.FBSimpleDataSource
Set description of this datasource.
setDescription(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setDialect(int) - Method in interface org.firebirdsql.gds.isc_db_handle
 
setDouble(int, double) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setDouble(int, double) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setDriverClassName(String) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
setDropOnStop(boolean) - Method in class org.firebirdsql.management.FBManager
Set the value of dropOnStop
setDropOnStop(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the value of dropOnStop
setEncoding(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setEncoding(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
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 interface org.firebirdsql.pool.FirebirdPool
 
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 interface org.firebirdsql.management.FBManagerMBean
Set the value of fileName
setFloat(int, float) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setFloat(int, float) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setForceCreate(boolean) - Method in class org.firebirdsql.management.FBManager
Set the ForceCreate value.
setForceCreate(boolean) - Method in interface org.firebirdsql.management.FBManagerMBean
 
setGDSType(GDSType) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Set type of the JDBC driver to use.
setIdleTimeout(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated. non-standard name, use BasicAbstractConnectionPool.setMaxIdleTime(int)
setIdleTimeout(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated. non-standard name, use FBWrappingDataSource.setMaxIdleTime(int).
setIndex(int) - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
setInt(int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setInt(int, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setIntProperty(String, int) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Set specified property as integer value.
setIscTransactionIsolation(int) - Method in class org.firebirdsql.jca.FBManagedConnection
Deprecated. you should not use internal transaction isolation levels directrly.
setIscTransactionIsolation(int) - Method in class org.firebirdsql.jca.FBTpb
Deprecated. This method does not handle correctly JDBC-TPB mapping and should not be called if custom mapping is used.
setIsolation(String) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setIsolation(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setIsolation(String) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setJdbcUrl(String) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
setKeepStatements(boolean) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setKeepStatements(boolean) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setLocalEncoding(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
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.jdbc.FBDataSource
Set the log writer for this data source.
setLogWriter(PrintWriter) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setLogWriter(PrintWriter) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
setLogWriter(PrintWriter) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
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
 
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.BasicAbstractConnectionPool
 
setLoginTimeout(int) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Set login timeout for new connection.
setLoginTimeout(int) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Set login timeout for new connection.
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
 
setLong(int, long) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setLong(int, long) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setManagedConnection(FBManagedConnection) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
setMapper(FBTpbMapper) - Method in class org.firebirdsql.jca.FBTpb
 
setMapping(int, Set) - Method in class org.firebirdsql.jca.FBTpbMapper
Set mapping for the specified transaction isolation.
setMaxConnections(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated. non-standard name, use BasicAbstractConnectionPool.setMaxPoolSize(int)
setMaxConnections(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated. non-standard name, use FBWrappingDataSource.setMaxPoolSize(int).
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 interface 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 interface 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 interface org.firebirdsql.pool.FirebirdPool
 
setMinConnections(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Deprecated. non-standard name, use BasicAbstractConnectionPool.setMinPoolSize(int)
setMinConnections(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated. non-standard name, use FBWrappingDataSource.setMinPoolSize(int)
setMinPoolSize(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setMinPoolSize(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setMinPoolSize(int) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setName(String) - Method in class org.firebirdsql.jdbc.FBProcedureCall
 
setNext(GDSException) - Method in class org.firebirdsql.gds.GDSException
 
setNonStandardProperty(String, String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
setNonStandardProperty(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Method that allows setting non-standard property in the form "key=value" form.
setNonStandardProperty(String, String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setNonStandardProperty(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setNonStandardProperty(String, String) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setNonStandardProperty(String) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setNull(int, int, String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setNull(int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setNull(int, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to SQL NULL.
setODSMajorVersion(int) - Method in interface org.firebirdsql.gds.isc_db_handle
 
setODSMinorVersion(int) - Method in interface org.firebirdsql.gds.isc_db_handle
 
setObject(int, Object, int, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setObject(int, Object, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setObject(int, Object) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setObject(int, Object) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the value of the designated parameter with the given object.
setParameter(int, String) - Method in class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Sets the parameter value
setPassword(String) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
setPassword(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setPassword(String) - Method in class org.firebirdsql.management.FBManager
Set the value of password
setPassword(String) - Method in interface org.firebirdsql.management.FBManagerMBean
Set the value of password
setPassword(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
setPassword(String) - Method in class org.firebirdsql.pool.FBSimpleDataSource
Set password that will be used in the FBSimpleDataSource.getConnection() method.
setPassword(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setPassword(String) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setPingInterval(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setPingInterval(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setPingInterval(int) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setPingStatement(String) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setPooling(boolean) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setPooling(boolean) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setPooling(boolean) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setPort(int) - Method in class org.firebirdsql.management.FBManager
 
setPort(int) - Method in interface org.firebirdsql.management.FBManagerMBean
 
setProperties(Properties) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
Set JDBC properties that will be passed when opening a connection.
setProperties(Properties) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Set JDBC properties that will be passed when opening a connection.
setProperties(Properties) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setProperty(int, String) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
setProperty(int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
setProperty(int, int) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
setProperty(int, byte[]) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
setProperty(String, String) - Method in class org.firebirdsql.pool.DriverConnectionPoolDataSource
 
setQueryTimeout(int) - Method in class org.firebirdsql.jdbc.AbstractStatement
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setReadOnly(boolean) - Method in class org.firebirdsql.jca.FBManagedConnection
 
setReadOnly(boolean) - Method in class org.firebirdsql.jca.FBTpb
 
setReadOnly(boolean) - Method in class org.firebirdsql.jdbc.AbstractConnection
Puts this connection in read-only mode as a hint to enable database optimizations.
setRef(int, Ref) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setRef(int, Ref) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given REF(<structured-type>) value.
setReference(Reference) - Method in class org.firebirdsql.jdbc.FBDataSource
 
setReference(Reference) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
Set JNDI reference for this data source.
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.
setRetryInterval(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setRoleName(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
setRoleName(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setRoleName(String) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setSelectableProcedure(boolean) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setSelectableProcedure(boolean) - Method in interface org.firebirdsql.jdbc.FirebirdCallableStatement
Mark this callable statement as a call of the selectable procedure.
setServer(String) - Method in class org.firebirdsql.management.FBManager
 
setServer(String) - Method in interface org.firebirdsql.management.FBManagerMBean
 
setShort(int, short) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setShort(int, short) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setSocketBufferSize(int) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
setSocketBufferSize(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setSocketBufferSize(int) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setSqlRole(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Deprecated. please use FBConnectionPoolDataSource.setRoleName(String) instead.
setSqlRole(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
Deprecated. please use FBWrappingDataSource.setRoleName(String) instead.
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 interface org.firebirdsql.pool.FirebirdPool
 
setString(int, String) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setString(int, String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setString(long, String) - Method in class org.firebirdsql.jdbc.FBClob
 
setString(long, String, int, int) - Method in class org.firebirdsql.jdbc.FBClob
 
setStringForced(int, String) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTime(int, Time) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTime(int, Time) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
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, Calendar) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTpb(FBTpb) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setTpb(FBTpb) - Method in class org.firebirdsql.jca.FBTpb
 
setTpbMapper(FBTpbMapper) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setTpbMapping(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
setTpbMapping(String) - Method in class org.firebirdsql.pool.FBSimpleDataSource
 
setTpbMapping(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setTpbMapping(String) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setTransactionIsolation(int) - Method in class org.firebirdsql.jca.FBManagedConnection
 
setTransactionIsolation(Integer) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setTransactionIsolation(int) - Method in class org.firebirdsql.jca.FBTpb
Attempts to change the transaction isolation level to the one given.
setTransactionIsolation(int) - Method in class org.firebirdsql.jdbc.AbstractConnection
Attempts to change the transaction isolation level to the one given.
setTransactionIsolationLevel(int) - Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
 
setTransactionIsolationLevel(int) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setTransactionIsolationLevel(int) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setTransactionIsolationName(String) - Method in class org.firebirdsql.jca.FBManagedConnection
 
setTransactionIsolationName(String) - Method in class org.firebirdsql.jca.FBManagedConnectionFactory
 
setTransactionIsolationName(String) - Method in class org.firebirdsql.jca.FBTpb
 
setTransactionParameters(int, int[]) - Method in class org.firebirdsql.jdbc.AbstractConnection
 
setTransactionParameters(int, int[]) - Method in interface org.firebirdsql.jdbc.FirebirdConnection
Set transaction parameters for the specified isolation level.
setTransactionTimeout(int) - Method in class org.firebirdsql.jca.FBManagedConnection
Sets the transaction timeout.
setType(int) - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
setType(String) - Method in class org.firebirdsql.management.FBManager
 
setType(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
Set type of JDBC driver to use.
setType(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setType(String) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setTypeMap(Map) - Method in class org.firebirdsql.jdbc.AbstractConnection
Installs the given type map as the type map for this connection.
setUnicodeStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractCallableStatement
 
setUnicodeStream(int, InputStream, int) - Method in class org.firebirdsql.jdbc.AbstractPreparedStatement
Deprecated. I really have no idea if there is anything else we should be doing here
setUser(String) - Method in class org.firebirdsql.jca.FBConnectionRequestInfo
 
setUser(String) - Method in class org.firebirdsql.pool.FBSimpleDataSource
Deprecated. use FBSimpleDataSource.setUserName(String) instead for the sake of naming compatibility.
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 interface org.firebirdsql.management.FBManagerMBean
Set the value of userName
setUserName(String) - Method in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
setUserName(String) - Method in class org.firebirdsql.pool.FBSimpleDataSource
Set user name that will be used in FBSimpleDataSource.getConnection() method.
setUserName(String) - Method in class org.firebirdsql.pool.FBWrappingDataSource
 
setUserName(String) - Method in interface org.firebirdsql.pool.FirebirdPool
 
setValue(Object) - Method in class org.firebirdsql.jdbc.FBProcedureParam
 
setVersion(String) - Method in interface org.firebirdsql.gds.isc_db_handle
 
setXAErrorCode(int) - Method in class org.firebirdsql.gds.GDSException
Set the XaErrorCode value.
set_db_charset - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
set_db_readonly - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
set_db_sql_dialect - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
set_page_buffers - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
shutdown - Static variable in interface 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 interface org.firebirdsql.pool.FirebirdPool
 
shutdown_delay - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
sign(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
sin(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
size() - Method in interface org.firebirdsql.gds.isc_stmt_handle
 
socket_buffer_size - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
source_interp - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
source_type - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
sql_dialect - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
sql_role_name - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
sqld - Variable in class org.firebirdsql.gds.XSQLDA
 
sqldata - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqllen - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqln - Variable in class org.firebirdsql.gds.XSQLDA
 
sqlname - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqlscale - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqlsubtype - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqltype - Variable in class org.firebirdsql.gds.XSQLVAR
 
sqlvar - Variable in class org.firebirdsql.gds.XSQLDA
 
sqrt(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
start(Xid, int) - Method in class org.firebirdsql.jca.FBManagedConnection
Associates a JDBC connection with a global transaction.
start() - Method in class org.firebirdsql.management.FBManager
 
start() - Method in interface org.firebirdsql.management.FBManagerMBean
 
statementClosed(String, Object) - Method in class org.firebirdsql.pool.PingablePooledConnection
Handle Statement.close() method.
statementClosed(String, Object) - Method in interface org.firebirdsql.pool.XStatementManager
Notify about statement close.
stop() - Method in class org.firebirdsql.management.FBManager
 
stop() - Method in interface 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?
strParam - Variable in class org.firebirdsql.gds.GDSException
 
stripEscape(String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
stripQuotes(String) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ANSI92 entry level SQL grammar supported?
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?
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?
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?
supportsConvert() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int) - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is 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?
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
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
 
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?
supportsLikeEscapeClause() - Static method in class org.firebirdsql.jdbc.FBEscapedParser
 
supportsLimitedOuterJoins() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is there limited support for outer joins?
supportsMinimumSQLGrammar() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Is the ODBC Minimum SQL grammar supported?
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?
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?
supportsMultipleOpenResults() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
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
 
supportsNonNullableColumns() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Can columns be defined as non-nullable?
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
 
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
 
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?
supportsSubqueriesInExists() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in 'exists' expressions supported?
supportsSubqueriesInIns() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in 'in' statements supported?
supportsSubqueriesInQuantifieds() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are subqueries in quantified expressions supported?
supportsTableCorrelationNames() - Method in class org.firebirdsql.jdbc.FBDatabaseMetaData
Are table correlation names supported?
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?
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 variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
sweep_interval - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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.
sys_user_name - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
sys_user_name_enc - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 

T

TABLE - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
TPB_CONCURRENCY - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_CONSISTENCY - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_MAPPING - Static variable in class org.firebirdsql.jdbc.FBDriver
 
TPB_MAPPING_PROPERTY - Static variable in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
TPB_NOWAIT - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_NO_REC_VERSION - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_PREFIX - Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
 
TPB_READ - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_READ_COMMITTED - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_REC_VERSION - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_WAIT - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TPB_WRITE - Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
 
TRANSACTIONCOMMITTING - Static variable in interface org.firebirdsql.gds.isc_tr_handle
 
TRANSACTIONPREPARED - Static variable in interface org.firebirdsql.gds.isc_tr_handle
 
TRANSACTIONPREPARING - Static variable in interface org.firebirdsql.gds.isc_tr_handle
 
TRANSACTIONROLLINGBACK - Static variable in interface org.firebirdsql.gds.isc_tr_handle
 
TRANSACTIONSTARTED - Static variable in interface org.firebirdsql.gds.isc_tr_handle
 
TRANSACTIONSTARTING - Static variable in interface org.firebirdsql.gds.isc_tr_handle
 
TRANSACTION_NONE - Static variable in class org.firebirdsql.jca.FBTpb
 
TRANSACTION_READ_COMMITTED - Static variable in class org.firebirdsql.jca.FBTpb
 
TRANSACTION_READ_COMMITTED - Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
 
TRANSACTION_READ_UNCOMMITTED - Static variable in class org.firebirdsql.jca.FBTpb
 
TRANSACTION_REPEATABLE_READ - Static variable in class org.firebirdsql.jca.FBTpb
 
TRANSACTION_REPEATABLE_READ - Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
 
TRANSACTION_SERIALIZABLE - Static variable in class org.firebirdsql.jca.FBTpb
 
TRANSACTION_SERIALIZABLE - Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
 
TYPE2_STR - Static variable in class org.firebirdsql.gds.GDSType
 
TYPE4_STR - Static variable in class org.firebirdsql.gds.GDSType
 
tan(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 
target_interp - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
target_type - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
timestamp_uses_local_timezone - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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.
toString() - Method in class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
Puts parameters into the template and return the obtained string.
toString() - Method in class org.firebirdsql.gds.GDSType
 
toTimeString(String) - Method in class org.firebirdsql.jdbc.FBEscapedParser
This method converts the 'hh:mm:ss' time format into the Firebird understandable format.
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.
tpbMapping - Variable in class org.firebirdsql.pool.FBSimpleDataSource
 
trace - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
truncate(long) - Method in class org.firebirdsql.jdbc.FBBlob
 
truncate(long) - Method in class org.firebirdsql.jdbc.FBCachedBlob
Truncate the blob to specified length.
truncate(long) - Method in class org.firebirdsql.jdbc.FBClob
 
type - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
type - Variable in class org.firebirdsql.gds.GDSException
 
type_segmented - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 
type_stream - Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
 

U

UNDEFINED_STATE - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
USER - Static variable in class org.firebirdsql.jdbc.FBDriver
 
USER_NAME - Static variable in class org.firebirdsql.jdbc.FBDriver
 
USER_NAME_PROPERTY - Static variable in class org.firebirdsql.pool.FBConnectionPoolDataSource
 
USE_BUILT_IN - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
USE_STANDARD_UDF - Static variable in class org.firebirdsql.jdbc.FBEscapedParser
 
USE_TRANSLATION - Static variable in class org.firebirdsql.jdbc.FBDriver
 
UnknownDriverTypeException - exception org.firebirdsql.pool.UnknownDriverTypeException.
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.
updateArray(int, Array) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateArray(String, Array) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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
 
updateBlob(String, Blob) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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, byte[]) - Method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - 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
 
updateClob(String, Clob) - Method in class org.firebirdsql.jdbc.FBResultSet
 
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, int) - Method in class org.firebirdsql.jdbc.FBResultSet
Updates the designated column with an Object value.
updateObject(int, 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.
updateObject(String, Object) - 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
 
updateRef(String, Ref) - Method in class org.firebirdsql.jdbc.FBResultSet
 
updateRow() - Method in class org.firebirdsql.jdbc.FBResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
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.
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.
use_standard_udf - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
use_stream_blobs - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
user - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
user_name - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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

VIEW - Static variable in class org.firebirdsql.jdbc.FBDatabaseMetaData
 
verify - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
version - Variable in class org.firebirdsql.gds.XSQLDA
 

W

wal_backup_dir - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
wal_bufsize - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
wal_chkptlen - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
wal_grp_cmt_wait - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
wal_numbufs - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
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.
willEndTransaction() - Method in class org.firebirdsql.jdbc.AbstractConnection
The willEndTransaction method determines if the current transaction should be automatically ended when the current statement executes.
working_directory - Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
 
write(byte[], int, int) - Method in class org.firebirdsql.gds.XdrOutputStream
 
write(int) - Method in class org.firebirdsql.gds.XdrOutputStream
 
write(byte[]) - Method in class org.firebirdsql.gds.XdrOutputStream
 
write(XdrOutputStream) - Method in interface org.firebirdsql.gds.Xdrable
 
write(int) - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
 
write(byte[], int, int) - Method in class org.firebirdsql.jdbc.FBBlob.FBBlobOutputStream
 
write(byte[], int, int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Write data from the buffer into this stream.
write(int) - Method in interface org.firebirdsql.jdbc.FirebirdBlob.BlobOutputStream
Write single byte into the stream.
writeBlobBuffer(byte[]) - Method in class org.firebirdsql.gds.XdrOutputStream
 
writeBuffer(byte[]) - Method in class org.firebirdsql.gds.XdrOutputStream
 
writeExternal(ObjectOutput) - Method in class org.firebirdsql.gds.AbstractGDS
 
writeInt(int) - Method in class org.firebirdsql.gds.XdrOutputStream
 
writeLong(long) - Method in class org.firebirdsql.gds.XdrOutputStream
 
writeSQLData(XSQLDA) - Method in class org.firebirdsql.gds.XdrOutputStream
 
writeSet(int, byte[]) - Method in class org.firebirdsql.gds.XdrOutputStream
 
writeString(String) - Method in class org.firebirdsql.gds.XdrOutputStream
 
writeString(String, String) - Method in class org.firebirdsql.gds.XdrOutputStream
Deprecated. due to character translation feature use of this method is discouraged
writeTyped(int, Xdrable) - Method in class org.firebirdsql.gds.XdrOutputStream
 

X

XConnectionUtil - class org.firebirdsql.pool.XConnectionUtil.
Utility class.
XConnectionUtil() - Constructor for class org.firebirdsql.pool.XConnectionUtil
 
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
 
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
 
XStatementManager - interface org.firebirdsql.pool.XStatementManager.
Manager of prepared statement.
XdrInputStream - class org.firebirdsql.gds.XdrInputStream.
Describe class XdrInputStream here.
XdrInputStream(InputStream) - Constructor for class org.firebirdsql.gds.XdrInputStream
 
XdrOutputStream - class org.firebirdsql.gds.XdrOutputStream.
Describe class XdrOutputStream here.
XdrOutputStream(OutputStream) - Constructor for class org.firebirdsql.gds.XdrOutputStream
 
Xdrable - interface org.firebirdsql.gds.Xdrable.
The interface Xdrable represents an object that can read and write itself from a strean in the xdr format used by the firebird engine..
xaErrorCode - Variable 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.
xsqlvars - Variable in class org.firebirdsql.jdbc.FBResultSet
 

_

_char(String[]) - Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
 

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

Copyright © 2001 David Jencks and other authors. All rights reserved.