Relocant.DB.Table
data Table Source #
Defined in Relocant.DB.Table
Methods
toJSON :: Table -> Value #
toEncoding :: Table -> Encoding #
toJSONList :: [Table] -> Value #
toEncodingList :: [Table] -> Encoding #
fromString :: String -> Table #
Return a String that can be fromStringed back to a Table.
String
fromString
Table
showsPrec :: Int -> Table -> ShowS #
show :: Table -> String #
showList :: [Table] -> ShowS #
(==) :: Table -> Table -> Bool #
(/=) :: Table -> Table -> Bool #
toField :: Table -> Action #
defaultTable :: Table Source #