Interface BindableQuery
Interface declaring a query that supplies SQL and can bind parameters to a
DatabaseClient.GenericExecuteSpec
.- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
bind
(org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec bindSpec) Bind parameters to thequery
.
-
Method Details
-
bind
org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec bind(org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec bindSpec) Bind parameters to thequery
.- Parameters:
bindSpec
- must not be null.- Returns:
- the bound query object.
-