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

/libcore/luni/src/main/java/java/sql/
H A DSQLData.java41 * This is done via {@code SQLInput} and {@code SQLOutput} method calls
45 * Similarly {@code SQLInput} and {@code SQLOutput} methods are not usually
93 * Writes the object to a supplied {@code SQLOutput} data stream, writing it
101 * {@code SQLOutput} methods (e.g. {@code writeInt}, {@code writeString}).
107 * the {@code SQLOutput} stream to use to write out the data for
111 * @see SQLOutput
113 public void writeSQL(SQLOutput stream) throws SQLException;
H A DSQLOutput.java34 * passed. The driver then creates an {@code SQLOutput} stream and passes it to
36 * {@code SQLOutput} writer methods to write the data from the {@code SQLData}
41 public interface SQLOutput { interface
216 * SQLOutput writer methods for each attribute, in order. The order of the

Completed in 43 milliseconds