Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package javax.sql


Classes

class  ConnectionEvent
 An Event object which is sent when specific events happen on a PooledConnection object. More...
interface  ConnectionEventListener
 An interface used to receive events generated by a PooledConnection. More...
interface  ConnectionPoolDataSource
 An interface for the creation of PooledConnection objects. More...
interface  DataSource
 An interface for the creation of Connection objects which represent a connection to a database. More...
interface  PooledConnection
 An interface which provides facilities for handling connections to a database which are pooled. More...
interface  RowSet
 A RowSet is an interface which provides access to data being sent from/to a database and which extends the functionality of ResultSet into a form that can be used as a JavaBeans component, perhaps being used in a visual programming environment. More...
class  RowSetEvent
 An event which is sent when specific events happen to a RowSet object. More...
interface  RowSetInternal
 An interface provided by a RowSet object to either a RowSetReader or a RowSetWriter, providing facilities to read and update the internal state of the RowSet. More...
interface  RowSetListener
 An interface used to send notification of events occurring in a RowSet. More...
interface  RowSetMetaData
 An interface which provides facilities for getting information about the columns in a RowSet. More...
interface  RowSetReader
 An interface which provides functionality for a disconnected RowSet to get data from a data source into its rows. More...
interface  RowSetWriter
 An interface which provides functionality for a disconnected RowSet to put data updates back to the data source from which the RowSet was originally populated. More...
interface  XAConnection
 An interface that is used to support the participation of a database connection in distributed transactions. More...
interface  XADataSource
 An interface for the creation of XAConnection objects. More...

Packages

package  rowset