| 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
| Show PgType Source # | |
| Generic PgType Source # | |
| TableDerivable PgType Source # | |
| ShowConstantTermsSQL PgType Source # | |
| PersistableWidth PgType Source # | |
| ProductConstructor (Int32 -> String -> Int32 -> Int32 -> Int16 -> Bool -> Char -> Char -> Bool -> Bool -> Char -> Int32 -> Int32 -> Int32 -> Char -> Char -> Bool -> Int32 -> Int32 -> Int32 -> Int32 -> Maybe String -> PgType) Source # | |
| type Rep PgType Source # | |
typcollation' :: Pi PgType Int32 Source #
typtypmod' :: Pi PgType Int32 Source #
typbasetype' :: Pi PgType Int32 Source #
typnotnull' :: Pi PgType Bool Source #
typstorage' :: Pi PgType Char Source #
typisdefined' :: Pi PgType Bool Source #
typispreferred' :: Pi PgType Bool Source #
typcategory' :: Pi PgType Char Source #
typnamespace' :: Pi PgType Int32 Source #
insertQueryPgType :: forall p. Relation p PgType -> InsertQuery p Source #
insertPgType :: Insert PgType Source #
tableOfPgType :: Table PgType Source #