| Package | Description |
|---|---|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| Modifier and Type | Method and Description |
|---|---|
static StatementMapper.InsertSpec |
StatementMapper.InsertSpec.create(org.springframework.data.relational.core.sql.SqlIdentifier table)
Create an
INSERT specification for table. |
static StatementMapper.InsertSpec |
StatementMapper.InsertSpec.create(String table)
Create an
INSERT specification for table. |
default StatementMapper.InsertSpec |
StatementMapper.createInsert(org.springframework.data.relational.core.sql.SqlIdentifier table)
Create an
INSERT specification for table. |
default StatementMapper.InsertSpec |
StatementMapper.createInsert(String table)
Create an
INSERT specification for table. |
StatementMapper.InsertSpec |
StatementMapper.InsertSpec.withColumn(org.springframework.data.relational.core.sql.SqlIdentifier column,
SettableValue value)
Associate a column with a
SettableValue and create a new StatementMapper.InsertSpec. |
StatementMapper.InsertSpec |
StatementMapper.InsertSpec.withColumn(String column,
SettableValue value)
Associate a column with a
SettableValue and create a new StatementMapper.InsertSpec. |
| Modifier and Type | Method and Description |
|---|---|
PreparedOperation<?> |
StatementMapper.getMappedObject(StatementMapper.InsertSpec insertSpec)
Map a insert specification to a
PreparedOperation. |
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.