public class AlterColumnSpecification extends ColumnTypeChangeSpecification
CqlIdentifiername| Modifier and Type | Method and Description |
|---|---|
static AlterColumnSpecification |
alterColumn(com.datastax.oss.driver.api.core.CqlIdentifier name,
com.datastax.oss.driver.api.core.type.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.oss.driver.api.core.type.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.oss.driver.api.core.type.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(com.datastax.oss.driver.api.core.CqlIdentifier name, com.datastax.oss.driver.api.core.type.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–2021 Pivotal Software, Inc.. All rights reserved.