Uses of Interface
org.neo4j.driver.Result
Packages that use Result
-
Uses of Result in org.neo4j.driver
Methods in org.neo4j.driver that return ResultModifier and TypeMethodDescriptionRun a query with parameters in a managed auto-commit transaction with the specifiedconfiguration
, and return a result stream.Session.run
(String query, TransactionConfig config) Run a query in a managed auto-commit transaction with the specifiedconfiguration
, and return a result stream.Session.run
(Query query, TransactionConfig config) Run a query in a managed auto-commit transaction with the specifiedconfiguration
, and return a result stream.Run a query and return a result stream.Run a query and return a result stream.Run a query and return a result stream.Run a query and return a result stream.Run a query and return a result stream.