Unit 'mysql4dyn' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#mysql]

st_mysql_manager

Declaration

Source position: mysql4types.inc line 244

type st_mysql_manager = record

  net: NET;

  host: Pchar;

  user: Pchar;

  passwd: Pchar;

  port: dword;

  free_me: my_bool;

  eof: my_bool;

  cmd_status: LongInt;

  last_errno: LongInt;

  net_buf: Pchar;

  net_buf_pos: Pchar;

  net_data_end: Pchar;

  net_buf_size: LongInt;

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

end;


Documentation generated on: 2023-03-18