IHP Api Reference
Copyright(c) digitally induced GmbH 2020
Safe HaskellSafe-Inferred

IHP.Postgres.Point

Description

 
Synopsis

Documentation

data Point Source #

Constructors

Point 

Fields

Instances

Instances details
FromJSON Point Source # 
Instance details

Defined in IHP.Postgres.Point

Methods

parseJSON :: Value -> Parser Point #

parseJSONList :: Value -> Parser [Point] #

ToJSON Point Source # 
Instance details

Defined in IHP.Postgres.Point

Show Point Source # 
Instance details

Defined in IHP.Postgres.Point

Methods

showsPrec :: Int -> Point -> ShowS #

show :: Point -> String

showList :: [Point] -> ShowS #

Default Point Source # 
Instance details

Defined in IHP.ModelSupport

Methods

def :: Point #

Eq Point Source # 
Instance details

Defined in IHP.Postgres.Point

Methods

(==) :: Point -> Point -> Bool #

(/=) :: Point -> Point -> Bool #

Ord Point Source # 
Instance details

Defined in IHP.Postgres.Point

Methods

compare :: Point -> Point -> Ordering #

(<) :: Point -> Point -> Bool #

(<=) :: Point -> Point -> Bool #

(>) :: Point -> Point -> Bool #

(>=) :: Point -> Point -> Bool #

max :: Point -> Point -> Point #

min :: Point -> Point -> Point #

ParamReader Point Source # 
Instance details

Defined in IHP.Controller.Param

FromField Point Source # 
Instance details

Defined in IHP.Postgres.Point

Methods

fromField :: FieldParser Point

ToField Point Source # 
Instance details

Defined in IHP.Postgres.Point

Methods

toField :: Point -> Action