|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractConnection
is a handle to a FBManagedConnection.PreparedStatement
interface. ResultSet
object.
PreparedStatement
object's batch of commands.
Statement
object.
ResultSet
object, just after the
last row.
GDS
.
ResultSet
object, just before the
first row.
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.
Connection
object.
Statement
object.
ResultSet
object.
Statement
object's database
and JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
ResultSet
object's database and
JDBC resources immediately instead of waiting for
this to happen when it is automatically closed.
createConnectionFactory
method creates a DataSource
using the supplied ConnectionManager..
createConnectionFactory
method creates a DataSource
with a default stand alone ConnectionManager.
Statement
object for sending
SQL statements to the database.
Statement
object that will generate
ResultSet
objects with the given type and concurrency.
cri
here.
-1
, meaning that we
will use socket buffer size default for runtime platform.
ConnectionPoolDataSource
that
uses DriverManager
to open physical connections to the
database.Time
value using a given Calendar
.
ResultSet
object
and from the underlying database.
Time
value using a given
Calendar
.
ensureInTransaction
method starts a local transaction
if a transaction is not associated with this connection.
obj
is equal to this instance.
PreparedStatement
object
and returns the result set generated by the query.
ResultSet
object.
PreparedStatement
object.
INSERT
, UPDATE
or
DELETE
statement.
FBArray
here.BLOB
value. FBClob
here.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. FBDriver
here.FBEscapedParser
parses the SQL
and converts escaped syntax to native form.FBLocalTransaction
implements
LocalTransaction both in the cci and spi meanings. FBManagedConnection
implements both the
ManagedConnection and XAResource interfaces.FBManagedConnectionMetaData
implements
ManagedConnectionMetaData, providing almost no useful information.FBManager
is a simple jmx mbean that allows you
to create and drop databases. FBManagerMBean
here.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.
ResultSet
interface.FBResultSet
instance.
ResultSetMetaData
interface.FBResultSetMetaData
instance.
GDSException
instance that is
warning.DataSource
interface. FBStandAloneConnectionManager
provides the
default implementation of ConnectionManager for standalone use.
DataSource
including connection pooling.
CallableStatement
interface.Connection
interface providing access to Firebird
specific features.org.firebirdsql.jdbc.FBWrappingDataSource
and
FBConnectionPoolDataSource
objects.
PreparedStatement
interface.Statement
interface.ResultSet
column name to its
ResultSet
column index.
ResultSet
object.
GDS
has most of the C client interface functions
lightly mapped to java, as well as the constants returned from the server..GDSFactory
exists to provide a way
to obtain objects implementing GDS and Clumplet.ARRAY
parameter 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 Array
object
in the Java programming language.
ResultSet
object as an Array
object
in the Java programming language.
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.
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.
ConnectionPoolDataSource.getPooledConnection()
can block.
BIT
parameter as a boolean
in the Java programming language.
TINYINT
parameter as a byte
in the Java programming language.
BINARY
or VARBINARY
parameter as an array of byte
values in the Java
programming language.
BLOB
value that this Blob
object designates.
CLOB
value designated by this Clob
object as a Unicode stream.
ResultSet
object as a
java.io.Reader
object.
ResultSet
object as a
java.io.Reader
object.
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.
Connection
object that produced this
Statement
object.
FBWrappingDataSource.getFreeSize()
instead.
PooledConnectionManager
responsible for
instantiating pooled connections.
FBConnectionRequestInfo
containing all
relevant parameters from the info
properties.
FBConnectionRequestInfo
containing all
relevant parameters from the info
properties.
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.
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.
Statement
object.
ResultSet
object.
Statement
object.
ResultSet
object.
FLOAT
parameter as a float
in the Java programming language.
BasicAbstractConnectionPool.getMaxIdleTime()
ConnectionPoolConfiguration.getMaxIdleTime()
instead.
FBWrappingDataSource.getMaxIdleTime()
.
INTEGER
parameter as an int
in the Java programming language.
BIGINT
parameter as a long
in the Java programming language.
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.
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.
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
objects
generated by this Statement
object.
SMALLINT
parameter as a short
in the Java programming language.
FBConnectionPoolDataSource.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.
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.
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.
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.
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.
Statement
object.
ResultSet
object.
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..ResultSet
objaect and into the database.
ResultSet
object.
ResultSet
object.
ResultSet
object.
state
.
state
.
ResultSet
object.
isc_blob_handle
is a java mapping for a blob handle..isc_db_handle
represents a socket connection
to the database server.isc_stmt_handle
here.isc_svc_handle
is a java mapping for a isc_svc_handle handle.isc_tr_handle
represents a transaction handle.ResultSet
object.
BLOB
value
designated by this Blob
object.
CLOB
value
designated by this Clob
object.
locatorsUpdateCopy
method here.
PooledConnection
interface.PooledConnection
.PooledConnection.close()
method
is directly invoked by the application.
PooledObject.deallocate()
method
is invoked by the application.
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.
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
.
ServiceParameterBuffer
models represents the interbase Service Parameter Buffer.ServiceRequestBuffer
models represents the interbase Service Request Buffer.DataSource
interface that uses
ConnectionPoolDataSource
as connection provider.PooledConnectionHandler
ensure that statements will be closed before connection is returned to the
pool.Array
object.
Blob
object.
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.
BasicAbstractConnectionPool.setMaxIdleTime(int)
FBWrappingDataSource.setMaxIdleTime(int)
.
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.
FBConnectionPoolDataSource.setRoleName(String)
instead.
FBWrappingDataSource.setRoleName(String)
instead.
java.sql.Time
value,
using the given Calendar
object.
java.sql.Timestamp
value,
using the given Calendar
object.
FBSimpleDataSource.setUserName(String)
instead for the sake of
naming compatibility.
FBSimpleDataSource.getConnection()
method.
Statement.close()
method.
ResultSet
from a single execute supported?
Integer
elements into array of int.
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
.
state
.
NULL
.
NULL
.
willEndTransaction
method determines if the current
transaction should be automatically ended when the current statement
executes.
XSQLDA
is a java mapping of the XSQLDA server
data structure used to represent one row for input and output.XSQLDA
is a java mapping of the XSQLVAR server
data structure used to represent one column for input and output.XdrInputStream
here.XdrOutputStream
here.Xdrable
represents an object that can read
and write itself from a strean in the xdr format used by the firebird
engine..xaErrorCode
is used to allow the same
code to be used for transaction control from the XAResource,
LocalTransaction, and Connection.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |