软件包 | 描述 |
---|---|
javax.sql |
为Java
TM编程语言提供服务器端数据源访问和处理API。
|
javax.sql.rowset |
JDBC
RowSet 实现的标准接口和基类。
|
javax.sql.rowset.spi |
第三方供应商在实施同步提供程序时必须使用的标准类和接口。
|
Class and Description |
---|
CommonDataSource
接口,定义它们之间的共同的方法
DataSource ,
XADataSource 和
ConnectionPoolDataSource 。
|
ConnectionEvent
一个
Event 对象,提供有关连接相关事件源的信息。
|
ConnectionEventListener
注册通知一个由一个
PooledConnection 对象生成的事件的对象。
|
PooledConnection
提供连接池管理钩子的对象。
|
RowSet
该接口为JavaBeans组件模型的JDBC API添加了支持。
|
RowSetEvent
一个
Event 当事件发生时,以所生成的对象
RowSet 对象。
|
RowSetInternal
一个
RowSet 对象实现的接口,以便向
RowSetReader 或
RowSetWriter 对象呈现自身。
|
RowSetListener
一个必须由组件实现的接口,当组件在
RowSet 对象的生命中发生重大事件时,该组件希望被通知。
|
RowSetMetaData
一个对象,其中包含有关
RowSet 对象中的列的
RowSet 。
|
StatementEvent
A
StatementEvent 发送到所有
StatementEventListener ,其中已注册了
PooledConnection 。
|
StatementEventListener
注册在“声明”池中的PreparedStatements上发生的事件的通知对象。
|
XAConnection
为分布式事务提供支持的对象。
|
Class and Description |
---|
RowSet
该接口为JavaBeans组件模型的JDBC API添加了支持。
|
RowSetEvent
Event 对象在
Event 对象发生事件时
RowSet 。
|
RowSetListener
一个接口,必须由一个组件实现,该组件希望在
RowSet 对象的生命中发生重大事件时被通知。
|
RowSetMetaData
一个对象,其中包含有关
RowSet 对象中的列的
RowSet 。
|
Class and Description |
---|
RowSet
该接口为JavaBeans组件模型的JDBC API添加了支持。
|
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.