Lines Matching refs:value

130 	/** sets the designated parameter to a boolean value.  The driver converts this
131 to a SQL BIT value when it sends it to the database.
135 the parameter value
143 /** sets the designated parameter to a byte value. The driver converts this
144 to a SQL TINYINT value when it sends it to the database.
148 the parameter value
155 /** sets the designated parameter to a short value. The driver converts this
156 to a SQL SMALLINT value when it sends it to the database.
160 the parameter value
167 /** sets the designated parameter to a long value. The driver converts this
168 to a SQL INTEGER value when it sends it to the database.
172 the parameter value
179 /** sets the designated parameter to a hyper value. The driver converts this
180 to a SQL BIGINT value when it sends it to the database.
184 the parameter value
191 /** sets the designated parameter to a float value. The driver converts this
192 to a SQL FLOAT value when it sends it to the database.
196 the parameter value
203 /** sets the designated parameter to a double value. The driver converts this
204 to a SQL DOUBLE value when it sends it to the database.
208 the parameter value
215 /** sets the designated parameter to a string value. The driver converts this
216 to a SQL VARCHAR or LONGVARCHAR value (depending on the argument's
222 the parameter value
236 the parameter value
244 /** sets the designated parameter to a date value. The driver converts this
245 to a SQL DATE value when it sends it to the database.
249 the parameter value
257 /** sets the designated parameter to a time value. The driver converts this
258 to a SQL TIME value when it sends it to the database.
262 the parameter value
270 /** sets the designated parameter to a datetime value. The driver
271 converts this to a SQL TIMESTAMP value when it sends it to the
276 the parameter value
286 When a very large binary value is input to a LONGVARBINARY or LONGVARCHAR
293 the parameter value
306 When a very large binary value is input to a LONGVARCHAR
313 the parameter value
324 /** sets the value of a parameter using an any.
334 value of the corresponding SQL type.
342 the parameter value
350 /** set a value from the Datatype ANY for a parameter.
361 value of the corresponding SQL type.
369 the parameter value
379 …types, this is the number of digits after the decimal point. For all other types, this value will …
392 the parameter value
403 the parameter value
414 the parameter value
425 the parameter value
437 Statement. Setting a parameter value automatically clears its
438 previous value. However, in some cases it is useful to immediately