JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Package
javax.sql

Packages that use javax.sql
javax.sql Provides the API for server side data source access and processing from the JavaTM programming language. 
 

Classes in javax.sql used by javax.sql
ConnectionEvent
          An Event object that provides information about the source of a connection-related event.
ConnectionEventListener
           An object that registers to be notified of events generated by a PooledConnection object.
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.
RowSetEvent
          An Event object generated when an event occurs to a RowSet object.
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.
XAConnection
          An object that provides support for distributed transactions.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.