Packages

object TypeBinder extends LowPriorityTypeBinderImplicits

Type binder for java.sql.ResultSet.

Source
TypeBinder.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeBinder
  2. LowPriorityTypeBinderImplicits
  3. AnyRef
  4. 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
    @native() @throws( ... )
  17. implicit val date: TypeBinder[Date]
  18. implicit val double: TypeBinder[Double]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. implicit val float: TypeBinder[Float]
  23. def from[A, B](f: (A) ⇒ B)(implicit a: TypeBinder[A]): TypeBinder[B]
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. implicit val int: TypeBinder[Int]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. implicit val javaTimeInstant: TypeBinder[Instant]
  29. implicit def javaTimeLocalDate(implicit z: OverwrittenZoneId): TypeBinder[LocalDate]
  30. implicit val javaTimeLocalDateDefault: TypeBinder[LocalDate]
  31. implicit def javaTimeLocalDateTime(implicit z: OverwrittenZoneId): TypeBinder[LocalDateTime]
  32. implicit val javaTimeLocalDateTimeDefault: TypeBinder[LocalDateTime]
  33. implicit def javaTimeLocalTime(implicit z: OverwrittenZoneId): TypeBinder[LocalTime]
  34. implicit val javaTimeLocalTimeDefault: TypeBinder[LocalTime]
  35. implicit def javaTimeOffsetDateTime(implicit z: OverwrittenZoneId): TypeBinder[OffsetDateTime]
  36. implicit val javaTimeOffsetDateTimeDefault: TypeBinder[OffsetDateTime]
  37. implicit def javaTimeZonedDateTime(implicit z: OverwrittenZoneId): TypeBinder[ZonedDateTime]
  38. implicit val javaTimeZonedDateTimeDefault: TypeBinder[ZonedDateTime]
  39. implicit val javaUtilCalendar: TypeBinder[Calendar]
  40. implicit val long: TypeBinder[Long]
  41. implicit val nClob: TypeBinder[NClob]
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. implicit val nullableBoolean: TypeBinder[Boolean]
  46. implicit val nullableByte: TypeBinder[Byte]
  47. implicit val nullableDouble: TypeBinder[Double]
  48. implicit val nullableFloat: TypeBinder[Float]
  49. implicit val nullableInt: TypeBinder[Integer]
  50. implicit val nullableLong: TypeBinder[Long]
  51. implicit val nullableShort: TypeBinder[Short]
  52. def of[A](implicit a: TypeBinder[A]): TypeBinder[A]

    same as implicitly[TypeBinder[A]]

    same as implicitly[TypeBinder[A]]

    Annotations
    @inline()
    Example:
    1. TypeBinder.of[Long]
  53. implicit def option[A](implicit ev: TypeBinder[A]): TypeBinder[Option[A]]
  54. implicit val optionBoolean: TypeBinder[Option[Boolean]]
  55. implicit val optionByte: TypeBinder[Option[Byte]]
  56. implicit val optionDouble: TypeBinder[Option[Double]]
  57. implicit val optionFloat: TypeBinder[Option[Float]]
  58. implicit val optionInt: TypeBinder[Option[Int]]
  59. implicit val optionLong: TypeBinder[Option[Long]]
  60. implicit val optionShort: TypeBinder[Option[Short]]
  61. implicit val ref: TypeBinder[Ref]
  62. implicit val rowId: TypeBinder[RowId]
  63. implicit val scalaBigDecimal: TypeBinder[BigDecimal]
  64. implicit val scalaBigInt: TypeBinder[BigInt]
  65. implicit val short: TypeBinder[Short]
  66. implicit val sqlXml: TypeBinder[SQLXML]
  67. implicit val string: TypeBinder[String]
  68. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  69. implicit val time: TypeBinder[Time]
  70. implicit val timestamp: TypeBinder[Timestamp]
  71. def toString(): String
    Definition Classes
    AnyRef → Any
  72. implicit val url: TypeBinder[URL]
  73. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped