| Package | Description |
|---|---|
| org.apache.cassandra.cql3.statements |
| Modifier and Type | Field and Description |
|---|---|
protected ModificationStatement.Type |
ModificationStatement.type |
| Modifier and Type | Method and Description |
|---|---|
static ModificationStatement.Type |
ModificationStatement.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModificationStatement.Type[] |
ModificationStatement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BatchStatement(ModificationStatement.Type type,
java.util.List<ModificationStatement> statements,
Attributes attrs)
Creates a new BatchStatement from a list of statements and a
Thrift consistency level.
|
Copyright © 2014 The Apache Software Foundation