LibreOffice Module connectivity (master)
1
connectivity
source
drivers
firebird
Columns.cxx
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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
10
#include "
Columns.hxx
"
11
#include "
Column.hxx
"
12
13
using namespace
::
connectivity
;
14
using namespace
::
connectivity::firebird
;
15
using namespace
::
connectivity::sdbcx
;
16
17
using namespace
::
cppu
;
18
using namespace
::
osl
;
19
20
using namespace
::
com::sun::star
;
21
using namespace
::
com::sun::star::sdbc
;
22
using namespace
::
com::sun::star::uno
;
23
24
Columns::Columns
(
Table
& rTable,
25
Mutex& rMutex,
26
const ::std::vector< OUString>& rVector):
27
OColumnsHelper(rTable,
28
true,
// TODO: is this case sensitivity?
29
rMutex,
30
rVector,
31
/*bUseHardRef*/
true)
32
{
33
OColumnsHelper::setParent(&rTable);
34
}
35
36
Reference< css::beans::XPropertySet > Columns::createDescriptor()
37
{
38
return
new
Column
;
39
}
40
41
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
Column
struct _ADOColumn Column
Definition:
Awrapadox.hxx:40
Column.hxx
Columns.hxx
com::sun::star::sdbc
com::sun::star::uno
com::sun::star
connectivity::firebird
Definition:
drivers/firebird/Blob.hxx:22
connectivity::sdbcx
Definition:
HUsers.hxx:27
connectivity
cppu
osl
Columns::Columns
Columns()
Table
Generated on Sun Jul 30 2023 04:41:19 for LibreOffice Module connectivity (master) by
1.9.3