Interface Summary |
ConnectionContext |
A connection context manages a set of SQL operations performed during a
session with a specific database. |
ConnectionContextFactory |
A SQLJ-specific data source is implemented based on an underlying
JDBC data source. |
ForUpdate |
An interface implemented by iterators which will be used in a positioned
update or delete statement (as parameter to a WHERE CURRENT OF clause). |
NamedIterator |
An interface implemented by all iterators that employ a by-name
binding strategy. |
PositionedIterator |
An interface implemented by all iterators that employ a by-position
binding strategy. |
ResultSetIterator |
An interface that defines the shared functionality of those objects
used to iterate over the contents of a result set. |
Scrollable |
|
SqljConnectionPoolDataSource |
SqljConnectionPoolDataSource defines the interface for the SQLJ-specific data sources that are
based on JDBC ConnectionPoolDataSource implementations. |
SqljDataSource |
SqljDataSource defines the interface for all SQLJ-specific data sources. |
SqljXADataSource |
SqljXADataSource defines the interface for the SQLJ-specific data sources that are
based on JDBC XADataSource implementations. |