package mysql_protocol

  1. Overview
  2. Docs
type eof_packet = {
  1. eof_field_count : int;
  2. eof_warning_count : int;
  3. eof_status_flags : int;
}
val eof_packet_empty : eof_packet
val eof_packet_to_string : eof_packet -> string
type flag_server =
  1. | Server_more_results_exists
  2. | Server_status_cursor_exists
  3. | Server_status_last_row_sent
val flag_server_to_int : flag_server -> int
val status_has_flag : int -> flag_server -> bool
val eof_packet_bits : Bitstring.bitstring -> eof_packet
val eof_packet_chan : Pervasives.in_channel -> 'a -> eof_packet
OCaml

Innovation. Community. Security.