Lines Matching refs:OStaticSet

69 void OStaticSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 /*_nPosition*/)  in fillValueRow()
76 Any SAL_CALL OStaticSet::getBookmark() throw(SQLException, RuntimeException) in getBookmark()
82 sal_Bool SAL_CALL OStaticSet::moveToBookmark( const Any& bookmark ) throw(SQLException, RuntimeExce… in moveToBookmark()
89 sal_Bool SAL_CALL OStaticSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(S… in moveRelativeToBookmark()
96 sal_Int32 SAL_CALL OStaticSet::compareBookmarks( const Any& _first, const Any& _second ) throw(SQLE… in compareBookmarks()
105 sal_Bool SAL_CALL OStaticSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks()
111 sal_Int32 SAL_CALL OStaticSet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExcep… in hashBookmark()
117 sal_Bool OStaticSet::fetchRow() in fetchRow()
135 void OStaticSet::fillAllRows() in fillAllRows()
154 sal_Bool SAL_CALL OStaticSet::next( ) throw(SQLException, RuntimeException) in next()
172 sal_Bool SAL_CALL OStaticSet::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst()
178 sal_Bool SAL_CALL OStaticSet::isAfterLast( ) throw(SQLException, RuntimeException) in isAfterLast()
184 sal_Bool SAL_CALL OStaticSet::isFirst( ) throw(SQLException, RuntimeException) in isFirst()
190 sal_Bool SAL_CALL OStaticSet::isLast( ) throw(SQLException, RuntimeException) in isLast()
196 void SAL_CALL OStaticSet::beforeFirst( ) throw(SQLException, RuntimeException) in beforeFirst()
203 void SAL_CALL OStaticSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast()
211 sal_Bool SAL_CALL OStaticSet::first( ) throw(SQLException, RuntimeException) in first()
222 sal_Bool SAL_CALL OStaticSet::last( ) throw(SQLException, RuntimeException) in last()
232 sal_Int32 SAL_CALL OStaticSet::getRow( ) throw(SQLException, RuntimeException) in getRow()
243 sal_Bool SAL_CALL OStaticSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute()
284 sal_Bool SAL_CALL OStaticSet::relative( sal_Int32 rows ) throw(SQLException, RuntimeException) in relative()
294 sal_Bool SAL_CALL OStaticSet::previous( ) throw(SQLException, RuntimeException) in previous()
305 void SAL_CALL OStaticSet::refreshRow( ) throw(SQLException, RuntimeException) in refreshRow()
310 sal_Bool SAL_CALL OStaticSet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated()
316 sal_Bool SAL_CALL OStaticSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted()
322 sal_Bool SAL_CALL OStaticSet::rowDeleted( ) throw(SQLException, RuntimeException) in rowDeleted()
328 Sequence< sal_Int32 > SAL_CALL OStaticSet::deleteRows( const Sequence< Any >& rows,const connectivi… in deleteRows()
342 void SAL_CALL OStaticSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _… in insertRow()
355 void SAL_CALL OStaticSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRow,c… in updateRow()
361 void SAL_CALL OStaticSet::deleteRow(const ORowSetRow& _rDeleteRow ,const connectivity::OSQLTable& _… in deleteRow()
374 void SAL_CALL OStaticSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates()
379 void SAL_CALL OStaticSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow()
384 void SAL_CALL OStaticSet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow()