T - The subtype of the TableNameSpecificationpublic abstract class TableNameSpecification<T extends TableNameSpecification<T>> extends Object
| Constructor and Description |
|---|
TableNameSpecification() |
| Modifier and Type | Method and Description |
|---|---|
CqlIdentifier |
getName() |
T |
name(CqlIdentifier name) |
T |
name(String name)
Sets the table name.
|
public T name(CqlIdentifier name)
public CqlIdentifier getName()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.