opaleye-0.3.1: An SQL-generating DSL targeting PostgreSQL

Safe HaskellSafe-Inferred
LanguageHaskell98

Opaleye.Internal.HaskellDB.Sql

Synopsis

Documentation

newtype SqlColumn Source

Constructors

SqlColumn String 

Instances

type SqlName = String Source

A valid SQL name for a parameter.

data SqlOrder Source

Constructors

SqlAsc 
SqlDesc 

Instances

data SqlUpdate Source

Data type for SQL UPDATE statements.

data SqlDelete Source

Data type for SQL DELETE statements.

Constructors

SqlDelete SqlTable [SqlExpr]