Lines Matching refs:column

70 	/** reports whether the last column read had a value of SQL NULL.
71 Note that you must first call getXXX on a column to try to read
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;
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
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
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
269 the column value
278 the column value
287 the column value