public static interface Neo4jClient.UnboundRunnableSpec extends Neo4jClient.RunnableSpec
| Modifier and Type | Method and Description |
|---|---|
Neo4jClient.RunnableSpecBoundToUser |
asUser(String asUser)
Pins the previously defined query to an impersonated user.
|
Neo4jClient.RunnableSpecBoundToDatabase |
in(String targetDatabase)
Pins the previously defined query to a specific database.
|
fetch, fetchAs, runbind, bindAllNeo4jClient.RunnableSpecBoundToDatabase in(@Nullable String targetDatabase)
targetDatabase - selected database to use. A null value indicates the default database.Neo4jClient.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.