package pgx

  1. Overview
  2. Docs
type t = {
  1. name : string;
  2. table : int32;
  3. col : int;
  4. oid : int32;
  5. len : int;
  6. modifier : int32;
  7. format : int;
}
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.