Class AlterTypeStatement.Raw
- java.lang.Object
-
- org.apache.cassandra.cql3.CQLStatement.Raw
-
- org.apache.cassandra.cql3.statements.schema.AlterTypeStatement.Raw
-
- Enclosing class:
- AlterTypeStatement
public static final class AlterTypeStatement.Raw extends CQLStatement.Raw
-
-
Field Summary
-
Fields inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
bindVariables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(FieldIdentifier name, CQL3Type.Raw type)voidalter(FieldIdentifier name, CQL3Type.Raw type)voidifFieldExists(boolean ifExists)voidifFieldNotExists(boolean ifNotExists)AlterTypeStatementprepare(ClientState state)voidrename(FieldIdentifier from, FieldIdentifier to)-
Methods inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
setBindVariables
-
-
-
-
Constructor Detail
-
Raw
public Raw(UTName name, boolean ifExists)
-
-
Method Detail
-
prepare
public AlterTypeStatement prepare(ClientState state)
- Specified by:
preparein classCQLStatement.Raw
-
add
public void add(FieldIdentifier name, CQL3Type.Raw type)
-
ifFieldNotExists
public void ifFieldNotExists(boolean ifNotExists)
-
rename
public void rename(FieldIdentifier from, FieldIdentifier to)
-
ifFieldExists
public void ifFieldExists(boolean ifExists)
-
alter
public void alter(FieldIdentifier name, CQL3Type.Raw type)
-
-