• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Searching...
    Or go to: Standard Library API
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • mysql_protocol

  • Documentation
  • mysql_protocol lib
  • Mysql_protocol .Mp_com Module
package mysql_protocol
  • mysql_protocol
    • Mysql_protocol
      • Mp_auth_switch_request
      • Mp_authentication
      • Mp_binary
      • Mp_bitstring
      • Mp_capabilities
      • Mp_change_user
      • Mp_charset
      • Mp_client
      • Mp_com
      • Mp_data
      • Mp_data_binary
      • Mp_data_process
      • Mp_data_simple
      • Mp_eof_packet
      • Mp_error_packet
      • Mp_execute
      • Mp_fetch
      • Mp_field
      • Mp_field_packet
      • Mp_handshake
      • Mp_ok_packet
      • Mp_ok_prepare_packet
      • Mp_packet
      • Mp_protocol
      • Mp_raw_data
      • Mp_result_packet
      • Mp_result_set_packet
      • Mp_string
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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
val com_string : string -> int -> Bitstring.bitstring
val com_bitstring : Bitstring.bitstring -> int -> Bitstring.bitstring
val com_code : int -> Bitstring.bitstring
val com_init_db : string -> Bitstring.bitstring
val com_change_user : Bitstring.bitstring -> Bitstring.bitstring
val com_reset_connection : Bitstring.bitstring
val com_query : string -> Bitstring.bitstring
val com_prepare : string -> Bitstring.bitstring
val com_execute : Bitstring.bitstring -> Bitstring.bitstring
val com_fetch : Bitstring.bitstring -> Bitstring.bitstring
val com_close_statement : Bitstring.bitstring -> Bitstring.bitstring
val com_quit : Bitstring.bitstring
val com_ping : Bitstring.bitstring

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct