MYSQL_FIELD
extern (System)
struct MYSQL_FIELD {
}
Members
- catalog
cstring catalog;
Undocumented in source.
- catalog_length
uint catalog_length;
Undocumented in source.
- charsetnr
uint charsetnr;
Undocumented in source.
- db
cstring db;
Undocumented in source.
- db_length
uint db_length;
Undocumented in source.
- decimals
uint decimals;
Undocumented in source.
- def
cstring def;
Undocumented in source.
- def_length
uint def_length;
Undocumented in source.
- extension
void* extension;
Undocumented in source.
- flags
uint flags;
Undocumented in source.
- length
size_t length;
Undocumented in source.
- max_length
size_t max_length;
Undocumented in source.
- name
cstring name;
Undocumented in source.
- name_length
uint name_length;
Undocumented in source.
- org_name
cstring org_name;
Undocumented in source.
- org_name_length
uint org_name_length;
Undocumented in source.
- org_table
cstring org_table;
Undocumented in source.
- org_table_length
uint org_table_length;
Undocumented in source.
- table
cstring table;
Undocumented in source.
- table_length
uint table_length;
Undocumented in source.
- type
uint type;
Undocumented in source.
mysql binding
aliasesenumsfunctionsstructs