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