LibreOffice Module connectivity (master)
1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
v
w
Variables
a
b
c
i
m
n
p
s
t
Typedefs
b
c
d
e
h
i
j
m
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
d
e
f
h
o
p
u
v
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
x
y
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Related Functions
o
s
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
c
d
e
g
i
j
l
m
o
r
s
t
w
y
Variables
a
b
c
d
e
i
j
m
n
o
p
s
t
u
v
x
Typedefs
c
e
g
i
k
n
o
p
s
t
u
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
i
k
m
n
o
p
s
t
y
connectivity
source
inc
calc
calc/CDatabaseMetaData.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
22
#include <
component/CDatabaseMetaData.hxx
>
23
24
namespace
connectivity::calc
25
{
26
27
//************ Class: java.sql.DatabaseMetaDataDate
28
29
30
class
OCalcDatabaseMetaData
:
public
component::OComponentDatabaseMetaData
31
{
32
virtual
OUString SAL_CALL
getURL
( )
override
;
33
virtual
css::uno::Reference< css::sdbc::XResultSet > SAL_CALL
getTables
(
const
css::uno::Any& catalog,
const
OUString& schemaPattern,
const
OUString& tableNamePattern,
const
css::uno::Sequence< OUString >& types )
override
;
34
protected
:
35
virtual
~OCalcDatabaseMetaData
()
override
;
36
public
:
37
OCalcDatabaseMetaData
(
file::OConnection
* _pCon);
38
};
39
40
}
41
42
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
connectivity::calc::OCalcDatabaseMetaData
Definition:
calc/CDatabaseMetaData.hxx:31
connectivity::calc::OCalcDatabaseMetaData::OCalcDatabaseMetaData
OCalcDatabaseMetaData(file::OConnection *_pCon)
Definition:
calc/CDatabaseMetaData.cxx:43
connectivity::calc::OCalcDatabaseMetaData::~OCalcDatabaseMetaData
virtual ~OCalcDatabaseMetaData() override
Definition:
calc/CDatabaseMetaData.cxx:47
connectivity::calc::OCalcDatabaseMetaData::getURL
virtual OUString SAL_CALL getURL() override
Definition:
calc/CDatabaseMetaData.cxx:51
connectivity::calc::OCalcDatabaseMetaData::getTables
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL getTables(const css::uno::Any &catalog, const OUString &schemaPattern, const OUString &tableNamePattern, const css::uno::Sequence< OUString > &types) override
Definition:
calc/CDatabaseMetaData.cxx:127
connectivity::component::OComponentDatabaseMetaData
Definition:
component/CDatabaseMetaData.hxx:31
connectivity::file::OConnection
Definition:
FConnection.hxx:36
CDatabaseMetaData.hxx
connectivity::calc
Definition:
CCatalog.hxx:25
Generated on Sun Jul 30 2023 04:41:58 for LibreOffice Module connectivity (master) by
1.9.3