Lines Matching refs:value

70 	/** reports whether the last column read had a value of SQL NULL.
72 its value and then call
74 to see if the value read was SQL NULL.
83 /** gets the value of a column in the current row as a String.
85 the column value
92 /** gets the value of a column in the current row as boolean.
94 the column value
101 /** gets the value of a column in the current row as a byte.
103 the column value
110 /** gets the value of a column in the current row as a short.
112 the column value
119 /** gets the value of a column in the current row as a long.
121 the column value
128 /** gets the value of a column in the current row as a hyper.
130 the column value
137 /** gets the value of a column in the current row as a float.
139 the column value
146 /** gets the value of a column in the current row as a double.
148 the column value
155 /** gets the value of a column in the current row as a byte array.
157 @returns the column value;
158 if the value is SQL NULL, the result is empty.
165 /** gets the value of a column in the current row as a date object.
167 the column value
175 /** gets the value of a column in the current row as a time object.
177 the column value
185 /** gets the value of a column in the current row as a datetime object.
187 the column value
195 /** gets the value of a column in the current row as a stream of
196 uninterpreted bytes. The value can then be read in chunks from the
203 read prior to getting the value of any other column. The next
210 the column value
218 /** gets the value of a column in the current row as a stream of
219 uninterpreted bytes. The value can then be read in chunks from the
225 read prior to getting the value of any other column. The next
232 the column value
240 /** @returns the value of a column in the current row as an object.
249 the column value
257 /** gets a REF(<structured-type&gt) column value from the current row.
260 the column value
267 /** gets a BLOB (Binary Large OBject) value in the current row.
269 the column value
276 /** gets a CLOB value in the current row of this <code>ResultSet</code> object.
278 the column value
285 /** gets a SQL ARRAY value from the current row.
287 the column value