当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.sql (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
Package javax.sql
Interface Summary |
ConnectionEventListener |
A ConnectionEventListener is an object that registers to receive events generated by a PooledConnection. |
ConnectionPoolDataSource |
A ConnectionPoolDataSource object is a factory for PooledConnection objects. |
DataSource |
A DataSource object is a factory for Connection objects. |
PooledConnection |
A PooledConnection object is a connection object that provides hooks for connection pool management. |
RowSet |
The RowSet interface adds support to the JDBC API for the JavaBeans(TM) component model. |
RowSetInternal |
A rowset object presents itself to a reader or writer as an instance of RowSetInternal. |
RowSetListener |
The RowSetListener interface is implemented by a component that wants to be notified when
a significant event happens in the life of a RowSet |
RowSetMetaData |
The RowSetMetaData interface extends ResultSetMetaData with methods that allow a metadata object to be initialized. |
RowSetReader |
An object implementing the RowSetReader interface may be registered with a RowSet object that supports
the reader/writer paradigm. |
RowSetWriter |
An object that implements the RowSetWriter interface may be registered with a RowSet object
that supports the reader/writer paradigm. |
XAConnection |
An XAConnection object provides support for distributed transactions. |
XADataSource |
A factory for XAConnection objects. |
Class Summary |
ConnectionEvent |
The ConnectionEvent class provides information about the source of a connection related event. |
RowSetEvent |
A RowSetEvent is generated when something important happens in the life of a rowset, like when a column value changes. |
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.