Packages

object Binders

Provides factories of Binders and built-in Binders.

Source
Binders.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Binders
  2. AnyRef
  3. 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)(f: (A) ⇒ (PreparedStatement, Int) ⇒ Unit): Binders[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val asciiStream: Binders[InputStream]
  7. val bigDecimal: Binders[BigDecimal]
  8. val bigInt: Binders[BigInt]
  9. val binaryStream: Binders[InputStream]
  10. val blob: Binders[Blob]
  11. val boolean: Binders[Boolean]
  12. val byte: Binders[Byte]
  13. val bytes: Binders[Array[Byte]]
  14. val characterStream: Binders[Reader]
  15. val clob: Binders[Clob]
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val double: Binders[Double]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val float: Binders[Float]
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  24. val int: Binders[Int]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val javaBigDecimal: Binders[BigDecimal]
  27. val javaBigInteger: Binders[BigInteger]
  28. val javaBoolean: Binders[Boolean]
  29. val javaByte: Binders[Byte]
  30. val javaDouble: Binders[Double]
  31. val javaFloat: Binders[Float]
  32. val javaInteger: Binders[Integer]
  33. val javaLong: Binders[Long]
  34. val javaShort: Binders[Short]
  35. val javaTimeInstant: Binders[Instant]
  36. val javaTimeLocalDate: Binders[LocalDate]
  37. val javaTimeLocalDateTime: Binders[LocalDateTime]
  38. val javaTimeLocalTime: Binders[LocalTime]
  39. val javaTimeOffsetDateTime: Binders[OffsetDateTime]
  40. val javaTimeZonedDateTime: Binders[ZonedDateTime]
  41. val javaUtilCalendar: Binders[Calendar]
  42. val jodaDateTime: Binders[DateTime]
  43. val jodaLocalDate: Binders[LocalDate]
  44. val jodaLocalDateTime: Binders[LocalDateTime]
  45. val jodaLocalTime: Binders[LocalTime]
  46. val long: Binders[Long]
  47. val nCharacterStream: Binders[Reader]
  48. val nClob: Binders[NClob]
  49. val nString: Binders[String]
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  53. def of[A](f: (Any) ⇒ A)(g: (A) ⇒ (PreparedStatement, Int) ⇒ Unit): Binders[A]
  54. def option[A](implicit b: TypeBinder[A], p: ParameterBinderFactory[A]): Binders[Option[A]]
  55. val optionBoolean: Binders[Option[Boolean]]
  56. val optionByte: Binders[Option[Byte]]
  57. val optionDouble: Binders[Option[Double]]
  58. val optionFloat: Binders[Option[Float]]
  59. val optionInt: Binders[Option[Int]]
  60. val optionLong: Binders[Option[Long]]
  61. val optionShort: Binders[Option[Short]]
  62. val ref: Binders[Ref]
  63. val rowId: Binders[RowId]
  64. val short: Binders[Short]
  65. val sqlArray: Binders[Array]
  66. val sqlDate: Binders[Date]
  67. val sqlTime: Binders[Time]
  68. val sqlTimestamp: Binders[Timestamp]
  69. val sqlXml: Binders[SQLXML]
  70. val string: Binders[String]
  71. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  72. def toString(): String
    Definition Classes
    AnyRef → Any
  73. val url: Binders[URL]
  74. val utilDate: Binders[Date]
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped