Safe Haskell | None |
---|---|
Language | GHC2021 |
Synopsis
- modifyQueryTransformer :: (QueryTransformer -> QueryTransformer) -> Specs b -> Specs b
- namespaceXanagedTables :: (Bool -> Bool) -> (Ref Table -> Ref Table) -> Specs b -> Specs b
- namespaceManagedTables :: (Ref Table -> Ref Table) -> Specs b -> Specs b
- namespaceUnmanagedTables :: (Ref Table -> Ref Table) -> Specs b -> Specs b
- namespaceSomeTables :: (Ref Table -> Bool) -> (Ref Table -> Ref Table) -> Specs b -> Specs b
- namespaceAllTables :: (Ref Table -> Ref Table) -> Specs b -> Specs b
- namespaceFunctions :: (Ref Function -> Ref Function) -> Specs b -> Specs b
- prependQueryRewriter :: (Query -> Query) -> Specs b -> Specs b
Documentation
modifyQueryTransformer :: (QueryTransformer -> QueryTransformer) -> Specs b -> Specs b #
namespaceManagedTables :: (Ref Table -> Ref Table) -> Specs b -> Specs b #
Rename all napkin-managed tables in the `Specs b`.
namespaceUnmanagedTables :: (Ref Table -> Ref Table) -> Specs b -> Specs b #
Rename all unmanaged tables in the `Specs b`.
namespaceSomeTables :: (Ref Table -> Bool) -> (Ref Table -> Ref Table) -> Specs b -> Specs b #
Rename some tables in the `Specs b`.