package macaque

  1. Overview
  2. Docs

Module Sql_public.Table_typeSource

Sourceval _type : Sql_internals.atom_type -> bool -> Sql_internals.sql_type
Sourceval boolean : bool -> Sql_internals.sql_type
Sourceval smallint : bool -> Sql_internals.sql_type
Sourceval integer : bool -> Sql_internals.sql_type
Sourceval bigint : bool -> Sql_internals.sql_type
Sourceval double : bool -> Sql_internals.sql_type
Sourceval text : bool -> Sql_internals.sql_type
Sourceval bytea : bool -> Sql_internals.sql_type
Sourceval time : bool -> Sql_internals.sql_type
Sourceval date : bool -> Sql_internals.sql_type
Sourceval timestamp : bool -> Sql_internals.sql_type
Sourceval timestamptz : bool -> Sql_internals.sql_type
Sourceval interval : bool -> Sql_internals.sql_type
Sourceval int32_array : bool -> Sql_internals.sql_type