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

/libcore/luni/src/main/java/java/sql/
H A DSQLData.java39 * SQLData}, {@code readSQL}, and {@code writeSQL} methods. {@code readSQL} reads
40 * attributes from an {@code SQLInput} object, and {@code writeSQL} writes them.
113 public void writeSQL(SQLOutput stream) throws SQLException; method in interface:SQLData

Completed in 34 milliseconds