public static interface ExecutableInsertOperation.InsertWithTable<T> extends ExecutableInsertOperation.InsertWithOptions<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableInsertOperation.InsertWithOptions<T> |
inTable(CqlIdentifier table)
Explicitly set the
name of the table. |
default ExecutableInsertOperation.InsertWithOptions<T> |
inTable(String table)
Explicitly set the
name of the table. |
withOptionsonedefault ExecutableInsertOperation.InsertWithOptions<T> inTable(String table)
name of the table.
Skip this step to use the default table derived from the domain type.
table - name of the table; must not be null or empty.ExecutableInsertOperation.InsertWithOptions.IllegalArgumentException - if table is null or empty.ExecutableInsertOperation.InsertWithOptionsExecutableInsertOperation.InsertWithOptions<T> inTable(CqlIdentifier table)
name of the table.
Skip this step to use the default table derived from the domain type.
table - name of the table; must not be null.ExecutableInsertOperation.InsertWithOptions.IllegalArgumentException - if table is null.CqlIdentifier,
ExecutableInsertOperation.InsertWithOptionsCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.