| Portability | unknown |
|---|---|
| Stability | experimental |
| Maintainer | ex8k.hibino@gmail.com |
| Safe Haskell | None |
Database.Relational.Schema.PgCatalog.PgAttribute
Description
Documentation
data PgAttribute Source
Constructors
| PgAttribute | |
Fields
| |
Instances
| Show PgAttribute | |
| PersistableWidth PgAttribute | |
| TableDerivable PgAttribute | |
| ProductConstructor (Int32 -> String -> Int32 -> Int32 -> Int16 -> Int16 -> Int32 -> Int32 -> Int32 -> Bool -> Char -> Char -> Bool -> Bool -> Bool -> Bool -> Int32 -> Int32 -> PgAttribute) |
insertQueryPgAttribute :: forall p. Relation p PgAttribute -> InsertQuery pSource