软件包 | 描述 |
---|---|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
Modifier and Type | Interface and Description |
---|---|
interface |
FilteredRowSet
这
FilteredRowSet 所有标准的实现必须实现的标准接口。
|
interface |
JoinRowSet
的
JoinRowSet 接口提供了一种结合相关数据从不同的
RowSet 对象到一个
JoinRowSet 对象机制,这是一个SQL
JOIN 。
|
interface |
WebRowSet
那一
WebRowSet 实现必须实现的标准接口。
|
Modifier and Type | Method and Description |
---|---|
CachedRowSet |
RowSetFactory.createCachedRowSet()
创建一个新实例CachedRowSet。
|
CachedRowSet |
CachedRowSet.createCopy()
创建一个
RowSet 对象,在这
CachedRowSet 对象数据的深层副本。
|
CachedRowSet |
CachedRowSet.createCopyNoConstraints()
创建一个
CachedRowSet 对象,这个对象的数据
CachedRowSet 深拷贝,但它是独立的。
|
CachedRowSet |
CachedRowSet.createCopySchema()
创建一个
CachedRowSet 对象,这个对象的副本
CachedRowSet 空。
|
CachedRowSet |
JoinRowSet.toCachedRowSet()
创建一个新的
CachedRowSet 对象包含的数据在这
JoinRowSet 对象,可以将其保存到一个数据源使用
SyncProvider 对象为
CachedRowSet 对象。
|
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.