Home
last modified time | relevance | path

Searched refs:_rChainStart (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/connectivity/source/commontools/
H A Ddbexception.cxx285 SQLExceptionIteratorHelper::SQLExceptionIteratorHelper( const SQLExceptionInfo& _rChainStart ) in SQLExceptionIteratorHelper() argument
289 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() argument
298 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()
304 …teratorHelper::SQLExceptionIteratorHelper( const ::com::sun::star::sdbc::SQLWarning& _rChainStart ) in SQLExceptionIteratorHelper() argument
305 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()
311 …IteratorHelper::SQLExceptionIteratorHelper( const ::com::sun::star::sdb::SQLContext& _rChainStart ) in SQLExceptionIteratorHelper() argument
312 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()
/aoo42x/main/connectivity/inc/connectivity/
H A Ddbexception.hxx173 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