Searched refs:pLastException (Results 1 – 1 of 1) sorted by relevance
248 SQLException* pLastException = NULL; in append() local258 …pLastException = static_cast< SQLException* >( const_cast< void* >( pChainIterator->getValue() ) ); in append()259 pChainIterator = &pLastException->NextException; in append()263 if ( pLastException ) in append()264 pLastException->NextException = aAppend; in append()
Completed in 9 milliseconds