| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Rel8.Internal.Type.String
Documentation
class DBType a => DBString a Source #
The class of data types that support the string_agg() aggregation
function.
Instances
| DBString ByteString Source # | |
Defined in Rel8.Internal.Type.String | |
| DBString ByteString Source # | |
Defined in Rel8.Internal.Type.String | |
| DBString Text Source # | |
Defined in Rel8.Internal.Type.String | |
| DBString Text Source # | |
Defined in Rel8.Internal.Type.String | |
| DBString (CI Text) Source # | |
Defined in Rel8.Internal.Type.String | |
| DBString (CI Text) Source # | |
Defined in Rel8.Internal.Type.String | |