preql-0.2: safe PostgreSQL queries using Quasiquoters

Copyright(c) 2013 Leon P Smith
LicenseBSD3
Safe HaskellNone
LanguageHaskell2010

Preql.Wire.TypeInfo.Types

Description

Synopsis

Documentation

data TypeInfo Source #

A structure representing some of the metadata regarding a PostgreSQL type, mostly taken from the pg_type table.

Instances
Show TypeInfo Source # 
Instance details

Defined in Preql.Wire.TypeInfo.Types

data Attribute Source #

Constructors

Attribute 
Instances
Show Attribute Source # 
Instance details

Defined in Preql.Wire.TypeInfo.Types