T - subtype of KeyspaceActionSpecification.public abstract class KeyspaceNameCqlGenerator<T extends KeyspaceActionSpecification> extends Object
| Constructor and Description |
|---|
KeyspaceNameCqlGenerator(KeyspaceActionSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
T |
getSpecification() |
protected T |
spec()
Convenient synonymous method of
getSpecification(). |
String |
toCql() |
abstract StringBuilder |
toCql(StringBuilder cql) |
public KeyspaceNameCqlGenerator(KeyspaceActionSpecification specification)
public T getSpecification()
protected T spec()
getSpecification().public String toCql()
public abstract StringBuilder toCql(StringBuilder cql)
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.