public class AlterColumnSpecification extends ColumnTypeChangeSpecification
CqlIdentifiername| Modifier and Type | Method and Description |
|---|---|
static AlterColumnSpecification |
alterColumn(CqlIdentifier name,
com.datastax.driver.core.DataType type)
Entry point into the
AlterColumnSpecification's fluent API given name and DataType to alter
a column. |
static AlterColumnSpecification |
alterColumn(String name,
com.datastax.driver.core.DataType type)
Entry point into the
AlterColumnSpecification's fluent API given name and DataType to alter
a column. |
getTypegetNamepublic static AlterColumnSpecification alterColumn(String name, com.datastax.driver.core.DataType type)
AlterColumnSpecification's fluent API given name and DataType to alter
a column. Convenient if imported statically.name - must not be null or empty.type - must not be null.AlterColumnSpecification.public static AlterColumnSpecification alterColumn(CqlIdentifier name, com.datastax.driver.core.DataType type)
AlterColumnSpecification's fluent API given name and DataType to alter
a column. Convenient if imported statically.name - must not be null.type - must not be null.AlterColumnSpecification.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.