public class AlterTableCqlGenerator extends TableOptionsCqlGenerator<AlterTableSpecification>
ALTER TABLE statements.AlterTableSpecification,
TableOptionsCqlGenerator| Constructor and Description |
|---|
AlterTableCqlGenerator(AlterTableSpecification specification)
Create a new {@link AlterTableCqlGenerator}.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
toCql(AlterTableSpecification specification)
Generates a CQL statement from the given
specification. |
StringBuilder |
toCql(StringBuilder cql) |
specgetSpecification, toCqlpublic AlterTableCqlGenerator(AlterTableSpecification specification)
public static String toCql(AlterTableSpecification specification)
specification.specification - must not be null.public StringBuilder toCql(StringBuilder cql)
toCql in class TableNameCqlGenerator<AlterTableSpecification>Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.