Uses of Class
com.datastax.driver.core.DataType.Name

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

Uses of DataType.Name in com.datastax.driver.core
 

Methods in com.datastax.driver.core that return DataType.Name
 DataType.Name DataType.getName()
          Returns the name of that type.
static DataType.Name DataType.Name.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataType.Name[] DataType.Name.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All rights reserved.