public interface CassandraColumnType extends ColumnType
DataType.| Modifier and Type | Method and Description |
|---|---|
com.datastax.oss.driver.api.core.type.DataType |
getDataType()
Returns the
DataType associated with this column type. |
default boolean |
isTupleType()
Returns whether the associated
DataType is a TupleType. |
default boolean |
isUserDefinedType()
Returns whether the associated
DataType is a UserDefinedType. |
create, create, create, getComponentType, getMapValueType, getRequiredComponentType, getRequiredMapValueType, getType, isCollectionLike, isList, isMap, isSet, listOf, listOf, listOf, mapOf, mapOf, mapOf, setOf, setOf, setOf, tupleOf, udtOfcom.datastax.oss.driver.api.core.type.DataType getDataType()
DataType associated with this column type.MappingException - if the column cannot be mapped onto a Cassandra type.default boolean isTupleType()
DataType is a TupleType.default boolean isUserDefinedType()
DataType is a UserDefinedType.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.