package mariadb

  1. Overview
  2. Docs

Module Make.ResSource

Sourcetype t
Sourceval num_rows : t -> int
Sourceval affected_rows : t -> int
Sourceval insert_id : t -> int
Sourceval fetch : (module Row.S with type t = 'r) -> t -> 'r option result W.IO.future