| Package | Description |
|---|---|
| javax.sql |
Provides the API for server side data source access and processing from the Java
TM programming language.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowSetReader.readData(RowSetInternal
Reads the new contents of the calling
RowSet object.
|
boolean |
RowSetWriter.writeData(RowSetInternal
Writes the changes in this
RowSetWriter object's rowset back to the data source from which it got its data.
|