public abstract class ColumnTypeChangeSpecification extends ColumnChangeSpecification
DataType information.ColumnChangeSpecificationname| Modifier | Constructor and Description |
|---|---|
protected |
ColumnTypeChangeSpecification(CqlIdentifier name,
com.datastax.driver.core.DataType type)
|
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.DataType |
getType() |
getNameprotected ColumnTypeChangeSpecification(CqlIdentifier name, com.datastax.driver.core.DataType type)
name - must not be null.type - must not be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.