Uses of Interface
javax.sql.RowSet
Package
Description
Provides the API for server side data source access and processing from
the Java programming language.
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 RowSet in javax.sql
ModifierConstructorDescriptionRowSetEvent
(RowSet source) Constructs aRowSetEvent
object initialized with the givenRowSet
object. -
Uses of RowSet in javax.sql.rowset
Modifier and TypeInterfaceDescriptioninterface
The interface that all standard implementations ofCachedRowSet
must implement.interface
The standard interface that all standard implementations ofFilteredRowSet
must implement.interface
The standard interface that all standard implementations ofJdbcRowSet
must implement.interface
TheJoinRowSet
interface provides a mechanism for combining related data from differentRowSet
objects into oneJoinRowSet
object, which represents an SQLJOIN
.interface
The standard interface that all implementations of aWebRowSet
must implement.Modifier and TypeMethodDescriptionCachedRowSet.createShared()
Returns a newRowSet
object backed by the same data as that of thisCachedRowSet
object.Modifier and TypeMethodDescriptionvoid
Adds one or moreRowSet
objects contained in the given array ofRowSet
objects to thisJoinRowSet
object and sets the match column for each of theRowSet
objects to the match columns in the given array of column indexes.void
Adds one or moreRowSet
objects contained in the given array ofRowSet
objects to thisJoinRowSet
object and sets the match column for each of theRowSet
objects to the match columns in the given array of column names.void
Adds the givenRowSet
object to thisJoinRowSet
object and sets the designated column as the match column for theRowSet
object.void
Adds rowset to thisJoinRowSet
object and sets the designated column as the match column.boolean
This method is typically called aFilteredRowSet
object internal methods (not public) that control theRowSet
object's cursor moving from row to the next. -
Uses of RowSet in javax.sql.rowset.spi
Modifier and TypeInterfaceDescriptioninterface
Defines a framework that allows applications to use a manual decision tree to decide what should be done when a synchronization conflict occurs.