Uses of Interface
javax.sql.RowSetInternal
| Package | Description |
|---|---|
| javax.sql |
-
Uses of RowSetInternal in javax.sql
Methods in javax.sql with parameters of type RowSetInternal Modifier and Type Method Description voidRowSetReader. readData(RowSetInternal theCaller)Reads new data into theRowSet.booleanRowSetWriter. writeData(RowSetInternal theRowSet)Writes changes made in theRowSet, which is associated with thisRowSetWriter, back to the database.