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

st_mysql_manager

Declaration

Source position: mncMySQLHeader.pas line 923

type st_mysql_manager = record

  net: TNET;

  

  host: PAnsiChar;

  

  user: PAnsiChar;

  

  passwd: PAnsiChar;

  

  net_buf: pcchar;

  

  net_buf_pos: pcchar;

  

  net_data_end: pcchar;

  

  port: cuint;

  

  cmd_status: cint;

  

  last_errno: cint;

  

  net_buf_size: cint;

  

  free_me: my_bool;

  

  eof: my_bool;

  

  last_error: array [0..(MAX_MYSQL_MANAGER_ERR)-1] of cchar;

  

  extension: pointer;

  

end;



CT Web help

CodeTyphon Studio