opaleye-0.6.7004.0: An SQL-generating DSL targeting PostgreSQL

Safe HaskellSafe
LanguageHaskell2010

Opaleye.Internal.HaskellDB.Sql

Contents

Synopsis

SQL data type

newtype SqlColumn Source #

Constructors

SqlColumn String 
Instances
Show SqlColumn Source # 
Instance details

Defined in Opaleye.Internal.HaskellDB.Sql

type SqlName = String Source #

A valid SQL name for a parameter.

data SqlUpdate Source #

Data type for SQL UPDATE statements.

data SqlDelete Source #

Data type for SQL DELETE statements.

Constructors

SqlDelete SqlTable [SqlExpr] 

data OnConflict Source #

Constructors

DoNothing
ON CONFLICT DO NOTHING