Database.Relational.Query.Effect

Object to express simple restriction.

data Restriction p r

type RestrictionContext p r

restriction

restriction'

Object to express update target columns and restriction.

data UpdateTarget p r

type UpdateTargetContext p r

updateTarget

updateTarget'

liftTargetAllColumn

liftTargetAllColumn'

updateTargetAllColumn

updateTargetAllColumn'

Generate SQL from restriction.

sqlWhereFromRestriction

sqlFromUpdateTarget