package mysql_protocol

  1. Overview
  2. Docs

Module Mysql_protocol.Mp_comSource

Sourcetype com_type =
  1. | Authentication
  2. | Init_db
  3. | Change_user
  4. | Reset_connection
  5. | Query
  6. | Prepare
  7. | Execute
  8. | Fetch
  9. | Close_statement
  10. | Ping
  11. | Quit
  12. | Client_response_auth_switch_request_plugin_mysql_native_password
Sourceval com_string : string -> int -> Bitstring.bitstring
Sourceval com_bitstring : Bitstring.bitstring -> int -> Bitstring.bitstring
Sourceval com_code : int -> Bitstring.bitstring
Sourceval com_init_db : string -> Bitstring.bitstring
Sourceval com_reset_connection : Bitstring.bitstring
Sourceval com_query : string -> Bitstring.bitstring
Sourceval com_prepare : string -> Bitstring.bitstring
Sourceval com_close_statement : Bitstring.bitstring -> Bitstring.bitstring
OCaml

Innovation. Community. Security.