Home » openjdk-7 » javax » sql »

javax.sql

Sub Packages:

javax.sql.rowset   Standard interfaces and base classes for JDBC RowSet implementations.  
javax.sql.rowset.serial   Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.  
javax.sql.rowset.spi   The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.  

Interfaces:

CommonDataSource   Interface that defines the methods which are common between DataSource, XADataSource and ConnectionPoolDataSource code | html
ConnectionEventListener  

An object that registers to be notified of events generated by a PooledConnection object. 

code | html
ConnectionPoolDataSource   A factory for PooledConnection objects.  code | html
DataSource  

A factory for connections to the physical data source that this DataSource object represents. 

code | html
PooledConnection   An object that provides hooks for connection pool management.  code | html
RowSet   The interface that adds support to the JDBC API for the JavaBeansTM component model.  code | html
RowSetInternal   The interface that a RowSet object implements in order to present itself to a RowSetReader or RowSetWriter object.  code | html
RowSetListener   An interface that must be implemented by a component that wants to be notified when a significant event happens in the life of a RowSet object.  code | html
RowSetMetaData   An object that contains information about the columns in a RowSet object.  code | html
RowSetReader   The facility that a disconnected RowSet object calls on to populate itself with rows of data.  code | html
RowSetWriter   An object that implements the RowSetWriter interface, called a writer code | html
StatementEventListener   An object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool.  code | html
XAConnection   An object that provides support for distributed transactions.  code | html
XADataSource   A factory for XAConnection objects that is used internally.  code | html

Classes:

ConnectionEvent  

An Event object that provides information about the source of a connection-related event. 

code | html
RowSetEvent   An Event object generated when an event occurs to a RowSet object.  code | html
StatementEvent   A StatementEvent is sent to all StatementEventListeners which were registered with a PooledConnection code | html