[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'mysql41' (#mysql41_api)

st_mysql_field

Declaration

Source position: mysql.inc line 553

type st_mysql_field = record

  name: Pchar;

  org_name: Pchar;

  table: Pchar;

  org_table: Pchar;

  db: Pchar;

  catalog: Pchar;

  def: Pchar;

  length: dword;

  max_length: dword;

  name_length: dword;

  org_name_length: dword;

  table_length: dword;

  org_table_length: dword;

  db_length: dword;

  catalog_length: dword;

  def_length: dword;

  flags: dword;

  decimals: dword;

  charsetnr: dword;

  ftype: enum_field_types;

end;