Lines Matching refs:current
83 /** gets the value of a column in the current row as a String.
92 /** gets the value of a column in the current row as boolean.
101 /** gets the value of a column in the current row as a byte.
110 /** gets the value of a column in the current row as a short.
119 /** gets the value of a column in the current row as a long.
128 /** gets the value of a column in the current row as a hyper.
137 /** gets the value of a column in the current row as a float.
146 /** gets the value of a column in the current row as a double.
155 /** gets the value of a column in the current row as a byte array.
165 /** gets the value of a column in the current row as a date object.
175 /** gets the value of a column in the current row as a time object.
185 /** gets the value of a column in the current row as a datetime object.
195 /** gets the value of a column in the current row as a stream of
218 /** gets the value of a column in the current row as a stream of
240 /** @returns the value of a column in the current row as an object.
257 /** gets a REF(<structured-type>) column value from the current row.
267 /** gets a BLOB (Binary Large OBject) value in the current row.
276 /** gets a CLOB value in the current row of this <code>ResultSet</code> object.
285 /** gets a SQL ARRAY value from the current row.