postgresql-common-persistent-0.1.0.0: Persistent compatibility for postgresql-common
Database.Persist.Postgresql.Common
Contents
data LSN :: * #
Constructors
Instances
Methods
(==) :: LSN -> LSN -> Bool #
(/=) :: LSN -> LSN -> Bool #
compare :: LSN -> LSN -> Ordering #
(<) :: LSN -> LSN -> Bool #
(<=) :: LSN -> LSN -> Bool #
(>) :: LSN -> LSN -> Bool #
(>=) :: LSN -> LSN -> Bool #
max :: LSN -> LSN -> LSN #
min :: LSN -> LSN -> LSN #
showsPrec :: Int -> LSN -> ShowS #
show :: LSN -> String #
showList :: [LSN] -> ShowS #
sqlType :: Proxy * LSN -> SqlType #
toPersistValue :: LSN -> PersistValue #
fromPersistValue :: PersistValue -> Either Text LSN #