scalikejdbc

TypeBinder

object TypeBinder extends LowPriorityTypeBinderImplicits

Type binder for java.sql.ResultSet.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TypeBinder
  2. LowPriorityTypeBinderImplicits
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def apply [A] (index: (ResultSet, Int) ⇒ A)(label: (ResultSet, String) ⇒ A): TypeBinder[A]

  7. implicit val array : TypeBinder[Array]

    Attributes
    implicit
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. implicit val bigDecimal : TypeBinder[BigDecimal]

    Attributes
    implicit
  10. implicit val binaryStream : TypeBinder[InputStream]

    Attributes
    implicit
  11. implicit val blob : TypeBinder[Blob]

    Attributes
    implicit
  12. implicit val boolean : TypeBinder[Boolean]

    Attributes
    implicit
  13. implicit val byte : TypeBinder[Byte]

    Attributes
    implicit
  14. implicit val bytes : TypeBinder[Array[Byte]]

    Attributes
    implicit
  15. implicit val characterStream : TypeBinder[Reader]

    Attributes
    implicit
  16. implicit val clob : TypeBinder[Clob]

    Attributes
    implicit
  17. def clone (): AnyRef

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

    Attributes
    implicit
  19. implicit val dateTime : TypeBinder[DateTime]

    Attributes
    implicit
  20. implicit val double : TypeBinder[Double]

    Attributes
    implicit
  21. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def equals (arg0: Any): Boolean

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

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

    Attributes
    implicit
  25. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  26. def hashCode (): Int

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

    Attributes
    implicit
  28. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  29. implicit val javaUtilCalendar : TypeBinder[Calendar]

    Attributes
    implicit
  30. implicit val localDate : TypeBinder[LocalDate]

    Attributes
    implicit
  31. implicit val localDateTime : TypeBinder[LocalDateTime]

    Attributes
    implicit
  32. implicit val localTime : TypeBinder[LocalTime]

    Attributes
    implicit
  33. implicit val long : TypeBinder[Long]

    Attributes
    implicit
  34. implicit val nClob : TypeBinder[NClob]

    Attributes
    implicit
  35. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  36. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  37. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  38. implicit val nullableBoolean : TypeBinder[Boolean]

    Attributes
    implicit
  39. implicit val nullableByte : TypeBinder[Byte]

    Attributes
    implicit
  40. implicit val nullableDouble : TypeBinder[Double]

    Attributes
    implicit
  41. implicit val nullableFloat : TypeBinder[Float]

    Attributes
    implicit
  42. implicit val nullableInt : TypeBinder[Integer]

    Attributes
    implicit
  43. implicit val nullableLong : TypeBinder[Long]

    Attributes
    implicit
  44. implicit val nullableShort : TypeBinder[Short]

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

    Attributes
    implicit
    Definition Classes
    LowPriorityTypeBinderImplicits
  46. implicit val optionBoolean : TypeBinder[Option[Boolean]]

    Attributes
    implicit
  47. implicit val optionByte : TypeBinder[Option[Byte]]

    Attributes
    implicit
  48. implicit val optionDouble : TypeBinder[Option[Double]]

    Attributes
    implicit
  49. implicit val optionFloat : TypeBinder[Option[Float]]

    Attributes
    implicit
  50. implicit val optionInt : TypeBinder[Option[Int]]

    Attributes
    implicit
  51. implicit val optionLong : TypeBinder[Option[Long]]

    Attributes
    implicit
  52. implicit val optionShort : TypeBinder[Option[Short]]

    Attributes
    implicit
  53. implicit val ref : TypeBinder[Ref]

    Attributes
    implicit
  54. implicit val rowId : TypeBinder[RowId]

    Attributes
    implicit
  55. implicit val scalaBigDecimal : TypeBinder[BigDecimal]

    Attributes
    implicit
  56. implicit val short : TypeBinder[Short]

    Attributes
    implicit
  57. implicit val sqlXml : TypeBinder[SQLXML]

    Attributes
    implicit
  58. implicit val string : TypeBinder[String]

    Attributes
    implicit
  59. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  60. implicit val time : TypeBinder[Time]

    Attributes
    implicit
  61. implicit val timestamp : TypeBinder[Timestamp]

    Attributes
    implicit
  62. def toString (): String

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

    Attributes
    implicit
  64. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from LowPriorityTypeBinderImplicits

Inherited from AnyRef

Inherited from Any