postgresql-typed-0.6.2.5: PostgreSQL interface with compile-time SQL type checking, optional HDBC backend
Copyright2015 Dylan Simon
Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.Typed.Array

Description

Representaion of PostgreSQL's array type. Currently this only supports one-dimensional arrays. PostgreSQL arrays in theory can dynamically be any (rectangular) shape.

Synopsis

Documentation

type PGArray a = [Maybe a] Source #

The cannonical representation of a PostgreSQL array of any type, which may always contain NULLs. Currenly only one-dimetional arrays are supported, although in PostgreSQL, any array may be of any dimentionality.

class (PGType t, PGType (PGElemType t)) => PGArrayType (t :: Symbol) where Source #

Class indicating that the first PostgreSQL type is an array of the second. This implies PGParameter and PGColumn instances that will work for any type using comma as a delimiter (i.e., anything but box). This will only work with 1-dimensional arrays.

Minimal complete definition

Nothing

Associated Types

type PGElemType (t :: Symbol) :: Symbol Source #

Methods

pgArrayElementType :: PGTypeID t -> PGTypeID (PGElemType t) Source #

pgArrayDelim :: PGTypeID t -> Char Source #

The character used as a delimeter. The default , is correct for all standard types (except box).

Instances

Instances details
PGType "\"char\"" => PGArrayType "\"char\"[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "\"char\"[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "\"char\"[]" = "\"char\""

Methods

pgArrayElementType :: PGTypeID "\"char\"[]" -> PGTypeID (PGElemType "\"char\"[]") Source #

pgArrayDelim :: PGTypeID "\"char\"[]" -> Char Source #

