Lines Matching refs:RuntimeException

50 		using ::com::sun::star::uno::RuntimeException;
113 throw(RuntimeException);
121 throw(RuntimeException);
125 throw(RuntimeException);
128 sal_Bool SAL_CALL next() throw(SQLException, RuntimeException);
130 sal_Bool SAL_CALL isBeforeFirst() throw(SQLException, RuntimeException);
132 sal_Bool SAL_CALL isAfterLast() throw(SQLException, RuntimeException);
134 sal_Bool SAL_CALL isFirst() throw(SQLException, RuntimeException);
136 sal_Bool SAL_CALL isLast() throw(SQLException, RuntimeException);
138 void SAL_CALL beforeFirst() throw(SQLException, RuntimeException);
140 void SAL_CALL afterLast() throw(SQLException, RuntimeException);
142 sal_Bool SAL_CALL first() throw(SQLException, RuntimeException);
144 sal_Bool SAL_CALL last() throw(SQLException, RuntimeException);
146 sal_Int32 SAL_CALL getRow() throw(SQLException, RuntimeException);
148 sal_Bool SAL_CALL absolute(sal_Int32 row) throw(SQLException, RuntimeException);
150 sal_Bool SAL_CALL relative(sal_Int32 rows) throw(SQLException, RuntimeException);
152 sal_Bool SAL_CALL previous() throw(SQLException, RuntimeException);
154 void SAL_CALL refreshRow() throw(SQLException, RuntimeException);
156 sal_Bool SAL_CALL rowUpdated() throw(SQLException, RuntimeException);
158 sal_Bool SAL_CALL rowInserted() throw(SQLException, RuntimeException);
160 sal_Bool SAL_CALL rowDeleted() throw(SQLException, RuntimeException);
163 throw(SQLException, RuntimeException);
165 sal_Bool SAL_CALL wasNull() throw(SQLException, RuntimeException);
167 OUString SAL_CALL getString(sal_Int32 column) throw(SQLException, RuntimeException);
169 sal_Bool SAL_CALL getBoolean(sal_Int32 column) throw(SQLException, RuntimeException);
171 sal_Int8 SAL_CALL getByte(sal_Int32 column) throw(SQLException, RuntimeException);
173 sal_Int16 SAL_CALL getShort(sal_Int32 column) throw(SQLException, RuntimeException);
175 sal_Int32 SAL_CALL getInt(sal_Int32 column) throw(SQLException, RuntimeException);
177 sal_Int64 SAL_CALL getLong(sal_Int32 column) throw(SQLException, RuntimeException);
179 float SAL_CALL getFloat(sal_Int32 column) throw(SQLException, RuntimeException);
181 double SAL_CALL getDouble(sal_Int32 column) throw(SQLException, RuntimeException);
184 throw(SQLException, RuntimeException);
187 throw(SQLException, RuntimeException);
190 throw(SQLException, RuntimeException);
193 throw(SQLException, RuntimeException);
196 throw(SQLException, RuntimeException);
199 throw(SQLException, RuntimeException);
202 throw(SQLException, RuntimeException);
205 throw(SQLException, RuntimeException);
208 throw(SQLException, RuntimeException);
211 throw(SQLException, RuntimeException);
214 throw(SQLException, RuntimeException);
218 throw(SQLException, RuntimeException);
221 void SAL_CALL cancel() throw(RuntimeException);
224 void SAL_CALL close() throw(SQLException, RuntimeException);
227 Any SAL_CALL getWarnings() throw(SQLException, RuntimeException);
229 void SAL_CALL clearWarnings() throw(SQLException, RuntimeException);
232 void SAL_CALL insertRow() throw(SQLException, RuntimeException);
234 void SAL_CALL updateRow() throw(SQLException, RuntimeException);
236 void SAL_CALL deleteRow() throw(SQLException, RuntimeException);
238 void SAL_CALL cancelRowUpdates() throw(SQLException, RuntimeException);
240 void SAL_CALL moveToInsertRow() throw(SQLException, RuntimeException);
242 void SAL_CALL moveToCurrentRow() throw(SQLException, RuntimeException);
245 void SAL_CALL updateNull(sal_Int32 column) throw(SQLException, RuntimeException);
247 void SAL_CALL updateBoolean(sal_Int32 column, sal_Bool x) throw(SQLException, RuntimeException);
249 void SAL_CALL updateByte(sal_Int32 column, sal_Int8 x) throw(SQLException, RuntimeException);
251 void SAL_CALL updateShort(sal_Int32 column, sal_Int16 x) throw(SQLException, RuntimeException);
253 void SAL_CALL updateInt(sal_Int32 column, sal_Int32 x) throw(SQLException, RuntimeException);
255 void SAL_CALL updateLong(sal_Int32 column, sal_Int64 x) throw(SQLException, RuntimeException);
257 void SAL_CALL updateFloat(sal_Int32 column, float x) throw(SQLException, RuntimeException);
259 void SAL_CALL updateDouble(sal_Int32 column, double x) throw(SQLException, RuntimeException);
262 throw(SQLException, RuntimeException);
265 throw(SQLException, RuntimeException);
268 throw(SQLException, RuntimeException);
271 throw(SQLException, RuntimeException);
274 throw(SQLException, RuntimeException);
277 throw(SQLException, RuntimeException);
280 throw(SQLException, RuntimeException);
283 throw(SQLException, RuntimeException);
286 throw(SQLException, RuntimeException);
290 throw(SQLException, RuntimeException);
293 Any SAL_CALL getBookmark() throw(SQLException, RuntimeException);
296 throw(SQLException, RuntimeException);
299 throw(SQLException, RuntimeException);
302 throw(SQLException, RuntimeException);
304 sal_Bool SAL_CALL hasOrderedBookmarks() throw(SQLException, RuntimeException);
307 throw(SQLException, RuntimeException);
311 throw(SQLException, RuntimeException);
313 void checkColumnIndex(sal_Int32 index) throw(SQLException, RuntimeException);