|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractConnection
is a handle to a
FBManagedConnection
.FBManagedConnection
.
ConnectionPoolDataSource
that
uses DriverManager
to open physical connections to the
database.PooledConnection
interface.PreparedStatement
interface. ResultSet
interface.FBResultSet
instance.
FirebirdSavepoint
interface. abs
UDF function.
ResultSet
object.
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
.
byte
parameter on this
ServiceRequestBuffer
.
PreparedStatement
object's batch of commands.
Statement
object.
ConnectionEventListener
listener.
ResultSet
object, just after the
last row.
ManagedConnection
.
ascii
UDF function.
asin
UDF function.
atan
UDF function.
atan2
UDF function.
GDS.iscCreateBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer)
or
GDS.iscOpenBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer)
operations.
ResultSet
object, just before the
first row.
ResultSet
objects that
have previously been kept open should be closed when calling
getMoreResults
.
ResultSet
object
should be closed when calling getMoreResults
.
ResultSet
objects should be
closed when the method Connection.commit
is called.
Class.forName
method or by using
an already cached instance.AbstractConnectionPool
instances. 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.
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.
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 '...'}"
- 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.
- copyBytes(byte[], int, int) -
Method in class org.firebirdsql.jdbc.FBBlob
-
- copyCharacterStream(Reader, int, String) -
Method in class org.firebirdsql.jdbc.FBBlob
- Copy data from a character stream into this Blob.
- copyFrom(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.
- 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.
- 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, FBObjectListener.StatementListener, FBObjectListener.BlobListener) -
Static method in class org.firebirdsql.jdbc.FBStatementFactory
-
- 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
-
- 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
-
- 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
-
- 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.
- createObjectInstance() -
Method in class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource
- Create instance of this data source.
- createObjectInstance() -
Method in class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource
-
- createObjectInstance() -
Method in class org.firebirdsql.pool.BasicAbstractConnectionPool
-
- createPreparedStatement(GDSHelper, String, int, int, int, FBObjectListener.StatementListener, FBObjectListener.BlobListener, 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.
- createSavepoint(int) -
Static method in class org.firebirdsql.jdbc.FBStatementFactory
-
- createSavepoint(String) -
Static method in class org.firebirdsql.jdbc.FBStatementFactory
-
- 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.
- 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
-
- 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 class org.firebirdsql.gds.GDSException
- Factory method to create a new instance with a given
XA
error code.
-1
, meaning that we
will use socket buffer size default for runtime platform.
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
.
ResultSet
object
and from the underlying database.
GDS
-based event handling.EventListener
s to listen for
database events.Date
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
.
Timstamp
as a byte
array.
obj
is equal to this instance.
ex
represents a "fatal" one
PreparedStatement
object
and returns the result set generated by the query.
ResultSet
object.
PreparedStatement
object.
INSERT
, UPDATE
or
DELETE
statement.
FBBackupManager
based on
the default GDSType.
FBBackupManager
based on
a given GDSType.
FBBackupManager
based on
a given GDSType.
BLOB
value. FBConnectionRequestInfo
instance. FBConnectionRequestInfo
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.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.
ResultSetMetaData
interface.FBResultSetMetaData
instance.
GDSException
instance that is
warning.FBServiceManager
based on
the default GDSType.
FBServiceManager
based on
a given GDSType.
FBServiceManager
based on
a given GDSType.
DataSource
interface. 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
.
FBMaintenanceManager
based on
the default GDSType.
FBMaintenanceManager
based on
a given GDSType.
FBMaintenanceManager
based on
a given GDSType.
DataSource
including connection pooling.
FBXAException
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.
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.FBWrappingDataSource
and
org.firebirdsql.pool.FBConnectionPoolDataSource
objects.
PreparedStatement
interface.java.sql.Savepoint
interface defined in JDBC 3.0, but can be used in JDBC 2.0 applications.Statement
interface.ResultSet
column name to its
ResultSet
column index.
ResultSet
object.
floor
UDF function.
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
.
BLOB
designated by this
Blob
instance as a stream.
InputStream
object that contains a partial Blob
value,
starting with the byte specified by pos, which is length bytes in length.
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.
FBDataSource
class) that will provide JDBC connections.
FBSimpleDataSource.getDatabase()
instead for the sake of naming
compatibility.
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.
GDSHelper
connected with this managed connection.
GDS
implementation depending on the type specified
during instantiation.
ResultSet
objects
created using this Connection
object.
BasicAbstractConnectionPool.getMaxIdleTime()
ConnectionPoolConfiguration.getMaxIdleTime()
instead.
FBWrappingDataSource.getMaxIdleTime()
.
INTEGER
parameter as an int
in the Java programming language.
int
value.
ResultSet
object as an int
value.
int
parameter for this exception.
FBWrappingDataSource.getDefaultIsolation()
instead.
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.
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.
FBSimpleDataSource.getConnection()
method.
FBWrappingDataSource.isPooling()
method.
Connection.prepareStatement(String)
method call.
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.
Savepoint
object represents.
Savepoint
object represents.
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.
ManagedConnection
instance.
FBSimpleDataSource.getConnection()
method.
ResultSet
object.
Statement
object.
ResultSet
objects should not
be closed when the method Connection.commit
is called.
Statement.close()
call.
GDS
has most of the C client interface functions
lightly mapped to java, as well as the constants returned from the server..FBConnection
class.IscBlobHandle
is a java mapping for a blob handle..isc_db_handle
represents a socket connection
to the database server.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.ResultSet
objaect and into the database.
ResultSet
object.
ResultSet
object.
EOF
has been reached with this blob.
ResultSet
object.
state
.
state
.
ResultSet
object.
FBManagedConnection
uses the same
ResourceManager as res
.
EventHandle
.
IscDbHandle
is
attached.
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
should not be closed when calling getMoreResults
.
ResultSet
object.
lcase
UDF function.
BLOB
value
designated by this Blob
object.
CLOB
value
designated by this Clob
object.
length
UDF function.
locatorsUpdateCopy
method here.
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.
true
if the old callable statement compatibility mode should
be used, otherwise - false
.
PooledConnection
.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.
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
.
Savepoint
object from the current
transaction.
FirebirdSavepoint
object from the current
transaction.
ConnectionEventListner
from the listing of
listeners that will be notified for a ConnectionEvent
.
Savepoint
object
was set.
FirebirdSavepoint
object
was set.
rtrim
UDF function.
DataSource
interface that uses
ConnectionPoolDataSource
as connection provider.PooledConnectionHandler
ensure that statements will be closed before connection is returned to the
pool.StatisticsManager
is responsible for replicating the
functionality of the gstat
command-line tool.
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.
Savepoint
object that represents it.
Savepoint
object that represents it.
FirebirdSavepoint
object that represents it.
FirebirdSavepoint
object that represents it.
ResultSet
objects
created using this Connection
object to the given
holdability.
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.
sign
UDF function.
sin
UDF function.
sqrt
UDF function.
Statement.close()
method.
ResultSet
objects returned from a CallableStatement
object
simultaneously.
ResultSet
from a single execute supported?
COMMIT
statement
DELETE
statement
EXEC PROCEDURE
statement
INSERT
statement
ROLLBACK
statement
SELECT
statement
SELECT FOR UPDATE
statement
SET GENERATOR
statement
UPDATE
statement
tan UDF function.
- 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.jca.FBLocalTransaction.FBLocalXid
-
- toString() -
Method in class org.firebirdsql.management.FBUser
-
- 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.
- top -
Variable in class org.firebirdsql.pool.BlockingStack
- Actual top of the stack.
- topLock -
Variable in class org.firebirdsql.pool.BlockingStack
-
- truncate(long) -
Method in class org.firebirdsql.jdbc.FBBlob
- This operation is not currently supported
Truncate this
Blob
to a given length.
- truncate(long) -
Method in class org.firebirdsql.jdbc.FBCachedBlob
- Truncate the blob to specified length.
- truncate(long) -
Method in class org.firebirdsql.jdbc.FBClob
- This operation is not currently supported
Truncate this
Clob
to a given length.
- txCoordinator -
Variable in class org.firebirdsql.jdbc.AbstractConnection
-
- type -
Variable in class org.firebirdsql.gds.GDSException
-
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.
short
value.
short
value.
String
value.
String
value.
java.sql.Time
value.
java.sql.Time
value.
java.sql.Timestamp
value.
java.sql.Timestamp
value.
ResultSet.rowUpdated
.
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.xaErrorCode
is used to allow the same
code to be used for transaction control from the XAResource,
LocalTransaction, and Connection.
char
UDF function.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |