public static interface ReactiveSelectOperation.SelectWithTable<T> extends ReactiveSelectOperation.SelectWithQuery<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveSelectOperation.SelectWithProjection<T> |
inTable(com.datastax.oss.driver.api.core.CqlIdentifier table)
Explicitly set the
name of the table on which to perform the query. |
default ReactiveSelectOperation.SelectWithProjection<T> |
inTable(String table)
Explicitly set the
name of the table on which to perform the query. |
matchingdefault ReactiveSelectOperation.SelectWithProjection<T> inTable(String table)
name of the table on which to perform the query.
Skip this step to use the default table derived from the domain type.
table - name of the table; must not be null or empty.ReactiveSelectOperation.SelectWithProjection.IllegalArgumentException - if table is null or empty.inTable(CqlIdentifier),
ReactiveSelectOperation.SelectWithProjectionReactiveSelectOperation.SelectWithProjection<T> inTable(com.datastax.oss.driver.api.core.CqlIdentifier table)
name of the table on which to perform the query.
Skip this step to use the default table derived from the domain type.
table - name of the table; must not be null.ReactiveSelectOperation.SelectWithProjection.IllegalArgumentException - if table is null.CqlIdentifier,
ReactiveSelectOperation.SelectWithProjectionCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.