public static interface ReactiveUpdateOperation.UpdateWithTable
Modifier and Type | Method and Description |
---|---|
ReactiveUpdateOperation.UpdateWithQuery |
inTable(com.datastax.oss.driver.api.core.CqlIdentifier table)
Explicitly set the
name of the table to on which to perform the update. |
default ReactiveUpdateOperation.UpdateWithQuery |
inTable(String table)
Explicitly set the
name of the table on which to perform the update. |
default ReactiveUpdateOperation.UpdateWithQuery inTable(String table)
name
of the table on which to perform the update.
Skip this step to use the default table derived from the domain type
.
table
- name
of the table; must not be null or empty.ReactiveUpdateOperation.UpdateWithQuery
.IllegalArgumentException
- if table
is null or empty.inTable(CqlIdentifier)
,
ReactiveUpdateOperation.UpdateWithQuery
ReactiveUpdateOperation.UpdateWithQuery inTable(com.datastax.oss.driver.api.core.CqlIdentifier table)
name
of the table to on which to perform the update.
Skip this step to use the default table derived from the domain type
.
table
- name
of the table; must not be null.ReactiveUpdateOperation.UpdateWithQuery
.IllegalArgumentException
- if table
is null.CqlIdentifier
,
ReactiveUpdateOperation.UpdateWithQuery
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.