package ppx_mysql

  1. Overview
  2. Docs

Module Make_context.PreparedSource

Sourcetype stmt
Sourcetype stmt_result
Sourcetype wrapped_dbh
Sourcetype wrapped_error = [
  1. | `Mysql_error of error
]
Sourceval init : dbh -> wrapped_dbh
Sourceval execute_null : stmt -> string option array -> (stmt_result, [> wrapped_error ]) result IO.t
Sourceval fetch : stmt_result -> (string option array option, [> wrapped_error ]) result IO.t
Sourceval with_stmt_cached : wrapped_dbh -> string -> (stmt -> ('a, [> wrapped_error ] as 'e) result IO.t) -> ('a, 'e) result IO.t
Sourceval with_stmt_uncached : wrapped_dbh -> string -> (stmt -> ('a, [> wrapped_error ] as 'e) result IO.t) -> ('a, 'e) result IO.t
OCaml

Innovation. Community. Security.