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 Modifier and Type 接口 描述 interfaceCachedRowSetCachedRowSet所有标准实现必须实现的接口。interfaceFilteredRowSetFilteredRowSet所有标准实现必须实现的标准接口。interfaceJdbcRowSetJdbcRowSet所有标准实现必须实现的标准接口。interfaceJoinRowSetJoinRowSet接口提供了将来自不同的RowSet对象的相关数据组合成一个JoinRowSet对象的机制,该对象表示SQLJOIN。interfaceWebRowSetWebRowSet所有实现必须实现的标准接口。Methods in javax.sql.rowset with parameters of type Joinable Modifier and Type 方法 描述 voidJoinRowSet. addRowSet(Joinable rowset)Adds the givenRowSetobject to thisJoinRowSetobject.
-