Lines Matching refs:array

49 	reference to an SQL array. By default, an
53 is implemented using a SQL LOCATOR(array) internally.
59 the array designated by this
78 /** returns the SDBC type of the elements in the array designated
83 …a constant from the SDBC types that is the type code for the elements in the array designated by t…
91 /** retrieves the contents of the SQL array designated by this
97 If the base type of the array does not match a user-defined type
114 of the SQL array designated by this object.
117 if an error occurs while attempting to access the array.
124 /** returns an array containing a slice of the SQL array, beginning with the
129 successive elements of the SQL array.
132 is the array index of the first element to retrieve;
135 is the number of successive SQL array elements to retrieve.
146 an array containing up to
149 of the SQL array, beginning with element
153 if an error occurs while attempting to access the array.
163 /** returns a result set that contains the elements of the array
168 to map the array elements. If the base
169 type of the array does not match a user-defined type in
180 The result set contains one row for each array element, with
182 value; the first column stores the index into the array for
183 that element (with the first array element being at index 1).
191 …a ResultSet object containing one row for each of the elements in the array designated by this Arr…
208 to map the array elements. If the base
209 type of the array does not match a user-defined type in
220 The result set contains one row for each array element, with
222 value; the first column stores the index into the array for
223 that element (with the first array element being at index 1).
228 the array index of the first element to retrieve; the first element is at index 1.
230 the number of successive SQL array elements to retrieve,
234 a ResultSet object containing up to count consecutive elements of the SQL array