软件包 | 描述 |
---|---|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
javax.sql.rowset.spi |
三分之一方供应商在其执行同步提供程序中使用的标准类和接口。
|
Constructor and Description |
---|
RowSetEvent(RowSet source)
构建了一个
RowSetEvent 对象与给定的
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 |
---|---|
RowSet |
CachedRowSet.createShared()
返回一个新的
RowSet 对象,这
CachedRowSet 对象相同的数据支持。
|
Modifier and Type | Method and Description |
---|---|
void |
JoinRowSet.addRowSet(RowSet[] rowset, int[] columnIdx)
添加一个或多个
RowSet 对象包含在了这
JoinRowSet
RowSet 对象数组和集合对象中的每一
RowSet 对象匹配列在给定列索引数组的配列。
|
void |
JoinRowSet.addRowSet(RowSet[] rowset, String[] columnName)
添加一个或多个
RowSet 对象包含在了这
JoinRowSet
RowSet 对象数组和集合对象中的每一
RowSet 对象匹配列在给定列名称匹配柱阵列。
|
void |
JoinRowSet.addRowSet(RowSet rowset, int columnIdx)
由于增加了
RowSet 反对这
JoinRowSet 对象并设置指定列为
RowSet 对象匹配的列。
|
void |
JoinRowSet.addRowSet(RowSet rowset, String columnName)
这增加了行集
JoinRowSet 对象和指定的列设置为匹配的列。
|
boolean |
Predicate.evaluate(RowSet rs)
这种方法通常称为
FilteredRowSet 对象内部的方法(不公开),控制
RowSet 对象的光标移动到下一行。
|
Modifier and Type | Interface and Description |
---|---|
interface |
SyncResolver
定义一个框架,允许应用程序使用一个手动决策树来决定在发生同步冲突时应该做什么。
|
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.