| Copyright | 2013-2017 Kei Hibino |
|---|---|
| License | BSD3 |
| Maintainer | ex8k.hibino@gmail.com |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | None |
| Language | Haskell2010 |
Database.Relational.Schema.PgCatalog.PgType
Description
Documentation
Constructors
| PgType | |
Fields
| |
Instances
typcollation' :: Pi PgType Int32 #
typtypmod' :: Pi PgType Int32 #
typbasetype' :: Pi PgType Int32 #
typnotnull' :: Pi PgType Bool #
typstorage' :: Pi PgType Char #
typisdefined' :: Pi PgType Bool #
typispreferred' :: Pi PgType Bool #
typcategory' :: Pi PgType Char #
typnamespace' :: Pi PgType Int32 #
insertQueryPgType :: forall p. Relation p PgType -> InsertQuery p #