Searched refs:SQLOutput (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DSQLData.java54 * <code>writeSQL</code> method calls <code>SQLOutput</code> methods
56 * <code>SQLOutput</code> object.
59 * directly, and the <code>SQLInput</code> and <code>SQLOutput</code> methods
123 * Specifically, it must call the appropriate <code>SQLOutput</code> writer
128 * @param stream the <code>SQLOutput</code> object to which to write the data for
133 * @see SQLOutput
136 void writeSQL (SQLOutput stream) throws SQLException;
H A DSQLOutput.java38 * The driver then creates an instance of <code>SQLOutput</code> and
41 * appropriate <code>SQLOutput</code> <i>writer</i> methods
44 * the <code>SQLOutput</code> output stream as the
49 public interface SQLOutput { interface
276 * calls the appropriate <code>SQLOutput</code> writer method(s)
279 * input stream and written to an <code>SQLOutput</code>
/libcore/
H A Dopenjdk_java_files.mk604 ojluni/src/main/java/java/sql/SQLOutput.java \

Completed in 72 milliseconds