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

/libcore/luni/src/main/java/java/sql/
H A DBlob.java29 * The {@code java.sql.Blob} interface provides methods for setting and
30 * retrieving data in the {@code Blob}, for querying {@code Blob} data length,
31 * and for searching for data within the {@code Blob}.
33 public interface Blob { interface
36 * Retrieves this {@code Blob} object as a binary stream.
38 * @return a binary {@code InputStream} giving access to the {@code Blob}
41 * if an error occurs accessing the {@code Blob}.
46 * Retrieves {@code length} bytes from this {@code Blob}, starting at 1-based
49 * @return a binary {@code InputStream} giving access to the {@code Blob}
[all...]

Completed in 47 milliseconds