Searched refs:_rChainStart (Results 1 – 2 of 2) sorted by relevance
285 SQLExceptionIteratorHelper::SQLExceptionIteratorHelper( const SQLExceptionInfo& _rChainStart ) in SQLExceptionIteratorHelper() argument289 if ( _rChainStart.isValid() ) in SQLExceptionIteratorHelper()291 m_pCurrent = (const SQLException*)_rChainStart; in SQLExceptionIteratorHelper()292 m_eCurrentType = _rChainStart.getType(); in SQLExceptionIteratorHelper()297 …ratorHelper::SQLExceptionIteratorHelper( const ::com::sun::star::sdbc::SQLException& _rChainStart ) in SQLExceptionIteratorHelper() argument298 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()304 …teratorHelper::SQLExceptionIteratorHelper( const ::com::sun::star::sdbc::SQLWarning& _rChainStart ) in SQLExceptionIteratorHelper() argument305 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()311 …IteratorHelper::SQLExceptionIteratorHelper( const ::com::sun::star::sdb::SQLContext& _rChainStart ) in SQLExceptionIteratorHelper() argument312 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()
173 SQLExceptionIteratorHelper( const ::com::sun::star::sdbc::SQLException& _rChainStart );181 SQLExceptionIteratorHelper( const ::com::sun::star::sdbc::SQLWarning& _rChainStart );189 SQLExceptionIteratorHelper( const ::com::sun::star::sdb::SQLContext& _rChainStart );
Completed in 19 milliseconds