postgrest-9.0.1: REST API for any Postgres database
Safe HaskellNone
LanguageHaskell2010

PostgREST.DbStructure.Table

Documentation

data Column Source #

Instances

Instances details
Eq Column Source # 
Instance details

Defined in PostgREST.DbStructure.Table

Methods

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

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

Ord Column Source # 
Instance details

Defined in PostgREST.DbStructure.Table

Generic Column Source # 
Instance details

Defined in PostgREST.DbStructure.Table

Associated Types

type Rep Column :: Type -> Type #

Methods

from :: Column -> Rep Column x #

to :: Rep Column x -> Column #

ToJSON Column Source # 
Instance details

Defined in PostgREST.DbStructure.Table

type Rep Column Source # 
Instance details

Defined in PostgREST.DbStructure.Table

data Table Source #

Instances

Instances details
Eq Table Source # 
Instance details

Defined in PostgREST.DbStructure.Table

Methods

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

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

Ord Table Source # 
Instance details

Defined in PostgREST.DbStructure.Table

Methods

compare :: Table -> Table -> Ordering #

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

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

(>) :: Table -> Table -> Bool #

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

max :: Table -> Table -> Table #

min :: Table -> Table -> Table #

Show Table Source # 
Instance details

Defined in PostgREST.DbStructure.Table

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

Generic Table Source # 
Instance details

Defined in PostgREST.DbStructure.Table

Associated Types

type Rep Table :: Type -> Type #

Methods

from :: Table -> Rep Table x #

to :: Rep Table x -> Table #

ToJSON Table Source # 
Instance details

Defined in PostgREST.DbStructure.Table

type Rep Table Source # 
Instance details

Defined in PostgREST.DbStructure.Table