hpqtypes-1.5.3.0: Haskell bindings to libpqtypes
Database.PostgreSQL.PQTypes.XML
Synopsis
newtype XML Source #
Representation of SQL XML types as Text. Users of hpqtypes may want to add conversion instances for their favorite XML type around XML.
Text
XML
Constructors
Fields
Instances
Methods
(==) :: XML -> XML -> Bool #
(/=) :: XML -> XML -> Bool #
compare :: XML -> XML -> Ordering #
(<) :: XML -> XML -> Bool #
(<=) :: XML -> XML -> Bool #
(>) :: XML -> XML -> Bool #
(>=) :: XML -> XML -> Bool #
max :: XML -> XML -> XML #
min :: XML -> XML -> XML #
readsPrec :: Int -> ReadS XML #
readList :: ReadS [XML] #
readPrec :: ReadPrec XML #
readListPrec :: ReadPrec [XML] #
showsPrec :: Int -> XML -> ShowS #
show :: XML -> String #
showList :: [XML] -> ShowS #
pqFormat :: XML -> ByteString Source #
pqFormat0 :: XML -> ByteString Source #
pqVariables :: XML -> Int Source #
Associated Types
type PQBase XML :: * Source #
fromSQL :: Maybe (PQBase XML) -> IO XML Source #
type PQDest XML :: * Source #
toSQL :: XML -> ParamAllocator -> (Ptr (PQDest XML) -> IO r) -> IO r Source #