Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Method and Description |
---|---|
DatabaseClient.GenericSelectSpec |
DatabaseClient.SelectFromSpec.from(org.springframework.data.relational.core.sql.SqlIdentifier table)
Specify the source
table to select from. |
default DatabaseClient.GenericSelectSpec |
DatabaseClient.SelectFromSpec.from(String table)
Specify the source
table to select from. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.