scalikejdbc

TypeBinder

object TypeBinder extends LowPriorityTypeBinderImplicits with UnixTimeInMillisConverterImplicits

Type binder for java.sql.ResultSet.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeBinder
  2. UnixTimeInMillisConverterImplicits
  3. LowPriorityTypeBinderImplicits
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
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 binaryStream: TypeBinder[InputStream]

  9. implicit val blob: TypeBinder[Blob]

  10. implicit val boolean: TypeBinder[Boolean]

  11. implicit val byte: TypeBinder[Byte]

  12. implicit val bytes: TypeBinder[Array[Byte]]

  13. implicit val characterStream: TypeBinder[Reader]

  14. implicit val clob: TypeBinder[Clob]

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. implicit def convertJavaSqlDateToConverter(t: Date): UnixTimeInMillisConverter

  17. implicit def convertJavaSqlTimeToConverter(t: Time): UnixTimeInMillisConverter

  18. implicit def convertJavaSqlTimestampToConverter(t: Timestamp): UnixTimeInMillisConverter

  19. implicit def convertJavaUtilDateToConverter(t: Date): UnixTimeInMillisConverter

  20. implicit def convertLocalTimeToConverter(t: LocalTime): LocalTimeConverter

  21. implicit val date: TypeBinder[Date]

  22. implicit val double: TypeBinder[Double]

  23. final def eq(arg0: AnyRef): Boolean

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

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

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

  27. final def getClass(): Class[_]

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

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

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. implicit val javaUtilCalendar: TypeBinder[Calendar]

  32. implicit val jodaDateTime: TypeBinder[DateTime]

  33. implicit val jodaLocalDate: TypeBinder[LocalDate]

  34. implicit val jodaLocalTime: TypeBinder[LocalTime]

  35. implicit val jpdaLocalDateTime: TypeBinder[LocalDateTime]

  36. implicit val long: TypeBinder[Long]

  37. implicit val nClob: TypeBinder[NClob]

  38. final def ne(arg0: AnyRef): Boolean

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

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

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

  42. implicit val nullableByte: TypeBinder[Byte]

  43. implicit val nullableDouble: TypeBinder[Double]

  44. implicit val nullableFloat: TypeBinder[Float]

  45. implicit val nullableInt: TypeBinder[Integer]

  46. implicit val nullableLong: TypeBinder[Long]

  47. implicit val nullableShort: TypeBinder[Short]

  48. implicit def option[A](implicit ev: TypeBinder[A]): TypeBinder[Option[A]]

  49. implicit val optionBoolean: TypeBinder[Option[Boolean]]

  50. implicit val optionByte: TypeBinder[Option[Byte]]

  51. implicit val optionDouble: TypeBinder[Option[Double]]

  52. implicit val optionFloat: TypeBinder[Option[Float]]

  53. implicit val optionInt: TypeBinder[Option[Int]]

  54. implicit val optionLong: TypeBinder[Option[Long]]

  55. implicit val optionShort: TypeBinder[Option[Short]]

  56. implicit val ref: TypeBinder[Ref]

  57. implicit val rowId: TypeBinder[RowId]

  58. implicit val scalaBigDecimal: TypeBinder[BigDecimal]

  59. implicit val short: TypeBinder[Short]

  60. implicit val sqlXml: TypeBinder[SQLXML]

  61. implicit val string: TypeBinder[String]

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

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

  64. implicit val timestamp: TypeBinder[Timestamp]

  65. def toString(): String

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

  67. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped