Searched refs:writeSQL (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLData.java51 * <code>SQLData.writeSQL</code> methods. The <code>readSQL</code> method
54 * <code>writeSQL</code> method calls <code>SQLOutput</code> methods
136 void writeSQL (SQLOutput stream) throws SQLException; method in interface:SQLData
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialStruct.java143 in.writeSQL(new SQLOutputImpl(tmp, map));

Completed in 167 milliseconds