Persistence.Schema.ConsistencyStatusType
data ConsistencyStatusType Source #
Constructors
Defined in Persistence.Schema.ConsistencyStatusType
Methods
(==) :: ConsistencyStatusType -> ConsistencyStatusType -> Bool
(/=) :: ConsistencyStatusType -> ConsistencyStatusType -> Bool
readsPrec :: Int -> ReadS ConsistencyStatusType
readList :: ReadS [ConsistencyStatusType]
readPrec :: ReadPrec ConsistencyStatusType
readListPrec :: ReadPrec [ConsistencyStatusType]
showsPrec :: Int -> ConsistencyStatusType -> ShowS
show :: ConsistencyStatusType -> String
showList :: [ConsistencyStatusType] -> ShowS
toPersistValue :: ConsistencyStatusType -> PersistValue
fromPersistValue :: PersistValue -> Either Text ConsistencyStatusType
sqlType :: Proxy ConsistencyStatusType -> SqlType