This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package javax.sql

Interface Summary
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.
XAConnection An object that provides support for distributed transactions.
XADataSource A factory for XAConnection objects that is used internally.
 

Class Summary
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.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.