Uses of Interface
org.springframework.r2dbc.core.StatementFilterFunction
Packages that use StatementFilterFunction
-
Uses of StatementFilterFunction in org.springframework.r2dbc.core
Fields in org.springframework.r2dbc.core declared as StatementFilterFunctionModifier and TypeFieldDescriptionstatic final StatementFilterFunctionStatementFilterFunction.EMPTY_FILTERAn emptyStatementFilterFunctionthat delegates toExecuteFunction.Methods in org.springframework.r2dbc.core that return StatementFilterFunctionModifier and TypeMethodDescriptiondefault StatementFilterFunctionStatementFilterFunction.andThen(StatementFilterFunction afterFilter) Return a composed filter function that first applies this filter, and then applies the given"after"filter.Methods in org.springframework.r2dbc.core with parameters of type StatementFilterFunctionModifier and TypeMethodDescriptiondefault StatementFilterFunctionStatementFilterFunction.andThen(StatementFilterFunction afterFilter) Return a composed filter function that first applies this filter, and then applies the given"after"filter.DatabaseClient.GenericExecuteSpec.filter(StatementFilterFunction filter) Add the given filter to the end of the filter chain.