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 Source #
Constructors
PgAttribute | |
Fields
|
Instances
Show PgAttribute Source # | |
Generic PgAttribute Source # | |
TableDerivable PgAttribute Source # | |
ShowConstantTermsSQL PgAttribute Source # | |
PersistableWidth PgAttribute Source # | |
ProductConstructor (Int32 -> String -> Int32 -> Int32 -> Int16 -> Int16 -> Int32 -> Int32 -> Int32 -> Bool -> Char -> Char -> Bool -> Bool -> Bool -> Bool -> Int32 -> Int32 -> PgAttribute) Source # | |
type Rep PgAttribute Source # | |
attcollation' :: Pi PgAttribute Int32 Source #
attinhcount' :: Pi PgAttribute Int32 Source #
attislocal' :: Pi PgAttribute Bool Source #
attisdropped' :: Pi PgAttribute Bool Source #
atthasdef' :: Pi PgAttribute Bool Source #
attnotnull' :: Pi PgAttribute Bool Source #
attalign' :: Pi PgAttribute Char Source #
attstorage' :: Pi PgAttribute Char Source #
attbyval' :: Pi PgAttribute Bool Source #
atttypmod' :: Pi PgAttribute Int32 Source #
attcacheoff' :: Pi PgAttribute Int32 Source #
attndims' :: Pi PgAttribute Int32 Source #
attnum' :: Pi PgAttribute Int16 Source #
attlen' :: Pi PgAttribute Int16 Source #
attstattarget' :: Pi PgAttribute Int32 Source #
atttypid' :: Pi PgAttribute Int32 Source #
attname' :: Pi PgAttribute String Source #
attrelid' :: Pi PgAttribute Int32 Source #
insertQueryPgAttribute :: forall p. Relation p PgAttribute -> InsertQuery p Source #
insertPgAttribute :: Insert PgAttribute Source #
pgAttribute :: Relation () PgAttribute Source #
tableOfPgAttribute :: Table PgAttribute Source #