LibreOffice Module connectivity (master)
1
connectivity
source
drivers
mysqlc
mysqlc_types.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 <
sal/types.h
>
23
24
struct
TypeInfoDef
25
{
26
const
char
*
typeName
;
27
sal_Int32
dataType
;
28
sal_Int32
precision
;
29
const
char
*
literalPrefix
;
30
const
char
*
literalSuffix
;
31
const
char
*
createParams
;
32
sal_Int16
nullable
;
33
bool
caseSensitive
;
34
sal_Int16
searchable
;
35
bool
isUnsigned
;
36
bool
fixedPrecScale
;
37
bool
autoIncrement
;
38
const
char
*
localTypeName
;
39
sal_Int32
minScale
;
40
sal_Int32
maxScale
;
41
};
42
43
extern
TypeInfoDef
const
mysqlc_types
[];
44
45
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
mysqlc_types
TypeInfoDef const mysqlc_types[]
Definition:
mysqlc_types.cxx:27
TypeInfoDef
Definition:
mysqlc_types.hxx:25
TypeInfoDef::autoIncrement
bool autoIncrement
Definition:
mysqlc_types.hxx:37
TypeInfoDef::searchable
sal_Int16 searchable
Definition:
mysqlc_types.hxx:34
TypeInfoDef::minScale
sal_Int32 minScale
Definition:
mysqlc_types.hxx:39
TypeInfoDef::isUnsigned
bool isUnsigned
Definition:
mysqlc_types.hxx:35
TypeInfoDef::fixedPrecScale
bool fixedPrecScale
Definition:
mysqlc_types.hxx:36
TypeInfoDef::nullable
sal_Int16 nullable
Definition:
mysqlc_types.hxx:32
TypeInfoDef::dataType
sal_Int32 dataType
Definition:
mysqlc_types.hxx:27
TypeInfoDef::typeName
const char * typeName
Definition:
mysqlc_types.hxx:26
TypeInfoDef::maxScale
sal_Int32 maxScale
Definition:
mysqlc_types.hxx:40
TypeInfoDef::localTypeName
const char * localTypeName
Definition:
mysqlc_types.hxx:38
TypeInfoDef::literalPrefix
const char * literalPrefix
Definition:
mysqlc_types.hxx:29
TypeInfoDef::literalSuffix
const char * literalSuffix
Definition:
mysqlc_types.hxx:30
TypeInfoDef::caseSensitive
bool caseSensitive
Definition:
mysqlc_types.hxx:33
TypeInfoDef::precision
sal_Int32 precision
Definition:
mysqlc_types.hxx:28
TypeInfoDef::createParams
const char * createParams
Definition:
mysqlc_types.hxx:31
types.h
Generated on Sun Jul 30 2023 04:41:35 for LibreOffice Module connectivity (master) by
1.9.3