public abstract class ColumnTypeChangeSpecification extends ColumnChangeSpecification
DataType information.ColumnChangeSpecificationname| Constructor and Description |
|---|
ColumnTypeChangeSpecification(CqlIdentifier name,
com.datastax.driver.core.DataType type)
|
ColumnTypeChangeSpecification(String name,
com.datastax.driver.core.DataType type)
|
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.DataType |
getType() |
getName, setNamepublic ColumnTypeChangeSpecification(String name, com.datastax.driver.core.DataType type)
name - must not be empty or null.type - must not be null.public ColumnTypeChangeSpecification(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.