Stay organized with collections
Save and categorize content based on your preferences.
javax.sql
Interfaces
CommonDataSource |
Interface that defines the methods which are common between DataSource , XADataSource and ConnectionPoolDataSource .
|
ConnectionEventListener |
An object that registers to be notified of events generated by a PooledConnection object.
|
ConnectionPoolDataSource |
A factory for PooledConnection objects.
|
DataSource |
A factory for connections to the physical data source that this DataSource object represents.
|
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 RowSet object implements in order to present itself to a RowSetReader or RowSetWriter object.
|
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.
|
RowSetMetaData |
An object that contains information about the columns in a RowSet object.
|
RowSetReader |
The facility that a disconnected RowSet object calls on to populate itself with rows of data.
|
RowSetWriter |
An object that implements the RowSetWriter interface, called a writer.
|
StatementEventListener |
An object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool.
|
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 StatementEventListener s which were registered with a PooledConnection .
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# javax.sql\n=========\n\nInterfaces\n----------\n\n|----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| [CommonDataSource](/reference/kotlin/javax/sql/CommonDataSource) | Interface that defines the methods which are common between `DataSource`, `XADataSource` and `ConnectionPoolDataSource`. |\n| [ConnectionEventListener](/reference/kotlin/javax/sql/ConnectionEventListener) | An object that registers to be notified of events generated by a `PooledConnection` object. |\n| [ConnectionPoolDataSource](/reference/kotlin/javax/sql/ConnectionPoolDataSource) | A factory for `PooledConnection` objects. |\n| [DataSource](/reference/kotlin/javax/sql/DataSource) | A factory for connections to the physical data source that this `DataSource` object represents. |\n| [PooledConnection](/reference/kotlin/javax/sql/PooledConnection) | An object that provides hooks for connection pool management. |\n| [RowSet](/reference/kotlin/javax/sql/RowSet) | The interface that adds support to the JDBC API for the JavaBeansTM component model. |\n| [RowSetInternal](/reference/kotlin/javax/sql/RowSetInternal) | The interface that a `RowSet` object implements in order to present itself to a `RowSetReader` or `RowSetWriter` object. |\n| [RowSetListener](/reference/kotlin/javax/sql/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. |\n| [RowSetMetaData](/reference/kotlin/javax/sql/RowSetMetaData) | An object that contains information about the columns in a `RowSet` object. |\n| [RowSetReader](/reference/kotlin/javax/sql/RowSetReader) | The facility that a disconnected `RowSet` object calls on to populate itself with rows of data. |\n| [RowSetWriter](/reference/kotlin/javax/sql/RowSetWriter) | An object that implements the `RowSetWriter` interface, called a *writer*. |\n| [StatementEventListener](/reference/kotlin/javax/sql/StatementEventListener) | An object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool. |\n\nClasses\n-------\n\n|----------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|\n| [ConnectionEvent](/reference/kotlin/javax/sql/ConnectionEvent) | An `Event` object that provides information about the source of a connection-related event. |\n| [RowSetEvent](/reference/kotlin/javax/sql/RowSetEvent) | An `Event` object generated when an event occurs to a `RowSet` object. |\n| [StatementEvent](/reference/kotlin/javax/sql/StatementEvent) | A `StatementEvent` is sent to all `StatementEventListener`s which were registered with a `PooledConnection`. |"]]