Uses of Class
com.datastax.driver.core.BatchStatement.Type

Packages that use BatchStatement.Type
com.datastax.driver.core The main package for the DataStax Java driver for Cassandra. 
 

Uses of BatchStatement.Type in com.datastax.driver.core
 

Methods in com.datastax.driver.core that return BatchStatement.Type
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.
 

Constructors in com.datastax.driver.core with parameters of type BatchStatement.Type
BatchStatement(BatchStatement.Type batchType)
          Creates a new batch statement of the provided type.
 



Copyright © 2013. All rights reserved.