Source position: mysql.inc line 834
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; |
extension: pointer; |
end; |