package macaque

  1. Overview
  2. Docs
val _type : Sql_internals.atom_type -> bool -> Sql_internals.sql_type
val boolean : bool -> Sql_internals.sql_type
val smallint : bool -> Sql_internals.sql_type
val integer : bool -> Sql_internals.sql_type
val bigint : bool -> Sql_internals.sql_type
val double : bool -> Sql_internals.sql_type
val text : bool -> Sql_internals.sql_type
val citext : bool -> Sql_internals.sql_type
val bytea : bool -> Sql_internals.sql_type
val time : bool -> Sql_internals.sql_type
val date : bool -> Sql_internals.sql_type
val timestamp : bool -> Sql_internals.sql_type
val timestamptz : bool -> Sql_internals.sql_type
val interval : bool -> Sql_internals.sql_type
val int32_array : bool -> Sql_internals.sql_type