Object/Trait

scalikejdbc

TypeBinder

Related Docs: trait TypeBinder | package scalikejdbc

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[A](index: (ResultSet, Int) ⇒ A)(label: (ResultSet, String) ⇒ A): TypeBinder[A]

    Permalink
  5. implicit val array: TypeBinder[Array]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit val bigDecimal: TypeBinder[BigDecimal]

    Permalink
  8. implicit val bigInteger: TypeBinder[BigInteger]

    Permalink
  9. implicit val binaryStream: TypeBinder[InputStream]

    Permalink
  10. implicit val blob: TypeBinder[Blob]

    Permalink
  11. implicit val boolean: TypeBinder[Boolean]

    Permalink
  12. implicit val byte: TypeBinder[Byte]

    Permalink
  13. implicit val bytes: TypeBinder[Array[Byte]]

    Permalink
  14. implicit val characterStream: TypeBinder[Reader]

    Permalink
  15. implicit val clob: TypeBinder[Clob]

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. implicit val date: TypeBinder[Date]

    Permalink
  18. implicit val double: TypeBinder[Double]

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. implicit val float: TypeBinder[Float]

    Permalink
  23. def from[A, B](f: (A) ⇒ B)(implicit a: TypeBinder[A]): TypeBinder[B]

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. implicit val int: TypeBinder[Int]

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. implicit val javaTimeInstant: TypeBinder[Instant]

    Permalink
  29. implicit def javaTimeLocalDate(implicit z: OverwrittenZoneId): TypeBinder[LocalDate]

    Permalink
  30. implicit val javaTimeLocalDateDefault: TypeBinder[LocalDate]

    Permalink
  31. implicit def javaTimeLocalDateTime(implicit z: OverwrittenZoneId): TypeBinder[LocalDateTime]

    Permalink
  32. implicit val javaTimeLocalDateTimeDefault: TypeBinder[LocalDateTime]

    Permalink
  33. implicit def javaTimeLocalTime(implicit z: OverwrittenZoneId): TypeBinder[LocalTime]

    Permalink
  34. implicit val javaTimeLocalTimeDefault: TypeBinder[LocalTime]

    Permalink
  35. implicit def javaTimeOffsetDateTime(implicit z: OverwrittenZoneId): TypeBinder[OffsetDateTime]

    Permalink
  36. implicit val javaTimeOffsetDateTimeDefault: TypeBinder[OffsetDateTime]

    Permalink
  37. implicit def javaTimeZonedDateTime(implicit z: OverwrittenZoneId): TypeBinder[ZonedDateTime]

    Permalink
  38. implicit val javaTimeZonedDateTimeDefault: TypeBinder[ZonedDateTime]

    Permalink
  39. implicit val javaUtilCalendar: TypeBinder[Calendar]

    Permalink
  40. implicit val long: TypeBinder[Long]

    Permalink
  41. implicit val nClob: TypeBinder[NClob]

    Permalink
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. implicit val nullableBoolean: TypeBinder[Boolean]

    Permalink
  46. implicit val nullableByte: TypeBinder[Byte]

    Permalink
  47. implicit val nullableDouble: TypeBinder[Double]

    Permalink
  48. implicit val nullableFloat: TypeBinder[Float]

    Permalink
  49. implicit val nullableInt: TypeBinder[Integer]

    Permalink
  50. implicit val nullableLong: TypeBinder[Long]

    Permalink
  51. implicit val nullableShort: TypeBinder[Short]

    Permalink
  52. def of[A](implicit a: TypeBinder[A]): TypeBinder[A]

    Permalink

    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]]

    Permalink
  54. implicit val optionBoolean: TypeBinder[Option[Boolean]]

    Permalink
  55. implicit val optionByte: TypeBinder[Option[Byte]]

    Permalink
  56. implicit val optionDouble: TypeBinder[Option[Double]]

    Permalink
  57. implicit val optionFloat: TypeBinder[Option[Float]]

    Permalink
  58. implicit val optionInt: TypeBinder[Option[Int]]

    Permalink
  59. implicit val optionLong: TypeBinder[Option[Long]]

    Permalink
  60. implicit val optionShort: TypeBinder[Option[Short]]

    Permalink
  61. implicit val ref: TypeBinder[Ref]

    Permalink
  62. implicit val rowId: TypeBinder[RowId]

    Permalink
  63. implicit val scalaBigDecimal: TypeBinder[BigDecimal]

    Permalink
  64. implicit val scalaBigInt: TypeBinder[BigInt]

    Permalink
  65. implicit val short: TypeBinder[Short]

    Permalink
  66. implicit val sqlXml: TypeBinder[SQLXML]

    Permalink
  67. implicit val string: TypeBinder[String]

    Permalink
  68. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  69. implicit val time: TypeBinder[Time]

    Permalink
  70. implicit val timestamp: TypeBinder[Timestamp]

    Permalink
  71. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  72. implicit val url: TypeBinder[URL]

    Permalink
  73. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped