| Copyright | (c) Ole Krüger 2016 |
|---|---|
| License | BSD3 |
| Maintainer | Ole Krüger <ole@vprsm.de> |
| Safe Haskell | None |
| Language | Haskell2010 |
Database.PostgreSQL.Store.ColumnEntity
Description
- data ColumnType = ColumnType {}
- class Entity a => ColumnEntity a where
Documentation
data ColumnType Source #
Description of a column type
Constructors
| ColumnType | |
Fields
| |
class Entity a => ColumnEntity a where Source #
Classify a type which can be used as a column in a table.
Minimal complete definition
Instances