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 # | |
Generic PgType # | |
PersistableWidth PgType # | |
TableDerivable PgType # | |
ShowConstantTermsSQL PgType # | |
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) # | |
type Rep PgType # | |
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 #