napkin-0.5.11
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Napkin.Render.Postgres

Description

 

Documentation

Orphan instances

CommandDescr Grant Postgres # 
Instance details

CommandDescr DeleteFrom Postgres # 
Instance details

CommandDescr InsertIntoQuery Postgres # 
Instance details

CommandDescr DropTable Postgres # 
Instance details

CommandDescr DropView Postgres # 
Instance details

CommandDescr CreateViewAs Postgres # 
Instance details

CommandDescr RenameTable Postgres # 
Instance details

RenderSql String Postgres # 
Instance details

Methods

renderSql :: Postgres -> String -> Doc #

RenderSql Query Postgres # 
Instance details

Methods

renderSql :: Postgres -> Query -> Doc #

RenderSql From Postgres # 
Instance details

Methods

renderSql :: Postgres -> From -> Doc #

RenderSql Relation Postgres # 
Instance details

Methods

renderSql :: Postgres -> Relation -> Doc #

RenderSql SExp Postgres # 
Instance details

Methods

renderSql :: Postgres -> SExp -> Doc #

RenderSql Grant Postgres # 
Instance details

Methods

renderSql :: Postgres -> Grant -> Doc #

RenderSql Actor Postgres # 
Instance details

Methods

renderSql :: Postgres -> Actor -> Doc #

RenderSql Object Postgres # 
Instance details

Methods

renderSql :: Postgres -> Object -> Doc #

RenderSql Privilege Postgres # 
Instance details

Methods

renderSql :: Postgres -> Privilege -> Doc #

RenderSql DeleteFrom Postgres # 
Instance details

RenderSql InsertIntoQuery Postgres # 
Instance details

RenderSql DropTable Postgres # 
Instance details

Methods

renderSql :: Postgres -> DropTable -> Doc #

RenderSql DropView Postgres # 
Instance details

Methods

renderSql :: Postgres -> DropView -> Doc #

RenderSql CreateViewAs Postgres # 
Instance details

RenderSql RenameTable Postgres # 
Instance details

RenderSql SetTableSchema Postgres # 
Instance details

ReplaceReference Postgres #

Reference replacement

Instance details

CommandDescr (CreateTableAs ()) Postgres #

Command descriptions

Instance details

RenderSql a Postgres => RenderSql (Alias a) Postgres # 
Instance details

Methods

renderSql :: Postgres -> Alias a -> Doc #

RenderSql (CreateTableAs ()) Postgres #

Commands

Instance details

Methods

renderSql :: Postgres -> CreateTableAs () -> Doc #

RenderSql (Ref t) Postgres # 
Instance details

Methods

renderSql :: Postgres -> Ref t -> Doc #