File tree 1 file changed +6
-6
lines changed
src/main/asciidoc/reference
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ Mono<Void> insert = databaseClient.insert()
156
156
Modifying statements allow consumption of the number of affected rows or tabular results for consuming generated keys.
157
157
====
158
158
159
- [r2dbc.datbaseclient.fluent-api.insert.methods]]
160
- ==== Methods for INSERT operations
159
+ [[ r2dbc.datbaseclient.fluent-api.insert.methods]]
160
+ === Methods for INSERT operations
161
161
162
162
The `insert()` entry point exposes the following additional methods to provide options for the operation:
163
163
@@ -218,8 +218,8 @@ Mono<Void> update = databaseClient.update()
218
218
Modifying statements also allow consumption of the number of affected rows.
219
219
====
220
220
221
- [r2dbc.datbaseclient.fluent-api.update.methods]]
222
- ==== Methods for UPDATE operations
221
+ [[ r2dbc.datbaseclient.fluent-api.update.methods]]
222
+ === Methods for UPDATE operations
223
223
224
224
The `update()` entry point exposes the following additional methods to provide options for the operation:
225
225
@@ -257,8 +257,8 @@ Mono<Void> delete = databaseClient.delete()
257
257
Modifying statements also allow consumption of the number of affected rows.
258
258
====
259
259
260
- [r2dbc.datbaseclient.fluent-api.delete.methods]]
261
- ==== Methods for DELETE operations
260
+ [[ r2dbc.datbaseclient.fluent-api.delete.methods]]
261
+ === Methods for DELETE operations
262
262
263
263
The `delete()` entry point exposes the following additional methods to provide options for the operation:
264
264
You can’t perform that action at this time.
0 commit comments