bolt-0.2.1.0: Bolt driver for Neo4j
Database.Bolt.Protocol.Ver1.Request
init :: Transport t => t -> UserAgent -> AuthToken -> IO () Source #
reset :: Transport t => t -> IO () Source #
discardAll :: Transport t => t -> IO () Source #
pullAll :: Transport t => t -> IO [Record] Source #
run :: Transport t => t -> Statement -> Parameters -> IO () Source #
exec :: Transport t => t -> Statement -> Parameters -> IO [Record] Source #