LibreOffice Module connectivity (master) 1
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
13using namespace ::connectivity;
14using namespace ::connectivity::firebird;
15using namespace ::connectivity::sdbcx;
16
17using namespace ::cppu;
18using namespace ::osl;
19
20using namespace ::com::sun::star;
21using namespace ::com::sun::star::sdbc;
22using namespace ::com::sun::star::uno;
23
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
36Reference< 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: */
struct _ADOColumn Column
Definition: Awrapadox.hxx:40