case object DateRangeType extends PrimitiveColumnType[DateRange] with Product with Serializable
- Alphabetic
- By Inheritance
- DateRangeType
- Product
- Equals
- PrimitiveColumnType
- ColumnType
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def converterToCassandra: OptionToNullConverter
Returns a converter that converts this column to type that can be saved by TableWriter.
Returns a converter that converts this column to type that can be saved by TableWriter.
- Definition Classes
- DateRangeType → ColumnType
- lazy val converterToScala: TypeConverter[DateRange]
Returns a converter that converts values to the Scala type associated with this column.
Returns a converter that converts values to the Scala type associated with this column.
- Definition Classes
- ColumnType
- def cqlTypeName: String
Name of the CQL type.
Name of the CQL type. Useful for CQL generation.
- Definition Classes
- DateRangeType → ColumnType
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def isCollection: Boolean
- Definition Classes
- PrimitiveColumnType → ColumnType
- def isFrozen: Boolean
- Definition Classes
- ColumnType
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMultiCell: Boolean
- Definition Classes
- ColumnType
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def scalaTypeName: String
Name of the Scala type.
Name of the Scala type. Useful for source generation.
- Definition Classes
- ColumnType
- def scalaTypeTag: scala.reflect.api.JavaUniverse.TypeTag[DateRange]
Returns the TypeTag of the Scala type recommended to represent values of this column.
Returns the TypeTag of the Scala type recommended to represent values of this column.
- Definition Classes
- DateRangeType → ColumnType
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)