= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type ok_packet = {
ok_affected_rows : Int64.t;
ok_insert_id : Int64.t * Big_int.big_int;
ok_server_status : int;
ok_warning_count : int;
ok_message : string;
}
val ok_packet_to_string : ok_packet -> string
val ok_packet : Bitstring.bitstring -> ok_packet