API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.sql
Author(s)
Since
1.4
Version
Serial
Description
  Provides the API for server side data source access and processing from the JavaTM programming language.
See also:   
CommonDataSource View Source Interface that defines the methods which are common between DataSource, XADataSource and ConnectionPoolDataSource.
ConnectionEvent View Source An Event object that provides information about the source of a connection-related event.
ConnectionEventListener View Source An object that registers to be notified of events generated by a PooledConnection object.
ConnectionPoolDataSource View Source A factory for PooledConnection objects.
DataSource View Source A factory for connections to the physical data source that this DataSource object represents.
PooledConnection View Source An object that provides hooks for connection pool management.
RowSet View Source The interface that adds support to the JDBC API for the JavaBeansTM component model.
RowSetEvent View Source An Event object generated when an event occurs to a RowSet object.
RowSetInternal View Source The interface that a RowSet object implements in order to present itself to a RowSetReader or RowSetWriter object.
RowSetListener View Source 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.
RowSetMetaData View Source An object that contains information about the columns in a RowSet object.
RowSetReader View Source The facility that a disconnected RowSet object calls on to populate itself with rows of data.
RowSetWriter View Source An object that implements the RowSetWriter interface, called a writer.
StatementEvent View Source A StatementEvent is sent to all StatementEventListeners which were registered with a PooledConnection.
StatementEventListener View Source An object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool.
XAConnection View Source An object that provides support for distributed transactions.
XADataSource View Source A factory for XAConnection objects that is used internally.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar