Safe Haskell | None |
---|---|
Language | Haskell2010 |
Opaleye.Internal.Print
Documentation
type TableAlias = String #
ppSelectFrom :: From -> Doc #
ppSelectJoin :: Join -> Doc #
ppSelectValues :: Values -> Doc #
ppSelectBinary :: Binary -> Doc #
ppSelectLabel :: Label -> Doc #
ppJoinType :: JoinType -> Doc #
ppAttrs :: SelectAttrs -> Doc #
tableAlias :: Int -> Select -> (TableAlias, Select) #
ppTable :: (TableAlias, Select) -> Doc #
ppValuesRow :: [SqlExpr] -> Doc #
ppInsertReturning :: Returning SqlInsert -> Doc #
ppUpdateReturning :: Returning SqlUpdate -> Doc #