| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PostgresqlTypes.Text
Contents
Documentation
PostgreSQL text type. Variable-length character string with no null-characters.
Instances
| Arbitrary Text Source # | |
| IsString Text Source # | |
Defined in PostgresqlTypes.Text Methods fromString :: String -> Text # | |
| Read Text Source # | |
| Show Text Source # | |
| Eq Text Source # | |
| Ord Text Source # | |
| Hashable Text Source # | |
Defined in PostgresqlTypes.Text | |
| IsBinaryPrimitive Text Source # | |
Defined in PostgresqlTypes.Text | |
| IsPrimitive Text Source # | |
Defined in PostgresqlTypes.Text | |
Accessors
Constructors
normalizeFromText :: Text -> Text Source #