Lines Matching defs:Blob

36  * a database table. By default drivers implement <code>Blob</code> using
38 * <code>Blob</code> object contains a logical pointer to the
40 * A <code>Blob</code> object is valid for the duration of the
47 * The <code>Blob</code> interface provides methods for getting the
54 * All methods on the <code>Blob</code> interface must be fully implemented if the
60 public interface Blob {
64 * designated by this <code>Blob</code> object.
76 * value that this <code>Blob</code> object represents, as an array of
87 * by this <code>Blob</code> object, starting with the
101 * <code>Blob</code> instance as a stream.
116 * value that this <code>Blob</code> object represents. The
134 * designated by this <code>Blob</code> object at which
138 * @param pattern the <code>Blob</code> object designating
149 long position(Blob pattern, long start) throws SQLException;
155 * this <code>Blob</code> object represents, starting at position
158 * in the <code>Blob</code> object starting at the position
159 * <code>pos</code>. If the end of the <code>Blob</code> value is reached
160 * while writing the array of bytes, then the length of the <code>Blob</code>
172 * value that this <code>Blob</code> object represents
185 * <code>BLOB</code> value that this <code>Blob</code> object represents
190 * in the <code>Blob</code> object starting at the position
191 * <code>pos</code>. If the end of the <code>Blob</code> value is reached
192 * while writing the array of bytes, then the length of the <code>Blob</code>
221 * value that this <code>Blob</code> object represents. The stream begins
224 * in the <code>Blob</code> object starting at the position
225 * <code>pos</code>. If the end of the <code>Blob</code> value is reached
226 * while writing to the stream, then the length of the <code>Blob</code>
249 * Truncates the <code>BLOB</code> value that this <code>Blob</code>
259 * that this <code>Blob</code> object represents should be truncated
269 * This method frees the <code>Blob</code> object and releases the resources that
280 * the Blob's resources
288 * Returns an <code>InputStream</code> object that contains a partial <code>Blob</code> value,
292 * The first byte in the <code>Blob</code> is at position 1
294 * @return <code>InputStream</code> through which the partial <code>Blob</code> value can be read.
296 * in the <code>Blob</code> or if pos + length is greater than the number of bytes
297 * in the <code>Blob</code>