public static interface ExecutableSelectOperation.SelectWithTable<T> extends ExecutableSelectOperation.SelectWithQuery<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableSelectOperation.SelectWithProjection<T> |
inTable(CqlIdentifier table)
Explicitly set the
name of the table on which to execute the query. |
default ExecutableSelectOperation.SelectWithProjection<T> |
inTable(String table)
Explicitly set the
name of the table on which to execute the query. |
matchingall, count, exists, first, firstValue, one, oneValue, streamdefault ExecutableSelectOperation.SelectWithProjection<T> inTable(String table)
name of the table on which to execute 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.ExecutableSelectOperation.SelectWithProjection.IllegalArgumentException - if table is null or empty.inTable(CqlIdentifier),
ExecutableSelectOperation.SelectWithProjectionExecutableSelectOperation.SelectWithProjection<T> inTable(CqlIdentifier table)
name of the table on which to execute the query.
Skip this step to use the default table derived from the domain type.
table - name of the table; must not be null.ExecutableSelectOperation.SelectWithProjection.IllegalArgumentException - if table is null.CqlIdentifier,
ExecutableSelectOperation.SelectWithProjectionCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.