| Copyright | 2013 Kei Hibino |
|---|---|
| License | BSD3 |
| Maintainer | ex8k.hibino@gmail.com |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Database.Record.Instances
Contents
Description
Single column instances for example to load schema of system catalogs.
Orphan instances
| PersistableWidth Int16 Source # | |
Methods | |
| PersistableWidth Int32 Source # | |
Methods | |
| PersistableWidth Int64 Source # | |
Methods | |
| PersistableWidth Int8 Source # | |
Methods | |
| PersistableWidth String Source # | |
Methods | |
| PersistableWidth Bool Source # | |
Methods | |
| PersistableWidth Char Source # | |
Methods | |
| PersistableWidth Int Source # | |
Methods | |
| HasColumnConstraint NotNull Int16 Source # | |
Methods | |
| HasColumnConstraint NotNull Int32 Source # | |
Methods | |
| HasColumnConstraint NotNull Int64 Source # | |
Methods | |
| HasColumnConstraint NotNull Int8 Source # | |
Methods | |
| HasColumnConstraint NotNull String Source # | |
Methods columnConstraint :: ColumnConstraint NotNull String Source # | |
| HasColumnConstraint NotNull Bool Source # | |
Methods | |
| HasColumnConstraint NotNull Char Source # | |
Methods | |
| HasColumnConstraint NotNull Int Source # | |
Methods | |