Uses of Interface
javax.sql.RowSetInternal
Package
Description
Provides the API for server side data source access and processing from
the Java programming language.
-
Uses of RowSetInternal in javax.sql
Modifier and TypeMethodDescriptionvoid
RowSetReader.readData
(RowSetInternal caller) Reads the new contents of the callingRowSet
object.boolean
RowSetWriter.writeData
(RowSetInternal caller) Writes the changes in thisRowSetWriter
object's rowset back to the data source from which it got its data.