| Package | Description |
|---|---|
| org.springframework.r2dbc.core |
Core domain types around DatabaseClient.
|
| Modifier and Type | Field and Description |
|---|---|
static StatementFilterFunction |
StatementFilterFunction.EMPTY_FILTER
An empty
StatementFilterFunction that delegates to ExecuteFunction. |
| Modifier and Type | Method and Description |
|---|---|
default StatementFilterFunction |
StatementFilterFunction.andThen(StatementFilterFunction afterFilter)
Return a composed filter function that first applies this filter, and then
applies the given
"after" filter. |
| Modifier and Type | Method and Description |
|---|---|
default StatementFilterFunction |
StatementFilterFunction.andThen(StatementFilterFunction afterFilter)
Return a composed filter function that first applies this filter, and then
applies the given
"after" filter. |
DatabaseClient.GenericExecuteSpec |
DatabaseClient.GenericExecuteSpec.filter(StatementFilterFunction filter)
Add the given filter to the end of the filter chain.
|