[Overview][Types][Procedures and functions] Reference for unit 'mysql3' (#mysql3_api)

st_mysql_field

Declaration

Source position: mysql3types.inc line 34

type st_mysql_field = record

  name: Pchar;

  table: pchar;

  def: pchar;

  ftype: enum_field_types;

  length: cardinal;

  max_length: cardinal;

  flags: cardinal;

  decimals: cardinal;

end;