-
Classes in javax.sql used by javax.sql
| Class |
Description |
| CommonDataSource |
Interface that defines the methods which are common between DataSource,
XADataSource and ConnectionPoolDataSource.
|
| ConnectionEvent |
|
| ConnectionEventListener |
|
| PooledConnection |
An interface which provides facilities for handling connections to a database
which are pooled.
|
| RowSet |
An interface which provides means to access data which
persists on a database.
|
| RowSetEvent |
An event which is sent when specific events happen to a RowSet
object.
|
| RowSetInternal |
An interface provided by a RowSet object to let either a
RowSetReader or a RowSetWriter access its internal state, thereby
providing facilities to read and update the state of the RowSet.
|
| RowSetListener |
An interface used to send notification of events occurring in the context of
a RowSet.
|
| RowSetMetaData |
An interface which provides facilities for getting information about the
columns in a RowSet.
|
| StatementEvent |
A statement event that a PreparedStatement is closed
|
| StatementEventListener |
An object that registers to be notified of events that occur on
PreparedStatements that are in the Statement pool.
|