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

character_set

Declaration

Source position: mysql.inc line 831

type character_set = record

  number: dword;

  state: dword;

  csname: Pchar;

  name: Pchar;

  comment: Pchar;

  dir: Pchar;

  mbminlen: dword;

  mbmaxlen: dword;

end;