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