pg-store-0.1.1: Simple storage interface to PostgreSQL

Copyright(c) Ole Krüger 2016
LicenseBSD3
MaintainerOle Krüger <ole@vprsm.de>
Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.Store.OIDs

Description

 

Synopsis

Documentation

type OIDQ = forall a. GenOID a => Q a Source #

A type which can be coerced into Q Exp or Q Pat.

bool :: OIDQ Source #

Boolean

int2 :: OIDQ Source #

16-bit integer

int4 :: OIDQ Source #

32-bit integer

int8 :: OIDQ Source #

64-bit integer

float4 :: OIDQ Source #

Single-precision floating-point number

float8 :: OIDQ Source #

Double-precision floating-point number

numeric :: OIDQ Source #

Arbitrary precision number

char :: OIDQ Source #

Fixed-length string

varchar :: OIDQ Source #

Variable-length string

text :: OIDQ Source #

Unlimited variable-length string

bytea :: OIDQ Source #

Byte array

timestamp :: OIDQ Source #

Timestamp without timezone

timestamptz :: OIDQ Source #

Timestamp with timezone