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

st_mysql_options

Declaration

Source position: mysql3types.inc line 77

type st_mysql_options = record

  connect_timeout: Cardinal;

  client_flag: Cardinal;

  compress: my_bool;

  named_pipe: my_bool;

  port: Cardinal;

  host: pchar;

  init_command: pchar;

  user: pchar;

  password: pchar;

  unix_socket: pchar;

  db: pchar;

  my_cnf_file: pchar;

  my_cnf_group: pchar;

  charset_dir: pchar;

  charset_name: pchar;

  use_ssl: my_bool;

  ssl_key: pchar;

  ssl_cert: pchar;

  ssl_ca: pchar;

  ssl_capath: pchar;

end;


Documentation generated on: 2023-03-18