Home
last modified time | relevance | path

Searched refs:_aIter (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx532 void ODriverDelegator::shutdownConnection(const TWeakPairVector::iterator& _aIter ) in shutdownConnection() argument
534 OSL_ENSURE(m_aConnections.end() != _aIter,"Iterator equals .end()"); in shutdownConnection()
538 Reference<XConnection> _xConnection(_aIter->first.get(),UNO_QUERY); in shutdownConnection()
561 StorageContainer::revokeStorage(_aIter->second.first,NULL); in shutdownConnection()
564 m_aConnections.erase(_aIter); in shutdownConnection()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1663 sal_Bool ORowSetCache::fill(ORowSetMatrix::iterator& _aIter,const ORowSetMatrix::iterator& _aEnd,sa… in fill() argument
1666 for(; _bCheck && _aIter != _aEnd;) in fill()
1668 if ( !_aIter->isValid() ) in fill()
1669 *_aIter = new ORowSetValueVector(nColumnCount); in fill()
1675 if ( aOldRowIter->getBody().getRow().isEqualBody(*_aIter) ) in fill()
1676 *_aIter = new ORowSetValueVector(nColumnCount); in fill()
1679 m_pCacheSet->fillValueRow(*_aIter++,++_nPos); in fill()
H A DRowSetCache.hxx156 …sal_Bool fill(ORowSetMatrix::iterator& _aIter,const ORowSetMatrix::iterator& _aEnd,sal_Int32& _nPo…
/trunk/main/connectivity/source/inc/hsqldb/
H A DHDriver.hxx86 void shutdownConnection(const TWeakPairVector::iterator& _aIter);

Completed in 26 milliseconds