Searched refs:createCachedRowSet (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/test/javax/sql/testng/test/rowset/cachedrowset/
H A DCachedRowSetTests.java32 return rsf.createCachedRowSet();
H A DCommonCachedRowSetTests.java1480 CachedRowSet crs1 = rsf.createCachedRowSet()) {
1515 try (CachedRowSet crs1 = rsf.createCachedRowSet()) {
1547 try (CachedRowSet crs1 = rsf.createCachedRowSet()) {
1583 try (CachedRowSet crs1 = rsf.createCachedRowSet()) {
1603 try (CachedRowSet crs1 = rsf.createCachedRowSet()) {
/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DRowSetFactory.java49 public CachedRowSet createCachedRowSet() throws SQLException; method in interface:RowSetFactory
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubRowSetFactory.java36 public CachedRowSet createCachedRowSet() throws SQLException { method in class:StubRowSetFactory
/openjdk9/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DRowSetFactoryImpl.java48 public CachedRowSet createCachedRowSet() throws SQLException { method in class:RowSetFactoryImpl
/openjdk9/jdk/test/javax/sql/testng/test/rowset/
H A DRowSetFactoryTests.java67 assertTrue(rsf.createCachedRowSet() instanceof com.sun.rowset.CachedRowSetImpl);
82 assertTrue(rsf.createCachedRowSet() instanceof util.StubCachedRowSetImpl);
/openjdk9/jdk/test/javax/sql/testng/test/rowset/joinrowset/
H A DJoinRowSetTests.java155 CachedRowSet crs = rsf.createCachedRowSet();
160 CachedRowSet crs1 = rsf.createCachedRowSet();

Completed in 103 milliseconds