/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Connection.idl,v $ * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef __com_sun_star_sdb_Connection_idl__ #define __com_sun_star_sdb_Connection_idl__ #ifndef __com_sun_star_container_XChild_idl__ #include #endif #ifndef __com_sun_star_sdbc_Connection_idl__ #include #endif #ifndef __com_sun_star_sdbcx_DatabaseDefinition_idl__ #include #endif module com { module sun { module star { module lang { published interface XMultiServiceFactory; };};};}; module com { module sun { module star { module sdb { published interface XSQLQueryComposerFactory; published interface XQueriesSupplier; published interface XCommandPreparation; module application { interface XTableUIProvider; }; /** extends the Connection of SDBC by providing the data definitions of a connected database. */ published service Connection { service com::sun::star::sdbc::Connection; /** access to the owning data source. */ interface com::sun::star::container::XChild; /** interface for complex command execution. */ interface XCommandPreparation; /** access to the database definition information of the connection. */ service com::sun::star::sdbcx::DatabaseDefinition; /** returns a container of associated queries. */ interface XQueriesSupplier; /** returns a tool for composing queries. */ interface XSQLQueryComposerFactory; /** allows the creation of different services which can only exists with a connection. */ [optional] interface com::sun::star::lang::XMultiServiceFactory; /** allows the connection to overrule the database application's default user interface for tables. */ // [optional] interface com::sun::star::sdb::application::XTableUIProvider; }; //============================================================================= }; }; }; }; /*=========================================================================== ===========================================================================*/ #endif ollabora/cp-5.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-16loplugin:ostr in unotoolsNoel Grandin
2023-11-16[API CHANGE] Remove deprecated Password config itemSamuel Mehrbrodt
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: unotoolsStephan Bergmann
2023-09-25tdf#155698 - Start Center: Retain pinned items when clearing the listAndreas Heinisch
2023-06-19tdf#38742 - Start Center: move last opened documents to the topAndreas Heinisch
2023-06-08tdf#38742 - Start Center: odb files messes up pinned documentsAndreas Heinisch
2023-06-06tdf#38742 - Start Center: introduce push pins to favorite documentsAndreas Heinisch
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-03Just use Any ctor instead of makeAny in unotoolsStephan Bergmann
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2021-10-21loplugin:flattenNoel Grandin
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-03convert EHistoryType to scoped enumNoel
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unotoolsStephan Bergmann
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin
2019-06-28Simplify Sequence iterations in unotoolsArkadiy Illarionov
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen