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