haskelldb-2.2.4: A library of combinators for generating and executing SQL statements.

CopyrightDaan Leijen (c) 1999, daan@cs.uu.nl HWT Group (c) 2003, haskelldb-users@lists.sourceforge.net
LicenseBSD-style
Maintainerhaskelldb-users@lists.sourceforge.net
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell98

Database.HaskellDB.Sql.Print

Description

Pretty-print SQL

Synopsis

Documentation

ppSql :: SqlSelect -> Doc Source

Pretty prints a SqlSelect

ppUpdate :: SqlUpdate -> Doc Source

Pretty prints a SqlUpdate

ppDelete :: SqlDelete -> Doc Source

Pretty prints a SqlDelete

ppCreate :: SqlCreate -> Doc Source

Pretty prints a SqlCreate.

ppDrop :: SqlDrop -> Doc Source

Pretty prints a SqlDrop.

ppSqlExpr :: SqlExpr -> Doc Source

Pretty prints a SqlExpr