Package javax.sql

Interface Summary
ConnectionEventListener The ConnectionEventListener interface is implemented by a connection pooling component.
ConnectionPoolDataSource A ConnectionPoolDataSource object is a factory for PooledConnection objects.
DataSource A DataSource object is a factory for Connection objects.
PooledConnection A PooledConnection object is a connection object that provides hooks for connection pool management.
RowSet The RowSet interface adds support to the JDBC API for the JavaBeans(TM) component model.
RowSetInternal A rowset object presents itself to a reader or writer as an instance of RowSetInternal.
RowSetListener 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  
RowSetReader The RowSetReader interface.
RowSetWriter The RowSetWriter interface.
XAConnection An XAConnection object provides support for distributed transactions.
XADataSource A factory for XAConnection objects.
 

Class Summary
CachedRowSet A CachedRowSet is a disconnected, serializable, scrollable container for tabular data.
ConnectionEvent The ConnectionEvent class provides information about the source of a connection related event.
JDBCRowSet A JDBCRowSet is a connected rowset.
RowSetEvent A RowSetEvent is generated when something important happens in the life of a rowset, like when a column value changes.
RowSetMetaDataImpl The RowSetMetaDataImpl class provides the default implementation of the RowSetMetaData interface.
RowSetReaderImpl The RowSetReaderImpl class is an example implementation of the RowSetReader interface.
RowSetWriterImpl The RowSetWriterImpl class is an example implementation of the RowSetWriter interface.
WebRowSet The WebRowSet class.