JavaScript is disabled on your browser.
Packages that use RowSet
Package
Description
javax.sql
Provides the API for server side data source access and processing from
the Java™ programming language.
javax.sql.rowset
Standard interfaces and base classes for JDBC RowSet
implementations.
javax.sql.rowset.spi
The standard classes and interfaces that a third party vendor has to
use in its implementation of a synchronization provider.
Constructors in javax.sql with parameters of type RowSet
Constructor
Description
RowSetEvent (RowSet source)
Constructs a RowSetEvent object initialized with the
given RowSet object.
Subinterfaces of RowSet in javax.sql.rowset
Modifier and Type
Interface
Description
interface
CachedRowSet
The interface that all standard implementations of
CachedRowSet must implement.
interface
FilteredRowSet
The standard interface that all standard implementations of
FilteredRowSet must implement.
interface
JdbcRowSet
The standard interface that all standard implementations of
JdbcRowSet must implement.
interface
JoinRowSet
The JoinRowSet interface provides a mechanism for combining related
data from different RowSet objects into one JoinRowSet
object, which represents an SQL JOIN.
interface
WebRowSet
The standard interface that all implementations of a WebRowSet
must implement.
Methods in javax.sql.rowset that return RowSet
Modifier and Type
Method
Description
RowSet
CachedRowSet. createShared ()
Returns a new RowSet object backed by the same data as
that of this CachedRowSet object.
Methods in javax.sql.rowset with parameters of type RowSet
Modifier and Type
Method
Description
void
JoinRowSet. addRowSet (RowSet [] rowset,
int[] columnIdx)
Adds one or more RowSet objects contained in the given
array of RowSet objects to this JoinRowSet
object and sets the match column for
each of the RowSet objects to the match columns
in the given array of column indexes.
void
JoinRowSet. addRowSet (RowSet [] rowset,
String [] columnName)
Adds one or more RowSet objects contained in the given
array of RowSet objects to this JoinRowSet
object and sets the match column for
each of the RowSet objects to the match columns
in the given array of column names.
void
JoinRowSet. addRowSet (RowSet rowset,
int columnIdx)
Adds the given RowSet object to this JoinRowSet
object and sets the designated column as the match column for
the RowSet object.
void
JoinRowSet. addRowSet (RowSet rowset,
String columnName)
Adds rowset to this JoinRowSet object and
sets the designated column as the match column.
boolean
Predicate. evaluate (RowSet rs)
This method is typically called a FilteredRowSet object
internal methods (not public) that control the RowSet object's
cursor moving from row to the next.
Subinterfaces of RowSet in javax.sql.rowset.spi
Modifier and Type
Interface
Description
interface
SyncResolver
Defines a framework that allows applications to use a manual decision tree
to decide what should be done when a synchronization conflict occurs.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2019, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.