软件包 | 描述 |
---|---|
javax.sql.rowset.spi |
三分之一方供应商在其执行同步提供程序中使用的标准类和接口。
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransactionalWriter
一个专门的接口,便于标准
SyncProvider 抽象类的扩展使其具有更细粒度的事务控制。
|
interface |
XmlWriter
一个专门的接口,方便了XML的
SyncProvider 抽象类的扩展型同步提供者。
|
Modifier and Type | Method and Description |
---|---|
abstract RowSetWriter |
SyncProvider.getRowSetWriter()
返回一个
javax.sql.RowSetWriter 对象,它可以用来写一
RowSet 对象的数据返回到基础数据源。
|
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.