Lines Matching defs:position

78    * The substring begins at position
83 * The first character is at position 1.
129 * Retrieves the character position at which the specified substring
132 * begins at position <code>start</code>.
135 * @param start the position at which to begin searching; the first position
137 * @return the position at which the substring appears or -1 if it is not
138 * present; the first position is 1
145 long position(String searchstr, long start) throws SQLException;
148 * Retrieves the character position at which the specified
150 * <code>Clob</code> object. The search begins at position
154 * @param start the position at which to begin searching; the first
155 * position is 1
156 * @return the position at which the <code>Clob</code> object appears
157 * or -1 if it is not present; the first position is 1
164 long position(Clob searchstr, long start) throws SQLException;
170 * value that this <code>Clob</code> object designates at the position
172 * in the <code>Clob</code> object starting at the position
183 * @param pos the position at which to start writing to the <code>CLOB</code>
185 * The first position is 1
202 * in the <code>Clob</code> object starting at the position
213 * @param pos the position at which to start writing to this
214 * <code>CLOB</code> object; The first position is 1
233 * starting at position <code>pos</code>. Characters written to the stream
235 * in the <code>Clob</code> object starting at the position
246 * @param pos the position at which to start writing to this
247 * <code>CLOB</code> object; The first position is 1
262 * represents, at position <code>pos</code>. Characters written to the stream
264 * in the <code>Clob</code> object starting at the position
275 * @param pos the position at which to start writing to the
276 * <code>CLOB</code> value; The first position is 1
335 * be retrieved. The first character in the Clob is at position 1.