软件包 | 描述 |
---|---|
javax.sql.rowset |
JDBC
RowSet 实现的标准接口和基类。
|
javax.sql.rowset.spi |
第三方供应商在实施同步提供程序时必须使用的标准类和接口。
|
Class and Description |
---|
CachedRowSet
CachedRowSet的所有标准
CachedRowSet 必须实现的接口。
|
FilteredRowSet
FilteredRowSet的所有标准
FilteredRowSet 必须实现的标准接口。
|
JdbcRowSet
JdbcRowSet的所有标准
JdbcRowSet 必须实现的标准接口。
|
Joinable
1.0背景
|
JoinRowSet
JoinRowSet 接口提供了将来自不同
RowSet 对象的相关数据
RowSet 到一个
JoinRowSet 对象中的机制,代表SQL
JOIN 。
|
Predicate
标准接口为所有
FilteredRowSet 对象提供
FilteredRowSet 来描述其过滤器。
|
RowSetFactory
一个定义工厂实现的接口,用于获取不同类型的
RowSet 实现。
|
RowSetWarning
SQLException的
SQLException ,提供有关在
RowSet 对象上设置的数据库警告的信息。
|
WebRowSet
WebRowSet的所有
WebRowSet 必须实现的标准接口。
|
Class and Description |
---|
WebRowSet
WebRowSet的所有
WebRowSet 必须实现的标准接口。
|
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.