Package | Description |
---|---|
org.apache.cassandra.cql3.statements |
Modifier and Type | Field and Description |
---|---|
ModificationStatement.StatementType |
ModificationStatement.type |
Modifier and Type | Method and Description |
---|---|
static ModificationStatement.StatementType |
ModificationStatement.StatementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModificationStatement.StatementType[] |
ModificationStatement.StatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ModificationStatement(ModificationStatement.StatementType type,
int boundTerms,
CFMetaData cfm,
Attributes attrs) |
Copyright © 2018 The Apache Software Foundation