Copyright | (c) digitally induced GmbH 2020 |
---|---|
Safe Haskell | None |
IHP.Postgres.Point
Description
Documentation
Represents a Postgres Point
See https://www.postgresql.org/docs/9.5/datatype-geometric.html
Instances
Eq Point Source # | |
Ord Point Source # | |
Show Point Source # | |
Default Point Source # | |
Defined in IHP.ModelSupport | |
ToField Point Source # | |
Defined in IHP.Postgres.Point | |
FromField Point Source # | |
Defined in IHP.Postgres.Point | |
ParamReader Point Source # | |
Defined in IHP.Controller.Param Methods readParameter :: ByteString -> Either ByteString Point Source # readParameterJSON :: Value -> Either ByteString Point Source # |