bolt-0.1.0.3: Bolt driver for Neo4j
Database.Bolt.Protocol.Ver1.Graph
data Node Source #
Constructors
Fields
Instances
Methods
(==) :: Node -> Node -> Bool #
(/=) :: Node -> Node -> Bool #
showsPrec :: Int -> Node -> ShowS #
show :: Node -> String #
showList :: [Node] -> ShowS #
toPackStream :: Node -> PackStream Source #
parsePackStream :: PackStream -> Parser Node Source #
data Relationship Source #
(==) :: Relationship -> Relationship -> Bool #
(/=) :: Relationship -> Relationship -> Bool #
showsPrec :: Int -> Relationship -> ShowS #
show :: Relationship -> String #
showList :: [Relationship] -> ShowS #
toPackStream :: Relationship -> PackStream Source #
parsePackStream :: PackStream -> Parser Relationship Source #
data Path Source #
(==) :: Path -> Path -> Bool #
(/=) :: Path -> Path -> Bool #
showsPrec :: Int -> Path -> ShowS #
show :: Path -> String #
showList :: [Path] -> ShowS #
toPackStream :: Path -> PackStream Source #
parsePackStream :: PackStream -> Parser Path Source #
data UnboundedRelationship Source #
(==) :: UnboundedRelationship -> UnboundedRelationship -> Bool #
(/=) :: UnboundedRelationship -> UnboundedRelationship -> Bool #
showsPrec :: Int -> UnboundedRelationship -> ShowS #
show :: UnboundedRelationship -> String #
showList :: [UnboundedRelationship] -> ShowS #
toPackStream :: UnboundedRelationship -> PackStream Source #
parsePackStream :: PackStream -> Parser UnboundedRelationship Source #