LibreOffice Module dbaccess (master) 1
connectiontools.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#pragma once
21
23
24#include <com/sun/star/sdb/tools/XConnectionTools.hpp>
25#include <com/sun/star/lang/XServiceInfo.hpp>
26#include <com/sun/star/lang/XInitialization.hpp>
27#include <com/sun/star/uno/XComponentContext.hpp>
28
30
31namespace sdbtools
32{
33
34 // ConnectionTools
35 typedef ::cppu::WeakImplHelper< css::sdb::tools::XConnectionTools
36 , css::lang::XServiceInfo
37 , css::lang::XInitialization
43 {
44 public:
50 explicit ConnectionTools( const css::uno::Reference< css::uno::XComponentContext >& _rContext );
51
52 // XConnectionTools
53 virtual css::uno::Reference< css::sdb::tools::XTableName > SAL_CALL createTableName() override;
54 virtual css::uno::Reference< css::sdb::tools::XObjectNames > SAL_CALL getObjectNames() override;
55 virtual css::uno::Reference< css::sdb::tools::XDataSourceMetaData > SAL_CALL getDataSourceMetaData() override;
56 virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL getFieldsByCommandDescriptor( ::sal_Int32 commandType, const OUString& command, css::uno::Reference< css::lang::XComponent >& keepFieldsAlive ) override;
57 virtual css::uno::Reference< css::sdb::XSingleSelectQueryComposer > SAL_CALL getComposer( ::sal_Int32 commandType, const OUString& command ) override;
58
59 // XServiceInfo
60 virtual OUString SAL_CALL getImplementationName() override;
61 virtual sal_Bool SAL_CALL supportsService(const OUString & ServiceName) override;
62 virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
63
64 // XInitialization
65 virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any > & aArguments) override;
66
67 protected:
68 virtual ~ConnectionTools() override;
69
70 private:
71 ConnectionTools( const ConnectionTools& ) = delete;
73 };
74
75} // namespace sdbtools
76
77/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
implements the css::sdb::tools::XConnectionTools functionality
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL getFieldsByCommandDescriptor(::sal_Int32 commandType, const OUString &command, css::uno::Reference< css::lang::XComponent > &keepFieldsAlive) override
ConnectionTools(const css::uno::Reference< css::uno::XComponentContext > &_rContext)
constructs a ConnectionTools instance
virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any > &aArguments) override
virtual css::uno::Reference< css::sdb::XSingleSelectQueryComposer > SAL_CALL getComposer(::sal_Int32 commandType, const OUString &command) override
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
virtual ~ConnectionTools() override
virtual css::uno::Reference< css::sdb::tools::XDataSourceMetaData > SAL_CALL getDataSourceMetaData() override
ConnectionTools & operator=(const ConnectionTools &)=delete
virtual css::uno::Reference< css::sdb::tools::XObjectNames > SAL_CALL getObjectNames() override
virtual css::uno::Reference< css::sdb::tools::XTableName > SAL_CALL createTableName() override
ConnectionTools(const ConnectionTools &)=delete
virtual OUString SAL_CALL getImplementationName() override
Sequence< PropertyValue > aArguments
Definition: intercept.cxx:88
::cppu::WeakImplHelper< css::sdb::tools::XConnectionTools, css::lang::XServiceInfo, css::lang::XInitialization > ConnectionTools_Base
unsigned char sal_Bool