Searched refs:createJoinRowSet (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DRowSetFactory.java85 public JoinRowSet createJoinRowSet() throws SQLException; method in interface:RowSetFactory
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubRowSetFactory.java51 public JoinRowSet createJoinRowSet() throws SQLException { method in class:StubRowSetFactory
/openjdk9/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DRowSetFactoryImpl.java61 public JoinRowSet createJoinRowSet() throws SQLException { method in class:RowSetFactoryImpl
/openjdk9/jdk/test/javax/sql/testng/test/rowset/
H A DRowSetFactoryTests.java76 assertTrue(rsf.createJoinRowSet() instanceof com.sun.rowset.JoinRowSetImpl);
/openjdk9/jdk/test/javax/sql/testng/test/rowset/joinrowset/
H A DJoinRowSetTests.java55 return rsf.createJoinRowSet();

Completed in 98 milliseconds