Module Row_descSource

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