package mysql_protocol

  1. Overview
  2. Docs

Module Mysql_protocol.Mp_executeSource

Sourcetype flag =
  1. | Cursor_type_no_cursor
  2. | Cursor_type_read_only
  3. | Cursor_type_for_update
  4. | Cursor_type_scrollable
Sourcetype bind =
  1. | Bind
  2. | No_bind
Sourceval flag_to_int : flag -> int
Sourceval bind_to_int : bind -> int
Sourceval build_params_part_null : Mp_data.sql list -> Bitstring.bitstring
Sourceval build_params_part_data : bind -> Mp_data.sql list -> 'a list -> Bitstring.bitstring list * Bitstring.bitstring list
Sourceval build_params_part : bind -> Mp_data.sql list -> 'a list -> Bitstring.bitstring
Sourceval build_execute : handler:int64 -> ?flag:flag -> ?params:Mp_data.sql list -> ?fields:'a list -> ?bind:bind -> unit -> Bitstring.bitstring
OCaml

Innovation. Community. Security.