public abstract class TableOptionsCqlGenerator<T extends TableOptionsSpecification<T>> extends TableNameCqlGenerator<TableOptionsSpecification<T>>
| Constructor and Description |
|---|
TableOptionsCqlGenerator(TableOptionsSpecification<T> specification) |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
optionValueMap(Map<Option,Object> valueMap,
StringBuilder cql) |
protected T |
spec()
Convenient synonymous method of
TableNameCqlGenerator.getSpecification(). |
getSpecification, setSpecification, toCql, toCqlpublic TableOptionsCqlGenerator(TableOptionsSpecification<T> specification)
protected T spec()
TableNameCqlGeneratorTableNameCqlGenerator.getSpecification().spec in class TableNameCqlGenerator<TableOptionsSpecification<T extends TableOptionsSpecification<T>>>protected StringBuilder optionValueMap(Map<Option,Object> valueMap, StringBuilder cql)
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.