Uses of Package
javax.sql
Package
Description
Provides the API for server side data source access and processing from
the Java programming language.
Standard interfaces and base classes for JDBC
RowSet
implementations.The standard classes and interfaces that a third party vendor has to
use in its implementation of a synchronization provider.
-
ClassDescriptionInterface that defines the methods which are common between
DataSource
,XADataSource
andConnectionPoolDataSource
.AnEvent
object that provides information about the source of a connection-related event.An object that registers to be notified of events generated by aPooledConnection
object.An object that provides hooks for connection pool management.A builder created from aConnectionPoolDataSource
object, used to establish a connection to the database that thedata source
object represents.The interface that adds support to the JDBC API for the JavaBeans component model.AnEvent
object generated when an event occurs to aRowSet
object.The interface that aRowSet
object implements in order to present itself to aRowSetReader
orRowSetWriter
object.An interface that must be implemented by a component that wants to be notified when a significant event happens in the life of aRowSet
object.An object that contains information about the columns in aRowSet
object.AStatementEvent
is sent to allStatementEventListener
s which were registered with aPooledConnection
.An object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool.An object that provides support for distributed transactions.A builder created from aXADataSource
object, used to establish a connection to the database that thedata source
object represents. -
ClassDescriptionThe interface that adds support to the JDBC API for the JavaBeans component model.An
Event
object generated when an event occurs to aRowSet
object.An interface that must be implemented by a component that wants to be notified when a significant event happens in the life of aRowSet
object.An object that contains information about the columns in aRowSet
object. -
ClassDescriptionThe interface that adds support to the JDBC API for the JavaBeans component model.The facility that a disconnected
RowSet
object calls on to populate itself with rows of data.An object that implements theRowSetWriter
interface, called a writer.