public abstract class ColumnTypeChangeSpecification extends ColumnChangeSpecification
DataType information.name| 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)
public ColumnTypeChangeSpecification(CqlIdentifier name, com.datastax.driver.core.DataType type)
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.