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