package mariadb

  1. Overview
  2. Docs

Module Make.RowSource

Sourcemodule type S = sig ... end
Sourcemodule StringMap : Map.S with type key = string
Sourcemodule Array : S with type t = Field.t array
Sourcemodule Map : S with type t = Field.t StringMap.t
Sourcemodule Hashtbl : S with type t = (string, Field.t) Hashtbl.t