Uses of Interface
javax.sql.rowset.CachedRowSet
-
Packages that use CachedRowSet 软件包 描述 javax.sql.rowset JDBCRowSet实现的标准接口和基类。 -
-
Uses of CachedRowSet in javax.sql.rowset
Subinterfaces of CachedRowSet in javax.sql.rowset Modifier and Type 接口 描述 interfaceFilteredRowSetFilteredRowSet所有标准实现必须实现的标准接口。interfaceJoinRowSetJoinRowSet接口提供了将不同RowSet对象的相关数据组合成一个JoinRowSet对象的机制,该对象表示SQLJOIN。interfaceWebRowSetWebRowSet所有实现必须实现的标准接口。Methods in javax.sql.rowset that return CachedRowSet Modifier and Type 方法 描述 CachedRowSetRowSetFactory. createCachedRowSet()创建一个新的CachedRowSet实例。CachedRowSetCachedRowSet. createCopy()创建RowSet对象,该对象是此CachedRowSet对象中的数据的深层副本。CachedRowSetCachedRowSet. createCopyNoConstraints()创建一个CachedRowSet对象,它是该CachedRowSet对象的数据的深层副本,但是CachedRowSet无关。CachedRowSetCachedRowSet. createCopySchema()创建一个CachedRowSet对象,该对象是此CachedRowSet对象的空白副本。CachedRowSetJoinRowSet. toCachedRowSet()创建一个新的CachedRowSet包含此数据对象JoinRowSet对象,它可以保存到使用数据源SyncProvider对象为CachedRowSet对象。
-