Lines Matching defs:position

50  * determining the position of a pattern of bytes within a
78 * consecutive bytes starting at position <code>pos</code>.
80 * @param pos the ordinal position of the first byte in the
82 * position 1
88 * byte at position <code>pos</code>
114 * Retrieves the byte position at which the specified byte array
117 * search for <code>pattern</code> begins at position
121 * @param start the position at which to begin searching; the
122 * first position is 1
123 * @return the position at which the pattern appears, else -1
130 long position(byte pattern[], long start) throws SQLException;
133 * Retrieves the byte position in the <code>BLOB</code> value
135 * <code>pattern</code> begins. The search begins at position
140 * @param start the position in the <code>BLOB</code> value
141 * at which to begin searching; the first position is 1
142 * @return the position at which the pattern begins, else -1
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
169 * @param pos the position in the <code>BLOB</code> object at which
170 * to start writing; the first position is 1
187 * Writing starts at position <code>pos</code> in the <code>BLOB</code>
190 * in the <code>Blob</code> object starting at the position
201 * @param pos the position in the <code>BLOB</code> object at which
202 * to start writing; the first position is 1
222 * at position <code>pos</code>.
224 * in the <code>Blob</code> object starting at the position
235 * @param pos the position in the <code>BLOB</code> value at which
236 * to start writing; the first position is 1
292 * The first byte in the <code>Blob</code> is at position 1