Lines Matching refs:column

71 	/** reports whether the last column read had a value of SQL NULL.
72 Note that you must first call getXXX on a column to try to read
77 <TRUE/> if last column read was SQL NULL and <FALSE/> otherwise
84 /** gets the value of a column in the current row as a string.
86 the first column is 1, the second is 2,
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.
97 the first column is 1, the second is 2,
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.
108 the first column is 1, the second is 2,
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.
119 the first column is 1, the second is 2,
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.
130 the first column is 1, the second is 2,
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.
141 the first column is 1, the second is 2,
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.
152 the first column is 1, the second is 2,
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.
163 the first column is 1, the second is 2,
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.
175 the first column is 1, the second is 2, ...
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.
186 the first column is 1, the second is 2,
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.
198 the first column is 1, the second is 2,
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.
210 the first column is 1, the second is 2,
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
228 read prior to getting the value of any other column. The next
236 the first column is 1, the second is 2,
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
254 read prior to getting the value of any other column. The next
262 the first column is 1, the second is 2,
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.
278 the first column is 1, the second is 2,
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(&amp;lt;structured-type&amp;gt;) column value from the current row.
293 the first column is 1, the second is 2,
295 the column value; if the value is SQL NULL, the result is null
304 the first column is 1, the second is 2,
306 the column value; if the value is SQL NULL, the result is null
317 the first column is 1, the second is 2,
319 the column value; if the value is SQL NULL, the result is null
330 the first column is 1, the second is 2,
332 the column value; if the value is SQL NULL, the result is null