| 软件包 | 描述 |
|---|---|
| javax.sql.rowset |
JDBC
RowSet实现的标准接口和基类。
|
| javax.sql.rowset.spi |
第三方供应商在实施同步提供程序时必须使用的标准类和接口。
|
| Class and Description |
|---|
| SyncProvider
同步机制,为断开的
RowSet对象提供读写器功能。
|
| SyncProviderException
表示与错误
SyncProvider机制。
|
| Class and Description |
|---|
| SyncFactory
服务提供者接口(SPI)机制,生成
SyncProvider实例,由断开的
RowSet对象使用。
|
| SyncFactoryException
表示有错误
SyncFactory机制。
|
| SyncProvider
同步机制为断开的
RowSet对象提供读写器功能。
|
| SyncProviderException
表示与错误
SyncProvider机制。
|
| 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.