|
| Database.HaskellDB.FieldType | | Portability | non-portable | | Stability | experimental | | Maintainer | haskelldb-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
| Defines the types of database columns, and functions
for converting these between HSQL and internal formats
|
|
| Synopsis |
|
|
|
| Documentation |
|
| type FieldDesc = (FieldType, Bool) |
| The type and nullable flag of a database column
|
|
| data FieldType |
| A database column type
| | Constructors | | StringT | | | IntT | | | IntegerT | | | DoubleT | | | BoolT | | | CalendarTimeT | | | BStrT Int | |
| Instances | |
|
|
| toHaskellType :: FieldType -> String |
|
| Produced by Haddock version 0.8 |