Searched refs:WebRowSetImpl (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DWebRowSetImpl.java49 public class WebRowSetImpl extends CachedRowSetImpl implements WebRowSet { class in inherits:CachedRowSetImpl,WebRowSet
85 public WebRowSetImpl() throws SQLException { method in class:WebRowSetImpl
105 public WebRowSetImpl(Hashtable env) throws SQLException { method in class:WebRowSetImpl
138 // WebRowSetImpl wrs = new WebRowSetImpl();
H A DRowSetFactoryImpl.java66 return new com.sun.rowset.WebRowSetImpl();
H A DJoinRowSetImpl.java58 public class JoinRowSetImpl extends WebRowSetImpl implements JoinRowSet {
4091 wrs = new WebRowSetImpl();
4115 wrs = new WebRowSetImpl();
4128 wrs = new WebRowSetImpl();
4153 wrs = new WebRowSetImpl();
4166 wrs = new WebRowSetImpl();
H A DFilteredRowSetImpl.java48 public class FilteredRowSetImpl extends WebRowSetImpl implements Serializable, Cloneable, FilteredRowSet {
/openjdk10/jdk/test/javax/sql/testng/test/rowset/
H A DRowSetFactoryTests.java40 private final String DEFAULT_WEBROWSET_CLASSNAME = "com.sun.rowset.WebRowSetImpl";
79 assertTrue(rsf.createWebRowSet() instanceof com.sun.rowset.WebRowSetImpl);
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java90 private WebRowSetImpl rs;
435 rs = (WebRowSetImpl)r;
1439 private Row getPresentRow(WebRowSetImpl rs) throws SQLException {

Completed in 131 milliseconds