public interface RowSetFactory
RowSet
实现。
Modifier and Type | Method and Description |
---|---|
CachedRowSet |
createCachedRowSet()
创建一个新的CachedRowSet实例。
|
FilteredRowSet |
createFilteredRowSet()
创建一个新的FilteredRowSet实例。
|
JdbcRowSet |
createJdbcRowSet()
创建一个新的JdbcRowSet实例。
|
JoinRowSet |
createJoinRowSet()
创建一个JoinRowSet的新实例。
|
WebRowSet |
createWebRowSet()
创建一个WebRowSet的新实例。
|
CachedRowSet createCachedRowSet() throws SQLException
创建一个新的CachedRowSet实例。
SQLException
- 如果无法创建CachedRowSet。
FilteredRowSet createFilteredRowSet() throws SQLException
创建一个新的FilteredRowSet实例。
SQLException
- 如果无法创建FilteredRowSet。
JdbcRowSet createJdbcRowSet() throws SQLException
创建一个新的JdbcRowSet实例。
SQLException
- 如果无法创建JdbcRowSet。
JoinRowSet createJoinRowSet() throws SQLException
创建一个JoinRowSet的新实例。
SQLException
- 如果JoinRowSet无法创建。
WebRowSet createWebRowSet() throws SQLException
创建一个WebRowSet的新实例。
SQLException
- 如果无法创建WebRowSet。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.