| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Rel8.Internal.Schema.Name
Documentation
A Name is the name of a column, as it would be defined in a table's
schema definition. You can construct names by using the OverloadedStrings
extension and writing string literals. This is typically done when providing
a TableSchema value.
Instances
| Reifiable Name Source # | |||||||||||||
Defined in Rel8.Internal.Kind.Context Methods | |||||||||||||
| Nullifiable Name Source # | |||||||||||||
Defined in Rel8.Internal.Schema.Context.Nullify Methods | |||||||||||||
| Sql DBType a => Table Name (Name a) Source # | |||||||||||||
Defined in Rel8.Internal.Schema.Name Associated Types
| |||||||||||||
| IsString (Name a) Source # | |||||||||||||
Defined in Rel8.Internal.Schema.Name Methods fromString :: String -> Name a # | |||||||||||||
| Show (Name a) Source # | |||||||||||||
| type Transpose to (Name a) Source # | |||||||||||||
Defined in Rel8.Internal.Schema.Name | |||||||||||||
| type Columns (Name a) Source # | |||||||||||||
Defined in Rel8.Internal.Schema.Name | |||||||||||||
| type Context (Name a) Source # | |||||||||||||
Defined in Rel8.Internal.Schema.Name | |||||||||||||
| type FromExprs (Name a) Source # | |||||||||||||
Defined in Rel8.Internal.Schema.Name | |||||||||||||
class Transposes Name Expr names exprs => Selects names exprs Source #
Instances
| Transposes Name Expr names exprs => Selects names exprs Source # | |
Defined in Rel8.Internal.Schema.Name | |