|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlterTableStatement.OperationType | |
---|---|
org.apache.cassandra.cql |
Uses of AlterTableStatement.OperationType in org.apache.cassandra.cql |
---|
Fields in org.apache.cassandra.cql declared as AlterTableStatement.OperationType | |
---|---|
AlterTableStatement.OperationType |
AlterTableStatement.oType
|
Methods in org.apache.cassandra.cql that return AlterTableStatement.OperationType | |
---|---|
static AlterTableStatement.OperationType |
AlterTableStatement.OperationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AlterTableStatement.OperationType[] |
AlterTableStatement.OperationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.cassandra.cql with parameters of type AlterTableStatement.OperationType | |
---|---|
AlterTableStatement(java.lang.String columnFamily,
AlterTableStatement.OperationType type,
java.lang.String columnName)
|
|
AlterTableStatement(java.lang.String columnFamily,
AlterTableStatement.OperationType type,
java.lang.String columnName,
java.lang.String validator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |