Lines Matching refs:parameter

58 /** is used for parameter setting, commonly implemented in conjunction with
63 <b>Note:</b> The setXXX methods for setting IN parameter values
65 the input parameter. For instance, if the IN parameter has SQL type
72 If arbitrary parameter type conversions are required, the method
77 Example of setting a parameter;
90 /** sets the designated parameter to SQL NULL.
96 /** sets the designated parameter to SQL NULL. This version of setNull should
105 a NULL user-defined or REF parameter. In the case of a user-named type
106 the name is the type name of the parameter itself. For a REF
107 parameter the name is the type name of the referenced type. If
112 this method may be used to set a null parameter of any JDBC type.
113 If the parameter does not have a user-named or REF type, the given
117 the first parameter is 1, the second is 2, ...
130 /** sets the designated parameter to a boolean value. The driver converts this
133 the first parameter is 1, the second is 2, ...
135 the parameter value
143 /** sets the designated parameter to a byte value. The driver converts this
146 the first parameter is 1, the second is 2, ...
148 the parameter value
155 /** sets the designated parameter to a short value. The driver converts this
158 the first parameter is 1, the second is 2, ...
160 the parameter value
167 /** sets the designated parameter to a long value. The driver converts this
170 the first parameter is 1, the second is 2, ...
172 the parameter value
179 /** sets the designated parameter to a hyper value. The driver converts this
182 the first parameter is 1, the second is 2, ...
184 the parameter value
191 /** sets the designated parameter to a float value. The driver converts this
194 the first parameter is 1, the second is 2, ...
196 the parameter value
203 /** sets the designated parameter to a double value. The driver converts this
206 the first parameter is 1, the second is 2, ...
208 the parameter value
215 /** sets the designated parameter to a string value. The driver converts this
220 the first parameter is 1, the second is 2, ...
222 the parameter value
229 /** sets the designated parameter to a sequence of bytes. The driver converts
234 the first parameter is 1, the second is 2, ...
236 the parameter value
244 /** sets the designated parameter to a date value. The driver converts this
247 the first parameter is 1, the second is 2, ...
249 the parameter value
257 /** sets the designated parameter to a time value. The driver converts this
260 the first parameter is 1, the second is 2, ...
262 the parameter value
270 /** sets the designated parameter to a datetime value. The driver
274 the first parameter is 1, the second is 2, ...
276 the parameter value
284 /** sets the designated parameter to the given input stream, which will have
287 parameter, it may be more practical to send it via an
291 the first parameter is 1, the second is 2, ...
293 the parameter value
304 /** sets the designated parameter to the given input stream, which will have
307 parameter, it may be more practical to send it via a
311 the first parameter is 1, the second is 2, ...
313 the parameter value
324 /** sets the value of a parameter using an any.
340 the first parameter is 1, the second is 2, ...
342 the parameter value
350 /** set a value from the Datatype ANY for a parameter.
367 the first parameter is 1, the second is 2, ...
369 the parameter value
388 /** sets a REF(&amp;lt;structured-type&amp;gt;) parameter.
390 the first parameter is 1, the second is 2, ...
392 the parameter value
399 /** sets a BLOB parameter.
401 the first parameter is 1, the second is 2, ...
403 the parameter value
410 /** sets a CLOB parameter.
412 the first parameter is 1, the second is 2, ...
414 the parameter value
421 /** sets an Array parameter.
423 the first parameter is 1, the second is 2, ...
425 the parameter value
433 /** clears the current parameter values immediately.
436 <p>In general, parameter values remain in force for repeated use of a
437 Statement. Setting a parameter value automatically clears its
439 release the resources used by the current parameter values; this can