| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Parse.SimpleSqlParser.Dialect
Synopsis
- addHashComments :: Dialect -> Dialect
- ansi2011 :: Dialect
- bigquery :: Dialect
- dialectName :: SimpleSQLParserDialect -> Text
- getIndexQuotationRules :: QuotationRuleIndex -> [StrLitFmt]
- mssql :: Dialect
- postgres :: Dialect
- redshift :: Dialect
- simpleSQLParserDialect :: SimpleSQLParserDialect -> Dialect
- sqlite :: Dialect
- strLineComment :: StrLitFmt
- data SimpleSQLParserDialect
- data Dialect
Documentation
addHashComments :: Dialect -> Dialect #
BigQuery and MsSQL inline comments can also be specified by # character in addition to "--" and "*" .. "*" blocks
data SimpleSQLParserDialect #