| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Opaleye.SQLite.Internal.Sql
Documentation
Constructors
| SelectFrom From | |
| Table SqlTable | |
| SelectJoin Join | |
| SelectValues Values | |
| SelectBinary Binary |
data SelectAttrs Source #
Instances
| Show SelectAttrs Source # | |
Defined in Opaleye.SQLite.Internal.Sql Methods showsPrec :: Int -> SelectAttrs -> ShowS # show :: SelectAttrs -> String # showList :: [SelectAttrs] -> ShowS # | |
Constructors
| From | |
Constructors
| Values | |
Fields
| |
Constructors
| LeftJoin |