软件包 | 描述 |
---|---|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
javax.sql.rowset.spi |
三分之一方供应商在其执行同步提供程序中使用的标准类和接口。
|
Modifier and Type | Method and Description |
---|---|
SyncProvider |
CachedRowSet.getSyncProvider()
检索此
CachedRowSet 对象的
SyncProvider 实施。
|
Modifier and Type | Method and Description |
---|---|
static SyncProvider |
SyncFactory.getInstance(String providerID)
返回由providerid的
SyncProvider 实例。
|
Modifier and Type | Method and Description |
---|---|
static Enumeration<SyncProvider> |
SyncFactory.getRegisteredProviders()
返回当前注册的同步提供程序的枚举。
|
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.