Searched refs:createJdbcRowSet (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DRowSetFactory.java73 public JdbcRowSet createJdbcRowSet() throws SQLException; method in interface:RowSetFactory
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubRowSetFactory.java46 public JdbcRowSet createJdbcRowSet() throws SQLException { method in class:StubRowSetFactory
/openjdk9/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DRowSetFactoryImpl.java57 public JdbcRowSet createJdbcRowSet() throws SQLException { method in class:RowSetFactoryImpl
/openjdk9/jdk/test/javax/sql/testng/test/rowset/
H A DRowSetFactoryTests.java73 assertTrue(rsf.createJdbcRowSet() instanceof com.sun.rowset.JdbcRowSetImpl);
88 assertTrue(rsf.createJdbcRowSet() instanceof util.StubJdbcRowSetImpl);

Completed in 43 milliseconds