| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Sqel.Data.Mods
Documentation
Constructors
| Nullable |
Instances
| Show Nullable Source # | |
| ColumnConstraint Nullable Source # | |
Defined in Sqel.ColumnConstraints Methods columnConstraint :: Nullable -> Constraints -> Constraints Source # | |
| ReifyPrimCodec Value ps a => ReifyPrimCodec Encoder (Nullable ': ps) (Maybe a :: Type) Source # | |
Defined in Sqel.ReifyCodec | |
| ReifyPrimCodec ValueCodec ps a => ReifyPrimCodec FullCodec (Nullable ': ps) (Maybe a :: Type) Source # | |
Defined in Sqel.ReifyCodec | |
| ReifyPrimName a mods => ReifyPrimName (Maybe a :: Type) (Nullable ': mods) Source # | |
Defined in Sqel.ReifyDd Methods reifyPrimName :: NP I (Nullable ': mods) -> PgPrimName Source # | |
Constructors
| Unique |
Instances
| Show Unique Source # | |
| ColumnConstraint Unique Source # | |
Defined in Sqel.ColumnConstraints Methods columnConstraint :: Unique -> Constraints -> Constraints Source # | |
data PrimaryKey Source #
Constructors
| PrimaryKey |
Instances
| Show PrimaryKey Source # | |
Defined in Sqel.Data.Mods Methods showsPrec :: Int -> PrimaryKey -> ShowS # show :: PrimaryKey -> String # showList :: [PrimaryKey] -> ShowS # | |
| ColumnConstraint PrimaryKey Source # | |
Defined in Sqel.ColumnConstraints Methods columnConstraint :: PrimaryKey -> Constraints -> Constraints Source # | |
Instances
| Show PgDefault Source # | |
| ColumnConstraint PgDefault Source # | |
Defined in Sqel.ColumnConstraints Methods columnConstraint :: PgDefault -> Constraints -> Constraints Source # | |
data EnumColumn Source #
Constructors
| EnumColumn |
Instances
| Generic EnumColumn Source # | |
Defined in Sqel.Data.Mods Associated Types type Rep EnumColumn :: Type -> Type # | |
| Show EnumColumn Source # | |
Defined in Sqel.Data.Mods Methods showsPrec :: Int -> EnumColumn -> ShowS # show :: EnumColumn -> String # showList :: [EnumColumn] -> ShowS # | |
| Eq EnumColumn Source # | |
Defined in Sqel.Data.Mods | |
| (Show a, EnumTable a) => ReifyPrimCodec FullCodec (EnumColumn ': ps) (a :: TYPE LiftedRep) Source # | |
Defined in Sqel.ReifyCodec Methods reifyPrimCodec :: NP I (EnumColumn ': ps) -> FullCodec a Source # | |
| (Show a, EnumTable a) => ReifyPrimCodec ValueCodec (EnumColumn ': ps) (a :: TYPE LiftedRep) Source # | |
Defined in Sqel.ReifyCodec Methods reifyPrimCodec :: NP I (EnumColumn ': ps) -> ValueCodec a Source # | |
| type Rep EnumColumn Source # | |
data ReadShowColumn Source #
Constructors
| ReadShowColumn |
Instances
data ArrayColumn f Source #
Constructors
| ArrayColumn |
Instances
newtype SetTableName Source #
Constructors
| SetTableName | |
Fields | |