20#ifndef INCLUDED_CONNECTIVITY_WARNINGSCONTAINER_HXX
21#define INCLUDED_CONNECTIVITY_WARNINGSCONTAINER_HXX
25#include <com/sun/star/uno/Reference.hxx>
49 :m_xExternalWarnings(
std::move( _xExternalWarnings )) {}
51 void setExternalWarnings(
const css::uno::Reference< css::sdbc::XWarningsSupplier >& _rxExternalWarnings )
53 m_xExternalWarnings = _rxExternalWarnings;
66 const OUString& _rWarning,
67 const char* _pAsciiSQLState,
68 const css::uno::Reference< css::uno::XInterface >& _rxContext );
70 void appendWarning(
const css::sdbc::SQLException& _rWarning);
75 css::uno::Any getWarnings( )
const;
76 void clearWarnings( );