package mariadb

  1. Overview
  2. Docs
type t

The type of database rows.

val build : int -> (int -> Field.t) -> t

build n f creates a row of n fields built by the results of f 0, f 1, ..., f (n-1).