| 软件包 | 描述 |
|---|---|
| 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.