LibreOffice Module dbaccess (master) 1
|
#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>
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 |
#define DEFAULT_NUMERIC_PRECISION 5 |
Definition at line 31 of file FieldDescriptions.cxx.
#define DEFAULT_NUMERIC_SCALE 0 |
Definition at line 32 of file FieldDescriptions.cxx.
#define DEFAULT_OTHER_PRECISION 16 |
Definition at line 30 of file FieldDescriptions.cxx.
#define DEFAULT_VARCHAR_PRECISION 100 |
Definition at line 29 of file FieldDescriptions.cxx.