public class CreateKeyspaceCqlGenerator extends KeyspaceCqlGenerator<CreateKeyspaceSpecification>
CREATE TABLE statement.| Constructor and Description |
|---|
CreateKeyspaceCqlGenerator(CreateKeyspaceSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
optionsCql(StringBuilder cql) |
protected StringBuilder |
preambleCql(StringBuilder cql) |
static String |
toCql(CreateKeyspaceSpecification specification) |
StringBuilder |
toCql(StringBuilder cql) |
specoptionValueMapgetSpecification, setSpecification, toCqlpublic CreateKeyspaceCqlGenerator(CreateKeyspaceSpecification specification)
public static String toCql(CreateKeyspaceSpecification specification)
public StringBuilder toCql(StringBuilder cql)
toCql in class KeyspaceNameCqlGenerator<KeyspaceOptionsSpecification<KeyspaceSpecification<CreateKeyspaceSpecification>>>protected StringBuilder preambleCql(StringBuilder cql)
protected StringBuilder optionsCql(StringBuilder cql)
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.