软件包 | 描述 |
---|---|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
Modifier and Type | Interface and Description |
---|---|
interface |
CachedRowSet
接口,
CachedRowSet 所有标准的实现必须实现。
|
interface |
FilteredRowSet
这
FilteredRowSet 所有标准的实现必须实现的标准接口。
|
interface |
JdbcRowSet
这
JdbcRowSet 所有标准的实现必须实现的标准接口。
|
interface |
JoinRowSet
的
JoinRowSet 接口提供了一种结合相关数据从不同的
RowSet 对象到一个
JoinRowSet 对象机制,这是一个SQL
JOIN 。
|
interface |
WebRowSet
那一
WebRowSet 实现必须实现的标准接口。
|
Modifier and Type | Method and Description |
---|---|
void |
JoinRowSet.addRowSet(Joinable rowset)
由于增加了
RowSet 反对这
JoinRowSet 对象。
|
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.