|
| Database.HsSqlPpp.Ast.SqlTypes |
|
|
|
|
| Description |
| Contains the SQL data types, type errors, and a few supporting
functions.
|
|
| Synopsis |
|
|
|
|
| SQL types
|
|
|
| Constructors | | Instances | |
|
|
|
| Constructors | | Any | | | AnyArray | | | AnyElement | | | AnyEnum | | | AnyNonArray | | | Cstring | | | Record | | | Trigger | | | Void | | | Internal | | | LanguageHandler | | | Opaque | |
| Instances | |
|
|
| type aliases
|
|
| aliases for all the sql types with multiple names
these give you the canonical names
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Type errors
|
|
|
| Constructors | | WrongTypes Type [Type] | | | UnknownTypeError Type | | | UnknownTypeName String | | | NoMatchingOperator String [Type] | | | TypelessEmptyArray | | | IncompatibleTypeSet [Type] | | | IncompatibleTypes Type Type | | | ValuesListsMustBeSameLength | | | NoRowsGivenForValues | | | UnrecognisedIdentifier String | | | UnrecognisedRelation String | | | UnrecognisedCorrelationName String | | | AmbiguousIdentifier String | | | ContextError String | | | MissingJoinAttribute | | | ExpressionMustBeBool | | | WrongNumberOfColumns | | | ExpectedDomainType Type | | | DomainDefNotFound Type | | | BadEnvironmentUpdate String | | | TypeAlreadyExists Type | | | InternalError String | | | MiscError String | |
| Instances | |
|
|
| Produced by Haddock version 2.6.0 |