Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
62 /** is used to access data which is collected in a row.
63 All methods raise a
65 if a database access error occurs.
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
79 if a database access error occurs.
84 /** gets the value of a column in the current row as a string.
90 if a database access error occurs.
95 /** gets the value of a column in the current row as boolean.
101 if a database access error occurs.
106 /** get the value of a column in the current row as a byte.
112 if a database access error occurs.
117 /** gets the value of a column in the current row as a short.
123 if a database access error occurs.
128 /** get the value of a column in the current row as an integer.
134 if a database access error occurs.
139 /** get the value of a column in the current row as a long.
145 if a database access error occurs.
150 /** gets the value of a column in the current row as a float.
156 if a database access error occurs.
161 /** gets the value of a column in the current row as a double.
167 if a database access error occurs.
172 /** gets the value of a column in the current row as a byte array.
179 if a database access error occurs.
184 /** gets the value of a column in the current row as a date object.
190 if a database access error occurs.
196 /** gets the value of a column in the current row as a time object.
202 if a database access error occurs.
208 /** gets the value of a column in the current row as a datetime object.
214 if a database access error occurs.
220 /** gets the value of a column in the current row as a stream of
229 call to a get method implicitly closes the stream. Also, a
240 if a database access error occurs.
246 /** gets the value of a column in the current row as a stream of
255 call to a get method implicitly closes the stream. Also, a
266 if a database access error occurs.
272 /** returns the value of a column in the current row as an object.
284 if a database access error occurs.
291 /** gets a REF(<structured-type>) column value from the current row.
297 if a database access error occurs.
302 /** gets a BLOB value in the current row.
308 if a database access error occurs.
313 /** gets a CLOB value in the current row of this
321 if a database access error occurs.
326 /** gets a SQL ARRAY value from the current row of this
334 if a database access error occurs.