软件包 | 描述 |
---|---|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
javax.sql.rowset.spi |
三分之一方供应商在其执行同步提供程序中使用的标准类和接口。
|
Class and Description |
---|
CommonDataSource
接口定义这是常见的
DataSource 之间的方法,
XADataSource 和
ConnectionPoolDataSource 。
|
ConnectionEvent
一个
Event 对象提供有关连接相关事件的信息来源。
|
ConnectionEventListener
一个对象,寄存器被通知的
PooledConnection 对象生成的事件。
|
PooledConnection
用于连接池管理的对象,它提供了一个连接池管理。
|
RowSet
增加支持API的JavaBeans组件模型™JDBC接口。
|
RowSetEvent
一个
Event 对象生成的事件发生时,一个
RowSet 对象。
|
RowSetInternal
的接口,以实现
RowSet 对象呈现一个
RowSetReader 或
RowSetWriter 对象。
|
RowSetListener
一个接口,必须通过一个组件,要通知在一个
RowSet 对象的生活发生重大事件时执行。
|
RowSetMetaData
一个对象包含有关在
RowSet 对象的列的信息。
|
StatementEvent
一个
StatementEvent 发送给所有
StatementEventListener s分别与
PooledConnection 注册。
|
StatementEventListener
一个对象注册通知,声明中对PreparedStatements池发生的事件。
|
XAConnection
为分布式事务提供支持的对象。
|
Class and Description |
---|
RowSet
增加支持API的JavaBeans组件模型™JDBC接口。
|
RowSetEvent
一个
Event 对象生成的事件发生时,一个
RowSet 对象。
|
RowSetListener
一个接口,必须通过一个组件,要通知在一个
RowSet 对象的生活发生重大事件时执行。
|
RowSetMetaData
一个对象包含有关在
RowSet 对象的列的信息。
|
Class and Description |
---|
RowSet
增加支持API的JavaBeans组件模型™JDBC接口。
|
RowSetReader
设备断开连接的
RowSet 对象调用与数据行填充自己。
|
RowSetWriter
实现
RowSetWriter 接口的对象,称为作家。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.