Safe Haskell | Safe-Inferred |
---|
IHP.IDE.SchemaDesigner.Controller.Columns
Contents
Documentation
updateForeignKeyConstraint :: Text -> Text -> Text -> Text -> OnDelete -> Int -> [Statement] -> [Statement] Source #
getCreateTable :: [Statement] -> [CreateTable] Source #
getCreateEnum :: [Statement] -> [Statement] Source #
isCreateEnumType :: Statement -> Bool Source #
referencingColumnForeignKeyConstraints :: Foldable t => Text -> Text -> t Statement -> Maybe Statement Source #