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