Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ReactiveInsertOperation.InsertWithTable<T>
Table override (optional).
|
static interface |
ReactiveInsertOperation.ReactiveInsert<T>
The
ReactiveInsertOperation.ReactiveInsert interface provides methods for constructing INSERT operations in a fluent way. |
Modifier and Type | Method and Description |
---|---|
ReactiveInsertOperation.TerminatingInsert<T> |
ReactiveInsertOperation.InsertWithTable.into(org.springframework.data.relational.core.sql.SqlIdentifier table)
Explicitly set the
name of the table. |
default ReactiveInsertOperation.TerminatingInsert<T> |
ReactiveInsertOperation.InsertWithTable.into(String table)
Explicitly set the
name of the table. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.