LibreOffice Module dbaccess (master) 1
Macros
FieldDescriptions.cxx File Reference
#include <FieldDescriptions.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <strings.hxx>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <comphelper/types.hxx>
#include <comphelper/extract.hxx>
#include <UITools.hxx>
#include <com/sun/star/util/NumberFormat.hpp>
Include dependency graph for FieldDescriptions.cxx:

Go to the source code of this file.

Macros

#define DEFAULT_VARCHAR_PRECISION   100
 
#define DEFAULT_OTHER_PRECISION   16
 
#define DEFAULT_NUMERIC_PRECISION   5
 
#define DEFAULT_NUMERIC_SCALE   0
 

Macro Definition Documentation

◆ DEFAULT_NUMERIC_PRECISION

#define DEFAULT_NUMERIC_PRECISION   5

Definition at line 31 of file FieldDescriptions.cxx.

◆ DEFAULT_NUMERIC_SCALE

#define DEFAULT_NUMERIC_SCALE   0

Definition at line 32 of file FieldDescriptions.cxx.

◆ DEFAULT_OTHER_PRECISION

#define DEFAULT_OTHER_PRECISION   16

Definition at line 30 of file FieldDescriptions.cxx.

◆ DEFAULT_VARCHAR_PRECISION

#define DEFAULT_VARCHAR_PRECISION   100

Definition at line 29 of file FieldDescriptions.cxx.