| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Napkin.Backends.MsSql.ApiGen.Types
Documentation
Methods
toParensOperatorArgs :: a -> [ParensOperatorArgument] #
Instances
newtype JsonNullStrategy #
Constructors
| JsonNullStrategy NullStrategy |
Instances
| Show JsonNullStrategy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> JsonNullStrategy -> ShowS # show :: JsonNullStrategy -> String # showList :: [JsonNullStrategy] -> ShowS # | |
| Eq JsonNullStrategy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods (==) :: JsonNullStrategy -> JsonNullStrategy -> Bool # (/=) :: JsonNullStrategy -> JsonNullStrategy -> Bool # | |
| CombiBomb JsonNullStrategy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods toParensOperatorArgs :: JsonNullStrategy -> [ParensOperatorArgument] # | |
data RowRangeBound #
Constructors
| SExpBounded SExp | |
| Unbounded | |
| CurrentRow |
Instances
| Show RowRangeBound # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> RowRangeBound -> ShowS # show :: RowRangeBound -> String # showList :: [RowRangeBound] -> ShowS # | |
| Eq RowRangeBound # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods (==) :: RowRangeBound -> RowRangeBound -> Bool # (/=) :: RowRangeBound -> RowRangeBound -> Bool # | |
Constructors
| RowRange | |
Instances
| Show RowRange # | |
| Eq RowRange # | |
| CombiBomb RowRange # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods toParensOperatorArgs :: RowRange -> [ParensOperatorArgument] # | |
newtype PartitionBy #
Constructors
| PartitionBy (NonEmpty SExp) |
Instances
| Show PartitionBy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> PartitionBy -> ShowS # show :: PartitionBy -> String # showList :: [PartitionBy] -> ShowS # | |
| Eq PartitionBy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types | |
| CombiBomb PartitionBy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods toParensOperatorArgs :: PartitionBy -> [ParensOperatorArgument] # | |
data OverOrderByField #
Constructors
| OverOrderByField | |
| OverDescByField | |
Fields | |
| OverAscByField | |
Fields | |
Instances
| Show OverOrderByField # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> OverOrderByField -> ShowS # show :: OverOrderByField -> String # showList :: [OverOrderByField] -> ShowS # | |
| Eq OverOrderByField # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods (==) :: OverOrderByField -> OverOrderByField -> Bool # (/=) :: OverOrderByField -> OverOrderByField -> Bool # | |
newtype OverOrderBy #
Constructors
| OverOrderBy (NonEmpty OverOrderByField) |
Instances
| Show OverOrderBy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> OverOrderBy -> ShowS # show :: OverOrderBy -> String # showList :: [OverOrderBy] -> ShowS # | |
| Eq OverOrderBy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types | |
| CombiBomb OverOrderBy # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods toParensOperatorArgs :: OverOrderBy -> [ParensOperatorArgument] # | |
data ComBombShell #
Constructors
| forall a.(Typeable a, CombiBomb a) => ComBombShell (Proxy a) |
Instances
| Show ComBombShell # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> ComBombShell -> ShowS # show :: ComBombShell -> String # showList :: [ComBombShell] -> ShowS # | |
| Eq ComBombShell # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types | |
| Hashable ComBombShell # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types | |
data MsSqlApiDefExpr #
Constructors
Instances
type KeywordText = String #
data MsSqlApiUnitDef #
Constructors
| MsSqlApiUnitDef | |
Fields | |
Instances
| Show MsSqlApiUnitDef # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> MsSqlApiUnitDef -> ShowS # show :: MsSqlApiUnitDef -> String # showList :: [MsSqlApiUnitDef] -> ShowS # | |
| Eq MsSqlApiUnitDef # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods (==) :: MsSqlApiUnitDef -> MsSqlApiUnitDef -> Bool # (/=) :: MsSqlApiUnitDef -> MsSqlApiUnitDef -> Bool # | |
data SubDefMeta #
Constructors
| SubDefMeta | |
Fields | |
Instances
| Show SubDefMeta # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> SubDefMeta -> ShowS # show :: SubDefMeta -> String # showList :: [SubDefMeta] -> ShowS # | |
| Eq SubDefMeta # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types | |
data MsSqlApiParserSt #
Constructors
| MsSqlApiParserSt | |
Instances
| Show MsSqlApiParserSt # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> MsSqlApiParserSt -> ShowS # show :: MsSqlApiParserSt -> String # showList :: [MsSqlApiParserSt] -> ShowS # | |
| Eq MsSqlApiParserSt # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods (==) :: MsSqlApiParserSt -> MsSqlApiParserSt -> Bool # (/=) :: MsSqlApiParserSt -> MsSqlApiParserSt -> Bool # | |
newtype NthStmtInHtmlNode #
Constructors
| NthStmtInHtmlNode | |
Fields | |
Instances
| Show NthStmtInHtmlNode # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> NthStmtInHtmlNode -> ShowS # show :: NthStmtInHtmlNode -> String # showList :: [NthStmtInHtmlNode] -> ShowS # | |
| Eq NthStmtInHtmlNode # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods (==) :: NthStmtInHtmlNode -> NthStmtInHtmlNode -> Bool # (/=) :: NthStmtInHtmlNode -> NthStmtInHtmlNode -> Bool # | |
| Ord NthStmtInHtmlNode # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods compare :: NthStmtInHtmlNode -> NthStmtInHtmlNode -> Ordering # (<) :: NthStmtInHtmlNode -> NthStmtInHtmlNode -> Bool # (<=) :: NthStmtInHtmlNode -> NthStmtInHtmlNode -> Bool # (>) :: NthStmtInHtmlNode -> NthStmtInHtmlNode -> Bool # (>=) :: NthStmtInHtmlNode -> NthStmtInHtmlNode -> Bool # max :: NthStmtInHtmlNode -> NthStmtInHtmlNode -> NthStmtInHtmlNode # min :: NthStmtInHtmlNode -> NthStmtInHtmlNode -> NthStmtInHtmlNode # | |
newtype NthHtmlNode #
Constructors
| NthHtmlNode | |
Fields | |
Instances
| Show NthHtmlNode # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> NthHtmlNode -> ShowS # show :: NthHtmlNode -> String # showList :: [NthHtmlNode] -> ShowS # | |
| Eq NthHtmlNode # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types | |
| Ord NthHtmlNode # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods compare :: NthHtmlNode -> NthHtmlNode -> Ordering # (<) :: NthHtmlNode -> NthHtmlNode -> Bool # (<=) :: NthHtmlNode -> NthHtmlNode -> Bool # (>) :: NthHtmlNode -> NthHtmlNode -> Bool # (>=) :: NthHtmlNode -> NthHtmlNode -> Bool # max :: NthHtmlNode -> NthHtmlNode -> NthHtmlNode # min :: NthHtmlNode -> NthHtmlNode -> NthHtmlNode # | |
type API_PAGE_NAME = Text #
type API_PAGE_URL = Text #
type PageUrls = HashMap API_PAGE_NAME API_PAGE_URL #
data GenFunctionOpt #
Constructors
Instances
| Show GenFunctionOpt # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods showsPrec :: Int -> GenFunctionOpt -> ShowS # show :: GenFunctionOpt -> String # showList :: [GenFunctionOpt] -> ShowS # | |
| Eq GenFunctionOpt # | |
Defined in Napkin.Backends.MsSql.ApiGen.Types Methods (==) :: GenFunctionOpt -> GenFunctionOpt -> Bool # (/=) :: GenFunctionOpt -> GenFunctionOpt -> Bool # | |