public class AddColumnSpecification extends ColumnTypeChangeSpecification
ColumnTypeChangeSpecificationname| Modifier and Type | Method and Description |
|---|---|
static AddColumnSpecification |
addColumn(CqlIdentifier name,
com.datastax.driver.core.DataType type)
|
static AddColumnSpecification |
addColumn(String name,
com.datastax.driver.core.DataType type)
|
getTypegetNamepublic static AddColumnSpecification addColumn(String name, com.datastax.driver.core.DataType type)
name - must not be null or empty.type - must not be null.AddColumnSpecification.public static AddColumnSpecification addColumn(CqlIdentifier name, com.datastax.driver.core.DataType type)
name - must not be null.type - must not be null.AddColumnSpecification.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.