Interface CassandraColumnType

All Superinterfaces:
ColumnType

public interface CassandraColumnType extends ColumnType
Descriptor for a Cassandra column type exposing a DataType.
Since:
3.0
Author:
Mark Paluch
  • Method Details

    • getDataType

      com.datastax.oss.driver.api.core.type.DataType getDataType()
      Returns the DataType associated with this column type.
      Returns:
      Throws:
      MappingException - if the column cannot be mapped onto a Cassandra type.
    • isTupleType

      default boolean isTupleType()
      Returns whether the associated DataType is a TupleType.
      Returns:
    • isUserDefinedType

      default boolean isUserDefinedType()
      Returns whether the associated DataType is a UserDefinedType.
      Returns: