Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ReactiveSelectOperation.ReactiveSelect<T>
The
ReactiveSelectOperation.ReactiveSelect interface provides methods for constructing SELECT operations in a fluent way. |
Modifier and Type | Method and Description |
---|---|
ReactiveSelectOperation.SelectWithProjection<T> |
ReactiveSelectOperation.SelectWithTable.from(org.springframework.data.relational.core.sql.SqlIdentifier table)
Explicitly set the
name of the table on which to perform the query. |
default ReactiveSelectOperation.SelectWithProjection<T> |
ReactiveSelectOperation.SelectWithTable.from(String table)
Explicitly set the
name of the table on which to perform the query. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.