public abstract class ColumnChangeSpecification extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CqlIdentifier |
name |
| Modifier | Constructor and Description |
|---|---|
protected |
ColumnChangeSpecification(CqlIdentifier name)
Creates a new
ColumnChangeSpecification. |
protected |
ColumnChangeSpecification(String name)
Creates a new
ColumnChangeSpecification. |
| Modifier and Type | Method and Description |
|---|---|
CqlIdentifier |
getName() |
protected void |
setName(CqlIdentifier name)
Sets the column name.
|
protected CqlIdentifier name
protected ColumnChangeSpecification(String name)
ColumnChangeSpecification.name - must not be empty or null.protected ColumnChangeSpecification(CqlIdentifier name)
ColumnChangeSpecification.name - must not be null.protected void setName(CqlIdentifier name)
name - must not be null.public CqlIdentifier getName()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.