public class CreateTableCqlGenerator extends TableOptionsCqlGenerator<TableSpecification<CreateTableSpecification>>
CREATE TABLE statement.| Constructor and Description |
|---|
CreateTableCqlGenerator(CreateTableSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
protected CreateTableSpecification |
spec()
Convenient synonymous method of
TableNameCqlGenerator.getSpecification(). |
static String |
toCql(CreateTableSpecification specification) |
StringBuilder |
toCql(StringBuilder cql) |
getSpecification, toCqlpublic CreateTableCqlGenerator(CreateTableSpecification specification)
public static String toCql(CreateTableSpecification specification)
protected CreateTableSpecification spec()
TableNameCqlGeneratorTableNameCqlGenerator.getSpecification().spec in class TableOptionsCqlGenerator<TableSpecification<CreateTableSpecification>>public StringBuilder toCql(StringBuilder cql)
toCql in class TableNameCqlGenerator<TableSpecification<CreateTableSpecification>>Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.