Uses of Interface
javax.sql.rowset.Joinable
 
   -  
      
Packages that use Joinable 软件包 描述 javax.sql.rowset JDBCRowSet实现的标准接口和基类。 -  
      
-  
        
Uses of Joinable in javax.sql.rowset
Subinterfaces of Joinable in javax.sql.rowset 变量和类型 接口 描述 interfaceCachedRowSetCachedRowSet所有标准实现必须实现的接口。interfaceFilteredRowSetFilteredRowSet所有标准实现必须实现的标准接口。interfaceJdbcRowSetJdbcRowSet所有标准实现必须实现的标准接口。interfaceJoinRowSetJoinRowSet接口提供了一种机制,用于将来自不同RowSet对象的相关数据组合到一个JoinRowSet对象中,该对象表示SQLJOIN。interfaceWebRowSetWebRowSet所有实现必须实现的标准接口。Methods in javax.sql.rowset with parameters of type Joinable 变量和类型 方法 描述 voidJoinRowSet. addRowSet(Joinable rowset)Adds the givenRowSetobject to thisJoinRowSetobject. 
 -