Uses of Class
org.apache.cassandra.cql3.statements.AlterTableStatement.Type

Packages that use AlterTableStatement.Type
org.apache.cassandra.cql3.statements   
 

Uses of AlterTableStatement.Type in org.apache.cassandra.cql3.statements
 

Fields in org.apache.cassandra.cql3.statements declared as AlterTableStatement.Type
 AlterTableStatement.Type AlterTableStatement.oType
           
 

Methods in org.apache.cassandra.cql3.statements that return AlterTableStatement.Type
static AlterTableStatement.Type AlterTableStatement.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AlterTableStatement.Type[] AlterTableStatement.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.cql3.statements with parameters of type AlterTableStatement.Type
AlterTableStatement(CFName name, AlterTableStatement.Type type, ColumnIdentifier columnName, java.lang.String validator, CFPropDefs cfProps)
           
 



Copyright © 2013 The Apache Software Foundation