jdk/src/share/classes/java/sql/Array.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   321    * The result set has one row for each element of the SQL array
   321    * The result set has one row for each element of the SQL array
   322    * designated by this object, with the first row containing the
   322    * designated by this object, with the first row containing the
   323    * element at index <code>index</code>.  The result set has
   323    * element at index <code>index</code>.  The result set has
   324    * up to <code>count</code> rows in ascending order based on the
   324    * up to <code>count</code> rows in ascending order based on the
   325    * indices.  Each row has two columns:  The second column stores
   325    * indices.  Each row has two columns:  The second column stores
   326    * the element value; the first column stroes the index into the
   326    * the element value; the first column stores the index into the
   327    * array for that element.
   327    * array for that element.
   328    *
   328    *
   329    * @param index the array index of the first element to retrieve;
   329    * @param index the array index of the first element to retrieve;
   330    *              the first element is at index 1
   330    *              the first element is at index 1
   331    * @param count the number of successive SQL array elements to retrieve
   331    * @param count the number of successive SQL array elements to retrieve