package postgres_async

  1. Overview
  2. Docs
type t

Contains information on the name and type of a column in query results

val name : t -> string
val pg_type_oid : t -> int

Oid of the type of data in the column. To get full type information for some pg_type_oid t = K, select * from pg_type where oid = K.

OCaml

Innovation. Community. Security.