Source position: mysql.inc line 834
type st_mysql_field = record |
name: Pchar; |
table: Pchar; |
org_table: Pchar; |
db: Pchar; |
def: Pchar; |
length: culong; |
max_length: culong; |
flags: cuint; |
decimals: cuint; |
ftype: enum_field_types; |
end; |