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

st_mysql

Declaration

Source position: mysql3types.inc line 120

type st_mysql = record

  NET: TNET;

  connector_fd: gptr;

  host: PAnsiChar;

  user: PAnsiChar;

  passwd: PAnsiChar;

  unix_socket: PAnsiChar;

  server_version: PAnsiChar;

  host_info: PAnsiChar;

  info: PAnsiChar;

  db: PAnsiChar;

  port: Cardinal;

  client_flag: Cardinal;

  server_capabilities: Cardinal;

  protocol_version: Cardinal;

  field_count: Cardinal;

  server_status: Cardinal;

  thread_id: ptruint;

  affected_rows: my_ulonglong;

  insert_id: my_ulonglong;

  extra_info: my_ulonglong;

  packet_length: sizeint;

  status: mysql_status;

  fields: PMYSQL_FIELD;

  field_alloc: TMEM_ROOT;

  free_me: my_bool;

  reconnect: my_bool;

  options: st_mysql_options;

  scramble_buf: array [0..8] of AnsiChar;

  charset: pointer;

  server_language: Cardinal;

end;


Documentation generated on: 2025-07-25