= 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 result_set_packet = {
result_set_field_count : Int64.t;
result_set_extra : Int64.t;
result_set_field_packets : Mp_field_packet.field_packet list;
result_set_row_data_packets : Mp_raw_data.row_data list list;
}
type result_select = {
rows : Mp_field.field_name list * Mp_data.t list list;
mysql_data : result_set_packet option;
}
val rows_to_string : ((string * 'a) list * Mp_data.t list list) -> string
val result_set_packet_to_string : result_set_packet -> string
val result_select_to_string : result_select -> string
val result_set_packet :
Int64.t ->
Bitstring.bitstring ->
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 ->
bool * result_select