public static interface ReactiveInsertOperation.InsertWithTable<T> extends ReactiveInsertOperation.InsertWithOptions<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveInsertOperation.InsertWithOptions<T> |
inTable(CqlIdentifier table)
Explicitly set the
name of the table. |
default ReactiveInsertOperation.InsertWithOptions<T> |
inTable(String table)
Explicitly set the
name of the table. |
withOptionsonedefault ReactiveInsertOperation.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.ReactiveInsertOperation.InsertWithOptions.IllegalArgumentException - if table is null or empty.inTable(CqlIdentifier),
ReactiveInsertOperation.InsertWithOptionsReactiveInsertOperation.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.ReactiveInsertOperation.InsertWithOptions.IllegalArgumentException - if table is null.CqlIdentifier,
ReactiveInsertOperation.InsertWithOptionsCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.