| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Spec.Yaml.Types.Programs
Documentation
parseYamlHook :: Maybe SpecTableName -> Value -> WarningParser (YamlHook b) #
data YamlHookOnFailure #
Instances
newtype YamlPreprocessor b #
Constructors
| YamlPreprocessor | |
Fields | |
Instances
| Show (YamlPreprocessor b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods showsPrec :: Int -> YamlPreprocessor b -> ShowS # show :: YamlPreprocessor b -> String # showList :: [YamlPreprocessor b] -> ShowS # | |
| Eq (YamlPreprocessor b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods (==) :: YamlPreprocessor b -> YamlPreprocessor b -> Bool # (/=) :: YamlPreprocessor b -> YamlPreprocessor b -> Bool # | |
parsePreprocessor :: Default (BackendTableMeta b) => Value -> WarningParser (YamlPreprocessor b) #
newtype YamlSpecProgram b #
Constructors
| YamlSpecProgram | |
Fields | |
Instances
| Show (YamlSpecProgram b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods showsPrec :: Int -> YamlSpecProgram b -> ShowS # show :: YamlSpecProgram b -> String # showList :: [YamlSpecProgram b] -> ShowS # | |
| Eq (YamlSpecProgram b) # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods (==) :: YamlSpecProgram b -> YamlSpecProgram b -> Bool # (/=) :: YamlSpecProgram b -> YamlSpecProgram b -> Bool # | |
parseSpecProgram :: (BackendPrograms b, Default (BackendTableMeta b), HasBackendSchemaField b, SqlConcat b, BackendMetaConstraints b, Typeable b) => Value -> WarningParser (YamlSpecProgram b) #
class BackendPrograms b where #
Methods
backendPrograms :: [SpecProgramForYaml b] #
Instances
| BackendPrograms BigQuery # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods | |
| BackendPrograms MsSql # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods | |
| BackendPrograms Postgres # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods | |
| BackendPrograms Redshift # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods | |
| BackendPrograms Sqlite # | |
Defined in Napkin.Spec.Yaml.Types.Programs Methods | |