Packages

object TypeBinder extends LowPriorityTypeBinderImplicits with UnixTimeInMillisConverterImplicits

Type binder for java.sql.ResultSet.

Source
TypeBinder.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeBinder
  2. UnixTimeInMillisConverterImplicits
  3. LowPriorityTypeBinderImplicits
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def apply[A](index: (ResultSet, Int) ⇒ A)(label: (ResultSet, String) ⇒ A): TypeBinder[A]
  5. implicit val array: TypeBinder[Array]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit val bigDecimal: TypeBinder[BigDecimal]
  8. implicit val bigInteger: TypeBinder[BigInteger]
  9. implicit val binaryStream: TypeBinder[InputStream]
  10. implicit val blob: TypeBinder[Blob]
  11. implicit val boolean: TypeBinder[Boolean]
  12. implicit val byte: TypeBinder[Byte]
  13. implicit val bytes: TypeBinder[Array[Byte]]
  14. implicit val characterStream: TypeBinder[Reader]
  15. implicit val clob: TypeBinder[Clob]
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. implicit def convertJavaSqlDateToConverter(t: Date): UnixTimeInMillisConverter
  18. implicit def convertJavaSqlTimeToConverter(t: Time): UnixTimeInMillisConverter
  19. implicit def convertJavaSqlTimestampToConverter(t: Timestamp): UnixTimeInMillisConverter
  20. implicit def convertJavaUtilDateToConverter(t: Date): UnixTimeInMillisConverter
  21. implicit def convertLocalTimeToConverter(t: LocalTime): LocalTimeConverter
  22. implicit val date: TypeBinder[Date]
  23. implicit val double: TypeBinder[Double]
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. implicit val float: TypeBinder[Float]
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  30. implicit val instant: TypeBinder[Instant]
  31. implicit val instantOpt: TypeBinder[Option[Instant]]
  32. implicit val int: TypeBinder[Int]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. implicit val javaUtilCalendar: TypeBinder[Calendar]
  35. implicit val jodaDateTime: TypeBinder[DateTime]
  36. implicit val jodaLocalDate: TypeBinder[LocalDate]
  37. implicit val jodaLocalTime: TypeBinder[LocalTime]
  38. implicit val jpdaLocalDateTime: TypeBinder[LocalDateTime]
  39. implicit val localDate: TypeBinder[LocalDate]
  40. implicit val localDateOpt: TypeBinder[Option[LocalDate]]
  41. implicit val localDateTime: TypeBinder[LocalDateTime]
  42. implicit val localDateTimeOpt: TypeBinder[Option[LocalDateTime]]
  43. implicit val localTime: TypeBinder[LocalTime]
  44. implicit val localTimeOpt: TypeBinder[Option[LocalTime]]
  45. implicit val long: TypeBinder[Long]
  46. implicit val nClob: TypeBinder[NClob]
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  50. implicit val nullableBoolean: TypeBinder[Boolean]
  51. implicit val nullableByte: TypeBinder[Byte]
  52. implicit val nullableDouble: TypeBinder[Double]
  53. implicit val nullableFloat: TypeBinder[Float]
  54. implicit val nullableInt: TypeBinder[Integer]
  55. implicit val nullableLong: TypeBinder[Long]
  56. implicit val nullableShort: TypeBinder[Short]
  57. implicit val offsetDateTime: TypeBinder[OffsetDateTime]
  58. implicit val offsetDateTimeOpt: TypeBinder[Option[OffsetDateTime]]
  59. implicit def option[A](implicit ev: TypeBinder[A]): TypeBinder[Option[A]]
  60. implicit val optionBoolean: TypeBinder[Option[Boolean]]
  61. implicit val optionByte: TypeBinder[Option[Byte]]
  62. implicit val optionDouble: TypeBinder[Option[Double]]
  63. implicit val optionFloat: TypeBinder[Option[Float]]
  64. implicit val optionInt: TypeBinder[Option[Int]]
  65. implicit val optionLong: TypeBinder[Option[Long]]
  66. implicit val optionShort: TypeBinder[Option[Short]]
  67. implicit val ref: TypeBinder[Ref]
  68. implicit val rowId: TypeBinder[RowId]
  69. implicit val scalaBigDecimal: TypeBinder[BigDecimal]
  70. implicit val scalaBigInt: TypeBinder[BigInt]
  71. implicit val short: TypeBinder[Short]
  72. implicit val sqlXml: TypeBinder[SQLXML]
  73. implicit val string: TypeBinder[String]
  74. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  75. implicit val time: TypeBinder[Time]
  76. implicit val timestamp: TypeBinder[Timestamp]
  77. def toString(): String
    Definition Classes
    AnyRef → Any
  78. implicit val url: TypeBinder[URL]
  79. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. implicit val zonedDateTime: TypeBinder[ZonedDateTime]
  83. implicit val zonedDateTimeOpt: TypeBinder[Option[ZonedDateTime]]

Inherited from AnyRef

Inherited from Any

Ungrouped