scalikejdbc

TypeBinder

object TypeBinder extends LowPriorityTypeBinderImplicits

Type binder for java.sql.ResultSet.

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

Value Members

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

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

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

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

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

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

  7. implicit val array: TypeBinder[Array]

  8. final def asInstanceOf[T0]: T0

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

  10. implicit val binaryStream: TypeBinder[InputStream]

  11. implicit val blob: TypeBinder[Blob]

  12. implicit val boolean: TypeBinder[Boolean]

  13. implicit val byte: TypeBinder[Byte]

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

  15. implicit val characterStream: TypeBinder[Reader]

  16. implicit val clob: TypeBinder[Clob]

  17. def clone(): AnyRef

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

  19. implicit val dateTime: TypeBinder[DateTime]

  20. implicit val double: TypeBinder[Double]

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

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

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

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

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

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

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

  28. final def isInstanceOf[T0]: Boolean

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

  30. implicit val localDate: TypeBinder[LocalDate]

  31. implicit val localDateTime: TypeBinder[LocalDateTime]

  32. implicit val localTime: TypeBinder[LocalTime]

  33. implicit val long: TypeBinder[Long]

  34. implicit val nClob: TypeBinder[NClob]

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

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

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

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

  39. implicit val nullableByte: TypeBinder[Byte]

  40. implicit val nullableDouble: TypeBinder[Double]

  41. implicit val nullableFloat: TypeBinder[Float]

  42. implicit val nullableInt: TypeBinder[Integer]

  43. implicit val nullableLong: TypeBinder[Long]

  44. implicit val nullableShort: TypeBinder[Short]

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

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

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

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

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

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

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

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

  53. implicit val ref: TypeBinder[Ref]

  54. implicit val rowId: TypeBinder[RowId]

  55. implicit val scalaBigDecimal: TypeBinder[BigDecimal]

  56. implicit val short: TypeBinder[Short]

  57. implicit val sqlXml: TypeBinder[SQLXML]

  58. implicit val string: TypeBinder[String]

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

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

  61. implicit val timestamp: TypeBinder[Timestamp]

  62. def toString(): String

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

  64. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped