Safe Haskell | Safe-Inferred |
---|
IHP.IDE.SchemaDesigner.Controller.Helper
Contents
Documentation
readSchema :: (?context :: ControllerContext, ?modelContext :: ModelContext, ?theAction :: controller) => IO [Statement] Source #
getSqlError :: IO (Maybe ByteString) Source #
updateSchema :: (?context :: ControllerContext, ?modelContext :: ModelContext, ?theAction :: controller) => ([Statement] -> [Statement]) -> IO () Source #
getAllObjectNames :: [Statement] -> [Text] Source #
Orphan instances
ParamReader Expression Source # | |
Methods readParameter :: ByteString -> Either ByteString Expression Source # readParameterJSON :: Value -> Either ByteString Expression Source # | |
ParamReader PostgresType Source # | |
Methods readParameter :: ByteString -> Either ByteString PostgresType Source # readParameterJSON :: Value -> Either ByteString PostgresType Source # | |
ParamReader [IndexColumn] Source # | |
Methods readParameter :: ByteString -> Either ByteString [IndexColumn] Source # readParameterJSON :: Value -> Either ByteString [IndexColumn] Source # |