Packages

object DataType extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataType
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BOOLEAN: BooleanType.type
  5. val DATE: DateType.type
  6. val DATETIME: DateTimeType.type
  7. val DATE_DAYS_SINCE_0: DateDaySinceYearType
  8. val DATE_DAYS_SINCE_1960: DateDaySinceYearType
  9. val DATE_DAYS_SINCE_1970: DateDaySinceYearType
  10. val DATE_DAYS_SINCE_1980: DateDaySinceYearType
  11. val DATE_TIME_SECONDS_SINCE_0: DateTimeSecondSinceYearType
  12. val DATE_TIME_SECONDS_SINCE_1960: DateTimeSecondSinceYearType
  13. val DATE_TIME_SECONDS_SINCE_1970: DateTimeSecondSinceYearType
  14. val DATE_TIME_SECONDS_SINCE_1980: DateTimeSecondSinceYearType
  15. val DOUBLE: DoubleType.type
  16. val FLOAT: FloatType.type
  17. val INTEGER: IntegerType.type
  18. val REAL: RealType.type
  19. val STRING: StringType.type

    Defines const variables could be used in Java, names above could be invalid for Java.

  20. val TIME: TimeType.type
  21. val TIME_SECONDS: TimeSecondsType.type
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. val boolean: BooleanType.type
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  25. val date: DateType.type
  26. val dateDaysSince[0]: DateDaySinceYearType
  27. val dateDaysSince[1960]: DateDaySinceYearType
  28. val dateDaysSince[1970]: DateDaySinceYearType
  29. val dateDaysSince[1980]: DateDaySinceYearType
  30. val dateTime: DateTimeType.type
  31. val dateTimeSecondsSince[0]: DateTimeSecondSinceYearType
  32. val dateTimeSecondsSince[1960]: DateTimeSecondSinceYearType
  33. val dateTimeSecondsSince[1970]: DateTimeSecondSinceYearType
  34. val dateTimeSecondsSince[1980]: DateTimeSecondSinceYearType
  35. val double: DoubleType.type
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  38. val float: FloatType.type
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  41. val integer: IntegerType.type
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  46. val real: RealType.type

    Extended type

  47. val string: StringType.type
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. val time: TimeType.type
  50. val timeSeconds: TimeSecondsType.type
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. def withName(s: String): DataType

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped