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

/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DWebRowSet.java95 * {@code writeXml} methods describes the internal properties as follows:
446 * be returned to its position just prior to the {@code writeXml()} call.
454 public void writeXml(ResultSet rs, java.io.Writer writer) throws SQLException; method in interface:WebRowSet
464 * be returned to its position just prior to the {@code writeXml()} call.
472 public void writeXml(ResultSet rs, java.io.OutputStream oStream) throws SQLException, IOException; method in interface:WebRowSet
482 public void writeXml(java.io.Writer writer) throws SQLException; method in interface:WebRowSet
492 public void writeXml(java.io.OutputStream oStream) throws SQLException, IOException; method in interface:WebRowSet
/openjdk9/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DWebRowSetImpl.java61 * <code>WebRowSet.writeXml</code> is invoked.
67 * to the point where the writeXml was called.
136 public void writeXml(ResultSet rs, java.io.Writer writer) method in class:WebRowSetImpl
144 this.writeXml(writer);
155 public void writeXml(java.io.Writer writer) throws SQLException { method in class:WebRowSetImpl
192 // Return the position back to place prior to callin writeXml
224 // Return the position back to place prior to callin writeXml
243 public void writeXml(java.io.OutputStream oStream) throws SQLException, IOException { method in class:WebRowSetImpl
265 public void writeXml(ResultSet rs, java.io.OutputStream oStream) throws SQLException, IOException { method in class:WebRowSetImpl
271 this.writeXml(oStrea
[all...]
H A DJoinRowSetImpl.java4089 public void writeXml(ResultSet rs, java.io.Writer writer) method in class:JoinRowSetImpl
4093 wrs.writeXml(writer);
4105 public void writeXml(java.io.Writer writer) throws SQLException { method in class:JoinRowSetImpl
4106 createWebRowSet().writeXml(writer);
4140 public void writeXml(java.io.OutputStream oStream) throws SQLException, IOException { method in class:JoinRowSetImpl
4141 createWebRowSet().writeXml(oStream);
4152 public void writeXml(ResultSet rs, java.io.OutputStream oStream) throws SQLException, IOException { method in class:JoinRowSetImpl
4155 wrs.writeXml(oStream);
/openjdk9/jdk/test/javax/sql/testng/test/rowset/webrowset/
H A DCommonWebRowSetTests.java68 rs.writeXml(oos);
81 wrs.writeXml(rs, oos);
105 rs.writeXml(osw);
117 wrs.writeXml(rs, osw);
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubWebRowSetImpl.java75 public void writeXml(ResultSet rs, Writer writer) throws SQLException { method in class:StubWebRowSetImpl
80 public void writeXml(ResultSet rs, OutputStream oStream) throws SQLException, IOException { method in class:StubWebRowSetImpl
85 public void writeXml(Writer writer) throws SQLException { method in class:StubWebRowSetImpl
90 public void writeXml(OutputStream oStream) throws SQLException, IOException { method in class:StubWebRowSetImpl
H A DStubJoinRowSetImpl.java159 public void writeXml(ResultSet rs, Writer writer) throws SQLException { method in class:StubJoinRowSetImpl
164 public void writeXml(ResultSet rs, OutputStream oStream) throws SQLException, IOException { method in class:StubJoinRowSetImpl
169 public void writeXml(Writer writer) throws SQLException { method in class:StubJoinRowSetImpl
174 public void writeXml(OutputStream oStream) throws SQLException, IOException { method in class:StubJoinRowSetImpl
H A DStubFilteredRowSetImpl.java89 public void writeXml(ResultSet rs, Writer writer) throws SQLException { method in class:StubFilteredRowSetImpl
94 public void writeXml(ResultSet rs, OutputStream oStream) throws SQLException, IOException { method in class:StubFilteredRowSetImpl
99 public void writeXml(Writer writer) throws SQLException { method in class:StubFilteredRowSetImpl
104 public void writeXml(OutputStream oStream) throws SQLException, IOException { method in class:StubFilteredRowSetImpl

Completed in 196 milliseconds