case class DateDaySinceYearType(aYear: Int) extends DateType with Product with Serializable
The type dateDaysSince[aYear] is a variant of the type date where the values are represented as the number of days since aYear-01-01. The date aYear-01-01 is represented by the number 0. aYear-01-02 is represented by 1, aYear-02-01 is represented by 31, etc. Dates before aYear-01-01 are represented as negative numbers. For example, values of type dateDaysSince[1960] are the number of days since 1960-01-01. The date 1960-01-01 is represented by the number 0.
- Alphabetic
- By Inheritance
- DateDaySinceYearType
- Product
- Equals
- DateType
- NumericType
- DataType
- DataTypeLike
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DateDaySinceYearType(aYear: Int)
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 aYear: Int
- def accepts(other: DataType): Boolean
Returns true if
otheris an acceptable input type for a function that expects this.Returns true if
otheris an acceptable input type for a function that expects this.- Definition Classes
- DataTypeLike
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def dataType: DataType
Returns the data type of field.
Returns the data type of field.
- Definition Classes
- DataType → DataTypeLike
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isDate: Boolean
- Definition Classes
- DateType → DataTypeLike
- def isDateTime: Boolean
- Definition Classes
- DataTypeLike
- def isDouble: Boolean
- Definition Classes
- DataTypeLike
- def isFloat: Boolean
- Definition Classes
- DataTypeLike
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNumeric: Boolean
- Definition Classes
- NumericType → DataTypeLike
- def isReal: Boolean
- Definition Classes
- DataTypeLike
- def isString: Boolean
- Definition Classes
- DataTypeLike
- def isTime: Boolean
- Definition Classes
- DataTypeLike
- def isTimestamp: Boolean
- Definition Classes
- DataTypeLike
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- DateDaySinceYearType → DateType → AnyRef → Any
- def toVal(s: String): Any
- Definition Classes
- DataType
- 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)