Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.PostgreSQL.PQTypes.Model.PrimaryKey
Documentation
data PrimaryKey Source #
Instances
Eq PrimaryKey Source # | |
Defined in Database.PostgreSQL.PQTypes.Model.PrimaryKey | |
Show PrimaryKey Source # | |
Defined in Database.PostgreSQL.PQTypes.Model.PrimaryKey Methods showsPrec :: Int -> PrimaryKey -> ShowS # show :: PrimaryKey -> String # showList :: [PrimaryKey] -> ShowS # |
pkOnColumn :: RawSQL () -> Maybe PrimaryKey Source #
pkOnColumns :: [RawSQL ()] -> Maybe PrimaryKey Source #