Lines Matching defs:index

161    * specified <code>index</code> and containing up to <code>count</code>
170 * @param index the array index of the first element to retrieve;
171 * the first element is at index 1
174 * of the SQL array, beginning with element <code>index</code>
181 Object getArray(long index, int count) throws SQLException;
186 * <code>index</code> and containing up to <code>count</code>
202 * @param index the array index of the first element to retrieve;
203 * the first element is at index 1
212 * <code>index</code>
219 Object getArray(long index, int count, java.util.Map<String,Class<?>> map)
231 * value; the first column stores the index into the array for
232 * that element (with the first array element being at index 1).
260 * value; the first column stores the index into the array for
261 * that element (with the first array element being at index 1).
280 * starts at index <code>index</code> and contains up to
288 * element at index <code>index</code>. The result set has
291 * the element value; the first column stores the index into the
294 * @param index the array index of the first element to retrieve;
295 * the first element is at index 1
300 * index <code>index</code>.
307 ResultSet getResultSet(long index, int count) throws SQLException;
311 * starts at index <code>index</code> and contains up to
323 * element at index <code>index</code>. The result set has
326 * the element value; the first column stroes the index into the
329 * @param index the array index of the first element to retrieve;
330 * the first element is at index 1
337 * index <code>index</code>.
344 ResultSet getResultSet (long index, int count,