public class AlterTableStatementColumn
extends java.lang.Object
Constructor and Description |
---|
AlterTableStatementColumn(ColumnIdentifier.Raw colName) |
AlterTableStatementColumn(ColumnIdentifier.Raw colName,
CQL3Type.Raw dataType) |
AlterTableStatementColumn(ColumnIdentifier.Raw colName,
CQL3Type.Raw dataType,
boolean isStatic) |
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier.Raw |
getColumnName() |
CQL3Type.Raw |
getColumnType() |
java.lang.Boolean |
getStaticType() |
public AlterTableStatementColumn(ColumnIdentifier.Raw colName, CQL3Type.Raw dataType, boolean isStatic)
public AlterTableStatementColumn(ColumnIdentifier.Raw colName, CQL3Type.Raw dataType)
public AlterTableStatementColumn(ColumnIdentifier.Raw colName)
public CQL3Type.Raw getColumnType()
public ColumnIdentifier.Raw getColumnName()
public java.lang.Boolean getStaticType()
Copyright © 2016 The Apache Software Foundation