Lines Matching refs:m_pCurrent
286 :m_pCurrent( NULL ) in SQLExceptionIteratorHelper()
291 m_pCurrent = (const SQLException*)_rChainStart; in SQLExceptionIteratorHelper()
298 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()
305 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()
312 :m_pCurrent( &_rChainStart ) in SQLExceptionIteratorHelper()
323 _out_rInfo = *m_pCurrent; in current()
327 _out_rInfo = *static_cast< const SQLWarning* >( m_pCurrent ); in current()
331 _out_rInfo = *static_cast< const SQLContext* >( m_pCurrent ); in current()
346 if ( !m_pCurrent ) in next()
352 Type aNextElementType = m_pCurrent->NextException.getValueType(); in next()
356 m_pCurrent = NULL; in next()
361 m_pCurrent = static_cast< const SQLException* >( m_pCurrent->NextException.getValue() ); in next()