com.twitter.finagle.exp.mysql.protocol

SQLZeroDate

object SQLZeroDate extends Date with Product with Serializable

Date object that can appropriately represent MySQL zero Date.

Linear Supertypes
Serializable, Product, Equals, Date, Date, Comparable[Date], Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SQLZeroDate
  2. Serializable
  3. Product
  4. Equals
  5. Date
  6. Date
  7. Comparable
  8. Cloneable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def after(arg0: Date): Boolean

    Definition Classes
    Date
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def before(arg0: Date): Boolean

    Definition Classes
    Date
  9. def clone(): AnyRef

    Definition Classes
    Date → AnyRef
  10. def compareTo(arg0: Date): Int

    Definition Classes
    Date → Comparable
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    Date → AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. val getTime: Long

    Definition Classes
    SQLZeroDate → Date
  16. def hashCode(): Int

    Definition Classes
    Date → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def setTime(arg0: Long): Unit

    Definition Classes
    Date → Date
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. val toString: String

    Definition Classes
    SQLZeroDate → Date → Date → AnyRef → Any
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def getDate(): Int

    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getDay(): Int

    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getHours(): Int

    Definition Classes
    Date → Date
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def getMinutes(): Int

    Definition Classes
    Date → Date
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def getMonth(): Int

    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def getSeconds(): Int

    Definition Classes
    Date → Date
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def getTimezoneOffset(): Int

    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def getYear(): Int

    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def setDate(arg0: Int): Unit

    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def setHours(arg0: Int): Unit

    Definition Classes
    Date → Date
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def setMinutes(arg0: Int): Unit

    Definition Classes
    Date → Date
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def setMonth(arg0: Int): Unit

    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def setSeconds(arg0: Int): Unit

    Definition Classes
    Date → Date
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def setYear(arg0: Int): Unit

    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def toGMTString(): String

    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def toLocaleString(): String

    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Date

Inherited from Date

Inherited from Comparable[Date]

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped