软件包 | 描述 |
---|---|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
javax.sql.rowset.spi |
三分之一方供应商在其执行同步提供程序中使用的标准类和接口。
|
Modifier and Type | Method and Description |
---|---|
void |
CachedRowSet.acceptChanges()
传播行更新、插入和删除这个
CachedRowSet 对象对底层数据源的变化。
|
void |
CachedRowSet.acceptChanges(Connection con)
在所有行更新、插入和删除修改数据源支持这
CachedRowSet 对象使用指定的
Connection 对象建立到数据源的连接。
|
Modifier and Type | Method and Description |
---|---|
abstract int |
SyncProvider.getDataSourceLock()
返回当前数据源锁定程度在这
SyncProvider 实施积极的。
|
abstract void |
SyncProvider.setDataSourceLock(int datasource_lock)
设置一个锁定基础数据源的水平表示datasource_lock。
|
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.