| 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
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 #