Packages

object JodaGetResult extends JodaGetResult[String, DateTimeZone] with JodaDateTimeZoneSqlStringConverter

Linear Supertypes
JodaDateTimeZoneSqlStringConverter, SqlTypeConverter[String, DateTimeZone], ToTypeConverter[String, DateTimeZone], FromTypeConverter[String, DateTimeZone], JodaGetResult[String, DateTimeZone], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JodaGetResult
  2. JodaDateTimeZoneSqlStringConverter
  3. SqlTypeConverter
  4. ToTypeConverter
  5. FromTypeConverter
  6. JodaGetResult
  7. AnyRef
  8. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def fromSqlType(z: String): DateTimeZone
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def millisToSqlType(d: AnyRef { def getTime(): Long }): Date
    Definition Classes
    ToTypeConverter
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def next(rs: PositionedResult): String
    Definition Classes
    JodaGetResultJodaGetResult
  15. def nextOption(rs: PositionedResult): Option[String]
    Definition Classes
    JodaGetResultJodaGetResult
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toSqlType(z: DateTimeZone): String
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. object getOptionResult extends GetResult[Option[B]]
    Definition Classes
    JodaGetResult
  25. object getResult extends GetResult[B]
    Definition Classes
    JodaGetResult

Deprecated Value Members

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

Inherited from SqlTypeConverter[String, DateTimeZone]

Inherited from ToTypeConverter[String, DateTimeZone]

Inherited from FromTypeConverter[String, DateTimeZone]

Inherited from JodaGetResult[String, DateTimeZone]

Inherited from AnyRef

Inherited from Any

Ungrouped