object DataType extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataType
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- val BOOLEAN: BooleanType.type
- val DATE: DateType.type
- val DATETIME: DateTimeType.type
- val DATE_DAYS_SINCE_0: DateDaySinceYearType
- val DATE_DAYS_SINCE_1960: DateDaySinceYearType
- val DATE_DAYS_SINCE_1970: DateDaySinceYearType
- val DATE_DAYS_SINCE_1980: DateDaySinceYearType
- val DATE_TIME_SECONDS_SINCE_0: DateTimeSecondSinceYearType
- val DATE_TIME_SECONDS_SINCE_1960: DateTimeSecondSinceYearType
- val DATE_TIME_SECONDS_SINCE_1970: DateTimeSecondSinceYearType
- val DATE_TIME_SECONDS_SINCE_1980: DateTimeSecondSinceYearType
- val DOUBLE: DoubleType.type
- val FLOAT: FloatType.type
- val INTEGER: IntegerType.type
- val REAL: RealType.type
- val STRING: StringType.type
Defines const variables could be used in Java, names above could be invalid for Java.
- val TIME: TimeType.type
- val TIME_SECONDS: TimeSecondsType.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val boolean: BooleanType.type
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val date: DateType.type
- val dateDaysSince[0]: DateDaySinceYearType
- val dateDaysSince[1960]: DateDaySinceYearType
- val dateDaysSince[1970]: DateDaySinceYearType
- val dateDaysSince[1980]: DateDaySinceYearType
- val dateTime: DateTimeType.type
- val dateTimeSecondsSince[0]: DateTimeSecondSinceYearType
- val dateTimeSecondsSince[1960]: DateTimeSecondSinceYearType
- val dateTimeSecondsSince[1970]: DateTimeSecondSinceYearType
- val dateTimeSecondsSince[1980]: DateTimeSecondSinceYearType
- val double: DoubleType.type
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val float: FloatType.type
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val integer: IntegerType.type
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val real: RealType.type
Extended type
- val string: StringType.type
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val time: TimeType.type
- val timeSeconds: TimeSecondsType.type
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- def withName(s: String): DataType
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)