Lines Matching refs:first
48 data. Initially the cursor is positioned before the first row.
60 A ResultSet cursor is initially positioned before the first row; the
61 first call to next makes the first row the current row; the
78 /** indicates whether the cursor is before the first row in the result
98 /** indicates whether the cursor is on the first row of the result set.
128 first row. Has no effect if the result set contains no rows.
143 /** moves the cursor to the first row in the result set.
149 boolean first() raises (SQLException);
161 /** retrieves the current row number. The first row is number 1, the
177 beginning of the result set. The first row is row 1, the second
191 An attempt to position the cursor beyond the first/last row in
192 the result set leaves the cursor before/after the first/last
200 <member scope="com::sun::star::sdbc">XResultSet::first()</member>
213 Attempting to move beyond the first/last row in the result set
215 the first/last row. Calling
227 the first row or after the last row of the result set.