Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Field and Description |
---|---|
protected DataType.Name |
DataType.name |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataType.Name.isCompatibleWith(DataType.Name that)
Return
true if the provided Name is equal to this one, or if they are aliases for
each other, and false otherwise. |
Constructor and Description |
---|
DataType(DataType.Name name) |
Copyright © 2012–2024. All rights reserved.