Lines Matching refs:WrappedResultSet

48 void WrappedResultSet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::OUString& i…  in construct()
57 Any SAL_CALL WrappedResultSet::getBookmark() throw(SQLException, RuntimeException) in getBookmark()
67 sal_Bool SAL_CALL WrappedResultSet::moveToBookmark( const Any& bookmark ) throw(SQLException, Runti… in moveToBookmark()
73 sal_Bool SAL_CALL WrappedResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) t… in moveRelativeToBookmark()
79 sal_Int32 SAL_CALL WrappedResultSet::compareBookmarks( const Any& _first, const Any& _second ) thro… in compareBookmarks()
85 sal_Bool SAL_CALL WrappedResultSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks()
91 sal_Int32 SAL_CALL WrappedResultSet::hashBookmark( const Any& bookmark ) throw(SQLException, Runtim… in hashBookmark()
98 Sequence< sal_Int32 > SAL_CALL WrappedResultSet::deleteRows( const Sequence< Any >& rows ,const con… in deleteRows()
109 void SAL_CALL WrappedResultSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTa… in insertRow()
125 void SAL_CALL WrappedResultSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrgina… in updateRow()
139 void SAL_CALL WrappedResultSet::deleteRow(const ORowSetRow& /*_rDeleteRow*/ ,const connectivity::OS… in deleteRow()
145 void SAL_CALL WrappedResultSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates()
151 void SAL_CALL WrappedResultSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow()
157 void SAL_CALL WrappedResultSet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow()
163 void WrappedResultSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow()
169 void WrappedResultSet::updateColumn(sal_Int32 nPos,Reference< XRowUpdate > _xParameter,const ORowSe… in updateColumn()