Unit 'mncMySQLHeader' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_minilib]

charset_info_st

Declaration

Source position: mncMySQLHeader.pas line 773

type charset_info_st = record

  number: cuint;

  

  primary_number: cuint;

  

  binary_number: cuint;

  

  state: cuint;

  

  csname: ;

  

  name: ;

  

  comment: ;

  

  tailoring: ;

  

  ftype: ;

  

  to_lower: ;

  

  to_upper: ;

  

  sort_order: ;

  

  contractions: ;

  

  sort_order_big: ;

  

  tab_to_uni: ;

  

  tab_from_uni: pointer;

  

  state_map: ;

  

  ident_map: ;

  

  strxfrm_multiply: cuint;

  

  mbminlen: cuint;

  

  mbmaxlen: cuint;

  

  min_sort_char: cuint16;

  

  max_sort_char: cuint16;

  

  escape_with_backslash_is_dangerous: my_bool;

  

  cset: pointer;

  

  coll: pointer;

  

end;



CT Web help

CodeTyphon Studio