package mariadb

  1. Overview
  2. Docs
type t
val num_rows : t -> int
val affected_rows : t -> int
val fetch : (module Row.S with type t = 'r) -> t -> 'r option result future