|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
abs UDF function.
ResultSet object.
AbstractConnection is a handle to a
FBManagedConnection.FBManagedConnection.
FBConnectionPoolDataSource
This class is abstract to account for both a JDBC 3.0 and JDBC 4.0 compliant implementation.PreparedStatementinterface.ResultSet interface.FBResultSet instance.
acos UDF function.
BlobParameterBuffer.
String parameter on this
BlobParameterBuffer.
int parameter on this
BlobParameterBuffer.
ServiceParameterBuffer.
String parameter on this
ServiceParameterBuffer.
int paramter on this
ServiceParameterBuffer.
byte[] paramter on this
ServiceParameterBuffer.
ServiceRequestBuffer.
String parameter on this
ServiceRequestBuffer.
int parameter on this
ServiceRequestBuffer.
long parameter on this ServiceRequestBuffer.
byte parameter on this
ServiceRequestBuffer.
PreparedStatement
object's batch of commands.
Statement object.
ConnectionEventListener listener.
ResultSet object, just after the
last row.
ManagedConnection.
objectName with (or in the case of dialect 1: without) quotes to sb.
ascii UDF function.
asin UDF function.
atan UDF function.
atan2 UDF function.
ResultSet object, just before the
first row.
GDS.iscCreateBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer)
or
GDS.iscOpenBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer)
operations.Statement object if both the DBMS and
driver support aborting an SQL statement.
ResultSet object.
canonicalize method is used in FBDriver to reuse
previous fbmcf instances if they have been create.
ceiling UDF function.
Class.forName method or by using
an already cached instance.ManagedConnection instance.
Connection object.
ResultSet object.
Statement
object.
AbstractConnection.
ResultSet object's database and
JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
Statement object's database
and JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
MaintenanceManager.commitTransaction(long). This method wil be removed in Jaybird 3.1.
javax.resource.spi.ConnectionEventListener callback for
when a ManagedConnection is closed.
javax.resource.spi.ConnectionEventListener callback for
when a Local Transaction was rolled back within the context of a
ManagedConnection.
"{escape '...'}"
- convertOuterJoin(String) -
Method in class org.firebirdsql.jdbc.FBEscapedParser
- This method converts the escaped outer join call syntax into the
native outer join.
- convertProcedureCall(String) -
Method in class org.firebirdsql.jdbc.FBEscapedParser
- This methods converts the escaped procedure call syntax into the
native procedure call.
- convertTemplate(String, int) -
Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
- Convert escaped function call using function template.
- copyBytes(byte[], int, int) -
Method in class org.firebirdsql.jdbc.FBBlob
-
- copyCharacterStream(Reader, int, String) -
Method in class org.firebirdsql.jdbc.FBBlob
- Copy data from a character stream into this Blob.
- copyCharacterStream(Reader) -
Method in class org.firebirdsql.jdbc.FBClob
-
- copyFrom(XSQLVAR) -
Method in class org.firebirdsql.gds.XSQLVAR
- Copy constructor.
- copyFrom(XSQLVAR, boolean) -
Method in class org.firebirdsql.gds.XSQLVAR
- Copy constructor.
- copyStream(InputStream, int) -
Method in class org.firebirdsql.jdbc.FBBlob
- Copy the contents of an
InputStream into this Blob.
- copyStream(InputStream) -
Method in class org.firebirdsql.jdbc.FBBlob
- Copy the contents of an
InputStream into this Blob.
- cos(String[]) -
Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
- Produce a function call for the
cos UDF function.
- cot(String[]) -
Static method in class org.firebirdsql.jdbc.FBEscapedFunctionHelper
- Produce a function call for the
cot UDF function.
- createArrayOf(String, Object[]) -
Method in class org.firebirdsql.jdbc.AbstractConnection
-
- createBlob() -
Method in class org.firebirdsql.jdbc.AbstractConnection
-
- createBlob() -
Method in interface org.firebirdsql.jdbc.FirebirdConnection
- Create Blob object.
- createBlobParameterBuffer() -
Method in interface org.firebirdsql.gds.GDS
- Create a new
BlobParameterBuffer instance for setting blob
parameters in the current GDS implementation.
- createCallableStatement(GDSHelper, String, int, int, int, StoredProcedureMetaData, FBObjectListener.StatementListener, FBObjectListener.BlobListener) -
Static method in class org.firebirdsql.jdbc.FBStatementFactory
-
- createClob() -
Method in class org.firebirdsql.jdbc.AbstractConnection
-
- createConnectionFactory(ConnectionManager) -
Method in class org.firebirdsql.jca.FBManagedConnectionFactory
- The
createConnectionFactory method creates a DataSource
using the supplied ConnectionManager.
- createConnectionFactory() -
Method in class org.firebirdsql.jca.FBManagedConnectionFactory
- The
createConnectionFactory method creates a DataSource
with a default stand alone ConnectionManager.
- createConnectionHandler() -
Method in class org.firebirdsql.ds.AbstractPooledConnection
- Creates the PooledConnectionHandler for the connection.
- createConnectionHandler() -
Method in class org.firebirdsql.ds.FBXAConnection
-
- createDatabase(String, String, String) -
Method in class org.firebirdsql.management.FBManager
-
- createDatabase(String, String, String) -
Method in interface org.firebirdsql.management.FBManagerMBean
-
- createDatabaseParameterBuffer() -
Method in interface org.firebirdsql.gds.GDS
- Create a new
DatabaseParameterBuffer instance for setting
database parameters in the current GDS implementation.
- createDriverConnectionPoolDataSource() -
Static method in class org.firebirdsql.pool.FBPooledDataSourceFactory
- Deprecated.
- createEventHandle(String) -
Method in interface org.firebirdsql.gds.GDS
- Create a new
EventHandle specific to a given
GDS implementation.
- createFBConnectionPoolDataSource() -
Static method in class org.firebirdsql.pool.FBPooledDataSourceFactory
- Deprecated.
- createIscBlobHandle() -
Method in interface org.firebirdsql.gds.GDS
- Factory method to create a new
IscBlobHandle instance
specific to the implementation of this interface.
- createIscDbHandle() -
Method in interface org.firebirdsql.gds.GDS
- Factory method to create a new
IscDbHandle instance specific to
the implementation of this interface.
- createIscStmtHandle() -
Method in interface org.firebirdsql.gds.GDS
- Factory method to create a new
IscStmtHandle instance
specific to the implementation of this interface.
- createIscSvcHandle() -
Method in interface org.firebirdsql.gds.GDS
- Factory method to create a new
IscSvcHandle instance
that is linked to the current GDS implemenation.
- createIscTrHandle() -
Method in interface org.firebirdsql.gds.GDS
- Factory method to create a new
IscTrHandle instance that
is linked to the current GDS implementation.
- createJavaGDSImpl() -
Static method in class org.firebirdsql.gds.GDSObjectFactory
-
- createManagedConnection(Subject, ConnectionRequestInfo) -
Method in class org.firebirdsql.jca.FBManagedConnectionFactory
- Creates a new physical connection to the underlying EIS resource manager,
ManagedConnectionFactory uses the security information (passed as
Subject) and additional ConnectionRequestInfo (which is specific to
ResourceAdapter and opaque to application server) to create this new
connection.
- createNClob() -
Method in class org.firebirdsql.jdbc.FBConnection
-
- createObjectInstance() -
Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
- Deprecated. Create instance of this data source.
- createObjectInstance() -
Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
- Deprecated.
- createObjectInstance() -
Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
- Deprecated.
- createPreparedStatement(GDSHelper, String, int, int, int, FBObjectListener.StatementListener, FBObjectListener.BlobListener, boolean, boolean, boolean) -
Static method in class org.firebirdsql.jdbc.FBStatementFactory
-
- createRequestBuffer(int, int) -
Method in class org.firebirdsql.management.FBServiceManager
- Build up a request buffer for the specified operation.
- createServiceParameterBuffer() -
Method in interface org.firebirdsql.gds.GDS
- Create a new
ServiceParameterBuffer instance for setting
service parameters in the current GDS implementation.
- createServiceRequestBuffer(int) -
Method in interface org.firebirdsql.gds.GDS
- Create a new
ServiceRequestBuffer instance for setting
service request parameters in the current GDS implementation.
- createSQLXML() -
Method in class org.firebirdsql.jdbc.FBConnection
-
- createStatement() -
Method in class org.firebirdsql.jdbc.AbstractConnection
- Creates a
Statement object for sending
SQL statements to the database.
- createStatement(int, int) -
Method in class org.firebirdsql.jdbc.AbstractConnection
- Creates a
Statement object that will generate
ResultSet objects with the given type and concurrency.
- createStatement(int, int, int) -
Method in class org.firebirdsql.jdbc.AbstractConnection
- Creates a
Statement object that will generate
ResultSet objects with the given type, concurrency,
and holdability.
- createStatement(GDSHelper, int, int, int, FBObjectListener.StatementListener) -
Static method in class org.firebirdsql.jdbc.FBStatementFactory
-
- createStruct(String, Object[]) -
Method in class org.firebirdsql.jdbc.AbstractConnection
-
- createTransactionParameterBuffer() -
Method in class org.firebirdsql.jdbc.AbstractConnection
-
- createTransactionParameterBuffer() -
Method in interface org.firebirdsql.jdbc.FirebirdConnection
- Create new instance of
TransactionParameterBuffer.
- createWithXAErrorCode(String, int) -
Static method in exception org.firebirdsql.gds.GDSException
- Factory method to create a new instance with a given
XA
error code.
- CS_BINARY -
Static variable in interface org.firebirdsql.gds.ISCConstants
-
- CS_dynamic -
Static variable in interface org.firebirdsql.gds.ISCConstants
-
- CS_NONE -
Static variable in interface org.firebirdsql.gds.ISCConstants
-
- CURRENT_VERSION -
Static variable in interface org.firebirdsql.gds.ServiceParameterBuffer
-
- currentStatementResult -
Variable in class org.firebirdsql.jdbc.AbstractStatement
-
Date value using a given Calendar.
byte array into a Date value.
byte array into a double value.
byte array into a float value.
byte array into an int value.
byte array into a long value.
byte array into a short value.
byte array into a String
using a given encoding.
Time value using a given Calendar.
byte array into a Time value.
Timestamp value using a given
Calendar.
Timestamp value using a given
Calendar.
byte array into a Timestamp.
-1, meaning that we
will use socket buffer size default for runtime platform.
ResultSet object
and from the underlying database.
FBConnectionPoolDataSourceDate value using a given
Calendar.
Date value into a byte array.
double value as a byte array.
float value as a byte array.
int value as a byte array.
long value as a byte array.
short value as a byte array.
String value into a byte array using
a given encoding.
byte array using a given encoding.
Time value using a given
Calendar.
Time value into a byte array.
Timestamp using a given Calendar.
Timestamp using a given Calendar.
Timestamp as a byte array.
obj is equal to this instance.
ex
represents a "fatal" one
GDS-based event handling.EventListeners to listen for
database events.PreparedStatement object
and returns the result set generated by the query.
ResultSet object.
PreparedStatement object.
INSERT, UPDATE or
DELETE statement.
Statement object
should be made available for retrieval.
FBBackupManager based on
the default GDSType.
FBBackupManager based on
a given GDSType.
FBBackupManager based on
a given GDSType.
BLOB value.CallableStatement.FBConnectionRequestInfo instance.ConnectionPoolDataSource.FBConnectionPoolDataSourceFBConnectionRequestInfo holds a clumplet that is
used to store and transfer connection-specific information such as user,
password, and other dpb information..FBDataSource is a ConnectionFactory for jdbc
Connection objects.FBEscapedParser parses the SQL
and converts escaped syntax to native form.EventListener implementation to listen for database events.FBLocalTransaction implements LocalTransaction both
in the cci and spi meanings.FBMaintenanceManager class is responsible for replicating
the functionality provided by the gfix command-line tool.FBMaintenanceManager based on
the default GDSType.
FBMaintenanceManager based on
a given GDSType.
FBMaintenanceManager based on
a given GDSType.
FBManagedConnection implements both the
ManagedConnection and XAResource interfaces.FBManagedConnectionMetaData implements
javax.resource.sqi.ManagedConnectionMetaData, providing almost
no useful information.FBManager is a simple jmx mbean that allows you
to create and drop databases.FBManagerMBean here.FBNBackupManager based on
the default GDSType.
FBNBackupManager based on
a given GDSType.
FBNBackupManager based on
a given GDSType.
FBParameterMetaData here.FBParameterMetaData instance.
PreparedStatement.FBProcedureParam instance.
FBResourceException should be used in places where
ResourceException should be thrown according to the interface
specification, but we do not want to loose exception that we caught.FBResourceException with a given
string message and generic error code.
FBResourceException with
a message and specific error code.
FBResourceException with a
generic error code that is linked to another (sub) exception.
FBResourceException with a
generic error code that is linked to another (sub) exception.
FBResourceTransactionException
with a given message and generic error code
FBResourceTransactionException
with a given message and error code.
FBResourceTransactionException
with a given message and sub-exception.
FBResourceException
with a given message, error code and underlying exception.
ResultSet interface.ResultSetMetaData interface.FBResultSetMetaData instance.
FBServiceManager based on
the default GDSType.
FBServiceManager based on
a given GDSType.
FBServiceManager based on
a given GDSType.
DataSource interface.FBSimpleDataSourceFBSQLException.FBSQLException(String, String) in combination with
SQLException.setNextException(SQLException).
SQLWarning.FBStandAloneConnectionManager provides the
default implementation of ConnectionManager for standalone use.FBStatisticsManager class is responsible for replicating
the functionality of the gstat command-line tool.FBMaintenanceManager based on
the default GDSType.
FBMaintenanceManager based on
a given GDSType.
FBMaintenanceManager based on
a given GDSType.
FBTpb class represents the Firebird Transaction Parameter
Block (TPB), which contains Firebird-specific information about transaction
isolation.FBTpbMapper.
FBTraceManager based on
the default GDSType.
FBTraceManager based on
a given GDSType.
FBTraceManager based on
a given GDSType.
FBMaintenanceManager based on
the default GDSType.
FBMaintenanceManager based on
a given GDSType.
FBMaintenanceManager based on
a given GDSType.
FBWrappingDataSource will be removed in Jaybird 3; consider migrating to a third party connection poolFBXADataSourceXADataSource.FBXADataSourceFBXAException with a given
message.
FBXAException based around
a specific error code.
FBXAException based around
a message and specific error code.
FBXAException wrapped around
an underlying exception.
FBXAException based around
a message and with an underlying exception.
ResultSet column name to its
ResultSet column index.
CallableStatement interface.Connection interface providing access to Firebird
specific features.DatabaseMetaData interface providing access to Firebird
specific features.Driver providing methods to set the
connection properties programmatically.LocalTransaction interface
to tell whether the underlying managed connection is currently participating
in some transaction or not and to obtain the associated Xid.PreparedStatement interface.ResultSetMetaData interface.java.sql.Savepoint
interface defined in JDBC 3.0, but can be used in JDBC 2.0 applications.Statement interface.ResultSet object.
floor UDF function.
QuoteStrategy for the specified dialect.
Array object and releases the resources that
it holds.
Blob object and releases the resources that
it holds.
GDS has most of the C client interface functions
lightly mapped to java, as well as the constants returned from the server.ARRAY parameter as an
Array object in the Java programming language.
ResultSet object as an Array object
in the Java programming language.
ResultSet object as an Array object
in the Java programming language.
ARRAY value designated
by this
Array object in the form of an array in the Java
programming language.
Array object.
ARRAY
value designated by this Array object, beginning with the
specified index and containing up to count
successive elements of the SQL array.
Array object, beginning with the specified
index and containing up to count
successive elements of the SQL array.
ResultSet object as an InputStream.
CLOB value designated by this Clob
object as a stream of Ascii bytes.
Array object.
Array object.
NUMERIC parameter as a
java.math.BigDecimal object with as many digits to the
right of the decimal point as the value contains.
ResultSet object as a
java.math.BigDecimal with full precision.
ResultSet object as a binary InputStream.
InputStream object that contains a partial Blob value,
starting with the byte specified by pos, which is length bytes in length.
BLOB designated by this
Blob instance as a stream.
BLOB parameter as a
Blob object in the Java programming language.
ResultSet object as a Blob object
in the Java programming language.
FirebirdBlob to which this stream belongs to.
FBManagedConnectionFactory.getBlobBufferSize()
Blob
ConnectionPoolDataSource.getPooledConnection()
can block.
BIT parameter as a boolean
in the Java programming language.
boolean value.
ResultSet object as a boolean value.
TINYINT parameter as a byte
in the Java programming language.
byte value.
ResultSet object as a byte value.
BINARY or VARBINARY
parameter as an array of byte values in the Java
programming language.
byte array.
ResultSet object as a byte array.
BLOB
value that this Blob object designates.
ResultSet object as a
java.io.Reader object.
ResultSet object as a
java.io.Reader object.
CLOB value designated by this Clob
object as a Unicode stream.
CLOB parameter as a
Clob object in the Java programming language.
ResultSet object as a Clob object
in the Java programming language.
ResultSet object as a Clob object
in the Java programming language.
ResultSet.getObject
is called to retrieve a value
from the column.
ResultSet object.
ResultSet object.
ManagedConnection instance.
Connection object that produced this
Statement object.
FBWrappingDataSource.getFreeSize() instead.
PooledConnectionManager responsible for
instantiating pooled connections.
ResultSet
object.
FBSimpleDataSource.getDatabase() instead for the sake of naming
compatibility.
FBDataSource class) that will provide JDBC connections.
DATE parameter as a
java.sql.Date object.
DATE parameter as a
java.sql.Date object, using
the given Calendar object
to construct the date.
Date object.
ResultSet object as a Date.
ResultSet object as a java.sql.Date object
in the Java programming language.
ResultSet object as a java.sql.Date object
in the Java programming language.
DOUBLE parameter as a double
in the Java programming language.
double value.
ResultSet object as a double value.
ManagedConnection.
ManagedConnection.
ResultSet object.
Statement object.
ResultSet object.
Statement object.
FBField object at the given column index
FBField by name.
FLOAT parameter as a float
in the Java programming language.
float value.
ResultSet object as a float value.
GDS implementation depending on the type specified
during instantiation.
GDSHelper connected with this managed connection.
Statement object.
ResultSet object
ResultSet object
Copied from java.sql.ResultSet of Java 6 for Java 5 compatibility
BasicAbstractConnectionPool.getMaxIdleTime()
ConnectionPoolConfiguration.getMaxIdleTime() instead.
FBWrappingDataSource.getMaxIdleTime().
StoredProcedureMetaData object for a Connection.
INTEGER parameter as an int
in the Java programming language.
int value.
ResultSet object as an int value.
Throwable.getCause() instead.
int parameter for this exception.
FBWrappingDataSource.getDefaultIsolation() instead.
long[] in 3.0
FBMaintenanceManager.getLimboTransactions() in 3.0
FBManagedConnectionFactory.getCharSet() instead.
javax.resource.spi.LocalTransaction instance.
ManagedConnectionFactory
instance.
BIGINT parameter as a long
in the Java programming language.
long value.
ResultSet object as a long value.
BasicAbstractConnectionPool.getMaxPoolSize()
ConnectionPoolConfiguration.getMaxPoolSize() instead.
FBWrappingDataSource.getMaxPoolSize().
ResultSet object can contain.
ResultSet
object's columns.
BasicAbstractConnectionPool.getMinPoolSize()
ConnectionPoolConfiguration.getMinPoolSize() instead.
FBWrappingDataSource.getMinPoolSize()
Statement object's next result.
Object in the Java
programming language.
i and uses map for the custom
mapping of the parameter value.
Object.
ResultSet object as
an Object in the Java programming language.
ResultSet object as an Object
in the Java programming language.
ResultSet object as an Object
in the Java programming language.
PreparedStatement.setObject.
PreparedStatement.setObject.
PreparedStatement
object for which this ParameterMetaData object contains
information.
PreparedStatement
object for which this ParameterMetaData object contains
information.
FBSimpleDataSource.getConnection() method.
FBWrappingDataSource.isPooling() method.
Connection.prepareStatement(String) method call.
Connection interface and using this
instance as invocation handler.
Statement object to execute.
REF(<structured-type>)
parameter as a Ref object in the Java programming language.
ResultSet object as a Ref object
in the Java programming language.
ResultSet object as a Ref object
in the Java programming language.
Reference for this DataSource.
ResultSet object.
ResultSet object.
ARRAY value
designated by this Array object.
ARRAY value
designated by this Array object.
index and contains up to
count successive elements.
index and contains up to
count successive elements.
ResultSet objects
generated by this Statement object.
ResultSet.
ResultSet objects
generated by this Statement object.
ResultSet objects
generated by this Statement object.
ROWID type,
and if so the lifetime for which a RowId object remains valid.
SMALLINT parameter as a short
in the Java programming language.
short value.
ResultSet object as a short value.
AbstractFBConnectionPoolDataSource.getRoleName() instead.
FBWrappingDataSource.getRoleName() instead.
Statement object that produced this
ResultSet object.
CHAR, VARCHAR,
or LONGVARCHAR parameter as a String in
the Java programming language.
String object.
ResultSet object as a String.
CLOB
value designated by this Clob object.
TIME parameter as a
java.sql.Time object.
TIME parameter as a
java.sql.Time object, using
the given Calendar object
to construct the time.
Time object.
ResultSet object as a Time object.
ResultSet object as a java.sql.Time object
in the Java programming language.
ResultSet object as a java.sql.Time object
in the Java programming language.
TIMESTAMP parameter as a
java.sql.Timestamp object.
TIMESTAMP parameter as a
java.sql.Timestamp object, using
the given Calendar object to construct
the Timestamp object.
Timestamp object.
ResultSet object as a Timestamp object.
ResultSet object as a java.sql.Timestamp object
in the Java programming language.
ResultSet object as a java.sql.Timestamp object
in the Java programming language.
FBManagedConnectionFactory.getDefaultTransactionIsolation()
FBWrappingDataSource.getDefaultTransactionIsolation() instead.
FBManagedConnectionFactory.getDefaultIsolation()
ResultSet object.
ResultSet object or there are no more results, -1
is returned.
FBSimpleDataSource.getUserName() instead for the sake of naming
compatibility.
FBSimpleDataSource.getConnection() method.
ManagedConnection instance.
Object.wait(long) method and check whether it was stopped or
not.
ResultSet object.
Statement object.
Statement.close() call.
ResultSet objaect and into the database.
FBConnection class.ResultSet object.
ResultSet object.
IscBlobHandle is a java mapping for a blob handle..EventHandle.
GDS has most of the C client interface functions
lightly mapped to java, as well as the constants returned from the server..IscDbHandle is
attached.
isc_db_handle represents a socket connection
to the database server.IscDbHandle is attached.
IscDbHandle is attached.
GDS.iscDsqlExecImmed2(IscDbHandle, IscTrHandle, byte[], int, XSQLDA, XSQLDA)
GDS.iscDsqlExecuteImmediate(IscDbHandle, IscTrHandle, byte[], int, XSQLDA)
GDS.iscDsqlPrepare(IscTrHandle, IscStmtHandle, byte[], int)
EventHandle.
ResultSet object has been closed.
Statement object has been closed.
isc_stmt_handle describes a handle to a database statement.isc_svc_handle is a java mapping for a
isc_svc_handle handle.IscTrHandle represents a transaction handle.EOF has been reached with this blob.
ResultSet object.
state.
state.
ResultSet object.
FBManagedConnection uses the same
ResourceManager as res.
ResultSet object.
lcase UDF function.
BLOB value
designated by this Blob object.
CLOB value
designated by this Clob object.
length UDF function.
List<Long> in 3.0
FBMaintenanceManager.limboTransactionsAsList() in 3.0
new String(Files.readAllBytes(Paths.get(fileName)), Charset.defaultCharset()).
This method will be removed in Jaybird 4.
log UDF function.
log10 UDF function.
ltrim UDF function.
MaintenanceManager is responsible for replicating
the functionality provided by the gfix command-line tool.mod UDF function.
FirebirdConnectionProperties that can
later be used in FirebirdDriver.connect(FirebirdConnectionProperties) call.
TransactionParameterBuffer instance for setting
transaction parameters in the current GDS implementation.
FBDriverPropertyManager.normalize(Properties) instead. Method will be removed in Jaybird 3.0
true if the old callable statement compatibility mode should
be used, otherwise - false.
NULL values.
NULL values.
PooledConnection.close() method
is directly invoked by the application.
PooledObject.deallocate() method
is invoked by the application.
pi UDF function.
pattern begins within the BLOB
value that this Blob object represents.
BLOB value
designated by this Blob object at which
pattern begins.
searchstr appears in the SQL CLOB value
represented by this Clob object.
Clob object searchstr appears in this
Clob object.
CallableStatement object for calling
database stored procedures.
CallableStatement object that will generate
ResultSet objects with the given type and concurrency.
PreparedStatement object for sending
parameterized SQL statements to the database.
PreparedStatement object that will generate
ResultSet objects with the given type and concurrency.
PreparedStatement object that will generate
ResultSet objects with the given type, concurrency,
and holdability.
PreparedStatement object that has
the capability to retrieve auto-generated keys.
PreparedStatement object capable
of returning the auto-generated keys designated by the given array.
PreparedStatement object capable
of returning the auto-generated keys designated by the given array.
AbstractPingablePooledConnection.prepareStatement(XPreparedStatementModel, boolean)
instead.
prepareStatement(XPreparedStatementModel, boolean)
intead.
ResultSet object.
STDERR
PrintStream
PrintWriter
STDERR.
PrintStream.
PrintWriter.
rand UDF function.
length from the stream into the specified buffer.
buffer.length bytes from the buffer.
parameterIndex to the JDBC type
sqlType.
parameterIndex to be of JDBC type
sqlType.
pch.
Connection.releaseSavepoint(Savepoint)
Connection.releaseSavepoint(java.sql.Savepoint)
ConnectionEventListner from the listing of
listeners that will be notified for a ConnectionEvent.
Connection.rollback(Savepoint)
Connection.rollback(java.sql.Savepoint)
MaintenanceManager.rollbackTransaction(long). This method wil be removed in Jaybird 3.1.
rtrim UDF function.
Array object.
Blob object.
FBManagedConnectionFactory.setBlobBufferSize(int)
Blob object represents and returns the number of bytes
written.
Blob object represents and returns the number of bytes
written.
Reader object,
which is the given number of characters long.
Clob object.
Statement object execute methods.
FBSimpleDataSource.setDatabase(String) instead for the sake of
naming compatibility.
java.sql.Date
value, using the given Calendar object.
ResultSet object will be processed.
ResultSet object.
Connection.setSavepoint()
Connection.setSavepoint()
Connection.setSavepoint()
Connection.setSavepoint(String)
BasicAbstractConnectionPool.setMaxIdleTime(int)
FBWrappingDataSource.setMaxIdleTime(int).
FBWrappingDataSource.setDefaultIsolation(String) instead.
FBManagedConnectionFactory.setCharSet(String) instead.
ManagedConnectionFactory
instance.
FBManagedConnection around which this connection is
based.
BasicAbstractConnectionPool.setMaxPoolSize(int)
FBWrappingDataSource.setMaxPoolSize(int).
ResultSet object can contain to the given number.
BasicAbstractConnectionPool.setMinPoolSize(int)
FBWrappingDataSource.setMinPoolSize(int)
NULL.
NULL.
FBSimpleDataSource.getConnection() method.
Statement object to execute to the given number of seconds.
REF(<structured-type>) value.
Reference for this DataSource.
AbstractFBConnectionPoolDataSource.setRoleName(String) instead.
FBWrappingDataSource.setRoleName(String) instead.
Clob object designates at the
position pos.
java.sql.Time
value, using the given Calendar object.
java.sql.Timestamp value, using the given
Calendar object.
FBManagedConnectionFactory.setDefaultTransactionIsolation(int)
FBWrappingDataSource.setDefaultTransactionIsolation(int) instead.
FBManagedConnectionFactory.setDefaultIsolation(String)
FirebirdConnection.setTransactionParameters(int, TransactionParameterBuffer)
instead.
FBSimpleDataSource.setUserName(String) instead for the sake of
naming compatibility.
FBSimpleDataSource.getConnection() method.
BackupManager will
result in verbose logging to the configured logger.
BackupManager will
result in verbose logging to the configured logger.
Object.wait(long) method and check whether it was stopped or
not.
sign UDF function.
FBSimpleDataSource for non-pooling, this implementation
only works correctly with the deprecated FBConnectionPoolDataSource and
DriverConnectionPoolDataSource classessin UDF function.
sqrt UDF function.
Statement.close() method.
StatisticsManager is responsible for replicating the
functionality of the gstat command-line tool.ResultSet
objects returned from a CallableStatement object
simultaneously.
ResultSet from a single execute supported?
tan UDF function.
- TARGET_INTERP -
Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
-
- TARGET_TYPE -
Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
-
- TIMESTAMP_USES_LOCAL_TIMEZONE_PROPERTY -
Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
-
- toArray(Collection<Integer>) -
Method in class org.firebirdsql.jdbc.AbstractStatement
- Convert collection of
Integer elements into array of int.
- toDateString(String) -
Method in class org.firebirdsql.jdbc.FBEscapedParser
- This method converts the 'yyyy-mm-dd' date format into the
Firebird understandable format.
- toString() -
Method in class org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
- Puts parameters into the template and return the obtained string.
- toString() -
Method in class org.firebirdsql.jca.FBLocalTransaction.FBLocalXid
-
- toString() -
Method in class org.firebirdsql.management.FBUser
-
- toTimestampString(String) -
Method in class org.firebirdsql.jdbc.FBEscapedParser
- This method converts the 'yyyy-mm-dd hh:mm:ss' timestamp format into the
Firebird understandable format.
- toTimeString(String) -
Method in class org.firebirdsql.jdbc.FBEscapedParser
- This method converts the 'hh:mm:ss' time format into the
Firebird understandable format.
- TPB_CONCURRENCY -
Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
-
- TPB_CONSISTENCY -
Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
-
- TPB_MAPPING -
Static variable in class org.firebirdsql.jdbc.AbstractDriver
-
- TPB_MAPPING_PROPERTY -
Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
-
- TPB_NO_REC_VERSION -
Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
-
- TPB_NOWAIT -
Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
-
- TPB_PREFIX -
Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
-
- TPB_READ -
Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
-
- TPB_READ_COMMITTED -
Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
-
- TPB_REC_VERSION -
Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
-
- TPB_WAIT -
Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
-
- TPB_WRITE -
Static variable in interface org.firebirdsql.jdbc.FirebirdConnection
-
- TRACE -
Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
- TraceManager - Interface in org.firebirdsql.management
- Implements the Trace/Audit API availabe new in Firebird 2.5.
- TRANSACTION_NONE -
Static variable in class org.firebirdsql.jdbc.FBTpbMapper
- Indicates that transactions are not supported.
- TRANSACTION_READ_COMMITTED -
Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
-
- TRANSACTION_READ_COMMITTED -
Static variable in class org.firebirdsql.jdbc.FBTpbMapper
- Dirty reads are prevented; non-repeatable reads and phantom reads can
occur.
- TRANSACTION_READ_UNCOMMITTED -
Static variable in class org.firebirdsql.jdbc.FBTpbMapper
- Dirty reads, non-repeatable reads and phantom reads can occur.
- TRANSACTION_REPEATABLE_READ -
Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
-
- TRANSACTION_REPEATABLE_READ -
Static variable in class org.firebirdsql.jdbc.FBTpbMapper
- Dirty reads and non-repeatable reads are prevented; phantom reads can
occur.
- TRANSACTION_SERIALIZABLE -
Static variable in class org.firebirdsql.jdbc.FBConnectionHelper
-
- TRANSACTION_SERIALIZABLE -
Static variable in class org.firebirdsql.jdbc.FBTpbMapper
- Dirty reads, non-repeatable reads and phantom reads are prevented.
- TransactionParameterBuffer - Interface in org.firebirdsql.gds
- Instances of this interface represent Transaction Parameter Buffer from the
Firebird API.
- truncate(long) -
Method in class org.firebirdsql.jdbc.FBBlob
- This operation is not currently supported
Truncate this
Blob to a given length.
- truncate(long) -
Method in class org.firebirdsql.jdbc.FBCachedBlob
- Truncate the blob to specified length.
- truncate(long) -
Method in class org.firebirdsql.jdbc.FBClob
- This operation is not currently supported Truncate this
Clob to a given length.
- TRUSTED_AUTH -
Static variable in interface org.firebirdsql.gds.DatabaseParameterBuffer
-
- txCoordinator -
Variable in class org.firebirdsql.jdbc.AbstractConnection
-
- TYPE -
Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
-
- TYPE_COMMIT -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_COMMIT -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- A
COMMIT statement
- TYPE_DDL -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_DDL -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- A DDL statment
- TYPE_DELETE -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_DELETE -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- A
DELETE statement
- TYPE_EXEC_PROCEDURE -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_EXEC_PROCEDURE -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- An
EXEC PROCEDURE statement
- TYPE_GET_SEGMENT -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_GET_SEGMENT -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- A GET SEGMENT statement
- TYPE_INSERT -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_INSERT -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- An
INSERT statement
- TYPE_PROPERTY -
Static variable in class org.firebirdsql.jdbc.FBConnectionProperties
-
- TYPE_PUT_SEGMENT -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_PUT_SEGMENT -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- A PUT SEGMENT statement
- TYPE_ROLLBACK -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_ROLLBACK -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- A
ROLLBACK statement
- TYPE_SEGMENTED -
Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
-
- TYPE_SELECT -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_SELECT -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- A
SELECT statement
- TYPE_SELECT_FOR_UPDATE -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_SELECT_FOR_UPDATE -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- A
SELECT FOR UPDATE statement
- TYPE_SET_GENERATOR -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_SET_GENERATOR -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- A
SET GENERATOR statement
- TYPE_START_TRANS -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_START_TRANS -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- A START TRANSACTION statement
- TYPE_STREAM -
Static variable in interface org.firebirdsql.gds.BlobParameterBuffer
-
- TYPE_UNKNOWN -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_UPDATE -
Static variable in interface org.firebirdsql.gds.IscStmtHandle
-
- TYPE_UPDATE -
Static variable in interface org.firebirdsql.jdbc.FirebirdPreparedStatement
- An
UPDATE statement
java.math.BigDecimal
value.
java.sql.BigDecimal
value.
boolean value.
boolean value.
byte value.
byte value.
byte array value.
boolean value.
java.sql.Date value.
java.sql.Date value.
double value.
double value.
float value.
float value.
int value.
int value.
long value.
long value.
null value.
Object value.
Object value.
Object value.
Object value.
ResultSet object.
ResultSet.rowUpdated.
short value.
short value.
String value.
String value.
java.sql.Time value.
java.sql.Time value.
java.sql.Timestamp
value.
java.sql.Timestamp
value.
XSQLDA being used.
state.
NULL.
NULL.
XSQLDA is a java mapping of the XSQLDA server
data structure used to represent one row for input and output.XSQLDA with a given number
of columns.
XSQLDA is a java mapping of the XSQLVAR server
data structure used to represent one column for input and output.char UDF function.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||