com.twitter.finagle.exp.mysql.protocol

SQLZeroTimestamp

object SQLZeroTimestamp extends Timestamp with Product with Serializable

Timestamp object that can appropriately represent MySQL zero Timestamp.

Linear Supertypes
Serializable, Product, Equals, Timestamp, Date, Comparable[Date], Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SQLZeroTimestamp
  2. Serializable
  3. Product
  4. Equals
  5. Timestamp
  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: Timestamp): Boolean

    Definition Classes
    Timestamp
  7. def after(arg0: Date): Boolean

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

    Definition Classes
    Any
  9. def before(arg0: Timestamp): Boolean

    Definition Classes
    Timestamp
  10. def before(arg0: Date): Boolean

    Definition Classes
    Date
  11. def clone(): AnyRef

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

    Definition Classes
    Timestamp → Date → Comparable
  13. def compareTo(arg0: Timestamp): Int

    Definition Classes
    Timestamp
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Timestamp → Date → AnyRef → Any
  16. def equals(arg0: Timestamp): Boolean

    Definition Classes
    Timestamp
  17. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  19. def getNanos(): Int

    Definition Classes
    Timestamp
  20. val getTime: Long

    Definition Classes
    SQLZeroTimestamp → Timestamp → Date
  21. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  26. def setNanos(arg0: Int): Unit

    Definition Classes
    Timestamp
  27. def setTime(arg0: Long): Unit

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

    Definition Classes
    AnyRef
  29. val toString: String

    Definition Classes
    SQLZeroTimestamp → Timestamp → Date → AnyRef → Any
  30. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. 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
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def getMinutes(): Int

    Definition Classes
    Date
    Annotations
    @Deprecated @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
    Annotations
    @Deprecated @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
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def setMinutes(arg0: Int): Unit

    Definition Classes
    Date
    Annotations
    @Deprecated @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
    Annotations
    @Deprecated @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 Timestamp

Inherited from Date

Inherited from Comparable[Date]

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped