24#include <com/sun/star/sdb/SQLContext.hpp>
25#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
28#include <osl/diagnose.h>
41 if ( !_rChainLeft.hasValue() )
42 _rChainLeft = _rChainRight;
49 "lcl_concatWarnings: invalid warnings chain (this will crash)!" );
51 const SQLException* pChainTravel = o3tl::doAccess<SQLException>( _rChainLeft );
54 pChainTravel = aReferenceIterHelper.
next();
57 const_cast< SQLException*
>( pChainTravel )->NextException = _rChainRight;
103 appendWarning( SQLWarning( _rWarning, _rxContext, OUString::createFromAscii( _pAsciiSQLState ), 0,
Any() ) );