Object/Trait

scalikejdbc

Binders

Related Docs: trait Binders | package scalikejdbc

Permalink

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

    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)(f: (A) ⇒ (PreparedStatement, Int) ⇒ Unit): Binders[A]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val asciiStream: Binders[InputStream]

    Permalink
  7. val bigDecimal: Binders[BigDecimal]

    Permalink
  8. val bigInt: Binders[BigInt]

    Permalink
  9. val binaryStream: Binders[InputStream]

    Permalink
  10. val blob: Binders[Blob]

    Permalink
  11. val boolean: Binders[Boolean]

    Permalink
  12. val byte: Binders[Byte]

    Permalink
  13. val bytes: Binders[Array[Byte]]

    Permalink
  14. val characterStream: Binders[Reader]

    Permalink
  15. val clob: Binders[Clob]

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val double: Binders[Double]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. val int: Binders[Int]

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val javaBigDecimal: Binders[BigDecimal]

    Permalink
  27. val javaBigInteger: Binders[BigInteger]

    Permalink
  28. val javaBoolean: Binders[Boolean]

    Permalink
  29. val javaByte: Binders[Byte]

    Permalink
  30. val javaDouble: Binders[Double]

    Permalink
  31. val javaFloat: Binders[Float]

    Permalink
  32. val javaInteger: Binders[Integer]

    Permalink
  33. val javaLong: Binders[Long]

    Permalink
  34. val javaShort: Binders[Short]

    Permalink
  35. val javaTimeInstant: Binders[Instant]

    Permalink
  36. val javaTimeLocalDate: Binders[LocalDate]

    Permalink
  37. val javaTimeLocalDateTime: Binders[LocalDateTime]

    Permalink
  38. val javaTimeLocalTime: Binders[LocalTime]

    Permalink
  39. val javaTimeOffsetDateTime: Binders[OffsetDateTime]

    Permalink
  40. val javaTimeZonedDateTime: Binders[ZonedDateTime]

    Permalink
  41. val javaUtilCalendar: Binders[Calendar]

    Permalink
  42. val jodaDateTime: Binders[DateTime]

    Permalink
  43. val jodaLocalDate: Binders[LocalDate]

    Permalink
  44. val jodaLocalDateTime: Binders[LocalDateTime]

    Permalink
  45. val jodaLocalTime: Binders[LocalTime]

    Permalink
  46. val long: Binders[Long]

    Permalink
  47. val nCharacterStream: Binders[Reader]

    Permalink
  48. val nClob: Binders[NClob]

    Permalink
  49. val nString: Binders[String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  53. def of[A](f: (Any) ⇒ A)(g: (A) ⇒ (PreparedStatement, Int) ⇒ Unit): Binders[A]

    Permalink
  54. def option[A](implicit b: TypeBinder[A], p: ParameterBinderFactory[A]): Binders[Option[A]]

    Permalink
  55. val optionBoolean: Binders[Option[Boolean]]

    Permalink
  56. val optionByte: Binders[Option[Byte]]

    Permalink
  57. val optionDouble: Binders[Option[Double]]

    Permalink
  58. val optionFloat: Binders[Option[Float]]

    Permalink
  59. val optionInt: Binders[Option[Int]]

    Permalink
  60. val optionLong: Binders[Option[Long]]

    Permalink
  61. val optionShort: Binders[Option[Short]]

    Permalink
  62. val ref: Binders[Ref]

    Permalink
  63. val rowId: Binders[RowId]

    Permalink
  64. val short: Binders[Short]

    Permalink
  65. val sqlArray: Binders[Array]

    Permalink
  66. val sqlDate: Binders[Date]

    Permalink
  67. val sqlTime: Binders[Time]

    Permalink
  68. val sqlTimestamp: Binders[Timestamp]

    Permalink
  69. val sqlXml: Binders[SQLXML]

    Permalink
  70. val string: Binders[String]

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

    Permalink
    Definition Classes
    AnyRef
  72. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  73. val url: Binders[URL]

    Permalink
  74. val utilDate: Binders[Date]

    Permalink
  75. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped