Lines Matching refs:value

71 	/** reports whether the last column read had a value of SQL NULL.
73 its value and then call wasNull() to see if the value read was
84 /** gets the value of a column in the current row as a string.
88 the column value; if the value is SQL NULL, the result is null
95 /** gets the value of a column in the current row as boolean.
99 the column value; if the value is SQL NULL, the result is null
106 /** get the value of a column in the current row as a byte.
110 the column value; if the value is SQL NULL, the result is null
117 /** gets the value of a column in the current row as a short.
121 the column value; if the value is SQL NULL, the result is null
128 /** get the value of a column in the current row as an integer.
132 the column value; if the value is SQL NULL, the result is null
139 /** get the value of a column in the current row as a long.
143 the column value; if the value is SQL NULL, the result is null
150 /** gets the value of a column in the current row as a float.
154 the column value; if the value is SQL NULL, the result is null
161 /** gets the value of a column in the current row as a double.
165 the column value; if the value is SQL NULL, the result is null
172 /** gets the value of a column in the current row as a byte array.
177 the column value; if the value is SQL NULL, the result is empty.
184 /** gets the value of a column in the current row as a date object.
188 the column value; if the value is SQL NULL, the result is null
196 /** gets the value of a column in the current row as a time object.
200 the column value; if the value is SQL NULL, the result is null
208 /** gets the value of a column in the current row as a datetime object.
212 the column value; if the value is SQL NULL, the result is null
220 /** gets the value of a column in the current row as a stream of
221 uninterpreted bytes. The value can then be read in chunks from the
228 read prior to getting the value of any other column. The next
238 the column value; if the value is SQL NULL, the result is null
246 /** gets the value of a column in the current row as a stream of
247 uninterpreted bytes. The value can then be read in chunks from the
254 read prior to getting the value of any other column. The next
264 the column value; if the value is SQL NULL, the result is null
272 /** returns the value of a column in the current row as an object.
280 the map of types which should be used to get the column value
282 the column value; if the value is SQL NULL, the result is null
291 /** gets a REF(<structured-type>) column value from the current row.
295 the column value; if the value is SQL NULL, the result is null
302 /** gets a BLOB value in the current row.
306 the column value; if the value is SQL NULL, the result is null
313 /** gets a CLOB value in the current row of this
319 the column value; if the value is SQL NULL, the result is null
326 /** gets a SQL ARRAY value from the current row of this
332 the column value; if the value is SQL NULL, the result is null