namespace com::sun::star::sdbc { class SQLException; } namespace com::sun::star::sdbc { class SQLWarning; } namespace com::sun::star::sdbc { class XWarningsSupplier; } namespace com::sun::star::sdb { class SQLContext; } namespace com::sun::star::uno { class XInterface; }
namespace dbtools
{
/** helper class for implementing XWarningsSupplier, which mixes own warnings with warningsobtainedfromanexternalinstance
*/ class UNLESS_MERGELIBS_MORE(OOO_DLLPUBLIC_DBTOOLS) WarningsContainer
{ private:
css::uno::Reference< css::sdbc::XWarningsSupplier > m_xExternalWarnings;
css::uno::Any m_aOwnWarnings;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.