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.