relational-query-HDBC-0.6.4.2: HDBC instance of relational-query and typed query interface for HDBC

Copyright2013 Kei Hibino
LicenseBSD3
Maintainerex8k.hibino@gmail.com
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Database.HDBC.Schema.PostgreSQL

Contents

Description

This module provides driver implementation to load PostgreSQL system catalog via HDBC.

Synopsis

Documentation

driverPostgreSQL :: IConnection conn => Driver conn Source #

Driver implementation

Orphan instances

ToSql SqlValue PgType Source # 

Methods

recordToSql :: RecordToSql SqlValue PgType

ToSql SqlValue PgAttribute Source # 

Methods

recordToSql :: RecordToSql SqlValue PgAttribute

FromSql SqlValue PgType Source # 

Methods

recordFromSql :: RecordFromSql SqlValue PgType

FromSql SqlValue PgAttribute Source # 

Methods

recordFromSql :: RecordFromSql SqlValue PgAttribute