Skip to content

Commit

Permalink
Support batch execution for R2DBC
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to committed Feb 15, 2022
1 parent d3023b6 commit fe5ee04
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions content/ja/docs/Reference/Query/QueryDsl/insert.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ insert into ADDRESS as t0_ (ADDRESS_ID, STREET, VERSION) values (?, ?, ?) on con

`onDuplicateKeyIgnore`に続けて`batch`を呼び出した場合の戻り値はドライバの返す値です。

{{< alert color="warning" title="Warning" >}}
R2DBCではサポートされていません。
{{< /alert >}}

## onDuplicateKeyUpdate

`onDuplicateKeyUpdate`を呼び出すことでキーが重複した場合に対象行を更新できます。
Expand Down Expand Up @@ -174,10 +170,6 @@ insert into DEPARTMENT as t0_ (DEPARTMENT_ID, DEPARTMENT_NO, DEPARTMENT_NAME, LO

`onDuplicateKeyUpdate`に続けて`batch`を呼び出した場合の戻り値はドライバの返す値です。

{{< alert color="warning" title="Warning" >}}
R2DBCではサポートされていません。
{{< /alert >}}

### set {#onduplicatekeyupdate-set}

`onDuplicateKeyUpdate`の呼び出し後、他の関数を呼ぶ前に`set`を使って更新対象のカラムに特定の値を設定できます。
Expand Down

0 comments on commit fe5ee04

Please sign in to comment.