Napkin.Render.Postgres
Contents
module Napkin.Render.Types
Methods
renderSql :: Postgres -> AnnotateTableOrView -> ME Doc #
renderSql :: Postgres -> ArrayStructExp -> ME Doc #
renderSql :: Postgres -> DeleteFrom -> ME Doc #
renderSql :: Postgres -> DropTable -> ME Doc #
renderSql :: Postgres -> DropView -> ME Doc #
renderSql :: Postgres -> InsertIntoQuery -> ME Doc #
renderSql :: Postgres -> RenameTable -> ME Doc #
renderSql :: Postgres -> Actor -> ME Doc #
renderSql :: Postgres -> Grant -> ME Doc #
renderSql :: Postgres -> Object -> ME Doc #
renderSql :: Postgres -> Privilege -> ME Doc #
renderSql :: Postgres -> ExternFun -> ME Doc #
renderSql :: Postgres -> From -> ME Doc #
renderSql :: Postgres -> Name -> ME Doc #
renderSql :: Postgres -> Query -> ME Doc #
renderSql :: Postgres -> Relation -> ME Doc #
renderSql :: Postgres -> SExp -> ME Doc #
renderSql :: Postgres -> CreateIndex -> ME Doc #
renderSql :: Postgres -> SetTableSchema -> ME Doc #
renderSql :: Postgres -> String -> ME Doc #
renderSql :: Postgres -> CreateMaterializedView MaterializedViewMeta -> ME Doc #
Commands
renderSql :: Postgres -> CreateTable TableMeta -> ME Doc #
renderSql :: Postgres -> CreateView () -> ME Doc #
renderSql :: Postgres -> Alias a -> ME Doc #
renderSql :: Postgres -> Ref t -> ME Doc #