• 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_result_packet 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 result_packet =
  1. | Result_packet_ok of Mp_ok_packet.ok_packet
  2. | Result_packet_prepare_ok of Mp_ok_prepare_packet.ok_prepare_packet
  3. | Result_packet_result_set of Mp_result_set_packet.result_select
  4. | Result_packet_eof of Mp_eof_packet.eof_packet
  5. | Result_packet_error of Mp_error_packet.error_packet
val result_packet_to_string : result_packet -> string
val result_packet : in_channel -> 'a -> ((string * int) list -> Mp_data.t list -> bool) option -> ((string * int) list -> Mp_data.t list -> unit) option -> bool -> Mp_com.com_type -> Mp_field_packet.field_packet list -> (result_packet * int) list -> (result_packet * int) list

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