PGType "abstime" => PGArrayType "abstime[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "abstime[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "abstime[]" = "abstime"

Methods

pgArrayElementType :: PGTypeID "abstime[]" -> PGTypeID (PGElemType "abstime[]") Source #

pgArrayDelim :: PGTypeID "abstime[]" -> Char Source #

PGType "aclitem" => PGArrayType "aclitem[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "aclitem[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "aclitem[]" = "aclitem"

Methods

pgArrayElementType :: PGTypeID "aclitem[]" -> PGTypeID (PGElemType "aclitem[]") Source #

pgArrayDelim :: PGTypeID "aclitem[]" -> Char Source #

PGType "bigint" => PGArrayType "bigint[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "bigint[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "bigint[]" = "bigint"

Methods

pgArrayElementType :: PGTypeID "bigint[]" -> PGTypeID (PGElemType "bigint[]") Source #

pgArrayDelim :: PGTypeID "bigint[]" -> Char Source #

PGType "bit" => PGArrayType "bit[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "bit[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "bit[]" = "bit"
PGType "boolean" => PGArrayType "boolean[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "boolean[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "boolean[]" = "boolean"

Methods

pgArrayElementType :: PGTypeID "boolean[]" -> PGTypeID (PGElemType "boolean[]") Source #

pgArrayDelim :: PGTypeID "boolean[]" -> Char Source #

PGType "box" => PGArrayType "box[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "box[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "box[]" = "box"
PGType "bpchar" => PGArrayType "bpchar[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "bpchar[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "bpchar[]" = "bpchar"

Methods

pgArrayElementType :: PGTypeID "bpchar[]" -> PGTypeID (PGElemType "bpchar[]") Source #

pgArrayDelim :: PGTypeID "bpchar[]" -> Char Source #

PGType "bytea" => PGArrayType "bytea[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "bytea[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "bytea[]" = "bytea"

Methods

pgArrayElementType :: PGTypeID "bytea[]" -> PGTypeID (PGElemType "bytea[]") Source #

pgArrayDelim :: PGTypeID "bytea[]" -> Char Source #

PGType "character varying" => PGArrayType "character varying[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "character varying[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "character varying[]" = "character varying"

Methods

pgArrayElementType :: PGTypeID "character varying[]" -> PGTypeID (PGElemType "character varying[]") Source #

pgArrayDelim :: PGTypeID "character varying[]" -> Char Source #

PGType "cid" => PGArrayType "cid[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "cid[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "cid[]" = "cid"
PGType "cidr" => PGArrayType "cidr[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "cidr[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "cidr[]" = "cidr"

Methods

pgArrayElementType :: PGTypeID "cidr[]" -> PGTypeID (PGElemType "cidr[]") Source #

pgArrayDelim :: PGTypeID "cidr[]" -> Char Source #

PGType "circle" => PGArrayType "circle[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "circle[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "circle[]" = "circle"

Methods

pgArrayElementType :: PGTypeID "circle[]" -> PGTypeID (PGElemType "circle[]") Source #

pgArrayDelim :: PGTypeID "circle[]" -> Char Source #

PGType "cstring" => PGArrayType "cstring[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "cstring[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "cstring[]" = "cstring"

Methods

pgArrayElementType :: PGTypeID "cstring[]" -> PGTypeID (PGElemType "cstring[]") Source #

pgArrayDelim :: PGTypeID "cstring[]" -> Char Source #

PGType "date" => PGArrayType "date[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "date[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "date[]" = "date"

Methods

pgArrayElementType :: PGTypeID "date[]" -> PGTypeID (PGElemType "date[]") Source #

pgArrayDelim :: PGTypeID "date[]" -> Char Source #

PGType "daterange" => PGArrayType "daterange[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "daterange[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "daterange[]" = "daterange"

Methods

pgArrayElementType :: PGTypeID "daterange[]" -> PGTypeID (PGElemType "daterange[]") Source #

pgArrayDelim :: PGTypeID "daterange[]" -> Char Source #

PGType "double precision" => PGArrayType "double precision[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "double precision[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "double precision[]" = "double precision"

Methods

pgArrayElementType :: PGTypeID "double precision[]" -> PGTypeID (PGElemType "double precision[]") Source #

pgArrayDelim :: PGTypeID "double precision[]" -> Char Source #

PGType "gtsvector" => PGArrayType "gtsvector[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "gtsvector[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "gtsvector[]" = "gtsvector"

Methods

pgArrayElementType :: PGTypeID "gtsvector[]" -> PGTypeID (PGElemType "gtsvector[]") Source #

pgArrayDelim :: PGTypeID "gtsvector[]" -> Char Source #

PGType "inet" => PGArrayType "inet[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "inet[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "inet[]" = "inet"

Methods

pgArrayElementType :: PGTypeID "inet[]" -> PGTypeID (PGElemType "inet[]") Source #

pgArrayDelim :: PGTypeID "inet[]" -> Char Source #

PGType "int2vector" => PGArrayType "int2vector[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "int2vector[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "int2vector[]" = "int2vector"

Methods

pgArrayElementType :: PGTypeID "int2vector[]" -> PGTypeID (PGElemType "int2vector[]") Source #

pgArrayDelim :: PGTypeID "int2vector[]" -> Char Source #

PGType "int4range" => PGArrayType "int4range[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "int4range[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "int4range[]" = "int4range"

Methods

pgArrayElementType :: PGTypeID "int4range[]" -> PGTypeID (PGElemType "int4range[]") Source #

pgArrayDelim :: PGTypeID "int4range[]" -> Char Source #

PGType "int8range" => PGArrayType "int8range[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "int8range[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "int8range[]" = "int8range"

Methods

pgArrayElementType :: PGTypeID "int8range[]" -> PGTypeID (PGElemType "int8range[]") Source #

pgArrayDelim :: PGTypeID "int8range[]" -> Char Source #

PGType "integer" => PGArrayType "integer[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "integer[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "integer[]" = "integer"

Methods

pgArrayElementType :: PGTypeID "integer[]" -> PGTypeID (PGElemType "integer[]") Source #

pgArrayDelim :: PGTypeID "integer[]" -> Char Source #

PGType "interval" => PGArrayType "interval[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "interval[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "interval[]" = "interval"

Methods

pgArrayElementType :: PGTypeID "interval[]" -> PGTypeID (PGElemType "interval[]") Source #

pgArrayDelim :: PGTypeID "interval[]" -> Char Source #

PGType "json" => PGArrayType "json[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "json[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "json[]" = "json"

Methods

pgArrayElementType :: PGTypeID "json[]" -> PGTypeID (PGElemType "json[]") Source #

pgArrayDelim :: PGTypeID "json[]" -> Char Source #

PGType "line" => PGArrayType "line[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "line[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "line[]" = "line"

Methods

pgArrayElementType :: PGTypeID "line[]" -> PGTypeID (PGElemType "line[]") Source #

pgArrayDelim :: PGTypeID "line[]" -> Char Source #

PGType "lseg" => PGArrayType "lseg[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "lseg[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "lseg[]" = "lseg"

Methods

pgArrayElementType :: PGTypeID "lseg[]" -> PGTypeID (PGElemType "lseg[]") Source #

pgArrayDelim :: PGTypeID "lseg[]" -> Char Source #

PGType "macaddr" => PGArrayType "macaddr[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "macaddr[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "macaddr[]" = "macaddr"

Methods

pgArrayElementType :: PGTypeID "macaddr[]" -> PGTypeID (PGElemType "macaddr[]") Source #

pgArrayDelim :: PGTypeID "macaddr[]" -> Char Source #

PGType "money" => PGArrayType "money[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "money[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "money[]" = "money"

Methods

pgArrayElementType :: PGTypeID "money[]" -> PGTypeID (PGElemType "money[]") Source #

pgArrayDelim :: PGTypeID "money[]" -> Char Source #

PGType "name" => PGArrayType "name[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "name[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "name[]" = "name"

Methods

pgArrayElementType :: PGTypeID "name[]" -> PGTypeID (PGElemType "name[]") Source #

pgArrayDelim :: PGTypeID "name[]" -> Char Source #

PGType "numeric" => PGArrayType "numeric[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "numeric[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "numeric[]" = "numeric"

Methods

pgArrayElementType :: PGTypeID "numeric[]" -> PGTypeID (PGElemType "numeric[]") Source #

pgArrayDelim :: PGTypeID "numeric[]" -> Char Source #

PGType "numrange" => PGArrayType "numrange[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "numrange[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "numrange[]" = "numrange"

Methods

pgArrayElementType :: PGTypeID "numrange[]" -> PGTypeID (PGElemType "numrange[]") Source #

pgArrayDelim :: PGTypeID "numrange[]" -> Char Source #

PGType "oid" => PGArrayType "oid[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "oid[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "oid[]" = "oid"
PGType "oidvector" => PGArrayType "oidvector[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "oidvector[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "oidvector[]" = "oidvector"

Methods

pgArrayElementType :: PGTypeID "oidvector[]" -> PGTypeID (PGElemType "oidvector[]") Source #

pgArrayDelim :: PGTypeID "oidvector[]" -> Char Source #

PGType "path" => PGArrayType "path[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "path[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "path[]" = "path"

Methods

pgArrayElementType :: PGTypeID "path[]" -> PGTypeID (PGElemType "path[]") Source #

pgArrayDelim :: PGTypeID "path[]" -> Char Source #

PGType "point" => PGArrayType "point[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "point[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "point[]" = "point"

Methods

pgArrayElementType :: PGTypeID "point[]" -> PGTypeID (PGElemType "point[]") Source #

pgArrayDelim :: PGTypeID "point[]" -> Char Source #

PGType "polygon" => PGArrayType "polygon[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "polygon[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "polygon[]" = "polygon"

Methods

pgArrayElementType :: PGTypeID "polygon[]" -> PGTypeID (PGElemType "polygon[]") Source #

pgArrayDelim :: PGTypeID "polygon[]" -> Char Source #

PGType "real" => PGArrayType "real[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "real[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "real[]" = "real"

Methods

pgArrayElementType :: PGTypeID "real[]" -> PGTypeID (PGElemType "real[]") Source #

pgArrayDelim :: PGTypeID "real[]" -> Char Source #

PGType "record" => PGArrayType "record[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "record[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "record[]" = "record"

Methods

pgArrayElementType :: PGTypeID "record[]" -> PGTypeID (PGElemType "record[]") Source #

pgArrayDelim :: PGTypeID "record[]" -> Char Source #

PGType "refcursor" => PGArrayType "refcursor[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "refcursor[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "refcursor[]" = "refcursor"

Methods

pgArrayElementType :: PGTypeID "refcursor[]" -> PGTypeID (PGElemType "refcursor[]") Source #

pgArrayDelim :: PGTypeID "refcursor[]" -> Char Source #

PGType "regclass" => PGArrayType "regclass[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "regclass[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "regclass[]" = "regclass"

Methods

pgArrayElementType :: PGTypeID "regclass[]" -> PGTypeID (PGElemType "regclass[]") Source #

pgArrayDelim :: PGTypeID "regclass[]" -> Char Source #

PGType "regconfig" => PGArrayType "regconfig[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "regconfig[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "regconfig[]" = "regconfig"

Methods

pgArrayElementType :: PGTypeID "regconfig[]" -> PGTypeID (PGElemType "regconfig[]") Source #

pgArrayDelim :: PGTypeID "regconfig[]" -> Char Source #

PGType "regdictionary" => PGArrayType "regdictionary[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "regdictionary[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "regdictionary[]" = "regdictionary"

Methods

pgArrayElementType :: PGTypeID "regdictionary[]" -> PGTypeID (PGElemType "regdictionary[]") Source #

pgArrayDelim :: PGTypeID "regdictionary[]" -> Char Source #

PGType "regoper" => PGArrayType "regoper[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "regoper[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "regoper[]" = "regoper"

Methods

pgArrayElementType :: PGTypeID "regoper[]" -> PGTypeID (PGElemType "regoper[]") Source #

pgArrayDelim :: PGTypeID "regoper[]" -> Char Source #

PGType "regoperator" => PGArrayType "regoperator[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "regoperator[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "regoperator[]" = "regoperator"

Methods

pgArrayElementType :: PGTypeID "regoperator[]" -> PGTypeID (PGElemType "regoperator[]") Source #

pgArrayDelim :: PGTypeID "regoperator[]" -> Char Source #

PGType "regproc" => PGArrayType "regproc[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "regproc[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "regproc[]" = "regproc"

Methods

pgArrayElementType :: PGTypeID "regproc[]" -> PGTypeID (PGElemType "regproc[]") Source #

pgArrayDelim :: PGTypeID "regproc[]" -> Char Source #

PGType "regprocedure" => PGArrayType "regprocedure[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "regprocedure[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "regprocedure[]" = "regprocedure"

Methods

pgArrayElementType :: PGTypeID "regprocedure[]" -> PGTypeID (PGElemType "regprocedure[]") Source #

pgArrayDelim :: PGTypeID "regprocedure[]" -> Char Source #

PGType "regtype" => PGArrayType "regtype[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "regtype[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "regtype[]" = "regtype"

Methods

pgArrayElementType :: PGTypeID "regtype[]" -> PGTypeID (PGElemType "regtype[]") Source #

pgArrayDelim :: PGTypeID "regtype[]" -> Char Source #

PGType "reltime" => PGArrayType "reltime[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "reltime[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "reltime[]" = "reltime"

Methods

pgArrayElementType :: PGTypeID "reltime[]" -> PGTypeID (PGElemType "reltime[]") Source #

pgArrayDelim :: PGTypeID "reltime[]" -> Char Source #

PGType "smallint" => PGArrayType "smallint[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "smallint[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "smallint[]" = "smallint"

Methods

pgArrayElementType :: PGTypeID "smallint[]" -> PGTypeID (PGElemType "smallint[]") Source #

pgArrayDelim :: PGTypeID "smallint[]" -> Char Source #

PGType "text" => PGArrayType "text[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "text[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "text[]" = "text"

Methods

pgArrayElementType :: PGTypeID "text[]" -> PGTypeID (PGElemType "text[]") Source #

pgArrayDelim :: PGTypeID "text[]" -> Char Source #

PGType "tid" => PGArrayType "tid[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "tid[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "tid[]" = "tid"
PGType "time with time zone" => PGArrayType "time with time zone[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "time with time zone[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "time with time zone[]" = "time with time zone"

Methods

pgArrayElementType :: PGTypeID "time with time zone[]" -> PGTypeID (PGElemType "time with time zone[]") Source #

pgArrayDelim :: PGTypeID "time with time zone[]" -> Char Source #

PGType "time without time zone" => PGArrayType "time without time zone[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "time without time zone[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "time without time zone[]" = "time without time zone"

Methods

pgArrayElementType :: PGTypeID "time without time zone[]" -> PGTypeID (PGElemType "time without time zone[]") Source #

pgArrayDelim :: PGTypeID "time without time zone[]" -> Char Source #

PGType "timestamp with time zone" => PGArrayType "timestamp with time zone[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "timestamp with time zone[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "timestamp with time zone[]" = "timestamp with time zone"

Methods

pgArrayElementType :: PGTypeID "timestamp with time zone[]" -> PGTypeID (PGElemType "timestamp with time zone[]") Source #

pgArrayDelim :: PGTypeID "timestamp with time zone[]" -> Char Source #

PGType "timestamp without time zone" => PGArrayType "timestamp without time zone[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "timestamp without time zone[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "timestamp without time zone[]" = "timestamp without time zone"

Methods

pgArrayElementType :: PGTypeID "timestamp without time zone[]" -> PGTypeID (PGElemType "timestamp without time zone[]") Source #

pgArrayDelim :: PGTypeID "timestamp without time zone[]" -> Char Source #

PGType "tinterval" => PGArrayType "tinterval[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "tinterval[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "tinterval[]" = "tinterval"

Methods

pgArrayElementType :: PGTypeID "tinterval[]" -> PGTypeID (PGElemType "tinterval[]") Source #

pgArrayDelim :: PGTypeID "tinterval[]" -> Char Source #

PGType "tsquery" => PGArrayType "tsquery[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "tsquery[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "tsquery[]" = "tsquery"

Methods

pgArrayElementType :: PGTypeID "tsquery[]" -> PGTypeID (PGElemType "tsquery[]") Source #

pgArrayDelim :: PGTypeID "tsquery[]" -> Char Source #

PGType "tsrange" => PGArrayType "tsrange[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "tsrange[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "tsrange[]" = "tsrange"

Methods

pgArrayElementType :: PGTypeID "tsrange[]" -> PGTypeID (PGElemType "tsrange[]") Source #

pgArrayDelim :: PGTypeID "tsrange[]" -> Char Source #

PGType "tstzrange" => PGArrayType "tstzrange[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "tstzrange[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "tstzrange[]" = "tstzrange"

Methods

pgArrayElementType :: PGTypeID "tstzrange[]" -> PGTypeID (PGElemType "tstzrange[]") Source #

pgArrayDelim :: PGTypeID "tstzrange[]" -> Char Source #

PGType "tsvector" => PGArrayType "tsvector[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "tsvector[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "tsvector[]" = "tsvector"

Methods

pgArrayElementType :: PGTypeID "tsvector[]" -> PGTypeID (PGElemType "tsvector[]") Source #

pgArrayDelim :: PGTypeID "tsvector[]" -> Char Source #

PGType "txid_snapshot" => PGArrayType "txid_snapshot[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "txid_snapshot[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "txid_snapshot[]" = "txid_snapshot"

Methods

pgArrayElementType :: PGTypeID "txid_snapshot[]" -> PGTypeID (PGElemType "txid_snapshot[]") Source #

pgArrayDelim :: PGTypeID "txid_snapshot[]" -> Char Source #

PGType "uuid" => PGArrayType "uuid[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "uuid[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "uuid[]" = "uuid"

Methods

pgArrayElementType :: PGTypeID "uuid[]" -> PGTypeID (PGElemType "uuid[]") Source #

pgArrayDelim :: PGTypeID "uuid[]" -> Char Source #

PGType "varbit" => PGArrayType "varbit[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "varbit[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "varbit[]" = "varbit"

Methods

pgArrayElementType :: PGTypeID "varbit[]" -> PGTypeID (PGElemType "varbit[]") Source #

pgArrayDelim :: PGTypeID "varbit[]" -> Char Source #

PGType "xid" => PGArrayType "xid[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "xid[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "xid[]" = "xid"
PGType "xml" => PGArrayType "xml[]" Source # 
Instance details

Defined in Database.PostgreSQL.Typed.Array

Associated Types

type PGElemType "xml[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGElemType "xml[]" = "xml"

Orphan instances

PGType "\"char\"" => PGType "\"char\"[]" Source # 
Instance details

Associated Types

type PGVal "\"char\"[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "\"char\"[]" = PGArray (PGVal "\"char\"")

Methods

pgTypeName :: PGTypeID "\"char\"[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "\"char\"[]" -> Bool Source #

PGType "abstime" => PGType "abstime[]" Source # 
Instance details

Associated Types

type PGVal "abstime[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "abstime[]" = PGArray (PGVal "abstime")

Methods

pgTypeName :: PGTypeID "abstime[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "abstime[]" -> Bool Source #

PGType "aclitem" => PGType "aclitem[]" Source # 
Instance details

Associated Types

type PGVal "aclitem[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "aclitem[]" = PGArray (PGVal "aclitem")

Methods

pgTypeName :: PGTypeID "aclitem[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "aclitem[]" -> Bool Source #

PGType "bigint" => PGType "bigint[]" Source # 
Instance details

Associated Types

type PGVal "bigint[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "bigint[]" = PGArray (PGVal "bigint")

Methods

pgTypeName :: PGTypeID "bigint[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "bigint[]" -> Bool Source #

PGType "bit" => PGType "bit[]" Source # 
Instance details

Associated Types

type PGVal "bit[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "bit[]" = PGArray (PGVal "bit")
PGType "boolean" => PGType "boolean[]" Source # 
Instance details

Associated Types

type PGVal "boolean[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "boolean[]" = PGArray (PGVal "boolean")

Methods

pgTypeName :: PGTypeID "boolean[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "boolean[]" -> Bool Source #

PGType "box" => PGType "box[]" Source # 
Instance details

Associated Types

type PGVal "box[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "box[]" = PGArray (PGVal "box")
PGType "bpchar" => PGType "bpchar[]" Source # 
Instance details

Associated Types

type PGVal "bpchar[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "bpchar[]" = PGArray (PGVal "bpchar")

Methods

pgTypeName :: PGTypeID "bpchar[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "bpchar[]" -> Bool Source #

PGType "bytea" => PGType "bytea[]" Source # 
Instance details

Associated Types

type PGVal "bytea[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "bytea[]" = PGArray (PGVal "bytea")

Methods

pgTypeName :: PGTypeID "bytea[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "bytea[]" -> Bool Source #

PGType "character varying" => PGType "character varying[]" Source # 
Instance details

Associated Types

type PGVal "character varying[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "character varying[]" = PGArray (PGVal "character varying")

Methods

pgTypeName :: PGTypeID "character varying[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "character varying[]" -> Bool Source #

PGType "cid" => PGType "cid[]" Source # 
Instance details

Associated Types

type PGVal "cid[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "cid[]" = PGArray (PGVal "cid")
PGType "cidr" => PGType "cidr[]" Source # 
Instance details

Associated Types

type PGVal "cidr[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "cidr[]" = PGArray (PGVal "cidr")

Methods

pgTypeName :: PGTypeID "cidr[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "cidr[]" -> Bool Source #

PGType "circle" => PGType "circle[]" Source # 
Instance details

Associated Types

type PGVal "circle[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "circle[]" = PGArray (PGVal "circle")

Methods

pgTypeName :: PGTypeID "circle[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "circle[]" -> Bool Source #

PGType "cstring" => PGType "cstring[]" Source # 
Instance details

Associated Types

type PGVal "cstring[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "cstring[]" = PGArray (PGVal "cstring")

Methods

pgTypeName :: PGTypeID "cstring[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "cstring[]" -> Bool Source #

PGType "date" => PGType "date[]" Source # 
Instance details

Associated Types

type PGVal "date[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "date[]" = PGArray (PGVal "date")

Methods

pgTypeName :: PGTypeID "date[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "date[]" -> Bool Source #

PGType "daterange" => PGType "daterange[]" Source # 
Instance details

Associated Types

type PGVal "daterange[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "daterange[]" = PGArray (PGVal "daterange")

Methods

pgTypeName :: PGTypeID "daterange[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "daterange[]" -> Bool Source #

PGType "double precision" => PGType "double precision[]" Source # 
Instance details

Associated Types

type PGVal "double precision[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "double precision[]" = PGArray (PGVal "double precision")

Methods

pgTypeName :: PGTypeID "double precision[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "double precision[]" -> Bool Source #

PGType "gtsvector" => PGType "gtsvector[]" Source # 
Instance details

Associated Types

type PGVal "gtsvector[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "gtsvector[]" = PGArray (PGVal "gtsvector")

Methods

pgTypeName :: PGTypeID "gtsvector[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "gtsvector[]" -> Bool Source #

PGType "inet" => PGType "inet[]" Source # 
Instance details

Associated Types

type PGVal "inet[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "inet[]" = PGArray (PGVal "inet")

Methods

pgTypeName :: PGTypeID "inet[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "inet[]" -> Bool Source #

PGType "int2vector" => PGType "int2vector[]" Source # 
Instance details

Associated Types

type PGVal "int2vector[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "int2vector[]" = PGArray (PGVal "int2vector")

Methods

pgTypeName :: PGTypeID "int2vector[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "int2vector[]" -> Bool Source #

PGType "int4range" => PGType "int4range[]" Source # 
Instance details

Associated Types

type PGVal "int4range[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "int4range[]" = PGArray (PGVal "int4range")

Methods

pgTypeName :: PGTypeID "int4range[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "int4range[]" -> Bool Source #

PGType "int8range" => PGType "int8range[]" Source # 
Instance details

Associated Types

type PGVal "int8range[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "int8range[]" = PGArray (PGVal "int8range")

Methods

pgTypeName :: PGTypeID "int8range[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "int8range[]" -> Bool Source #

PGType "integer" => PGType "integer[]" Source # 
Instance details

Associated Types

type PGVal "integer[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "integer[]" = PGArray (PGVal "integer")

Methods

pgTypeName :: PGTypeID "integer[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "integer[]" -> Bool Source #

PGType "interval" => PGType "interval[]" Source # 
Instance details

Associated Types

type PGVal "interval[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "interval[]" = PGArray (PGVal "interval")

Methods

pgTypeName :: PGTypeID "interval[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "interval[]" -> Bool Source #

PGType "json" => PGType "json[]" Source # 
Instance details

Associated Types

type PGVal "json[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "json[]" = PGArray (PGVal "json")

Methods

pgTypeName :: PGTypeID "json[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "json[]" -> Bool Source #

PGType "line" => PGType "line[]" Source # 
Instance details

Associated Types

type PGVal "line[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "line[]" = PGArray (PGVal "line")

Methods

pgTypeName :: PGTypeID "line[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "line[]" -> Bool Source #

PGType "lseg" => PGType "lseg[]" Source # 
Instance details

Associated Types

type PGVal "lseg[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "lseg[]" = PGArray (PGVal "lseg")

Methods

pgTypeName :: PGTypeID "lseg[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "lseg[]" -> Bool Source #

PGType "macaddr" => PGType "macaddr[]" Source # 
Instance details

Associated Types

type PGVal "macaddr[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "macaddr[]" = PGArray (PGVal "macaddr")

Methods

pgTypeName :: PGTypeID "macaddr[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "macaddr[]" -> Bool Source #

PGType "money" => PGType "money[]" Source # 
Instance details

Associated Types

type PGVal "money[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "money[]" = PGArray (PGVal "money")

Methods

pgTypeName :: PGTypeID "money[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "money[]" -> Bool Source #

PGType "name" => PGType "name[]" Source # 
Instance details

Associated Types

type PGVal "name[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "name[]" = PGArray (PGVal "name")

Methods

pgTypeName :: PGTypeID "name[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "name[]" -> Bool Source #

PGType "numeric" => PGType "numeric[]" Source # 
Instance details

Associated Types

type PGVal "numeric[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "numeric[]" = PGArray (PGVal "numeric")

Methods

pgTypeName :: PGTypeID "numeric[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "numeric[]" -> Bool Source #

PGType "numrange" => PGType "numrange[]" Source # 
Instance details

Associated Types

type PGVal "numrange[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "numrange[]" = PGArray (PGVal "numrange")

Methods

pgTypeName :: PGTypeID "numrange[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "numrange[]" -> Bool Source #

PGType "oid" => PGType "oid[]" Source # 
Instance details

Associated Types

type PGVal "oid[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "oid[]" = PGArray (PGVal "oid")
PGType "oidvector" => PGType "oidvector[]" Source # 
Instance details

Associated Types

type PGVal "oidvector[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "oidvector[]" = PGArray (PGVal "oidvector")

Methods

pgTypeName :: PGTypeID "oidvector[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "oidvector[]" -> Bool Source #

PGType "path" => PGType "path[]" Source # 
Instance details

Associated Types

type PGVal "path[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "path[]" = PGArray (PGVal "path")

Methods

pgTypeName :: PGTypeID "path[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "path[]" -> Bool Source #

PGType "point" => PGType "point[]" Source # 
Instance details

Associated Types

type PGVal "point[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "point[]" = PGArray (PGVal "point")

Methods

pgTypeName :: PGTypeID "point[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "point[]" -> Bool Source #

PGType "polygon" => PGType "polygon[]" Source # 
Instance details

Associated Types

type PGVal "polygon[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "polygon[]" = PGArray (PGVal "polygon")

Methods

pgTypeName :: PGTypeID "polygon[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "polygon[]" -> Bool Source #

PGType "real" => PGType "real[]" Source # 
Instance details

Associated Types

type PGVal "real[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "real[]" = PGArray (PGVal "real")

Methods

pgTypeName :: PGTypeID "real[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "real[]" -> Bool Source #

PGType "record" => PGType "record[]" Source # 
Instance details

Associated Types

type PGVal "record[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "record[]" = PGArray (PGVal "record")

Methods

pgTypeName :: PGTypeID "record[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "record[]" -> Bool Source #

PGType "refcursor" => PGType "refcursor[]" Source # 
Instance details

Associated Types

type PGVal "refcursor[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "refcursor[]" = PGArray (PGVal "refcursor")

Methods

pgTypeName :: PGTypeID "refcursor[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "refcursor[]" -> Bool Source #

PGType "regclass" => PGType "regclass[]" Source # 
Instance details

Associated Types

type PGVal "regclass[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "regclass[]" = PGArray (PGVal "regclass")

Methods

pgTypeName :: PGTypeID "regclass[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "regclass[]" -> Bool Source #

PGType "regconfig" => PGType "regconfig[]" Source # 
Instance details

Associated Types

type PGVal "regconfig[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "regconfig[]" = PGArray (PGVal "regconfig")

Methods

pgTypeName :: PGTypeID "regconfig[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "regconfig[]" -> Bool Source #

PGType "regdictionary" => PGType "regdictionary[]" Source # 
Instance details

Associated Types

type PGVal "regdictionary[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "regdictionary[]" = PGArray (PGVal "regdictionary")

Methods

pgTypeName :: PGTypeID "regdictionary[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "regdictionary[]" -> Bool Source #

PGType "regoper" => PGType "regoper[]" Source # 
Instance details

Associated Types

type PGVal "regoper[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "regoper[]" = PGArray (PGVal "regoper")

Methods

pgTypeName :: PGTypeID "regoper[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "regoper[]" -> Bool Source #

PGType "regoperator" => PGType "regoperator[]" Source # 
Instance details

Associated Types

type PGVal "regoperator[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "regoperator[]" = PGArray (PGVal "regoperator")

Methods

pgTypeName :: PGTypeID "regoperator[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "regoperator[]" -> Bool Source #

PGType "regproc" => PGType "regproc[]" Source # 
Instance details

Associated Types

type PGVal "regproc[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "regproc[]" = PGArray (PGVal "regproc")

Methods

pgTypeName :: PGTypeID "regproc[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "regproc[]" -> Bool Source #

PGType "regprocedure" => PGType "regprocedure[]" Source # 
Instance details

Associated Types

type PGVal "regprocedure[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "regprocedure[]" = PGArray (PGVal "regprocedure")

Methods

pgTypeName :: PGTypeID "regprocedure[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "regprocedure[]" -> Bool Source #

PGType "regtype" => PGType "regtype[]" Source # 
Instance details

Associated Types

type PGVal "regtype[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "regtype[]" = PGArray (PGVal "regtype")

Methods

pgTypeName :: PGTypeID "regtype[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "regtype[]" -> Bool Source #

PGType "reltime" => PGType "reltime[]" Source # 
Instance details

Associated Types

type PGVal "reltime[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "reltime[]" = PGArray (PGVal "reltime")

Methods

pgTypeName :: PGTypeID "reltime[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "reltime[]" -> Bool Source #

PGType "smallint" => PGType "smallint[]" Source # 
Instance details

Associated Types

type PGVal "smallint[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "smallint[]" = PGArray (PGVal "smallint")

Methods

pgTypeName :: PGTypeID "smallint[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "smallint[]" -> Bool Source #

PGType "text" => PGType "text[]" Source # 
Instance details

Associated Types

type PGVal "text[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "text[]" = PGArray (PGVal "text")

Methods

pgTypeName :: PGTypeID "text[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "text[]" -> Bool Source #

PGType "tid" => PGType "tid[]" Source # 
Instance details

Associated Types

type PGVal "tid[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "tid[]" = PGArray (PGVal "tid")
PGType "time with time zone" => PGType "time with time zone[]" Source # 
Instance details

Associated Types

type PGVal "time with time zone[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "time with time zone[]" = PGArray (PGVal "time with time zone")

Methods

pgTypeName :: PGTypeID "time with time zone[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "time with time zone[]" -> Bool Source #

PGType "time without time zone" => PGType "time without time zone[]" Source # 
Instance details

Associated Types

type PGVal "time without time zone[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "time without time zone[]" = PGArray (PGVal "time without time zone")

Methods

pgTypeName :: PGTypeID "time without time zone[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "time without time zone[]" -> Bool Source #

PGType "timestamp with time zone" => PGType "timestamp with time zone[]" Source # 
Instance details

Associated Types

type PGVal "timestamp with time zone[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "timestamp with time zone[]" = PGArray (PGVal "timestamp with time zone")

Methods

pgTypeName :: PGTypeID "timestamp with time zone[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "timestamp with time zone[]" -> Bool Source #

PGType "timestamp without time zone" => PGType "timestamp without time zone[]" Source # 
Instance details

Associated Types

type PGVal "timestamp without time zone[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "timestamp without time zone[]" = PGArray (PGVal "timestamp without time zone")

Methods

pgTypeName :: PGTypeID "timestamp without time zone[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "timestamp without time zone[]" -> Bool Source #

PGType "tinterval" => PGType "tinterval[]" Source # 
Instance details

Associated Types

type PGVal "tinterval[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "tinterval[]" = PGArray (PGVal "tinterval")

Methods

pgTypeName :: PGTypeID "tinterval[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "tinterval[]" -> Bool Source #

PGType "tsquery" => PGType "tsquery[]" Source # 
Instance details

Associated Types

type PGVal "tsquery[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "tsquery[]" = PGArray (PGVal "tsquery")

Methods

pgTypeName :: PGTypeID "tsquery[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "tsquery[]" -> Bool Source #

PGType "tsrange" => PGType "tsrange[]" Source # 
Instance details

Associated Types

type PGVal "tsrange[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "tsrange[]" = PGArray (PGVal "tsrange")

Methods

pgTypeName :: PGTypeID "tsrange[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "tsrange[]" -> Bool Source #

PGType "tstzrange" => PGType "tstzrange[]" Source # 
Instance details

Associated Types

type PGVal "tstzrange[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "tstzrange[]" = PGArray (PGVal "tstzrange")

Methods

pgTypeName :: PGTypeID "tstzrange[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "tstzrange[]" -> Bool Source #

PGType "tsvector" => PGType "tsvector[]" Source # 
Instance details

Associated Types

type PGVal "tsvector[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "tsvector[]" = PGArray (PGVal "tsvector")

Methods

pgTypeName :: PGTypeID "tsvector[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "tsvector[]" -> Bool Source #

PGType "txid_snapshot" => PGType "txid_snapshot[]" Source # 
Instance details

Associated Types

type PGVal "txid_snapshot[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "txid_snapshot[]" = PGArray (PGVal "txid_snapshot")

Methods

pgTypeName :: PGTypeID "txid_snapshot[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "txid_snapshot[]" -> Bool Source #

PGType "uuid" => PGType "uuid[]" Source # 
Instance details

Associated Types

type PGVal "uuid[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "uuid[]" = PGArray (PGVal "uuid")

Methods

pgTypeName :: PGTypeID "uuid[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "uuid[]" -> Bool Source #

PGType "varbit" => PGType "varbit[]" Source # 
Instance details

Associated Types

type PGVal "varbit[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "varbit[]" = PGArray (PGVal "varbit")

Methods

pgTypeName :: PGTypeID "varbit[]" -> PGName Source #

pgBinaryColumn :: PGTypeEnv -> PGTypeID "varbit[]" -> Bool Source #

PGType "xid" => PGType "xid[]" Source # 
Instance details

Associated Types

type PGVal "xid[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "xid[]" = PGArray (PGVal "xid")
PGType "xml" => PGType "xml[]" Source # 
Instance details

Associated Types

type PGVal "xml[]" 
Instance details

Defined in Database.PostgreSQL.Typed.Array

type PGVal "xml[]" = PGArray (PGVal "xml")
(PGArrayType t, PGColumn (PGElemType t) a) => PGColumn t (PGArray a) Source # 
Instance details

Methods

pgDecode :: PGTypeID t -> PGTextValue -> PGArray a Source #

pgDecodeBinary :: PGTypeEnv -> PGTypeID t -> PGBinaryValue -> PGArray a Source #

pgDecodeValue :: PGTypeEnv -> PGTypeID t -> PGValue -> PGArray a Source #

(PGArrayType t, PGParameter (PGElemType t) a) => PGParameter t (PGArray a) Source # 
Instance details

(PGArrayType t, PGParameter (PGElemType t) a) => PGParameter t [a] Source #

Allow entirely non-null arrays as parameter inputs only. (Only supported on ghc >= 7.10 due to instance overlap.)

Instance details

Methods

pgEncode :: PGTypeID t -> [a] -> PGTextValue Source #

pgLiteral :: PGTypeID t -> [a] -> ByteString Source #

pgEncodeValue :: PGTypeEnv -> PGTypeID t -> [a] -> PGValue Source #