Lines Matching refs:ORowSetCache
81 DBG_NAME(ORowSetCache) in DBG_NAME() argument
83 ORowSetCache::ORowSetCache(const Reference< XResultSet >& _xRs, in DBG_NAME()
112 DBG_CTOR(ORowSetCache,NULL); in DBG_NAME()
366 ORowSetCache::~ORowSetCache() in ~ORowSetCache()
385 DBG_DTOR(ORowSetCache,NULL); in ~ORowSetCache()
389 void ORowSetCache::setFetchSize(sal_Int32 _nSize) in setFetchSize()
467 Reference< XResultSetMetaData > ORowSetCache::getMetaData( ) in getMetaData()
488 Any ORowSetCache::getBookmark( ) in getBookmark()
502 sal_Bool ORowSetCache::moveToBookmark( const Any& bookmark ) in moveToBookmark()
532 sal_Bool ORowSetCache::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) in moveRelativeToBookmark()
547 sal_Int32 ORowSetCache::compareBookmarks( const Any& _first, const Any& _second ) in compareBookmarks()
552 sal_Bool ORowSetCache::hasOrderedBookmarks( ) in hasOrderedBookmarks()
557 sal_Int32 ORowSetCache::hashBookmark( const Any& bookmark ) in hashBookmark()
563 void ORowSetCache::updateNull(sal_Int32 columnIndex,ORowSetValueVector::Vector& io_aRow in updateNull()
582 void ORowSetCache::updateValue(sal_Int32 columnIndex,const ORowSetValue& x in updateValue()
602 void ORowSetCache::updateCharacterStream( sal_Int32 columnIndex, const Reference< ::com::sun::star:… in updateCharacterStream()
623 void ORowSetCache::updateObject( sal_Int32 columnIndex, const Any& x in updateObject()
645 void ORowSetCache::updateNumericObject( sal_Int32 columnIndex, const Any& x, sal_Int32 /*scale*/ in updateNumericObject()
668 sal_Bool ORowSetCache::next( ) in next()
690 sal_Bool ORowSetCache::isBeforeFirst( ) in isBeforeFirst()
695 sal_Bool ORowSetCache::isAfterLast( ) in isAfterLast()
700 sal_Bool ORowSetCache::isFirst( ) in isFirst()
705 sal_Bool ORowSetCache::isLast( ) in isLast()
710 sal_Bool ORowSetCache::beforeFirst( ) in beforeFirst()
724 sal_Bool ORowSetCache::afterLast( ) in afterLast()
745 sal_Bool ORowSetCache::fillMatrix(sal_Int32& _nNewStartPos,sal_Int32 _nNewEndPos) in fillMatrix()
832 sal_Bool ORowSetCache::moveWindow() in moveWindow()
1063 sal_Bool ORowSetCache::first( ) in first()
1088 sal_Bool ORowSetCache::last( ) in last()
1127 sal_Int32 ORowSetCache::getRow( ) in getRow()
1132 sal_Bool ORowSetCache::absolute( sal_Int32 row ) in absolute()
1185 sal_Bool ORowSetCache::relative( sal_Int32 rows ) in relative()
1213 sal_Bool ORowSetCache::previous( ) in previous()
1244 void ORowSetCache::refreshRow( ) in refreshRow()
1257 sal_Bool ORowSetCache::rowUpdated( ) in rowUpdated()
1262 sal_Bool ORowSetCache::rowInserted( ) in rowInserted()
1268 sal_Bool ORowSetCache::insertRow(::std::vector< Any >& o_aBookmarks) in insertRow()
1303 void ORowSetCache::resetInsertRow(sal_Bool _bClearInsertRow) in resetInsertRow()
1311 void ORowSetCache::cancelRowModification() in cancelRowModification()
1324 void ORowSetCache::updateRow( ORowSetMatrix::iterator& _rUpdateRow,::std::vector< Any >& o_aBookmar… in updateRow()
1355 bool ORowSetCache::deleteRow( ) in deleteRow()
1382 void ORowSetCache::cancelRowUpdates( ) in cancelRowUpdates()
1400 void ORowSetCache::moveToInsertRow( ) in moveToInsertRow()
1421 ORowSetCacheIterator ORowSetCache::createIterator(ORowSetBase* _pRowSet) in createIterator()
1430 void ORowSetCache::deleteIterator(const ORowSetBase* _pRowSet) in deleteIterator()
1445 void ORowSetCache::rotateCacheIterator(ORowSetMatrix::difference_type _nDist) in rotateCacheIterator()
1474 void ORowSetCache::setUpdateIterator(const ORowSetMatrix::iterator& _rOriginalRow) in setUpdateIterator()
1488 void ORowSetCache::checkPositionFlags() in checkPositionFlags()
1498 void ORowSetCache::checkUpdateConditions(sal_Int32 columnIndex) in checkUpdateConditions()
1504 sal_Bool ORowSetCache::checkInnerJoin(const ::connectivity::OSQLParseNode *pNode,const Reference< X… in checkInnerJoin()
1543 sal_Bool ORowSetCache::checkJoin(const Reference< XConnection>& _xConnection, in checkJoin()
1603 void ORowSetCache::clearInsertRow() in clearInsertRow()
1619 ORowSetMatrix::iterator ORowSetCache::calcPosition() const in calcPosition()
1627 TORowSetOldRowHelperRef ORowSetCache::registerOldRow() in registerOldRow()
1634 void ORowSetCache::deregisterOldRow(const TORowSetOldRowHelperRef& _rRow) in deregisterOldRow()
1648 sal_Bool ORowSetCache::reFillMatrix(sal_Int32 _nNewStartPos,sal_Int32 _nNewEndPos) in reFillMatrix()
1663 sal_Bool ORowSetCache::fill(ORowSetMatrix::iterator& _aIter,const ORowSetMatrix::iterator& _aEnd,sa… in fill()
1685 bool ORowSetCache::isResultSetChanged() const in isResultSetChanged()
1690 void ORowSetCache::reset(const Reference< XResultSet>& _xDriverSet) in reset()
1700 void ORowSetCache::impl_updateRowFromCache_throw(ORowSetValueVector::Vector& io_aRow in impl_updateRowFromCache_throw()