hsql-postgresql-1.8.2: A Haskell Interface to PostgreSQL via the PQ library.

Safe HaskellNone
LanguageHaskell98

DB.HSQL.PG.Sql

Description

SQL queries.

Synopsis

Documentation

sqlAllTableNames :: String Source

retrieval of the names of all tables

sqlAllFieldDefsForTableName :: SqlBind t => t -> String Source

retrieval of the field defs for a table name