public static interface DatabaseClient.UpdateTableSpec
UPDATE
options leading to the exchange.Modifier and Type | Method and Description |
---|---|
<T> DatabaseClient.TypedUpdateSpec<T> |
table(Class<T> table)
Specify the target table to update to using the
entity class . |
DatabaseClient.GenericUpdateSpec |
table(org.springframework.data.relational.core.sql.SqlIdentifier table)
Specify the target
table to update. |
default DatabaseClient.GenericUpdateSpec |
table(String table)
Specify the target
table to update. |
default DatabaseClient.GenericUpdateSpec table(String table)
table
to update.table
- must not be null or empty.DatabaseClient.GenericUpdateSpec
for further configuration of the update. Guaranteed to be not
null.SqlIdentifier.unquoted(String)
DatabaseClient.GenericUpdateSpec table(org.springframework.data.relational.core.sql.SqlIdentifier table)
table
to update.table
- must not be null or empty.DatabaseClient.GenericUpdateSpec
for further configuration of the update. Guaranteed to be not
null.<T> DatabaseClient.TypedUpdateSpec<T> table(Class<T> table)
entity class
.table
- must not be null.DatabaseClient.TypedUpdateSpec
for further configuration of the update. Guaranteed to be not null.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.