Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
static BatchStatement.Type |
BatchStatement.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchStatement.Type[] |
BatchStatement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BatchStatement(BatchStatement.Type batchType)
Creates a new batch statement of the provided type.
|
Copyright © 2012–2018. All rights reserved.