| 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.PgAttribute
Description
Documentation
data PgAttribute #
Constructors
| PgAttribute | |
Fields
| |
Instances
| Show PgAttribute # | |
| Generic PgAttribute # | |
| PersistableWidth PgAttribute # | |
| TableDerivable PgAttribute # | |
| ShowConstantTermsSQL PgAttribute # | |
| ProductConstructor (Int32 -> String -> Int32 -> Int32 -> Int16 -> Int16 -> Int32 -> Int32 -> Int32 -> Bool -> Char -> Char -> Bool -> Bool -> Bool -> Bool -> Int32 -> Int32 -> PgAttribute) # | |
| type Rep PgAttribute # | |
atthasdef' :: Pi PgAttribute Bool #
attalign' :: Pi PgAttribute Char #
attbyval' :: Pi PgAttribute Bool #
attndims' :: Pi PgAttribute Int32 #
attnum' :: Pi PgAttribute Int16 #
attlen' :: Pi PgAttribute Int16 #
atttypid' :: Pi PgAttribute Int32 #
attname' :: Pi PgAttribute String #
attrelid' :: Pi PgAttribute Int32 #
insertQueryPgAttribute :: forall p. Relation p PgAttribute -> InsertQuery p #
pgAttribute :: Relation () PgAttribute #