Interface Neo4jClient.BindSpec<S extends Neo4jClient.BindSpec<S>>
- Type Parameters:
S- thisspecsown type
- All Known Subinterfaces:
Neo4jClient.RunnableSpec, Neo4jClient.RunnableSpecBoundToDatabase, Neo4jClient.RunnableSpecBoundToDatabaseAndUser, Neo4jClient.RunnableSpecBoundToUser, Neo4jClient.UnboundRunnableSpec, ReactiveNeo4jClient.RunnableSpec, ReactiveNeo4jClient.RunnableSpecBoundToDatabase, ReactiveNeo4jClient.RunnableSpecBoundToDatabaseAndUser, ReactiveNeo4jClient.RunnableSpecBoundToUser, ReactiveNeo4jClient.UnboundRunnableSpec
- Enclosing interface:
Neo4jClient
public static interface Neo4jClient.BindSpec<S extends Neo4jClient.BindSpec<S>>
Contract for binding parameters to a query.
- Since:
- 6.0
- Author:
- Gerrit Meier, Michael J. Simons
-
Method Summary
-
Method Details
-
bind
Starts binding a value to a parameter.- Type Parameters:
T- type of the value- Parameters:
value- the value to bind to a query- Returns:
- an ongoing bind spec for specifying the name that
valueshould be bound to or a binder function
-
bindAll
-