Uses of Interface
javax.sql.RowSetWriter
Packages that use RowSetWriter
包
描述
The standard classes and interfaces that a third party vendor has to
use in its implementation of a synchronization provider.
-
Uses of RowSetWriter in javax.sql.rowset.spi
Subinterfaces of RowSetWriter in javax.sql.rowset.spi修饰符和类Interface描述interfaceA specialized interface that facilitates an extension of the standardSyncProviderabstract class so that it has finer grained transaction control.interfaceA specialized interface that facilitates an extension of theSyncProviderabstract class for XML orientated synchronization providers.Methods in javax.sql.rowset.spi that return RowSetWriter修饰符和类方法描述abstract RowSetWriterSyncProvider.getRowSetWriter()Returns ajavax.sql.RowSetWriterobject, which can be used to write aRowSetobject's data back to the underlying data source.