Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
64 /** is used to access data which is collected in a row.
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
78 if a database access error occurs.
83 /** gets the value of a column in the current row as a String.
87 if a database access error occurs.
92 /** gets the value of a column in the current row as boolean.
96 if a database access error occurs.
101 /** gets the value of a column in the current row as a byte.
105 if a database access error occurs.
110 /** gets the value of a column in the current row as a short.
114 if a database access error occurs.
119 /** gets the value of a column in the current row as a long.
123 if a database access error occurs.
128 /** gets the value of a column in the current row as a hyper.
132 if a database access error occurs.
137 /** gets the value of a column in the current row as a float.
141 if a database access error occurs.
146 /** gets the value of a column in the current row as a double.
150 if a database access error occurs.
155 /** gets the value of a column in the current row as a byte array.
160 if a database access error occurs.
165 /** gets the value of a column in the current row as a date object.
169 if a database access error occurs.
175 /** gets the value of a column in the current row as a time object.
179 if a database access error occurs.
185 /** gets the value of a column in the current row as a datetime object.
189 if a database access error occurs.
195 /** gets the value of a column in the current row as a stream of
204 call to a get method implicitly closes the stream. Also, a
212 if a database access error occurs.
218 /** gets the value of a column in the current row as a stream of
226 call to a get method implicitly closes the stream. Also, a
234 if a database access error occurs.
240 /** @returns the value of a column in the current row as an object.
251 if a database access error occurs.
257 /** gets a REF(<structured-type&gt) column value from the current row.
262 if a database access error occurs.
267 /** gets a BLOB (Binary Large OBject) value in the current row.
271 if a database access error occurs.
276 /** gets a CLOB value in the current row of this <code>ResultSet</code> object.
280 if a database access error occurs.
285 /** gets a SQL ARRAY value from the current row.
289 if a database access error occurs.