Uses of Interface
javax.sql.rowset.WebRowSet
Packages that use WebRowSet
包
描述
Standard interfaces and base classes for JDBC
RowSet
implementations.The standard classes and interfaces that a third party vendor has to
use in its implementation of a synchronization provider.
-
Uses of WebRowSet in javax.sql.rowset
Subinterfaces of WebRowSet in javax.sql.rowset修饰符和类Interface描述interfaceThe standard interface that all standard implementations ofFilteredRowSetmust implement.interfaceTheJoinRowSetinterface provides a mechanism for combining related data from differentRowSetobjects into oneJoinRowSetobject, which represents an SQLJOIN.Methods in javax.sql.rowset that return WebRowSet -
Uses of WebRowSet in javax.sql.rowset.spi
Methods in javax.sql.rowset.spi with parameters of type WebRowSet修饰符和类方法描述voidReads and parses the givenWebRowSetobject from the given input stream in XML format.voidWrites the givenWebRowSetobject to the specifiedjava.io.Writeroutput stream as an XML document.