package ppx_mysql

  1. Overview
  2. Docs

Module Ppx_mysql_runtimeSource

Sourcetype deserialization_error = {
  1. idx : int;
  2. name : string;
  3. func : string;
  4. value : string;
  5. message : string;
}
Sourcetype column_error = [
  1. | `Expected_non_null_column of int * string
  2. | `Deserialization_error of deserialization_error
]
Sourcetype 'a deserializer = string -> ('a, string) result
Sourceval string_of_string : string deserializer
Sourceval int_of_string : int deserializer
Sourceval int32_of_string : int32 deserializer
Sourceval int64_of_string : int64 deserializer
Sourceval bool_of_string : bool deserializer
Sourceval identity : 'a -> 'a
Sourceval deserialize_non_nullable_column : int -> string -> 'a deserializer -> string -> column_error list -> string option -> 'a option * column_error list
Sourceval deserialize_nullable_column : int -> string -> 'a deserializer -> string -> column_error list -> string option -> 'a option option * column_error list
Sourcemodule type SERIALIZABLE = sig ... end
Sourcemodule type PPX_MYSQL_CONTEXT_ARG = sig ... end
Sourcemodule type PPX_MYSQL_CONTEXT = sig ... end
Sourcemodule Stdlib : sig ... end
OCaml

Innovation. Community. Security.