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(ColumnIdentifier name,
CQL3Type.Raw type,
boolean isStatic) |
void |
alter(ColumnIdentifier name,
CQL3Type.Raw type) |
void |
attrs() |
void |
drop(ColumnIdentifier name) |
void |
dropCompactStorage() |
AlterTableStatement |
prepare(ClientState state) |
void |
rename(ColumnIdentifier from,
ColumnIdentifier to) |
void |
timestamp(long timestamp) |
setBindVariablespublic final TableAttributes attrs
public Raw(QualifiedName name)
public AlterTableStatement prepare(ClientState state)
prepare in class CQLStatement.Rawpublic void alter(ColumnIdentifier name, CQL3Type.Raw type)
public void add(ColumnIdentifier name, CQL3Type.Raw type, boolean isStatic)
public void drop(ColumnIdentifier name)
public void dropCompactStorage()
public void timestamp(long timestamp)
public void rename(ColumnIdentifier from, ColumnIdentifier to)
public void attrs()
Copyright © 2009-2020 The Apache Software Foundation