public static final class AlterTypeStatement.Raw extends CQLStatement.Raw
bindVariables| Modifier and Type | Method and Description |
|---|---|
void |
add(FieldIdentifier name,
CQL3Type.Raw type) |
void |
alter(FieldIdentifier name,
CQL3Type.Raw type) |
AlterTypeStatement |
prepare(ClientState state) |
void |
rename(FieldIdentifier from,
FieldIdentifier to) |
setBindVariablespublic Raw(UTName name)
public AlterTypeStatement prepare(ClientState state)
prepare in class CQLStatement.Rawpublic void add(FieldIdentifier name, CQL3Type.Raw type)
public void rename(FieldIdentifier from, FieldIdentifier to)
public void alter(FieldIdentifier name, CQL3Type.Raw type)
Copyright © 2009-2020 The Apache Software Foundation