package mariadb

  1. Overview
  2. Docs

Module Make.FieldSource

Sourcetype t
Sourcetype value = [
  1. | `Null
  2. | `Int of int
  3. | `Float of float
  4. | `String of string
  5. | `Bytes of bytes
  6. | `Time of Time.t
]
Sourceval name : t -> string
Sourceval value : t -> value
Sourceval null_value : t -> bool
Sourceval can_be_null : t -> bool
Sourceval int : t -> int
Sourceval float : t -> float
Sourceval string : t -> string
Sourceval bytes : t -> bytes
Sourceval time : t -> Time.t
Sourceval int_opt : t -> int option
Sourceval float_opt : t -> float option
Sourceval string_opt : t -> string option
Sourceval bytes_opt : t -> bytes option
Sourceval time_opt : t -> Time.t option
OCaml

Innovation. Community. Security.