Javax.Sql Namespace

Classes

ConnectionEvent

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

RowSetEvent

An Event object generated when an event occurs to a RowSet object.

StatementEvent

A StatementEvent is sent to all StatementEventListeners which were registered with a PooledConnection.

Interfaces

ICommonDataSource

Interface that defines the methods which are common between DataSource, XADataSource and ConnectionPoolDataSource.

IConnectionEventListener

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

IConnectionPoolDataSource

A factory for PooledConnection objects.

IDataSource

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

IPooledConnection

An object that provides hooks for connection pool management.

IRowSet

The interface that adds support to the JDBC API for the JavaBeans<sup><font size=-2>TM</font></sup> component model.

IRowSetInternal

The interface that a RowSet object implements in order to present itself to a RowSetReader or RowSetWriter object.

IRowSetListener

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.

IRowSetMetaData

An object that contains information about the columns in a RowSet object.

IRowSetReader

The facility that a disconnected RowSet object calls on to populate itself with rows of data.

IRowSetWriter

An object that implements the RowSetWriter interface, called a writer.

IStatementEventListener

An object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool.