public class AddColumnSpecification extends ColumnTypeChangeSpecification
ColumnTypeChangeSpecificationname| Constructor and Description |
|---|
AddColumnSpecification(CqlIdentifier name,
com.datastax.driver.core.DataType type)
|
AddColumnSpecification(String name,
com.datastax.driver.core.DataType type)
|
getTypegetName, setNamepublic AddColumnSpecification(String name, com.datastax.driver.core.DataType type)
name - must not be empty or null.type - must not be null.public AddColumnSpecification(CqlIdentifier name, com.datastax.driver.core.DataType type)
name - must not be null.type - must not be null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.