javax.sql
Interfaces
| CommonDataSource |
Interface that defines the methods which are common between |
| ConnectionEventListener |
An object that registers to be notified of events generated by a |
| ConnectionPoolDataSource |
A factory for |
| DataSource |
A factory for connections to the physical data source that this |
| PooledConnection |
An object that provides hooks for connection pool management. |
| RowSet |
The interface that adds support to the JDBC API for the JavaBeansTM component model. |
| RowSetInternal |
The interface that a |
| 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 |
| RowSetMetaData |
An object that contains information about the columns in a |
| RowSetReader |
The facility that a disconnected |
| RowSetWriter |
An object that implements the |
| StatementEventListener |
An object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool. |
Classes
| ConnectionEvent |
An |
| RowSetEvent |
An |
| StatementEvent |
A |