Searched defs:Clob (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DClob.java31 * The {@code java.sql.Clob} interface provides methods for setting and
32 * retrieving data in the {@code Clob}, for querying {@code Clob} data length,
33 * for searching for data within the {@code Clob}.
35 public interface Clob { interface
38 * Gets the value of this {@code Clob} object as an ASCII stream.
41 * {@code Clob} data.
43 * if an error occurs accessing the {@code Clob}.
48 * Gets the data of this {@code Clob} object in a {@code java.io.Reader}.
51 * Clob} dat
[all...]

Completed in 74 milliseconds