[Overview][Constants][Types][Procedures and functions][Variables] |
Source position: mysql4types.inc line 22
type st_mysql_field = record |
name: Pchar; |
org_name: pchar; |
table: Pchar; |
org_table: Pchar; |
db: Pchar; |
catalog: pchar; |
def: Pchar; |
length: culong; |
max_length: culong; |
name_length: cuint; |
org_name_length: cuint; |
table_length: cuint; |
org_table_length: cuint; |
db_length: cuint; |
catalog_length: cuint; |
def_length: cuint; |
flags: cuint; |
decimals: cuint; |
charsetnr: cuint; |
ftype: enum_field_types; |
end; |