File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
framework-docs/modules/ROOT/pages/data-access Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -417,9 +417,9 @@ Do not pass `Collection<String>` or the like as an array parameter.
417
417
[[r2dbc-DatabaseClient-filter]]
418
418
==== Statement Filters
419
419
420
- Sometimes it you need to fine-tune options on the actual `Statement`
421
- before it gets run. Register a `Statement` filter
422
- (`StatementFilterFunction`) through `DatabaseClient` to intercept and
420
+ Sometimes you need to fine-tune options on the actual `Statement`
421
+ before it gets run. To do so, register a `Statement` filter
422
+ (`StatementFilterFunction`) with the `DatabaseClient` to intercept and
423
423
modify statements in their execution, as the following example shows:
424
424
425
425
[tabs]
@@ -445,7 +445,8 @@ Kotlin::
445
445
----
446
446
======
447
447
448
- `DatabaseClient` exposes also simplified `filter(…)` overload accepting `Function<Statement, Statement>`:
448
+ `DatabaseClient` also exposes a simplified `filter(…)` overload that accepts
449
+ a `Function<Statement, Statement>`:
449
450
450
451
[tabs]
451
452
======
You can’t perform that action at this time.
0 commit comments