public static final class AlterTableStatement.Raw extends CQLStatement.Raw
Modifier and Type | Field and Description |
---|---|
TableAttributes |
attrs |
bindVariables
Constructor and Description |
---|
Raw(QualifiedName name) |
Modifier and Type | Method and Description |
---|---|
void |
add(ColumnMetadata.Raw name,
CQL3Type.Raw type,
boolean isStatic) |
void |
alter(ColumnMetadata.Raw name,
CQL3Type.Raw type) |
void |
attrs() |
void |
drop(ColumnMetadata.Raw name) |
AlterTableStatement |
prepare(ClientState state) |
void |
rename(ColumnMetadata.Raw from,
ColumnMetadata.Raw to) |
void |
timestamp(long timestamp) |
setBindVariables
public final TableAttributes attrs
public Raw(QualifiedName name)
public AlterTableStatement prepare(ClientState state)
prepare
in class CQLStatement.Raw
public void alter(ColumnMetadata.Raw name, CQL3Type.Raw type)
public void add(ColumnMetadata.Raw name, CQL3Type.Raw type, boolean isStatic)
public void drop(ColumnMetadata.Raw name)
public void timestamp(long timestamp)
public void rename(ColumnMetadata.Raw from, ColumnMetadata.Raw to)
public void attrs()
Copyright © 2009-2020 The Apache Software Foundation