Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
A subset of ANSI SQL:2003, capturing selected productions of the BNF grammar provided at https://ronsavage.github.io/SQL/sql-2003-2.bnf.html, which is based on the Final Committee Draft (FCD) of ISO/IEC 9075-2:2003
Documentation
newtype ApproximateNumericLiteral Source #
Instances
data BinaryStringLiteral Source #
Instances
Read BinaryStringLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show BinaryStringLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> BinaryStringLiteral -> ShowS # show :: BinaryStringLiteral -> String # showList :: [BinaryStringLiteral] -> ShowS # | |
Eq BinaryStringLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: BinaryStringLiteral -> BinaryStringLiteral -> Bool # (/=) :: BinaryStringLiteral -> BinaryStringLiteral -> Bool # | |
Ord BinaryStringLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: BinaryStringLiteral -> BinaryStringLiteral -> Ordering # (<) :: BinaryStringLiteral -> BinaryStringLiteral -> Bool # (<=) :: BinaryStringLiteral -> BinaryStringLiteral -> Bool # (>) :: BinaryStringLiteral -> BinaryStringLiteral -> Bool # (>=) :: BinaryStringLiteral -> BinaryStringLiteral -> Bool # max :: BinaryStringLiteral -> BinaryStringLiteral -> BinaryStringLiteral # min :: BinaryStringLiteral -> BinaryStringLiteral -> BinaryStringLiteral # |
newtype CharacterStringLiteral Source #
Instances
Read CharacterStringLiteral Source # | |
Show CharacterStringLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> CharacterStringLiteral -> ShowS # show :: CharacterStringLiteral -> String # showList :: [CharacterStringLiteral] -> ShowS # | |
Eq CharacterStringLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Ord CharacterStringLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: CharacterStringLiteral -> CharacterStringLiteral -> Ordering # (<) :: CharacterStringLiteral -> CharacterStringLiteral -> Bool # (<=) :: CharacterStringLiteral -> CharacterStringLiteral -> Bool # (>) :: CharacterStringLiteral -> CharacterStringLiteral -> Bool # (>=) :: CharacterStringLiteral -> CharacterStringLiteral -> Bool # max :: CharacterStringLiteral -> CharacterStringLiteral -> CharacterStringLiteral # min :: CharacterStringLiteral -> CharacterStringLiteral -> CharacterStringLiteral # |
newtype ColumnName Source #
Instances
Read ColumnName Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS ColumnName # readList :: ReadS [ColumnName] # readPrec :: ReadPrec ColumnName # readListPrec :: ReadPrec [ColumnName] # | |
Show ColumnName Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ColumnName -> ShowS # show :: ColumnName -> String # showList :: [ColumnName] -> ShowS # | |
Eq ColumnName Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ColumnName -> ColumnName -> Bool # (/=) :: ColumnName -> ColumnName -> Bool # | |
Ord ColumnName Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ColumnName -> ColumnName -> Ordering # (<) :: ColumnName -> ColumnName -> Bool # (<=) :: ColumnName -> ColumnName -> Bool # (>) :: ColumnName -> ColumnName -> Bool # (>=) :: ColumnName -> ColumnName -> Bool # max :: ColumnName -> ColumnName -> ColumnName # min :: ColumnName -> ColumnName -> ColumnName # |
_ColumnName :: Name Source #
data DateString Source #
Instances
Read DateString Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS DateString # readList :: ReadS [DateString] # readPrec :: ReadPrec DateString # readListPrec :: ReadPrec [DateString] # | |
Show DateString Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> DateString -> ShowS # show :: DateString -> String # showList :: [DateString] -> ShowS # | |
Eq DateString Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: DateString -> DateString -> Bool # (/=) :: DateString -> DateString -> Bool # | |
Ord DateString Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: DateString -> DateString -> Ordering # (<) :: DateString -> DateString -> Bool # (<=) :: DateString -> DateString -> Bool # (>) :: DateString -> DateString -> Bool # (>=) :: DateString -> DateString -> Bool # max :: DateString -> DateString -> DateString # min :: DateString -> DateString -> DateString # |
_DateString :: Name Source #
newtype DomainName Source #
Instances
Read DomainName Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS DomainName # readList :: ReadS [DomainName] # readPrec :: ReadPrec DomainName # readListPrec :: ReadPrec [DomainName] # | |
Show DomainName Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> DomainName -> ShowS # show :: DomainName -> String # showList :: [DomainName] -> ShowS # | |
Eq DomainName Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: DomainName -> DomainName -> Bool # (/=) :: DomainName -> DomainName -> Bool # | |
Ord DomainName Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: DomainName -> DomainName -> Ordering # (<) :: DomainName -> DomainName -> Bool # (<=) :: DomainName -> DomainName -> Bool # (>) :: DomainName -> DomainName -> Bool # (>=) :: DomainName -> DomainName -> Bool # max :: DomainName -> DomainName -> DomainName # min :: DomainName -> DomainName -> DomainName # |
_DomainName :: Name Source #
newtype ExactNumericLiteral Source #
Instances
Read ExactNumericLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show ExactNumericLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ExactNumericLiteral -> ShowS # show :: ExactNumericLiteral -> String # showList :: [ExactNumericLiteral] -> ShowS # | |
Eq ExactNumericLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ExactNumericLiteral -> ExactNumericLiteral -> Bool # (/=) :: ExactNumericLiteral -> ExactNumericLiteral -> Bool # | |
Ord ExactNumericLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ExactNumericLiteral -> ExactNumericLiteral -> Ordering # (<) :: ExactNumericLiteral -> ExactNumericLiteral -> Bool # (<=) :: ExactNumericLiteral -> ExactNumericLiteral -> Bool # (>) :: ExactNumericLiteral -> ExactNumericLiteral -> Bool # (>=) :: ExactNumericLiteral -> ExactNumericLiteral -> Bool # max :: ExactNumericLiteral -> ExactNumericLiteral -> ExactNumericLiteral # min :: ExactNumericLiteral -> ExactNumericLiteral -> ExactNumericLiteral # |
newtype LeftBracketOrTrigraph Source #
Instances
newtype RightBracketOrTrigraph Source #
Instances
Read RightBracketOrTrigraph Source # | |
Show RightBracketOrTrigraph Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> RightBracketOrTrigraph -> ShowS # show :: RightBracketOrTrigraph -> String # showList :: [RightBracketOrTrigraph] -> ShowS # | |
Eq RightBracketOrTrigraph Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Ord RightBracketOrTrigraph Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: RightBracketOrTrigraph -> RightBracketOrTrigraph -> Ordering # (<) :: RightBracketOrTrigraph -> RightBracketOrTrigraph -> Bool # (<=) :: RightBracketOrTrigraph -> RightBracketOrTrigraph -> Bool # (>) :: RightBracketOrTrigraph -> RightBracketOrTrigraph -> Bool # (>=) :: RightBracketOrTrigraph -> RightBracketOrTrigraph -> Bool # max :: RightBracketOrTrigraph -> RightBracketOrTrigraph -> RightBracketOrTrigraph # min :: RightBracketOrTrigraph -> RightBracketOrTrigraph -> RightBracketOrTrigraph # |
data NationalCharacterStringLiteral Source #
Instances
newtype PathResolvedUserDefinedTypeName Source #
Instances
_TableName :: Name Source #
data TimeString Source #
Instances
Read TimeString Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS TimeString # readList :: ReadS [TimeString] # readPrec :: ReadPrec TimeString # readListPrec :: ReadPrec [TimeString] # | |
Show TimeString Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> TimeString -> ShowS # show :: TimeString -> String # showList :: [TimeString] -> ShowS # | |
Eq TimeString Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: TimeString -> TimeString -> Bool # (/=) :: TimeString -> TimeString -> Bool # | |
Ord TimeString Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: TimeString -> TimeString -> Ordering # (<) :: TimeString -> TimeString -> Bool # (<=) :: TimeString -> TimeString -> Bool # (>) :: TimeString -> TimeString -> Bool # (>=) :: TimeString -> TimeString -> Bool # max :: TimeString -> TimeString -> TimeString # min :: TimeString -> TimeString -> TimeString # |
_TimeString :: Name Source #
data TimestampLiteral Source #
Instances
Read TimestampLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show TimestampLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> TimestampLiteral -> ShowS # show :: TimestampLiteral -> String # showList :: [TimestampLiteral] -> ShowS # | |
Eq TimestampLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: TimestampLiteral -> TimestampLiteral -> Bool # (/=) :: TimestampLiteral -> TimestampLiteral -> Bool # | |
Ord TimestampLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: TimestampLiteral -> TimestampLiteral -> Ordering # (<) :: TimestampLiteral -> TimestampLiteral -> Bool # (<=) :: TimestampLiteral -> TimestampLiteral -> Bool # (>) :: TimestampLiteral -> TimestampLiteral -> Bool # (>=) :: TimestampLiteral -> TimestampLiteral -> Bool # max :: TimestampLiteral -> TimestampLiteral -> TimestampLiteral # min :: TimestampLiteral -> TimestampLiteral -> TimestampLiteral # |
data UnicodeCharacterStringLiteral Source #
Instances
newtype UnsignedInteger Source #
Instances
Read UnsignedInteger Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show UnsignedInteger Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> UnsignedInteger -> ShowS # show :: UnsignedInteger -> String # showList :: [UnsignedInteger] -> ShowS # | |
Eq UnsignedInteger Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: UnsignedInteger -> UnsignedInteger -> Bool # (/=) :: UnsignedInteger -> UnsignedInteger -> Bool # | |
Ord UnsignedInteger Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: UnsignedInteger -> UnsignedInteger -> Ordering # (<) :: UnsignedInteger -> UnsignedInteger -> Bool # (<=) :: UnsignedInteger -> UnsignedInteger -> Bool # (>) :: UnsignedInteger -> UnsignedInteger -> Bool # (>=) :: UnsignedInteger -> UnsignedInteger -> Bool # max :: UnsignedInteger -> UnsignedInteger -> UnsignedInteger # min :: UnsignedInteger -> UnsignedInteger -> UnsignedInteger # |
data ApproximateNumericType Source #
ApproximateNumericTypeFloat (Maybe Precision) | |
ApproximateNumericTypeReal | |
ApproximateNumericTypeDouble |
Instances
Read ApproximateNumericType Source # | |
Show ApproximateNumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ApproximateNumericType -> ShowS # show :: ApproximateNumericType -> String # showList :: [ApproximateNumericType] -> ShowS # | |
Eq ApproximateNumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Ord ApproximateNumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ApproximateNumericType -> ApproximateNumericType -> Ordering # (<) :: ApproximateNumericType -> ApproximateNumericType -> Bool # (<=) :: ApproximateNumericType -> ApproximateNumericType -> Bool # (>) :: ApproximateNumericType -> ApproximateNumericType -> Bool # (>=) :: ApproximateNumericType -> ApproximateNumericType -> Bool # max :: ApproximateNumericType -> ApproximateNumericType -> ApproximateNumericType # min :: ApproximateNumericType -> ApproximateNumericType -> ApproximateNumericType # |
newtype ArrayElement Source #
Instances
Read ArrayElement Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS ArrayElement # readList :: ReadS [ArrayElement] # | |
Show ArrayElement Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ArrayElement -> ShowS # show :: ArrayElement -> String # showList :: [ArrayElement] -> ShowS # | |
Eq ArrayElement Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ArrayElement -> ArrayElement -> Bool # (/=) :: ArrayElement -> ArrayElement -> Bool # | |
Ord ArrayElement Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ArrayElement -> ArrayElement -> Ordering # (<) :: ArrayElement -> ArrayElement -> Bool # (<=) :: ArrayElement -> ArrayElement -> Bool # (>) :: ArrayElement -> ArrayElement -> Bool # (>=) :: ArrayElement -> ArrayElement -> Bool # max :: ArrayElement -> ArrayElement -> ArrayElement # min :: ArrayElement -> ArrayElement -> ArrayElement # |
_ArrayElement :: Name Source #
data ArrayElementList Source #
Instances
Read ArrayElementList Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show ArrayElementList Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ArrayElementList -> ShowS # show :: ArrayElementList -> String # showList :: [ArrayElementList] -> ShowS # | |
Eq ArrayElementList Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ArrayElementList -> ArrayElementList -> Bool # (/=) :: ArrayElementList -> ArrayElementList -> Bool # | |
Ord ArrayElementList Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ArrayElementList -> ArrayElementList -> Ordering # (<) :: ArrayElementList -> ArrayElementList -> Bool # (<=) :: ArrayElementList -> ArrayElementList -> Bool # (>) :: ArrayElementList -> ArrayElementList -> Bool # (>=) :: ArrayElementList -> ArrayElementList -> Bool # max :: ArrayElementList -> ArrayElementList -> ArrayElementList # min :: ArrayElementList -> ArrayElementList -> ArrayElementList # |
data ArrayElementReference Source #
Instances
_ArrayType :: Name Source #
data ArrayValueConstructor Source #
ArrayValueConstructorEnumeration ArrayValueConstructorByEnumeration | |
ArrayValueConstructorQuery ArrayValueConstructorByQuery |
Instances
data ArrayValueConstructorByQuery Source #
Instances
data ArrayValueConstructorByEnumeration Source #
Instances
data ArrayValueExpression Source #
Instances
Read ArrayValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show ArrayValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ArrayValueExpression -> ShowS # show :: ArrayValueExpression -> String # showList :: [ArrayValueExpression] -> ShowS # | |
Eq ArrayValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ArrayValueExpression -> ArrayValueExpression -> Bool # (/=) :: ArrayValueExpression -> ArrayValueExpression -> Bool # | |
Ord ArrayValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ArrayValueExpression -> ArrayValueExpression -> Ordering # (<) :: ArrayValueExpression -> ArrayValueExpression -> Bool # (<=) :: ArrayValueExpression -> ArrayValueExpression -> Bool # (>) :: ArrayValueExpression -> ArrayValueExpression -> Bool # (>=) :: ArrayValueExpression -> ArrayValueExpression -> Bool # max :: ArrayValueExpression -> ArrayValueExpression -> ArrayValueExpression # min :: ArrayValueExpression -> ArrayValueExpression -> ArrayValueExpression # |
data AsSubqueryClause Source #
Instances
Read AsSubqueryClause Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show AsSubqueryClause Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> AsSubqueryClause -> ShowS # show :: AsSubqueryClause -> String # showList :: [AsSubqueryClause] -> ShowS # | |
Eq AsSubqueryClause Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: AsSubqueryClause -> AsSubqueryClause -> Bool # (/=) :: AsSubqueryClause -> AsSubqueryClause -> Bool # | |
Ord AsSubqueryClause Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: AsSubqueryClause -> AsSubqueryClause -> Ordering # (<) :: AsSubqueryClause -> AsSubqueryClause -> Bool # (<=) :: AsSubqueryClause -> AsSubqueryClause -> Bool # (>) :: AsSubqueryClause -> AsSubqueryClause -> Bool # (>=) :: AsSubqueryClause -> AsSubqueryClause -> Bool # max :: AsSubqueryClause -> AsSubqueryClause -> AsSubqueryClause # min :: AsSubqueryClause -> AsSubqueryClause -> AsSubqueryClause # |
data AttributeOrMethodReference Source #
Instances
data BinaryLargeObjectStringType Source #
BinaryLargeObjectStringTypeBinary (Maybe LargeObjectLength) | |
BinaryLargeObjectStringTypeBlob (Maybe LargeObjectLength) |
Instances
data BooleanFactor Source #
Instances
Read BooleanFactor Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS BooleanFactor # readList :: ReadS [BooleanFactor] # | |
Show BooleanFactor Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> BooleanFactor -> ShowS # show :: BooleanFactor -> String # showList :: [BooleanFactor] -> ShowS # | |
Eq BooleanFactor Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: BooleanFactor -> BooleanFactor -> Bool # (/=) :: BooleanFactor -> BooleanFactor -> Bool # | |
Ord BooleanFactor Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: BooleanFactor -> BooleanFactor -> Ordering # (<) :: BooleanFactor -> BooleanFactor -> Bool # (<=) :: BooleanFactor -> BooleanFactor -> Bool # (>) :: BooleanFactor -> BooleanFactor -> Bool # (>=) :: BooleanFactor -> BooleanFactor -> Bool # max :: BooleanFactor -> BooleanFactor -> BooleanFactor # min :: BooleanFactor -> BooleanFactor -> BooleanFactor # |
data BooleanLiteral Source #
Instances
Read BooleanLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS BooleanLiteral # readList :: ReadS [BooleanLiteral] # | |
Show BooleanLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> BooleanLiteral -> ShowS # show :: BooleanLiteral -> String # showList :: [BooleanLiteral] -> ShowS # | |
Eq BooleanLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: BooleanLiteral -> BooleanLiteral -> Bool # (/=) :: BooleanLiteral -> BooleanLiteral -> Bool # | |
Ord BooleanLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: BooleanLiteral -> BooleanLiteral -> Ordering # (<) :: BooleanLiteral -> BooleanLiteral -> Bool # (<=) :: BooleanLiteral -> BooleanLiteral -> Bool # (>) :: BooleanLiteral -> BooleanLiteral -> Bool # (>=) :: BooleanLiteral -> BooleanLiteral -> Bool # max :: BooleanLiteral -> BooleanLiteral -> BooleanLiteral # min :: BooleanLiteral -> BooleanLiteral -> BooleanLiteral # |
data BooleanPredicand Source #
Instances
Read BooleanPredicand Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show BooleanPredicand Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> BooleanPredicand -> ShowS # show :: BooleanPredicand -> String # showList :: [BooleanPredicand] -> ShowS # | |
Eq BooleanPredicand Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: BooleanPredicand -> BooleanPredicand -> Bool # (/=) :: BooleanPredicand -> BooleanPredicand -> Bool # | |
Ord BooleanPredicand Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: BooleanPredicand -> BooleanPredicand -> Ordering # (<) :: BooleanPredicand -> BooleanPredicand -> Bool # (<=) :: BooleanPredicand -> BooleanPredicand -> Bool # (>) :: BooleanPredicand -> BooleanPredicand -> Bool # (>=) :: BooleanPredicand -> BooleanPredicand -> Bool # max :: BooleanPredicand -> BooleanPredicand -> BooleanPredicand # min :: BooleanPredicand -> BooleanPredicand -> BooleanPredicand # |
data BooleanPrimary Source #
Instances
Read BooleanPrimary Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS BooleanPrimary # readList :: ReadS [BooleanPrimary] # | |
Show BooleanPrimary Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> BooleanPrimary -> ShowS # show :: BooleanPrimary -> String # showList :: [BooleanPrimary] -> ShowS # | |
Eq BooleanPrimary Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: BooleanPrimary -> BooleanPrimary -> Bool # (/=) :: BooleanPrimary -> BooleanPrimary -> Bool # | |
Ord BooleanPrimary Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: BooleanPrimary -> BooleanPrimary -> Ordering # (<) :: BooleanPrimary -> BooleanPrimary -> Bool # (<=) :: BooleanPrimary -> BooleanPrimary -> Bool # (>) :: BooleanPrimary -> BooleanPrimary -> Bool # (>=) :: BooleanPrimary -> BooleanPrimary -> Bool # max :: BooleanPrimary -> BooleanPrimary -> BooleanPrimary # min :: BooleanPrimary -> BooleanPrimary -> BooleanPrimary # |
data BooleanTerm Source #
Instances
Read BooleanTerm Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS BooleanTerm # readList :: ReadS [BooleanTerm] # readPrec :: ReadPrec BooleanTerm # readListPrec :: ReadPrec [BooleanTerm] # | |
Show BooleanTerm Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> BooleanTerm -> ShowS # show :: BooleanTerm -> String # showList :: [BooleanTerm] -> ShowS # | |
Eq BooleanTerm Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: BooleanTerm -> BooleanTerm -> Bool # (/=) :: BooleanTerm -> BooleanTerm -> Bool # | |
Ord BooleanTerm Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: BooleanTerm -> BooleanTerm -> Ordering # (<) :: BooleanTerm -> BooleanTerm -> Bool # (<=) :: BooleanTerm -> BooleanTerm -> Bool # (>) :: BooleanTerm -> BooleanTerm -> Bool # (>=) :: BooleanTerm -> BooleanTerm -> Bool # max :: BooleanTerm -> BooleanTerm -> BooleanTerm # min :: BooleanTerm -> BooleanTerm -> BooleanTerm # |
_BooleanTerm :: Name Source #
data BooleanTerm_And Source #
Instances
Read BooleanTerm_And Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show BooleanTerm_And Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> BooleanTerm_And -> ShowS # show :: BooleanTerm_And -> String # showList :: [BooleanTerm_And] -> ShowS # | |
Eq BooleanTerm_And Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: BooleanTerm_And -> BooleanTerm_And -> Bool # (/=) :: BooleanTerm_And -> BooleanTerm_And -> Bool # | |
Ord BooleanTerm_And Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: BooleanTerm_And -> BooleanTerm_And -> Ordering # (<) :: BooleanTerm_And -> BooleanTerm_And -> Bool # (<=) :: BooleanTerm_And -> BooleanTerm_And -> Bool # (>) :: BooleanTerm_And -> BooleanTerm_And -> Bool # (>=) :: BooleanTerm_And -> BooleanTerm_And -> Bool # max :: BooleanTerm_And -> BooleanTerm_And -> BooleanTerm_And # min :: BooleanTerm_And -> BooleanTerm_And -> BooleanTerm_And # |
data BooleanTest Source #
Instances
Read BooleanTest Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS BooleanTest # readList :: ReadS [BooleanTest] # readPrec :: ReadPrec BooleanTest # readListPrec :: ReadPrec [BooleanTest] # | |
Show BooleanTest Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> BooleanTest -> ShowS # show :: BooleanTest -> String # showList :: [BooleanTest] -> ShowS # | |
Eq BooleanTest Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: BooleanTest -> BooleanTest -> Bool # (/=) :: BooleanTest -> BooleanTest -> Bool # | |
Ord BooleanTest Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: BooleanTest -> BooleanTest -> Ordering # (<) :: BooleanTest -> BooleanTest -> Bool # (<=) :: BooleanTest -> BooleanTest -> Bool # (>) :: BooleanTest -> BooleanTest -> Bool # (>=) :: BooleanTest -> BooleanTest -> Bool # max :: BooleanTest -> BooleanTest -> BooleanTest # min :: BooleanTest -> BooleanTest -> BooleanTest # |
_BooleanTest :: Name Source #
data BooleanTest_Sequence_Option Source #
Instances
data BooleanType Source #
Instances
Read BooleanType Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS BooleanType # readList :: ReadS [BooleanType] # readPrec :: ReadPrec BooleanType # readListPrec :: ReadPrec [BooleanType] # | |
Show BooleanType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> BooleanType -> ShowS # show :: BooleanType -> String # showList :: [BooleanType] -> ShowS # | |
Eq BooleanType Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: BooleanType -> BooleanType -> Bool # (/=) :: BooleanType -> BooleanType -> Bool # | |
Ord BooleanType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: BooleanType -> BooleanType -> Ordering # (<) :: BooleanType -> BooleanType -> Bool # (<=) :: BooleanType -> BooleanType -> Bool # (>) :: BooleanType -> BooleanType -> Bool # (>=) :: BooleanType -> BooleanType -> Bool # max :: BooleanType -> BooleanType -> BooleanType # min :: BooleanType -> BooleanType -> BooleanType # |
_BooleanType :: Name Source #
data BooleanValueExpression Source #
Instances
Read BooleanValueExpression Source # | |
Show BooleanValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> BooleanValueExpression -> ShowS # show :: BooleanValueExpression -> String # showList :: [BooleanValueExpression] -> ShowS # | |
Eq BooleanValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Ord BooleanValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: BooleanValueExpression -> BooleanValueExpression -> Ordering # (<) :: BooleanValueExpression -> BooleanValueExpression -> Bool # (<=) :: BooleanValueExpression -> BooleanValueExpression -> Bool # (>) :: BooleanValueExpression -> BooleanValueExpression -> Bool # (>=) :: BooleanValueExpression -> BooleanValueExpression -> Bool # max :: BooleanValueExpression -> BooleanValueExpression -> BooleanValueExpression # min :: BooleanValueExpression -> BooleanValueExpression -> BooleanValueExpression # |
data BooleanValueExpression_Or Source #
Instances
data CaseExpression Source #
Instances
Read CaseExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS CaseExpression # readList :: ReadS [CaseExpression] # | |
Show CaseExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> CaseExpression -> ShowS # show :: CaseExpression -> String # showList :: [CaseExpression] -> ShowS # | |
Eq CaseExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: CaseExpression -> CaseExpression -> Bool # (/=) :: CaseExpression -> CaseExpression -> Bool # | |
Ord CaseExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: CaseExpression -> CaseExpression -> Ordering # (<) :: CaseExpression -> CaseExpression -> Bool # (<=) :: CaseExpression -> CaseExpression -> Bool # (>) :: CaseExpression -> CaseExpression -> Bool # (>=) :: CaseExpression -> CaseExpression -> Bool # max :: CaseExpression -> CaseExpression -> CaseExpression # min :: CaseExpression -> CaseExpression -> CaseExpression # |
data CastSpecification Source #
Instances
Read CastSpecification Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show CastSpecification Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> CastSpecification -> ShowS # show :: CastSpecification -> String # showList :: [CastSpecification] -> ShowS # | |
Eq CastSpecification Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: CastSpecification -> CastSpecification -> Bool # (/=) :: CastSpecification -> CastSpecification -> Bool # | |
Ord CastSpecification Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: CastSpecification -> CastSpecification -> Ordering # (<) :: CastSpecification -> CastSpecification -> Bool # (<=) :: CastSpecification -> CastSpecification -> Bool # (>) :: CastSpecification -> CastSpecification -> Bool # (>=) :: CastSpecification -> CastSpecification -> Bool # max :: CastSpecification -> CastSpecification -> CastSpecification # min :: CastSpecification -> CastSpecification -> CastSpecification # |
data CharacterSetSpecification Source #
Instances
data CharacterStringType Source #
Instances
Read CharacterStringType Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show CharacterStringType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> CharacterStringType -> ShowS # show :: CharacterStringType -> String # showList :: [CharacterStringType] -> ShowS # | |
Eq CharacterStringType Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: CharacterStringType -> CharacterStringType -> Bool # (/=) :: CharacterStringType -> CharacterStringType -> Bool # | |
Ord CharacterStringType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: CharacterStringType -> CharacterStringType -> Ordering # (<) :: CharacterStringType -> CharacterStringType -> Bool # (<=) :: CharacterStringType -> CharacterStringType -> Bool # (>) :: CharacterStringType -> CharacterStringType -> Bool # (>=) :: CharacterStringType -> CharacterStringType -> Bool # max :: CharacterStringType -> CharacterStringType -> CharacterStringType # min :: CharacterStringType -> CharacterStringType -> CharacterStringType # |
data CollateClause Source #
Instances
Read CollateClause Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS CollateClause # readList :: ReadS [CollateClause] # | |
Show CollateClause Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> CollateClause -> ShowS # show :: CollateClause -> String # showList :: [CollateClause] -> ShowS # | |
Eq CollateClause Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: CollateClause -> CollateClause -> Bool # (/=) :: CollateClause -> CollateClause -> Bool # | |
Ord CollateClause Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: CollateClause -> CollateClause -> Ordering # (<) :: CollateClause -> CollateClause -> Bool # (<=) :: CollateClause -> CollateClause -> Bool # (>) :: CollateClause -> CollateClause -> Bool # (>=) :: CollateClause -> CollateClause -> Bool # max :: CollateClause -> CollateClause -> CollateClause # min :: CollateClause -> CollateClause -> CollateClause # |
data CollectionType Source #
Instances
Read CollectionType Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS CollectionType # readList :: ReadS [CollectionType] # | |
Show CollectionType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> CollectionType -> ShowS # show :: CollectionType -> String # showList :: [CollectionType] -> ShowS # | |
Eq CollectionType Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: CollectionType -> CollectionType -> Bool # (/=) :: CollectionType -> CollectionType -> Bool # | |
Ord CollectionType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: CollectionType -> CollectionType -> Ordering # (<) :: CollectionType -> CollectionType -> Bool # (<=) :: CollectionType -> CollectionType -> Bool # (>) :: CollectionType -> CollectionType -> Bool # (>=) :: CollectionType -> CollectionType -> Bool # max :: CollectionType -> CollectionType -> CollectionType # min :: CollectionType -> CollectionType -> CollectionType # |
data CollectionValueConstructor Source #
CollectionValueConstructorArray ArrayValueConstructor | |
CollectionValueConstructorMultiset MultisetValueConstructor |
Instances
data CollectionValueExpression Source #
CollectionValueExpressionArray ArrayValueExpression | |
CollectionValueExpressionMultiset MultisetValueExpression |
Instances
data ColumnConstraintDefinition Source #
Instances
data ColumnDefinition Source #
Instances
Read ColumnDefinition Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show ColumnDefinition Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ColumnDefinition -> ShowS # show :: ColumnDefinition -> String # showList :: [ColumnDefinition] -> ShowS # | |
Eq ColumnDefinition Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ColumnDefinition -> ColumnDefinition -> Bool # (/=) :: ColumnDefinition -> ColumnDefinition -> Bool # | |
Ord ColumnDefinition Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ColumnDefinition -> ColumnDefinition -> Ordering # (<) :: ColumnDefinition -> ColumnDefinition -> Bool # (<=) :: ColumnDefinition -> ColumnDefinition -> Bool # (>) :: ColumnDefinition -> ColumnDefinition -> Bool # (>=) :: ColumnDefinition -> ColumnDefinition -> Bool # max :: ColumnDefinition -> ColumnDefinition -> ColumnDefinition # min :: ColumnDefinition -> ColumnDefinition -> ColumnDefinition # |
data ColumnDefinition_TypeOrDomain_Option Source #
ColumnDefinition_TypeOrDomain_OptionDataType DataType | |
ColumnDefinition_TypeOrDomain_OptionDomainName DomainName |
Instances
data ColumnDefinition_DefaultOrIdentityOrGeneration_Option Source #
Instances
data ColumnNameList Source #
Instances
Read ColumnNameList Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS ColumnNameList # readList :: ReadS [ColumnNameList] # | |
Show ColumnNameList Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ColumnNameList -> ShowS # show :: ColumnNameList -> String # showList :: [ColumnNameList] -> ShowS # | |
Eq ColumnNameList Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ColumnNameList -> ColumnNameList -> Bool # (/=) :: ColumnNameList -> ColumnNameList -> Bool # | |
Ord ColumnNameList Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ColumnNameList -> ColumnNameList -> Ordering # (<) :: ColumnNameList -> ColumnNameList -> Bool # (<=) :: ColumnNameList -> ColumnNameList -> Bool # (>) :: ColumnNameList -> ColumnNameList -> Bool # (>=) :: ColumnNameList -> ColumnNameList -> Bool # max :: ColumnNameList -> ColumnNameList -> ColumnNameList # min :: ColumnNameList -> ColumnNameList -> ColumnNameList # |
data ColumnOptions Source #
Instances
Read ColumnOptions Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS ColumnOptions # readList :: ReadS [ColumnOptions] # | |
Show ColumnOptions Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ColumnOptions -> ShowS # show :: ColumnOptions -> String # showList :: [ColumnOptions] -> ShowS # | |
Eq ColumnOptions Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ColumnOptions -> ColumnOptions -> Bool # (/=) :: ColumnOptions -> ColumnOptions -> Bool # | |
Ord ColumnOptions Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ColumnOptions -> ColumnOptions -> Ordering # (<) :: ColumnOptions -> ColumnOptions -> Bool # (<=) :: ColumnOptions -> ColumnOptions -> Bool # (>) :: ColumnOptions -> ColumnOptions -> Bool # (>=) :: ColumnOptions -> ColumnOptions -> Bool # max :: ColumnOptions -> ColumnOptions -> ColumnOptions # min :: ColumnOptions -> ColumnOptions -> ColumnOptions # |
data ColumnReference Source #
Instances
Read ColumnReference Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show ColumnReference Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ColumnReference -> ShowS # show :: ColumnReference -> String # showList :: [ColumnReference] -> ShowS # | |
Eq ColumnReference Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ColumnReference -> ColumnReference -> Bool # (/=) :: ColumnReference -> ColumnReference -> Bool # | |
Ord ColumnReference Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ColumnReference -> ColumnReference -> Ordering # (<) :: ColumnReference -> ColumnReference -> Bool # (<=) :: ColumnReference -> ColumnReference -> Bool # (>) :: ColumnReference -> ColumnReference -> Bool # (>=) :: ColumnReference -> ColumnReference -> Bool # max :: ColumnReference -> ColumnReference -> ColumnReference # min :: ColumnReference -> ColumnReference -> ColumnReference # |
data CommonValueExpression Source #
Instances
data ContextuallyTypedRowValueExpression Source #
ContextuallyTypedRowValueExpressionSpecialCase RowValueSpecialCase | |
ContextuallyTypedRowValueExpressionConstructor ContextuallyTypedRowValueConstructor |
Instances
data ContextuallyTypedRowValueConstructor Source #
Instances
data ContextuallyTypedRowValueExpressionList Source #
Instances
newtype ContextuallyTypedTableValueConstructor Source #
Instances
DataTypePredefined PredefinedType | |
DataTypeRow RowType | |
DataTypeNamed PathResolvedUserDefinedTypeName | |
DataTypeReference ReferenceType | |
DataTypeCollection CollectionType |
_DataType_row :: Name Source #
newtype DateLiteral Source #
Instances
Read DateLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS DateLiteral # readList :: ReadS [DateLiteral] # readPrec :: ReadPrec DateLiteral # readListPrec :: ReadPrec [DateLiteral] # | |
Show DateLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> DateLiteral -> ShowS # show :: DateLiteral -> String # showList :: [DateLiteral] -> ShowS # | |
Eq DateLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: DateLiteral -> DateLiteral -> Bool # (/=) :: DateLiteral -> DateLiteral -> Bool # | |
Ord DateLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: DateLiteral -> DateLiteral -> Ordering # (<) :: DateLiteral -> DateLiteral -> Bool # (<=) :: DateLiteral -> DateLiteral -> Bool # (>) :: DateLiteral -> DateLiteral -> Bool # (>=) :: DateLiteral -> DateLiteral -> Bool # max :: DateLiteral -> DateLiteral -> DateLiteral # min :: DateLiteral -> DateLiteral -> DateLiteral # |
_DateLiteral :: Name Source #
data DatetimeLiteral Source #
DatetimeLiteralDate DateLiteral | |
DatetimeLiteralTime TimeLiteral | |
DatetimeLiteralTimestamp TimestampLiteral |
Instances
Read DatetimeLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show DatetimeLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> DatetimeLiteral -> ShowS # show :: DatetimeLiteral -> String # showList :: [DatetimeLiteral] -> ShowS # | |
Eq DatetimeLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: DatetimeLiteral -> DatetimeLiteral -> Bool # (/=) :: DatetimeLiteral -> DatetimeLiteral -> Bool # | |
Ord DatetimeLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: DatetimeLiteral -> DatetimeLiteral -> Ordering # (<) :: DatetimeLiteral -> DatetimeLiteral -> Bool # (<=) :: DatetimeLiteral -> DatetimeLiteral -> Bool # (>) :: DatetimeLiteral -> DatetimeLiteral -> Bool # (>=) :: DatetimeLiteral -> DatetimeLiteral -> Bool # max :: DatetimeLiteral -> DatetimeLiteral -> DatetimeLiteral # min :: DatetimeLiteral -> DatetimeLiteral -> DatetimeLiteral # |
data DatetimeType Source #
Instances
Read DatetimeType Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS DatetimeType # readList :: ReadS [DatetimeType] # | |
Show DatetimeType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> DatetimeType -> ShowS # show :: DatetimeType -> String # showList :: [DatetimeType] -> ShowS # | |
Eq DatetimeType Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: DatetimeType -> DatetimeType -> Bool # (/=) :: DatetimeType -> DatetimeType -> Bool # | |
Ord DatetimeType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: DatetimeType -> DatetimeType -> Ordering # (<) :: DatetimeType -> DatetimeType -> Bool # (<=) :: DatetimeType -> DatetimeType -> Bool # (>) :: DatetimeType -> DatetimeType -> Bool # (>=) :: DatetimeType -> DatetimeType -> Bool # max :: DatetimeType -> DatetimeType -> DatetimeType # min :: DatetimeType -> DatetimeType -> DatetimeType # |
_DatetimeType :: Name Source #
data DatetimeValueExpression Source #
Instances
data DefaultClause Source #
Instances
Read DefaultClause Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS DefaultClause # readList :: ReadS [DefaultClause] # | |
Show DefaultClause Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> DefaultClause -> ShowS # show :: DefaultClause -> String # showList :: [DefaultClause] -> ShowS # | |
Eq DefaultClause Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: DefaultClause -> DefaultClause -> Bool # (/=) :: DefaultClause -> DefaultClause -> Bool # | |
Ord DefaultClause Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: DefaultClause -> DefaultClause -> Ordering # (<) :: DefaultClause -> DefaultClause -> Bool # (<=) :: DefaultClause -> DefaultClause -> Bool # (>) :: DefaultClause -> DefaultClause -> Bool # (>=) :: DefaultClause -> DefaultClause -> Bool # max :: DefaultClause -> DefaultClause -> DefaultClause # min :: DefaultClause -> DefaultClause -> DefaultClause # |
data ExactNumericType Source #
Instances
Read ExactNumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show ExactNumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ExactNumericType -> ShowS # show :: ExactNumericType -> String # showList :: [ExactNumericType] -> ShowS # | |
Eq ExactNumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ExactNumericType -> ExactNumericType -> Bool # (/=) :: ExactNumericType -> ExactNumericType -> Bool # | |
Ord ExactNumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ExactNumericType -> ExactNumericType -> Ordering # (<) :: ExactNumericType -> ExactNumericType -> Bool # (<=) :: ExactNumericType -> ExactNumericType -> Bool # (>) :: ExactNumericType -> ExactNumericType -> Bool # (>=) :: ExactNumericType -> ExactNumericType -> Bool # max :: ExactNumericType -> ExactNumericType -> ExactNumericType # min :: ExactNumericType -> ExactNumericType -> ExactNumericType # |
data ExactNumericType_Numeric_Option Source #
Instances
data ExactNumericType_Decimal_Option Source #
Instances
data ExactNumericType_Dec_Option Source #
Instances
data FieldReference Source #
Instances
Read FieldReference Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS FieldReference # readList :: ReadS [FieldReference] # | |
Show FieldReference Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> FieldReference -> ShowS # show :: FieldReference -> String # showList :: [FieldReference] -> ShowS # | |
Eq FieldReference Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: FieldReference -> FieldReference -> Bool # (/=) :: FieldReference -> FieldReference -> Bool # | |
Ord FieldReference Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: FieldReference -> FieldReference -> Ordering # (<) :: FieldReference -> FieldReference -> Bool # (<=) :: FieldReference -> FieldReference -> Bool # (>) :: FieldReference -> FieldReference -> Bool # (>=) :: FieldReference -> FieldReference -> Bool # max :: FieldReference -> FieldReference -> FieldReference # min :: FieldReference -> FieldReference -> FieldReference # |
data FromConstructor Source #
Instances
Read FromConstructor Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show FromConstructor Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> FromConstructor -> ShowS # show :: FromConstructor -> String # showList :: [FromConstructor] -> ShowS # | |
Eq FromConstructor Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: FromConstructor -> FromConstructor -> Bool # (/=) :: FromConstructor -> FromConstructor -> Bool # | |
Ord FromConstructor Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: FromConstructor -> FromConstructor -> Ordering # (<) :: FromConstructor -> FromConstructor -> Bool # (<=) :: FromConstructor -> FromConstructor -> Bool # (>) :: FromConstructor -> FromConstructor -> Bool # (>=) :: FromConstructor -> FromConstructor -> Bool # max :: FromConstructor -> FromConstructor -> FromConstructor # min :: FromConstructor -> FromConstructor -> FromConstructor # |
data FromDefault Source #
Instances
Read FromDefault Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS FromDefault # readList :: ReadS [FromDefault] # readPrec :: ReadPrec FromDefault # readListPrec :: ReadPrec [FromDefault] # | |
Show FromDefault Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> FromDefault -> ShowS # show :: FromDefault -> String # showList :: [FromDefault] -> ShowS # | |
Eq FromDefault Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: FromDefault -> FromDefault -> Bool # (/=) :: FromDefault -> FromDefault -> Bool # | |
Ord FromDefault Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: FromDefault -> FromDefault -> Ordering # (<) :: FromDefault -> FromDefault -> Bool # (<=) :: FromDefault -> FromDefault -> Bool # (>) :: FromDefault -> FromDefault -> Bool # (>=) :: FromDefault -> FromDefault -> Bool # max :: FromDefault -> FromDefault -> FromDefault # min :: FromDefault -> FromDefault -> FromDefault # |
_FromDefault :: Name Source #
data FromSubquery Source #
Instances
Read FromSubquery Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS FromSubquery # readList :: ReadS [FromSubquery] # | |
Show FromSubquery Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> FromSubquery -> ShowS # show :: FromSubquery -> String # showList :: [FromSubquery] -> ShowS # | |
Eq FromSubquery Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: FromSubquery -> FromSubquery -> Bool # (/=) :: FromSubquery -> FromSubquery -> Bool # | |
Ord FromSubquery Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: FromSubquery -> FromSubquery -> Ordering # (<) :: FromSubquery -> FromSubquery -> Bool # (<=) :: FromSubquery -> FromSubquery -> Bool # (>) :: FromSubquery -> FromSubquery -> Bool # (>=) :: FromSubquery -> FromSubquery -> Bool # max :: FromSubquery -> FromSubquery -> FromSubquery # min :: FromSubquery -> FromSubquery -> FromSubquery # |
_FromSubquery :: Name Source #
data GeneralLiteral Source #
Instances
Read GeneralLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS GeneralLiteral # readList :: ReadS [GeneralLiteral] # | |
Show GeneralLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> GeneralLiteral -> ShowS # show :: GeneralLiteral -> String # showList :: [GeneralLiteral] -> ShowS # | |
Eq GeneralLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: GeneralLiteral -> GeneralLiteral -> Bool # (/=) :: GeneralLiteral -> GeneralLiteral -> Bool # | |
Ord GeneralLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: GeneralLiteral -> GeneralLiteral -> Ordering # (<) :: GeneralLiteral -> GeneralLiteral -> Bool # (<=) :: GeneralLiteral -> GeneralLiteral -> Bool # (>) :: GeneralLiteral -> GeneralLiteral -> Bool # (>=) :: GeneralLiteral -> GeneralLiteral -> Bool # max :: GeneralLiteral -> GeneralLiteral -> GeneralLiteral # min :: GeneralLiteral -> GeneralLiteral -> GeneralLiteral # |
data GeneralValueSpecification Source #
Instances
data GenerationClause Source #
Instances
Read GenerationClause Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show GenerationClause Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> GenerationClause -> ShowS # show :: GenerationClause -> String # showList :: [GenerationClause] -> ShowS # | |
Eq GenerationClause Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: GenerationClause -> GenerationClause -> Bool # (/=) :: GenerationClause -> GenerationClause -> Bool # | |
Ord GenerationClause Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: GenerationClause -> GenerationClause -> Ordering # (<) :: GenerationClause -> GenerationClause -> Bool # (<=) :: GenerationClause -> GenerationClause -> Bool # (>) :: GenerationClause -> GenerationClause -> Bool # (>=) :: GenerationClause -> GenerationClause -> Bool # max :: GenerationClause -> GenerationClause -> GenerationClause # min :: GenerationClause -> GenerationClause -> GenerationClause # |
data GlobalOrLocal Source #
Instances
Read GlobalOrLocal Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS GlobalOrLocal # readList :: ReadS [GlobalOrLocal] # | |
Show GlobalOrLocal Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> GlobalOrLocal -> ShowS # show :: GlobalOrLocal -> String # showList :: [GlobalOrLocal] -> ShowS # | |
Eq GlobalOrLocal Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: GlobalOrLocal -> GlobalOrLocal -> Bool # (/=) :: GlobalOrLocal -> GlobalOrLocal -> Bool # | |
Ord GlobalOrLocal Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: GlobalOrLocal -> GlobalOrLocal -> Ordering # (<) :: GlobalOrLocal -> GlobalOrLocal -> Bool # (<=) :: GlobalOrLocal -> GlobalOrLocal -> Bool # (>) :: GlobalOrLocal -> GlobalOrLocal -> Bool # (>=) :: GlobalOrLocal -> GlobalOrLocal -> Bool # max :: GlobalOrLocal -> GlobalOrLocal -> GlobalOrLocal # min :: GlobalOrLocal -> GlobalOrLocal -> GlobalOrLocal # |
data IdentityColumnSpecification Source #
Instances
newtype InsertColumnList Source #
Instances
Read InsertColumnList Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show InsertColumnList Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> InsertColumnList -> ShowS # show :: InsertColumnList -> String # showList :: [InsertColumnList] -> ShowS # | |
Eq InsertColumnList Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: InsertColumnList -> InsertColumnList -> Bool # (/=) :: InsertColumnList -> InsertColumnList -> Bool # | |
Ord InsertColumnList Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: InsertColumnList -> InsertColumnList -> Ordering # (<) :: InsertColumnList -> InsertColumnList -> Bool # (<=) :: InsertColumnList -> InsertColumnList -> Bool # (>) :: InsertColumnList -> InsertColumnList -> Bool # (>=) :: InsertColumnList -> InsertColumnList -> Bool # max :: InsertColumnList -> InsertColumnList -> InsertColumnList # min :: InsertColumnList -> InsertColumnList -> InsertColumnList # |
data InsertColumnsAndSource Source #
InsertColumnsAndSourceSubquery FromSubquery | |
InsertColumnsAndSourceConstructor FromConstructor | |
InsertColumnsAndSourceDefault FromDefault |
Instances
Read InsertColumnsAndSource Source # | |
Show InsertColumnsAndSource Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> InsertColumnsAndSource -> ShowS # show :: InsertColumnsAndSource -> String # showList :: [InsertColumnsAndSource] -> ShowS # | |
Eq InsertColumnsAndSource Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Ord InsertColumnsAndSource Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: InsertColumnsAndSource -> InsertColumnsAndSource -> Ordering # (<) :: InsertColumnsAndSource -> InsertColumnsAndSource -> Bool # (<=) :: InsertColumnsAndSource -> InsertColumnsAndSource -> Bool # (>) :: InsertColumnsAndSource -> InsertColumnsAndSource -> Bool # (>=) :: InsertColumnsAndSource -> InsertColumnsAndSource -> Bool # max :: InsertColumnsAndSource -> InsertColumnsAndSource -> InsertColumnsAndSource # min :: InsertColumnsAndSource -> InsertColumnsAndSource -> InsertColumnsAndSource # |
data InsertStatement Source #
Instances
Read InsertStatement Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show InsertStatement Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> InsertStatement -> ShowS # show :: InsertStatement -> String # showList :: [InsertStatement] -> ShowS # | |
Eq InsertStatement Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: InsertStatement -> InsertStatement -> Bool # (/=) :: InsertStatement -> InsertStatement -> Bool # | |
Ord InsertStatement Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: InsertStatement -> InsertStatement -> Ordering # (<) :: InsertStatement -> InsertStatement -> Bool # (<=) :: InsertStatement -> InsertStatement -> Bool # (>) :: InsertStatement -> InsertStatement -> Bool # (>=) :: InsertStatement -> InsertStatement -> Bool # max :: InsertStatement -> InsertStatement -> InsertStatement # min :: InsertStatement -> InsertStatement -> InsertStatement # |
newtype InsertionTarget Source #
Instances
Read InsertionTarget Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show InsertionTarget Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> InsertionTarget -> ShowS # show :: InsertionTarget -> String # showList :: [InsertionTarget] -> ShowS # | |
Eq InsertionTarget Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: InsertionTarget -> InsertionTarget -> Bool # (/=) :: InsertionTarget -> InsertionTarget -> Bool # | |
Ord InsertionTarget Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: InsertionTarget -> InsertionTarget -> Ordering # (<) :: InsertionTarget -> InsertionTarget -> Bool # (<=) :: InsertionTarget -> InsertionTarget -> Bool # (>) :: InsertionTarget -> InsertionTarget -> Bool # (>=) :: InsertionTarget -> InsertionTarget -> Bool # max :: InsertionTarget -> InsertionTarget -> InsertionTarget # min :: InsertionTarget -> InsertionTarget -> InsertionTarget # |
data IntervalLiteral Source #
Instances
Read IntervalLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show IntervalLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> IntervalLiteral -> ShowS # show :: IntervalLiteral -> String # showList :: [IntervalLiteral] -> ShowS # | |
Eq IntervalLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: IntervalLiteral -> IntervalLiteral -> Bool # (/=) :: IntervalLiteral -> IntervalLiteral -> Bool # | |
Ord IntervalLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: IntervalLiteral -> IntervalLiteral -> Ordering # (<) :: IntervalLiteral -> IntervalLiteral -> Bool # (<=) :: IntervalLiteral -> IntervalLiteral -> Bool # (>) :: IntervalLiteral -> IntervalLiteral -> Bool # (>=) :: IntervalLiteral -> IntervalLiteral -> Bool # max :: IntervalLiteral -> IntervalLiteral -> IntervalLiteral # min :: IntervalLiteral -> IntervalLiteral -> IntervalLiteral # |
data IntervalType Source #
Instances
Read IntervalType Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS IntervalType # readList :: ReadS [IntervalType] # | |
Show IntervalType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> IntervalType -> ShowS # show :: IntervalType -> String # showList :: [IntervalType] -> ShowS # | |
Eq IntervalType Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: IntervalType -> IntervalType -> Bool # (/=) :: IntervalType -> IntervalType -> Bool # | |
Ord IntervalType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: IntervalType -> IntervalType -> Ordering # (<) :: IntervalType -> IntervalType -> Bool # (<=) :: IntervalType -> IntervalType -> Bool # (>) :: IntervalType -> IntervalType -> Bool # (>=) :: IntervalType -> IntervalType -> Bool # max :: IntervalType -> IntervalType -> IntervalType # min :: IntervalType -> IntervalType -> IntervalType # |
_IntervalType :: Name Source #
data IntervalValueExpression Source #
Instances
data LargeObjectLength Source #
Instances
Read LargeObjectLength Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show LargeObjectLength Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> LargeObjectLength -> ShowS # show :: LargeObjectLength -> String # showList :: [LargeObjectLength] -> ShowS # | |
Eq LargeObjectLength Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: LargeObjectLength -> LargeObjectLength -> Bool # (/=) :: LargeObjectLength -> LargeObjectLength -> Bool # | |
Ord LargeObjectLength Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: LargeObjectLength -> LargeObjectLength -> Ordering # (<) :: LargeObjectLength -> LargeObjectLength -> Bool # (<=) :: LargeObjectLength -> LargeObjectLength -> Bool # (>) :: LargeObjectLength -> LargeObjectLength -> Bool # (>=) :: LargeObjectLength -> LargeObjectLength -> Bool # max :: LargeObjectLength -> LargeObjectLength -> LargeObjectLength # min :: LargeObjectLength -> LargeObjectLength -> LargeObjectLength # |
data LikeClause Source #
Instances
Read LikeClause Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS LikeClause # readList :: ReadS [LikeClause] # readPrec :: ReadPrec LikeClause # readListPrec :: ReadPrec [LikeClause] # | |
Show LikeClause Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> LikeClause -> ShowS # show :: LikeClause -> String # showList :: [LikeClause] -> ShowS # | |
Eq LikeClause Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: LikeClause -> LikeClause -> Bool # (/=) :: LikeClause -> LikeClause -> Bool # | |
Ord LikeClause Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: LikeClause -> LikeClause -> Ordering # (<) :: LikeClause -> LikeClause -> Bool # (<=) :: LikeClause -> LikeClause -> Bool # (>) :: LikeClause -> LikeClause -> Bool # (>=) :: LikeClause -> LikeClause -> Bool # max :: LikeClause -> LikeClause -> LikeClause # min :: LikeClause -> LikeClause -> LikeClause # |
_LikeClause :: Name Source #
data MethodInvocation Source #
Instances
Read MethodInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show MethodInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> MethodInvocation -> ShowS # show :: MethodInvocation -> String # showList :: [MethodInvocation] -> ShowS # | |
Eq MethodInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: MethodInvocation -> MethodInvocation -> Bool # (/=) :: MethodInvocation -> MethodInvocation -> Bool # | |
Ord MethodInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: MethodInvocation -> MethodInvocation -> Ordering # (<) :: MethodInvocation -> MethodInvocation -> Bool # (<=) :: MethodInvocation -> MethodInvocation -> Bool # (>) :: MethodInvocation -> MethodInvocation -> Bool # (>=) :: MethodInvocation -> MethodInvocation -> Bool # max :: MethodInvocation -> MethodInvocation -> MethodInvocation # min :: MethodInvocation -> MethodInvocation -> MethodInvocation # |
data MultisetElementReference Source #
Instances
newtype MultisetType Source #
Instances
Read MultisetType Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS MultisetType # readList :: ReadS [MultisetType] # | |
Show MultisetType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> MultisetType -> ShowS # show :: MultisetType -> String # showList :: [MultisetType] -> ShowS # | |
Eq MultisetType Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: MultisetType -> MultisetType -> Bool # (/=) :: MultisetType -> MultisetType -> Bool # | |
Ord MultisetType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: MultisetType -> MultisetType -> Ordering # (<) :: MultisetType -> MultisetType -> Bool # (<=) :: MultisetType -> MultisetType -> Bool # (>) :: MultisetType -> MultisetType -> Bool # (>=) :: MultisetType -> MultisetType -> Bool # max :: MultisetType -> MultisetType -> MultisetType # min :: MultisetType -> MultisetType -> MultisetType # |
_MultisetType :: Name Source #
data MultisetValueConstructor Source #
Instances
data MultisetValueExpression Source #
Instances
data NationalCharacterStringType Source #
Instances
data NewSpecification Source #
Instances
Read NewSpecification Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show NewSpecification Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> NewSpecification -> ShowS # show :: NewSpecification -> String # showList :: [NewSpecification] -> ShowS # | |
Eq NewSpecification Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: NewSpecification -> NewSpecification -> Bool # (/=) :: NewSpecification -> NewSpecification -> Bool # | |
Ord NewSpecification Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: NewSpecification -> NewSpecification -> Ordering # (<) :: NewSpecification -> NewSpecification -> Bool # (<=) :: NewSpecification -> NewSpecification -> Bool # (>) :: NewSpecification -> NewSpecification -> Bool # (>=) :: NewSpecification -> NewSpecification -> Bool # max :: NewSpecification -> NewSpecification -> NewSpecification # min :: NewSpecification -> NewSpecification -> NewSpecification # |
data NextValueExpression Source #
Instances
Read NextValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show NextValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> NextValueExpression -> ShowS # show :: NextValueExpression -> String # showList :: [NextValueExpression] -> ShowS # | |
Eq NextValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: NextValueExpression -> NextValueExpression -> Bool # (/=) :: NextValueExpression -> NextValueExpression -> Bool # | |
Ord NextValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: NextValueExpression -> NextValueExpression -> Ordering # (<) :: NextValueExpression -> NextValueExpression -> Bool # (<=) :: NextValueExpression -> NextValueExpression -> Bool # (>) :: NextValueExpression -> NextValueExpression -> Bool # (>=) :: NextValueExpression -> NextValueExpression -> Bool # max :: NextValueExpression -> NextValueExpression -> NextValueExpression # min :: NextValueExpression -> NextValueExpression -> NextValueExpression # |
data NumericType Source #
Instances
Read NumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS NumericType # readList :: ReadS [NumericType] # readPrec :: ReadPrec NumericType # readListPrec :: ReadPrec [NumericType] # | |
Show NumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> NumericType -> ShowS # show :: NumericType -> String # showList :: [NumericType] -> ShowS # | |
Eq NumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: NumericType -> NumericType -> Bool # (/=) :: NumericType -> NumericType -> Bool # | |
Ord NumericType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: NumericType -> NumericType -> Ordering # (<) :: NumericType -> NumericType -> Bool # (<=) :: NumericType -> NumericType -> Bool # (>) :: NumericType -> NumericType -> Bool # (>=) :: NumericType -> NumericType -> Bool # max :: NumericType -> NumericType -> NumericType # min :: NumericType -> NumericType -> NumericType # |
_NumericType :: Name Source #
data NumericValueExpression Source #
Instances
Read NumericValueExpression Source # | |
Show NumericValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> NumericValueExpression -> ShowS # show :: NumericValueExpression -> String # showList :: [NumericValueExpression] -> ShowS # | |
Eq NumericValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Ord NumericValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: NumericValueExpression -> NumericValueExpression -> Ordering # (<) :: NumericValueExpression -> NumericValueExpression -> Bool # (<=) :: NumericValueExpression -> NumericValueExpression -> Bool # (>) :: NumericValueExpression -> NumericValueExpression -> Bool # (>=) :: NumericValueExpression -> NumericValueExpression -> Bool # max :: NumericValueExpression -> NumericValueExpression -> NumericValueExpression # min :: NumericValueExpression -> NumericValueExpression -> NumericValueExpression # |
data OverrideClause Source #
Instances
Read OverrideClause Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS OverrideClause # readList :: ReadS [OverrideClause] # | |
Show OverrideClause Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> OverrideClause -> ShowS # show :: OverrideClause -> String # showList :: [OverrideClause] -> ShowS # | |
Eq OverrideClause Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: OverrideClause -> OverrideClause -> Bool # (/=) :: OverrideClause -> OverrideClause -> Bool # | |
Ord OverrideClause Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: OverrideClause -> OverrideClause -> Ordering # (<) :: OverrideClause -> OverrideClause -> Bool # (<=) :: OverrideClause -> OverrideClause -> Bool # (>) :: OverrideClause -> OverrideClause -> Bool # (>=) :: OverrideClause -> OverrideClause -> Bool # max :: OverrideClause -> OverrideClause -> OverrideClause # min :: OverrideClause -> OverrideClause -> OverrideClause # |
newtype ParenthesizedValueExpression Source #
Instances
_Precision :: Name Source #
data PredefinedType Source #
Instances
Read PredefinedType Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS PredefinedType # readList :: ReadS [PredefinedType] # | |
Show PredefinedType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> PredefinedType -> ShowS # show :: PredefinedType -> String # showList :: [PredefinedType] -> ShowS # | |
Eq PredefinedType Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: PredefinedType -> PredefinedType -> Bool # (/=) :: PredefinedType -> PredefinedType -> Bool # | |
Ord PredefinedType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: PredefinedType -> PredefinedType -> Ordering # (<) :: PredefinedType -> PredefinedType -> Bool # (<=) :: PredefinedType -> PredefinedType -> Bool # (>) :: PredefinedType -> PredefinedType -> Bool # (>=) :: PredefinedType -> PredefinedType -> Bool # max :: PredefinedType -> PredefinedType -> PredefinedType # min :: PredefinedType -> PredefinedType -> PredefinedType # |
data PredefinedType_String Source #
Instances
data PredefinedType_NationalString Source #
Instances
_Predicate :: Name Source #
data QueryExpression Source #
Instances
Read QueryExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show QueryExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> QueryExpression -> ShowS # show :: QueryExpression -> String # showList :: [QueryExpression] -> ShowS # | |
Eq QueryExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: QueryExpression -> QueryExpression -> Bool # (/=) :: QueryExpression -> QueryExpression -> Bool # | |
Ord QueryExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: QueryExpression -> QueryExpression -> Ordering # (<) :: QueryExpression -> QueryExpression -> Bool # (<=) :: QueryExpression -> QueryExpression -> Bool # (>) :: QueryExpression -> QueryExpression -> Bool # (>=) :: QueryExpression -> QueryExpression -> Bool # max :: QueryExpression -> QueryExpression -> QueryExpression # min :: QueryExpression -> QueryExpression -> QueryExpression # |
data ReferenceScopeCheck Source #
Instances
Read ReferenceScopeCheck Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show ReferenceScopeCheck Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ReferenceScopeCheck -> ShowS # show :: ReferenceScopeCheck -> String # showList :: [ReferenceScopeCheck] -> ShowS # | |
Eq ReferenceScopeCheck Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ReferenceScopeCheck -> ReferenceScopeCheck -> Bool # (/=) :: ReferenceScopeCheck -> ReferenceScopeCheck -> Bool # | |
Ord ReferenceScopeCheck Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ReferenceScopeCheck -> ReferenceScopeCheck -> Ordering # (<) :: ReferenceScopeCheck -> ReferenceScopeCheck -> Bool # (<=) :: ReferenceScopeCheck -> ReferenceScopeCheck -> Bool # (>) :: ReferenceScopeCheck -> ReferenceScopeCheck -> Bool # (>=) :: ReferenceScopeCheck -> ReferenceScopeCheck -> Bool # max :: ReferenceScopeCheck -> ReferenceScopeCheck -> ReferenceScopeCheck # min :: ReferenceScopeCheck -> ReferenceScopeCheck -> ReferenceScopeCheck # |
data ReferenceType Source #
Instances
Read ReferenceType Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS ReferenceType # readList :: ReadS [ReferenceType] # | |
Show ReferenceType Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ReferenceType -> ShowS # show :: ReferenceType -> String # showList :: [ReferenceType] -> ShowS # | |
Eq ReferenceType Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ReferenceType -> ReferenceType -> Bool # (/=) :: ReferenceType -> ReferenceType -> Bool # | |
Ord ReferenceType Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ReferenceType -> ReferenceType -> Ordering # (<) :: ReferenceType -> ReferenceType -> Bool # (<=) :: ReferenceType -> ReferenceType -> Bool # (>) :: ReferenceType -> ReferenceType -> Bool # (>=) :: ReferenceType -> ReferenceType -> Bool # max :: ReferenceType -> ReferenceType -> ReferenceType # min :: ReferenceType -> ReferenceType -> ReferenceType # |
newtype RowValueSpecialCase Source #
Instances
Read RowValueSpecialCase Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show RowValueSpecialCase Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> RowValueSpecialCase -> ShowS # show :: RowValueSpecialCase -> String # showList :: [RowValueSpecialCase] -> ShowS # | |
Eq RowValueSpecialCase Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: RowValueSpecialCase -> RowValueSpecialCase -> Bool # (/=) :: RowValueSpecialCase -> RowValueSpecialCase -> Bool # | |
Ord RowValueSpecialCase Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: RowValueSpecialCase -> RowValueSpecialCase -> Ordering # (<) :: RowValueSpecialCase -> RowValueSpecialCase -> Bool # (<=) :: RowValueSpecialCase -> RowValueSpecialCase -> Bool # (>) :: RowValueSpecialCase -> RowValueSpecialCase -> Bool # (>=) :: RowValueSpecialCase -> RowValueSpecialCase -> Bool # max :: RowValueSpecialCase -> RowValueSpecialCase -> RowValueSpecialCase # min :: RowValueSpecialCase -> RowValueSpecialCase -> RowValueSpecialCase # |
data NonparenthesizedValueExpressionPrimary Source #
Instances
data ReferenceResolution Source #
Instances
Read ReferenceResolution Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show ReferenceResolution Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ReferenceResolution -> ShowS # show :: ReferenceResolution -> String # showList :: [ReferenceResolution] -> ShowS # | |
Eq ReferenceResolution Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ReferenceResolution -> ReferenceResolution -> Bool # (/=) :: ReferenceResolution -> ReferenceResolution -> Bool # | |
Ord ReferenceResolution Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ReferenceResolution -> ReferenceResolution -> Ordering # (<) :: ReferenceResolution -> ReferenceResolution -> Bool # (<=) :: ReferenceResolution -> ReferenceResolution -> Bool # (>) :: ReferenceResolution -> ReferenceResolution -> Bool # (>=) :: ReferenceResolution -> ReferenceResolution -> Bool # max :: ReferenceResolution -> ReferenceResolution -> ReferenceResolution # min :: ReferenceResolution -> ReferenceResolution -> ReferenceResolution # |
newtype ReferenceValueExpression Source #
Instances
data RowValueExpression Source #
Instances
Read RowValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show RowValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> RowValueExpression -> ShowS # show :: RowValueExpression -> String # showList :: [RowValueExpression] -> ShowS # | |
Eq RowValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: RowValueExpression -> RowValueExpression -> Bool # (/=) :: RowValueExpression -> RowValueExpression -> Bool # | |
Ord RowValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: RowValueExpression -> RowValueExpression -> Ordering # (<) :: RowValueExpression -> RowValueExpression -> Bool # (<=) :: RowValueExpression -> RowValueExpression -> Bool # (>) :: RowValueExpression -> RowValueExpression -> Bool # (>=) :: RowValueExpression -> RowValueExpression -> Bool # max :: RowValueExpression -> RowValueExpression -> RowValueExpression # min :: RowValueExpression -> RowValueExpression -> RowValueExpression # |
data RoutineInvocation Source #
Instances
Read RoutineInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show RoutineInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> RoutineInvocation -> ShowS # show :: RoutineInvocation -> String # showList :: [RoutineInvocation] -> ShowS # | |
Eq RoutineInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: RoutineInvocation -> RoutineInvocation -> Bool # (/=) :: RoutineInvocation -> RoutineInvocation -> Bool # | |
Ord RoutineInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: RoutineInvocation -> RoutineInvocation -> Ordering # (<) :: RoutineInvocation -> RoutineInvocation -> Bool # (<=) :: RoutineInvocation -> RoutineInvocation -> Bool # (>) :: RoutineInvocation -> RoutineInvocation -> Bool # (>=) :: RoutineInvocation -> RoutineInvocation -> Bool # max :: RoutineInvocation -> RoutineInvocation -> RoutineInvocation # min :: RoutineInvocation -> RoutineInvocation -> RoutineInvocation # |
newtype ScalarSubquery Source #
Instances
Read ScalarSubquery Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS ScalarSubquery # readList :: ReadS [ScalarSubquery] # | |
Show ScalarSubquery Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ScalarSubquery -> ShowS # show :: ScalarSubquery -> String # showList :: [ScalarSubquery] -> ShowS # | |
Eq ScalarSubquery Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ScalarSubquery -> ScalarSubquery -> Bool # (/=) :: ScalarSubquery -> ScalarSubquery -> Bool # | |
Ord ScalarSubquery Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ScalarSubquery -> ScalarSubquery -> Ordering # (<) :: ScalarSubquery -> ScalarSubquery -> Bool # (<=) :: ScalarSubquery -> ScalarSubquery -> Bool # (>) :: ScalarSubquery -> ScalarSubquery -> Bool # (>=) :: ScalarSubquery -> ScalarSubquery -> Bool # max :: ScalarSubquery -> ScalarSubquery -> ScalarSubquery # min :: ScalarSubquery -> ScalarSubquery -> ScalarSubquery # |
data SelfReferencingColumnSpecification Source #
Instances
data SetFunctionSpecification Source #
Instances
data StaticMethodInvocation Source #
Instances
Read StaticMethodInvocation Source # | |
Show StaticMethodInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> StaticMethodInvocation -> ShowS # show :: StaticMethodInvocation -> String # showList :: [StaticMethodInvocation] -> ShowS # | |
Eq StaticMethodInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Ord StaticMethodInvocation Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: StaticMethodInvocation -> StaticMethodInvocation -> Ordering # (<) :: StaticMethodInvocation -> StaticMethodInvocation -> Bool # (<=) :: StaticMethodInvocation -> StaticMethodInvocation -> Bool # (>) :: StaticMethodInvocation -> StaticMethodInvocation -> Bool # (>=) :: StaticMethodInvocation -> StaticMethodInvocation -> Bool # max :: StaticMethodInvocation -> StaticMethodInvocation -> StaticMethodInvocation # min :: StaticMethodInvocation -> StaticMethodInvocation -> StaticMethodInvocation # |
data StringValueExpression Source #
Instances
data SubtableClause Source #
Instances
Read SubtableClause Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS SubtableClause # readList :: ReadS [SubtableClause] # | |
Show SubtableClause Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> SubtableClause -> ShowS # show :: SubtableClause -> String # showList :: [SubtableClause] -> ShowS # | |
Eq SubtableClause Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: SubtableClause -> SubtableClause -> Bool # (/=) :: SubtableClause -> SubtableClause -> Bool # | |
Ord SubtableClause Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: SubtableClause -> SubtableClause -> Ordering # (<) :: SubtableClause -> SubtableClause -> Bool # (<=) :: SubtableClause -> SubtableClause -> Bool # (>) :: SubtableClause -> SubtableClause -> Bool # (>=) :: SubtableClause -> SubtableClause -> Bool # max :: SubtableClause -> SubtableClause -> SubtableClause # min :: SubtableClause -> SubtableClause -> SubtableClause # |
data SubtypeTreatment Source #
Instances
Read SubtypeTreatment Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show SubtypeTreatment Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> SubtypeTreatment -> ShowS # show :: SubtypeTreatment -> String # showList :: [SubtypeTreatment] -> ShowS # | |
Eq SubtypeTreatment Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: SubtypeTreatment -> SubtypeTreatment -> Bool # (/=) :: SubtypeTreatment -> SubtypeTreatment -> Bool # | |
Ord SubtypeTreatment Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: SubtypeTreatment -> SubtypeTreatment -> Ordering # (<) :: SubtypeTreatment -> SubtypeTreatment -> Bool # (<=) :: SubtypeTreatment -> SubtypeTreatment -> Bool # (>) :: SubtypeTreatment -> SubtypeTreatment -> Bool # (>=) :: SubtypeTreatment -> SubtypeTreatment -> Bool # max :: SubtypeTreatment -> SubtypeTreatment -> SubtypeTreatment # min :: SubtypeTreatment -> SubtypeTreatment -> SubtypeTreatment # |
data TableCommitAction Source #
Instances
Read TableCommitAction Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show TableCommitAction Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> TableCommitAction -> ShowS # show :: TableCommitAction -> String # showList :: [TableCommitAction] -> ShowS # | |
Eq TableCommitAction Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: TableCommitAction -> TableCommitAction -> Bool # (/=) :: TableCommitAction -> TableCommitAction -> Bool # | |
Ord TableCommitAction Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: TableCommitAction -> TableCommitAction -> Ordering # (<) :: TableCommitAction -> TableCommitAction -> Bool # (<=) :: TableCommitAction -> TableCommitAction -> Bool # (>) :: TableCommitAction -> TableCommitAction -> Bool # (>=) :: TableCommitAction -> TableCommitAction -> Bool # max :: TableCommitAction -> TableCommitAction -> TableCommitAction # min :: TableCommitAction -> TableCommitAction -> TableCommitAction # |
data TableConstraintDefinition Source #
Instances
data TableContentsSource Source #
TableContentsSourceList TableElementList | |
TableContentsSourceSubtable TableContentsSource_Subtable | |
TableContentsSourceSubquery AsSubqueryClause |
Instances
Read TableContentsSource Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show TableContentsSource Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> TableContentsSource -> ShowS # show :: TableContentsSource -> String # showList :: [TableContentsSource] -> ShowS # | |
Eq TableContentsSource Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: TableContentsSource -> TableContentsSource -> Bool # (/=) :: TableContentsSource -> TableContentsSource -> Bool # | |
Ord TableContentsSource Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: TableContentsSource -> TableContentsSource -> Ordering # (<) :: TableContentsSource -> TableContentsSource -> Bool # (<=) :: TableContentsSource -> TableContentsSource -> Bool # (>) :: TableContentsSource -> TableContentsSource -> Bool # (>=) :: TableContentsSource -> TableContentsSource -> Bool # max :: TableContentsSource -> TableContentsSource -> TableContentsSource # min :: TableContentsSource -> TableContentsSource -> TableContentsSource # |
data TableContentsSource_Subtable Source #
Instances
data TableDefinition Source #
Instances
Read TableDefinition Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show TableDefinition Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> TableDefinition -> ShowS # show :: TableDefinition -> String # showList :: [TableDefinition] -> ShowS # | |
Eq TableDefinition Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: TableDefinition -> TableDefinition -> Bool # (/=) :: TableDefinition -> TableDefinition -> Bool # | |
Ord TableDefinition Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: TableDefinition -> TableDefinition -> Ordering # (<) :: TableDefinition -> TableDefinition -> Bool # (<=) :: TableDefinition -> TableDefinition -> Bool # (>) :: TableDefinition -> TableDefinition -> Bool # (>=) :: TableDefinition -> TableDefinition -> Bool # max :: TableDefinition -> TableDefinition -> TableDefinition # min :: TableDefinition -> TableDefinition -> TableDefinition # |
data TableElement Source #
Instances
Read TableElement Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS TableElement # readList :: ReadS [TableElement] # | |
Show TableElement Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> TableElement -> ShowS # show :: TableElement -> String # showList :: [TableElement] -> ShowS # | |
Eq TableElement Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: TableElement -> TableElement -> Bool # (/=) :: TableElement -> TableElement -> Bool # | |
Ord TableElement Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: TableElement -> TableElement -> Ordering # (<) :: TableElement -> TableElement -> Bool # (<=) :: TableElement -> TableElement -> Bool # (>) :: TableElement -> TableElement -> Bool # (>=) :: TableElement -> TableElement -> Bool # max :: TableElement -> TableElement -> TableElement # min :: TableElement -> TableElement -> TableElement # |
_TableElement :: Name Source #
data TableElementList Source #
Instances
Read TableElementList Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show TableElementList Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> TableElementList -> ShowS # show :: TableElementList -> String # showList :: [TableElementList] -> ShowS # | |
Eq TableElementList Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: TableElementList -> TableElementList -> Bool # (/=) :: TableElementList -> TableElementList -> Bool # | |
Ord TableElementList Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: TableElementList -> TableElementList -> Ordering # (<) :: TableElementList -> TableElementList -> Bool # (<=) :: TableElementList -> TableElementList -> Bool # (>) :: TableElementList -> TableElementList -> Bool # (>=) :: TableElementList -> TableElementList -> Bool # max :: TableElementList -> TableElementList -> TableElementList # min :: TableElementList -> TableElementList -> TableElementList # |
newtype TableScope Source #
Instances
Read TableScope Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS TableScope # readList :: ReadS [TableScope] # readPrec :: ReadPrec TableScope # readListPrec :: ReadPrec [TableScope] # | |
Show TableScope Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> TableScope -> ShowS # show :: TableScope -> String # showList :: [TableScope] -> ShowS # | |
Eq TableScope Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: TableScope -> TableScope -> Bool # (/=) :: TableScope -> TableScope -> Bool # | |
Ord TableScope Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: TableScope -> TableScope -> Ordering # (<) :: TableScope -> TableScope -> Bool # (<=) :: TableScope -> TableScope -> Bool # (>) :: TableScope -> TableScope -> Bool # (>=) :: TableScope -> TableScope -> Bool # max :: TableScope -> TableScope -> TableScope # min :: TableScope -> TableScope -> TableScope # |
_TableScope :: Name Source #
newtype TimeLiteral Source #
Instances
Read TimeLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS TimeLiteral # readList :: ReadS [TimeLiteral] # readPrec :: ReadPrec TimeLiteral # readListPrec :: ReadPrec [TimeLiteral] # | |
Show TimeLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> TimeLiteral -> ShowS # show :: TimeLiteral -> String # showList :: [TimeLiteral] -> ShowS # | |
Eq TimeLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: TimeLiteral -> TimeLiteral -> Bool # (/=) :: TimeLiteral -> TimeLiteral -> Bool # | |
Ord TimeLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: TimeLiteral -> TimeLiteral -> Ordering # (<) :: TimeLiteral -> TimeLiteral -> Bool # (<=) :: TimeLiteral -> TimeLiteral -> Bool # (>) :: TimeLiteral -> TimeLiteral -> Bool # (>=) :: TimeLiteral -> TimeLiteral -> Bool # max :: TimeLiteral -> TimeLiteral -> TimeLiteral # min :: TimeLiteral -> TimeLiteral -> TimeLiteral # |
_TimeLiteral :: Name Source #
data TruthValue Source #
Instances
Read TruthValue Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS TruthValue # readList :: ReadS [TruthValue] # readPrec :: ReadPrec TruthValue # readListPrec :: ReadPrec [TruthValue] # | |
Show TruthValue Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> TruthValue -> ShowS # show :: TruthValue -> String # showList :: [TruthValue] -> ShowS # | |
Eq TruthValue Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: TruthValue -> TruthValue -> Bool # (/=) :: TruthValue -> TruthValue -> Bool # | |
Ord TruthValue Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: TruthValue -> TruthValue -> Ordering # (<) :: TruthValue -> TruthValue -> Bool # (<=) :: TruthValue -> TruthValue -> Bool # (>) :: TruthValue -> TruthValue -> Bool # (>=) :: TruthValue -> TruthValue -> Bool # max :: TruthValue -> TruthValue -> TruthValue # min :: TruthValue -> TruthValue -> TruthValue # |
_TruthValue :: Name Source #
data UnsignedLiteral Source #
Instances
Read UnsignedLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show UnsignedLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> UnsignedLiteral -> ShowS # show :: UnsignedLiteral -> String # showList :: [UnsignedLiteral] -> ShowS # | |
Eq UnsignedLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: UnsignedLiteral -> UnsignedLiteral -> Bool # (/=) :: UnsignedLiteral -> UnsignedLiteral -> Bool # | |
Ord UnsignedLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: UnsignedLiteral -> UnsignedLiteral -> Ordering # (<) :: UnsignedLiteral -> UnsignedLiteral -> Bool # (<=) :: UnsignedLiteral -> UnsignedLiteral -> Bool # (>) :: UnsignedLiteral -> UnsignedLiteral -> Bool # (>=) :: UnsignedLiteral -> UnsignedLiteral -> Bool # max :: UnsignedLiteral -> UnsignedLiteral -> UnsignedLiteral # min :: UnsignedLiteral -> UnsignedLiteral -> UnsignedLiteral # |
data UnsignedNumericLiteral Source #
UnsignedNumericLiteralExact ExactNumericLiteral | |
UnsignedNumericLiteralApproximate ApproximateNumericLiteral |
Instances
Read UnsignedNumericLiteral Source # | |
Show UnsignedNumericLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> UnsignedNumericLiteral -> ShowS # show :: UnsignedNumericLiteral -> String # showList :: [UnsignedNumericLiteral] -> ShowS # | |
Eq UnsignedNumericLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Ord UnsignedNumericLiteral Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: UnsignedNumericLiteral -> UnsignedNumericLiteral -> Ordering # (<) :: UnsignedNumericLiteral -> UnsignedNumericLiteral -> Bool # (<=) :: UnsignedNumericLiteral -> UnsignedNumericLiteral -> Bool # (>) :: UnsignedNumericLiteral -> UnsignedNumericLiteral -> Bool # (>=) :: UnsignedNumericLiteral -> UnsignedNumericLiteral -> Bool # max :: UnsignedNumericLiteral -> UnsignedNumericLiteral -> UnsignedNumericLiteral # min :: UnsignedNumericLiteral -> UnsignedNumericLiteral -> UnsignedNumericLiteral # |
data UnsignedValueSpecification Source #
UnsignedValueSpecificationLiteral UnsignedLiteral | |
UnsignedValueSpecificationGeneral GeneralValueSpecification |
Instances
newtype UserDefinedTypeValueExpression Source #
Instances
data ValueExpression Source #
ValueExpressionCommon CommonValueExpression | |
ValueExpressionBoolean BooleanValueExpression | |
ValueExpressionRow RowValueExpression |
Instances
Read ValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Show ValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ValueExpression -> ShowS # show :: ValueExpression -> String # showList :: [ValueExpression] -> ShowS # | |
Eq ValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: ValueExpression -> ValueExpression -> Bool # (/=) :: ValueExpression -> ValueExpression -> Bool # | |
Ord ValueExpression Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ValueExpression -> ValueExpression -> Ordering # (<) :: ValueExpression -> ValueExpression -> Bool # (<=) :: ValueExpression -> ValueExpression -> Bool # (>) :: ValueExpression -> ValueExpression -> Bool # (>=) :: ValueExpression -> ValueExpression -> Bool # max :: ValueExpression -> ValueExpression -> ValueExpression # min :: ValueExpression -> ValueExpression -> ValueExpression # |
data ValueExpressionPrimary Source #
ValueExpressionPrimaryParens ParenthesizedValueExpression | |
ValueExpressionPrimaryNoparens NonparenthesizedValueExpressionPrimary |
Instances
Read ValueExpressionPrimary Source # | |
Show ValueExpressionPrimary Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> ValueExpressionPrimary -> ShowS # show :: ValueExpressionPrimary -> String # showList :: [ValueExpressionPrimary] -> ShowS # | |
Eq ValueExpressionPrimary Source # | |
Defined in Hydra.Langs.Sql.Ansi | |
Ord ValueExpressionPrimary Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: ValueExpressionPrimary -> ValueExpressionPrimary -> Ordering # (<) :: ValueExpressionPrimary -> ValueExpressionPrimary -> Bool # (<=) :: ValueExpressionPrimary -> ValueExpressionPrimary -> Bool # (>) :: ValueExpressionPrimary -> ValueExpressionPrimary -> Bool # (>=) :: ValueExpressionPrimary -> ValueExpressionPrimary -> Bool # max :: ValueExpressionPrimary -> ValueExpressionPrimary -> ValueExpressionPrimary # min :: ValueExpressionPrimary -> ValueExpressionPrimary -> ValueExpressionPrimary # |
data WindowFunction Source #
Instances
Read WindowFunction Source # | |
Defined in Hydra.Langs.Sql.Ansi readsPrec :: Int -> ReadS WindowFunction # readList :: ReadS [WindowFunction] # | |
Show WindowFunction Source # | |
Defined in Hydra.Langs.Sql.Ansi showsPrec :: Int -> WindowFunction -> ShowS # show :: WindowFunction -> String # showList :: [WindowFunction] -> ShowS # | |
Eq WindowFunction Source # | |
Defined in Hydra.Langs.Sql.Ansi (==) :: WindowFunction -> WindowFunction -> Bool # (/=) :: WindowFunction -> WindowFunction -> Bool # | |
Ord WindowFunction Source # | |
Defined in Hydra.Langs.Sql.Ansi compare :: WindowFunction -> WindowFunction -> Ordering # (<) :: WindowFunction -> WindowFunction -> Bool # (<=) :: WindowFunction -> WindowFunction -> Bool # (>) :: WindowFunction -> WindowFunction -> Bool # (>=) :: WindowFunction -> WindowFunction -> Bool # max :: WindowFunction -> WindowFunction -> WindowFunction # min :: WindowFunction -> WindowFunction -> WindowFunction # |