Lines Matching defs:array

163  * <code>Hashtable</code> object as an array of <code>Object</code> instances.
164 * An element in this array may be a simple <code>Object</code> instance or an
165 * array (which is a type of <code>Object</code>). The particular setter method used
166 * determines whether an element in this array is an <code>Object</code> or an array.
174 * <code>getParams</code> will return an array with the values that have been set. Each
175 * element in the array is an <code>Object</code> instance representing the
176 * values that have been set. The order of these values in the array is determined by the
178 * array are the values (the second parameter) passed to the setter method.
179 * In other words, the first element in the array is the value
186 * been used, the elements in the array will themselves be arrays to accommodate the
191 * an array to contain the information that will be passed to the driver and DBMS. The first
192 * element in this array is the value to be set, which is <code>null</code>, and the
200 * requires an array to contain the information to be passed to the driver and DBMS.
201 * The first two elements in this array are the same as for the first version of
204 * placeholder parameter to be set is indicated by an element's position in the array
206 * supplied to <code>setNull</code> is <code>2</code>, the second element in the array
207 * returned by <code>getParams</code> will be an array of two or three elements.
216 * methods that provide additional information, the element in the array returned
217 * by <code>getParams</code> is an array instead of a simple <code>Object</code> instance.
222 * take three parameters, so for them, the element in the array returned by
223 * <code>getParams</code> is also an array. What is different about these setter
224 * methods is that in addition to the information provided by parameters, the array contains
1530 * has been called will return an <code>Object</code> array containing the parameter values that
1531 * have been set. In that array, the element that represents the values
1532 * set with this method will itself be an array. The first element of that array
1535 * The parameter number is indicated by an element's position in the array
1540 * <code>null</code>, the array containing it will be the second element in
1541 * the array returned by <code>getParams</code>.
1543 * Note that because the numbering of elements in an array starts at zero,
1544 * the array element that corresponds to placeholder parameter number
1583 * and named array types.
1609 * has been called will return an <code>Object</code> array containing the parameter values that
1610 * have been set. In that array, the element that represents the values
1611 * set with this method will itself be an array. The first element of that array
1615 * The parameter number is indicated by an element's position in the array
1620 * <code>null</code>, the array containing it will be the second element in
1621 * the array returned by <code>getParams</code>.
1623 * Note that because the numbering of elements in an array starts at zero,
1624 * the array element that corresponds to placeholder parameter number
1955 * Sets the designated parameter to the given array of bytes.
2005 * has been called will return an array with the value to be set for
2008 * Note that because the numbering of elements in an array starts at zero,
2009 * the array element that corresponds to placeholder parameter number
2047 * has been called will return an array of the parameters that have been set.
2052 * Note that because the numbering of elements in an array starts at zero,
2053 * the array element that corresponds to placeholder parameter number
2093 * has been called will return an array with the value for parameter placeholder
2096 * Note that because the numbering of elements in an array starts at zero,
2097 * the array element that corresponds to placeholder parameter number
2148 * has been called will return an array containing the parameter values that
2149 * have been set. The element in the array that represents the values
2150 * set with this method will itself be an array. The first element of that array
2155 * The parameter number is indicated by an element's position in the array
2160 * placeholder parameter, the array containing it will be the second element in
2161 * the array returned by <code>getParams</code>.
2163 * Note that because the numbering of elements in an array starts at zero,
2164 * the array element that corresponds to placeholder parameter number
2254 * has been called will return an array containing the parameter values that
2255 * have been set. In that array, the element that represents the values
2256 * set with this method will itself be an array. The first element of that array
2261 * The parameter number is indicated by an element's position in the array
2266 * placeholder parameter, the array containing it will be the second element in
2267 * the array returned by <code>getParams</code>.
2269 * Note that because the numbering of elements in an array starts at zero,
2270 * the array element that corresponds to placeholder parameter number
2360 * has been called will return an array containing the parameter values that
2361 * have been set. In that array, the element that represents the values
2362 * set with this method will itself be an array. The first element of that array
2367 * The parameter number is indicated by an element's position in the array
2372 * placeholder parameter, the array containing it will be the second element in
2373 * the array returned by <code>getParams</code>.
2375 * Note that because the numbering of elements in an array starts at zero,
2376 * the array element that corresponds to placeholder parameter number
2440 * has been called will return an array containing the parameter values that
2441 * have been set. In that array, the element that represents the values
2442 * set with this method will itself be an array. The first element of that array
2445 * The parameter number is indicated by an element's position in the array
2450 * placeholder parameter, the array containing it will be the second element in
2451 * the array returned by <code>getParams</code>.
2453 * Note that because the numbering of elements in an array starts at zero,
2454 * the array element that corresponds to placeholder parameter number
2549 * has been called will return an array containing the parameter values that
2550 * have been set. In that array, the element that represents the values
2551 * set with this method will itself be an array. The first element of that array
2557 * The parameter number is indicated by an element's position in the array
2562 * placeholder parameter, the array containing it will be the second element in
2563 * the array returned by <code>getParams</code>.
2565 * Note that because the numbering of elements in an array starts at zero,
2566 * the array element that corresponds to placeholder parameter number
2620 * has been called will return an array containing the parameter values that
2621 * have been set. In that array, the element that represents the values
2622 * set with this method will itself be an array. The first element of that array
2625 * The parameter number is indicated by an element's position in the array
2630 * placeholder parameter, the array containing it will be the second element in
2631 * the array returned by <code>getParams</code>.
2633 * Note that because the numbering of elements in an array starts at zero,
2634 * the array element that corresponds to placeholder parameter number
2706 * will return an object array of the current command parameters, which will
2709 * Note that because the numbering of elements in an array starts at zero,
2710 * the array element that corresponds to placeholder parameter number
2751 * will return an object array of the current command parameters, which will
2754 * Note that because the numbering of elements in an array starts at zero,
2755 * the array element that corresponds to placeholder parameter number
2797 * will return an object array of the current command parameters, which will
2800 * Note that because the numbering of elements in an array starts at zero,
2801 * the array element that corresponds to placeholder parameter number
2842 * will return an object array of the current command parameters, which will
2845 * Note that because the numbering of elements in an array starts at zero,
2846 * the array element that corresponds to placeholder parameter number
2887 * will return an object array of the current command parameters, which will
2890 * Note that because the numbering of elements in an array starts at zero,
2891 * the array element that corresponds to placeholder parameter number
2898 * @param array an <code>Array</code> object representing an SQL
2908 public void setArray (int parameterIndex, Array array) throws SQLException {
2913 params.put(Integer.valueOf(parameterIndex - 1), new SerialArray(array));
2939 * has been called will return an array containing the parameter values that
2940 * have been set. In that array, the element that represents the values
2941 * set with this method will itself be an array. The first element of that array
2944 * The parameter number is indicated by an element's position in the array
2949 * placeholder parameter, the array containing it will be the second element in
2950 * the array returned by <code>getParams</code>.
2952 * Note that because the numbering of elements in an array starts at zero,
2953 * the array element that corresponds to placeholder parameter number
3006 * has been called will return an array containing the parameter values that
3007 * have been set. In that array, the element that represents the values
3008 * set with this method will itself be an array. The first element of that array
3011 * The parameter number is indicated by an element's position in the array
3016 * placeholder parameter, the array containing it will be the second element in
3017 * the array returned by <code>getParams</code>.
3019 * Note that because the numbering of elements in an array starts at zero,
3020 * the array element that corresponds to placeholder parameter number
3072 * has been called will return an array containing the parameter values that
3073 * have been set. In that array, the element that represents the values
3074 * set with this method will itself be an array. The first element of that array
3077 * The parameter number is indicated by an element's position in the array
3082 * placeholder parameter, the array containing it will be the second element in
3083 * the array returned by <code>getParams</code>.
3085 * Note that because the numbering of elements in an array starts at zero,
3086 * the array element that corresponds to placeholder parameter number
3136 * Retrieves an array containing the parameter values (both Objects and
3145 * Each element in the array that is returned is an <code>Object</code> instance
3149 * and the value to be set (possibly null), the array element will contain the value to be set
3151 * parameters, the array element will itself be an array containing the value to be set
3153 * sets a stream, the array element includes the type of stream being supplied to the
3162 * @return an array of <code>Object</code> instances that includes the
3164 * command; an empty array if no parameters have been set
3165 * @throws SQLException if an error occurs retrieveing the object array of
3219 * named array types.
3434 * Sets the designated parameter to the given Java array of bytes.