LibreOffice Module connectivity (master) 1
Public Attributes | List of all members
TypeInfoDef Struct Reference

#include <mysqlc_types.hxx>

Public Attributes

const char * typeName
 
sal_Int32 dataType
 
sal_Int32 precision
 
const char * literalPrefix
 
const char * literalSuffix
 
const char * createParams
 
sal_Int16 nullable
 
bool caseSensitive
 
sal_Int16 searchable
 
bool isUnsigned
 
bool fixedPrecScale
 
bool autoIncrement
 
const char * localTypeName
 
sal_Int32 minScale
 
sal_Int32 maxScale
 

Detailed Description

Definition at line 24 of file mysqlc_types.hxx.

Member Data Documentation

◆ autoIncrement

bool TypeInfoDef::autoIncrement

Definition at line 37 of file mysqlc_types.hxx.

◆ caseSensitive

bool TypeInfoDef::caseSensitive

Definition at line 33 of file mysqlc_types.hxx.

◆ createParams

const char* TypeInfoDef::createParams

Definition at line 31 of file mysqlc_types.hxx.

◆ dataType

sal_Int32 TypeInfoDef::dataType

Definition at line 27 of file mysqlc_types.hxx.

◆ fixedPrecScale

bool TypeInfoDef::fixedPrecScale

Definition at line 36 of file mysqlc_types.hxx.

◆ isUnsigned

bool TypeInfoDef::isUnsigned

Definition at line 35 of file mysqlc_types.hxx.

◆ literalPrefix

const char* TypeInfoDef::literalPrefix

Definition at line 29 of file mysqlc_types.hxx.

◆ literalSuffix

const char* TypeInfoDef::literalSuffix

Definition at line 30 of file mysqlc_types.hxx.

◆ localTypeName

const char* TypeInfoDef::localTypeName

Definition at line 38 of file mysqlc_types.hxx.

◆ maxScale

sal_Int32 TypeInfoDef::maxScale

Definition at line 40 of file mysqlc_types.hxx.

◆ minScale

sal_Int32 TypeInfoDef::minScale

Definition at line 39 of file mysqlc_types.hxx.

◆ nullable

sal_Int16 TypeInfoDef::nullable

Definition at line 32 of file mysqlc_types.hxx.

◆ precision

sal_Int32 TypeInfoDef::precision

Definition at line 28 of file mysqlc_types.hxx.

◆ searchable

sal_Int16 TypeInfoDef::searchable

Definition at line 34 of file mysqlc_types.hxx.

◆ typeName

const char* TypeInfoDef::typeName

Definition at line 26 of file mysqlc_types.hxx.


The documentation for this struct was generated from the following file: