| Package | Description |
|---|---|
| com.ing.data.cassandra.jdbc.types |
This package contains the codec classes to handle JDBC types and the correspondence with the CQL types.
|
| Modifier and Type | Method and Description |
|---|---|
static DataTypeEnum |
DataTypeEnum.fromCqlTypeName(String cqlTypeName)
Gets an enumeration item from a CQL type name.
|
static DataTypeEnum |
DataTypeEnum.fromDataType(com.datastax.oss.driver.api.core.type.DataType dataType)
Gets an enumeration item from a CQL data type.
|
static DataTypeEnum |
DataTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeEnum[] |
DataTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020–2024 ING Bank. All rights reserved.