LibreOffice Module connectivity (master) 1
|
#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 |
Definition at line 24 of file mysqlc_types.hxx.
bool TypeInfoDef::autoIncrement |
Definition at line 37 of file mysqlc_types.hxx.
bool TypeInfoDef::caseSensitive |
Definition at line 33 of file mysqlc_types.hxx.
const char* TypeInfoDef::createParams |
Definition at line 31 of file mysqlc_types.hxx.
sal_Int32 TypeInfoDef::dataType |
Definition at line 27 of file mysqlc_types.hxx.
bool TypeInfoDef::fixedPrecScale |
Definition at line 36 of file mysqlc_types.hxx.
bool TypeInfoDef::isUnsigned |
Definition at line 35 of file mysqlc_types.hxx.
const char* TypeInfoDef::literalPrefix |
Definition at line 29 of file mysqlc_types.hxx.
const char* TypeInfoDef::literalSuffix |
Definition at line 30 of file mysqlc_types.hxx.
const char* TypeInfoDef::localTypeName |
Definition at line 38 of file mysqlc_types.hxx.
sal_Int32 TypeInfoDef::maxScale |
Definition at line 40 of file mysqlc_types.hxx.
sal_Int32 TypeInfoDef::minScale |
Definition at line 39 of file mysqlc_types.hxx.
sal_Int16 TypeInfoDef::nullable |
Definition at line 32 of file mysqlc_types.hxx.
sal_Int32 TypeInfoDef::precision |
Definition at line 28 of file mysqlc_types.hxx.
sal_Int16 TypeInfoDef::searchable |
Definition at line 34 of file mysqlc_types.hxx.
const char* TypeInfoDef::typeName |
Definition at line 26 of file mysqlc_types.hxx.