Lines Matching refs:raises
75 boolean next() raises (SQLException);
85 boolean isBeforeFirst() raises (SQLException);
95 boolean isAfterLast() raises (SQLException);
104 boolean isFirst() raises (SQLException);
124 boolean isLast() raises (SQLException);
132 void beforeFirst() raises (SQLException);
140 void afterLast() raises (SQLException);
149 boolean first() raises (SQLException);
158 boolean last() raises (SQLException);
168 long getRow() raises (SQLException);
206 boolean absolute([in] long row ) raises (SQLException);
236 boolean relative([in]long rows) raises (SQLException);
256 boolean previous() raises (SQLException);
285 void refreshRow() raises (SQLException);
295 boolean rowUpdated() raises (SQLException);
305 boolean rowInserted() raises (SQLException);
317 boolean rowDeleted() raises (SQLException);
332 com::sun::star::uno::XInterface getStatement() raises (SQLException);