Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.HamSql.Internal.Stmt.Create
- fa :: Show b => Maybe b -> Schema -> [SetupElement]
- fb :: SetupContext -> [SetupElement] -> [Maybe SqlStmt]
- data SQL_OTHER = SQL_OTHER
- data SQL_DATABASE = SQL_DATABASE
- emptyName :: SqlId
- sqlAddTransact :: [SqlStmt] -> [SqlStmt]
- sqlCreateDatabase :: Bool -> SqlName -> [Maybe SqlStmt]
- getSetupStatements :: OptCommon -> Setup -> [Maybe SqlStmt]
- getSchemaStatements :: OptCommon -> Setup -> Schema -> [Maybe SqlStmt]
Documentation
fb :: SetupContext -> [SetupElement] -> [Maybe SqlStmt] Source #
Constructors
SQL_OTHER |
sqlAddTransact :: [SqlStmt] -> [SqlStmt] Source #