Uses of Interface
org.neo4j.driver.async.ResultCursor
Package
Description
-
Uses of ResultCursor in org.neo4j.driver.async
Modifier and TypeMethodDescriptionRun a query asynchronously and return aCompletionStage
with a result cursor.Run a query asynchronously and return aCompletionStage
with a result cursor.Run a query asynchronously and return aCompletionStage
with a result cursor.Run a query asynchronously and return aCompletionStage
with a result cursor.Run a query asynchronously and return aCompletionStage
with a result cursor.Run a query asynchronously in an auto-commit transaction with the specifiedconfiguration
and return aCompletionStage
with a result cursor.AsyncSession.runAsync
(String query, TransactionConfig config) Run a query asynchronously in an auto-commit transaction with the specifiedconfiguration
and return aCompletionStage
with a result cursor.AsyncSession.runAsync
(Query query, TransactionConfig config) Run a query asynchronously in an auto-commit transaction with the specifiedconfiguration
and return aCompletionStage
with a result cursor. -
Uses of ResultCursor in org.neo4j.driver.internal.async
Modifier and TypeMethodDescriptionfinal CompletionStage<ResultCursor>
final CompletionStage<ResultCursor>
final CompletionStage<ResultCursor>
final CompletionStage<ResultCursor>
InternalAsyncSession.runAsync
(String query, Map<String, Object> parameters, TransactionConfig config) InternalAsyncSession.runAsync
(String query, TransactionConfig config) InternalAsyncSession.runAsync
(Query query, TransactionConfig config) NetworkSession.runAsync
(Query query, TransactionConfig config) -
Uses of ResultCursor in org.neo4j.driver.internal.cursor