Public Attributes | |
const char * | field_name |
uint | field_length |
char * | field_decimal_length |
enum enum_field_types | field_type |
CHARSET_INFO * | field_charset |
uint | field_flags |
const char * | comment |
Definition at line 36 of file discover_ms.h.
CHARSET_INFO* dt_field_info::field_charset |
This is the charater set for non numeric data types including blob data.
Definition at line 70 of file discover_ms.h.
For decimal columns, this is the maximum number of digits after the decimal. For other data this can be NULL.
Definition at line 52 of file discover_ms.h.
For string-type columns, this is the maximum number of characters. For numeric data this can be NULL.
Definition at line 46 of file discover_ms.h.
const char* dt_field_info::field_name |
This is used as column name.
Definition at line 41 of file discover_ms.h.
enum enum_field_types dt_field_info::field_type |
This denotes data type for the column. For the most part, there seems to be one entry in the enum for each SQL data type, although there seem to be a number of additional entries in the enum.
Definition at line 61 of file discover_ms.h.