/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
struct DBSubComponentController_Impl; class UNLESS_MERGELIBS_MORE(DBACCESS_DLLPUBLIC) DBSubComponentController : public DBSubComponentController_Base
{ private:
::std::unique_ptr<DBSubComponentController_Impl> m_pImpl;
private: /** forces usage of a connection which we do not own <p>To be used from within XInitialization::initialize, resp. impl_initialize, only.</p>
*/ void initializeConnection( const css::uno::Reference< css::sdbc::XConnection >& _rxForeignConn );
/** provides access to the SDB-level database meta data of the current connection
*/ const ::dbtools::DatabaseMetaData& getSdbMetaData() const;
/** appends an error in the current environment.
*/ void appendError( const OUString& _rErrorMessage );
/** clears the error state.
*/ void clearError();
/** @return <TRUE/> when an error was set otherwise <FALSE/>
*/ bool hasError() const;
/** returns the current error
*/ const ::dbtools::SQLExceptionInfo& getError() const;
/** displays the current error, or does nothing if there is no current error
*/ void displayError();
/** shows an info box with the string connection lost.
*/ void connectionLostMessage() const;
/** gives access to the currently used connection @return the currently used connection.
*/ const css::uno::Reference< css::sdbc::XConnection >&
getConnection() const;
/** returns the number formatter
*/
css::uno::Reference< css::util::XNumberFormatter > const & getNumberFormatter() const;
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 ist noch experimentell.