Package javax.sql

Interface Summary
ConnectionEventListener (src) A ConnectionEventListener is an object that registers to receive events generated by a PooledConnection.
ConnectionPoolDataSource (src) A ConnectionPoolDataSource object is a factory for PooledConnection objects.
DataSource (src) A DataSource object is a factory for Connection objects.
PooledConnection (src) A PooledConnection object is a connection object that provides hooks for connection pool management.
RowSet (src) The RowSet interface adds support to the JDBC API for the JavaBeans(TM) component model.
RowSetInternal (src) A rowset object presents itself to a reader or writer as an instance of RowSetInternal.
RowSetListener (src) The RowSetListener interface is implemented by a component that wants to be notified when a significant event happens in the life of a RowSet
RowSetMetaData (src) The RowSetMetaData interface extends ResultSetMetaData with methods that allow a metadata object to be initialized.
RowSetReader (src) An object implementing the RowSetReader interface may be registered with a RowSet object that supports the reader/writer paradigm.
RowSetWriter (src) An object that implements the RowSetWriter interface may be registered with a RowSet object that supports the reader/writer paradigm.
XAConnection (src) An XAConnection object provides support for distributed transactions.
XADataSource (src) A factory for XAConnection objects.
 

Class Summary
ConnectionEvent (src) The ConnectionEvent class provides information about the source of a connection related event.
RowSetEvent (src) A RowSetEvent is generated when something important happens in the life of a rowset, like when a column value changes.