Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowSetFactory
An interface that defines the implementation of a factory that is used
to obtain different types of RowSet
implementations.
Modifier and Type | Method and Description |
---|---|
CachedRowSet |
createCachedRowSet()
Creates a new instance of a CachedRowSet. |
FilteredRowSet |
createFilteredRowSet()
Creates a new instance of a FilteredRowSet. |
JdbcRowSet |
createJdbcRowSet()
Creates a new instance of a JdbcRowSet. |
JoinRowSet |
createJoinRowSet()
Creates a new instance of a JoinRowSet. |
WebRowSet |
createWebRowSet()
Creates a new instance of a WebRowSet. |
Method Detail |
---|
CachedRowSet createCachedRowSet() throws SQLException
Creates a new instance of a CachedRowSet.
SQLException
- if a CachedRowSet cannot
be created.FilteredRowSet createFilteredRowSet() throws SQLException
Creates a new instance of a FilteredRowSet.
SQLException
- if a FilteredRowSet cannot
be created.JdbcRowSet createJdbcRowSet() throws SQLException
Creates a new instance of a JdbcRowSet.
SQLException
- if a JdbcRowSet cannot
be created.JoinRowSet createJoinRowSet() throws SQLException
Creates a new instance of a JoinRowSet.
SQLException
- if a JoinRowSet cannot
be created.WebRowSet createWebRowSet() throws SQLException
Creates a new instance of a WebRowSet.
SQLException
- if a WebRowSet cannot
be created.
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.