Uses of Interface
org.springframework.r2dbc.core.DatabaseClient.GenericExecuteSpec
Packages that use DatabaseClient.GenericExecuteSpec
-
Uses of DatabaseClient.GenericExecuteSpec in org.springframework.r2dbc.core
Methods in org.springframework.r2dbc.core that return DatabaseClient.GenericExecuteSpecModifier and TypeMethodDescriptionBind a non-nullvalue to a parameter identified by itsindex.Bind a non-nullvalue to a parameter identified by itsname.Bind anullvalue to a parameter identified by itsindex.Bind anullvalue to a parameter identified by itsname.DatabaseClient.GenericExecuteSpec.bindProperties(Object source) Bind the bean properties or record components from the given source object, registering each as a named parameter.DatabaseClient.GenericExecuteSpec.bindValues(Map<String, ?> source) Bind the parameter values from the given source map, registering each as a parameter with the map key as name.DatabaseClient.GenericExecuteSpec.filter(Function<? super Statement, ? extends Statement> filterFunction) Add the given filter to the end of the filter chain.DatabaseClient.GenericExecuteSpec.filter(StatementFilterFunction filter) Add the given filter to the end of the filter chain.Specify a staticsqlstatement to run.Specify an SQL supplier that provides SQL to run.