| Package | Description |
|---|---|
| javax.sql.rowset |
Standard interfaces and base classes for JDBC
RowSet implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static RowSetFactory |
RowSetProvider.newFactory()
Creates a new instance of a
RowSetFactory implementation.
|
static RowSetFactory |
RowSetProvider.newFactory(String
Creates a new instance of a
RowSetFactory from the specified factory class name.
|