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