public static interface ReactiveNeo4jClient.UnboundRunnableSpec extends ReactiveNeo4jClient.RunnableSpec
| Modifier and Type | Method and Description |
|---|---|
ReactiveNeo4jClient.RunnableSpecBoundToUser |
asUser(String asUser)
Pins the previously defined query to an impersonated user.
|
ReactiveNeo4jClient.RunnableSpecBoundToDatabase |
in(String targetDatabase)
Pins the previously defined query to a specific database.
|
fetch, fetchAs, runbind, bindAllReactiveNeo4jClient.RunnableSpecBoundToDatabase in(@Nullable String targetDatabase)
targetDatabase - selected database to use. A null value indicates the default database.ReactiveNeo4jClient.RunnableSpecBoundToUser asUser(@Nullable String asUser)
asUser - The name of the user to impersonate. A null value indicates the connected user.Copyright © 2019–2022 Neo4j, Neo4j Sweden AB. All rights reserved.