scalikejdbc.jsr310

JSR310WrappedResultSet

class JSR310WrappedResultSet extends Implicits

Rich WrappedResultSet for JSR 310 support.

Source
JSR310WrappedResultSet.scala
Linear Supertypes
Implicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JSR310WrappedResultSet
  2. Implicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JSR310WrappedResultSet(underlying: WrappedResultSet)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def dateTime(columnLabel: String): ZonedDateTime

  9. def dateTime(columnIndex: Int): ZonedDateTime

  10. def dateTimeOpt(columnLabel: String): Option[ZonedDateTime]

  11. def dateTimeOpt(columnIndex: Int): Option[ZonedDateTime]

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. implicit def fromWrappedResultSetToJSR310WrappedResultSet(rs: WrappedResultSet): JSR310WrappedResultSet

    Definition Classes
    Implicits
  16. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def localDate(columnLabel: String): LocalDate

  20. def localDate(columnIndex: Int): LocalDate

  21. implicit val localDate: TypeBinder[LocalDate]

    Definition Classes
    Implicits
  22. def localDateOpt(columnLabel: String): Option[LocalDate]

  23. def localDateOpt(columnIndex: Int): Option[LocalDate]

  24. implicit val localDateOpt: TypeBinder[Option[LocalDate]]

    Definition Classes
    Implicits
  25. def localDateTime(columnLabel: String): LocalDateTime

  26. def localDateTime(columnIndex: Int): LocalDateTime

  27. implicit val localDateTime: TypeBinder[LocalDateTime]

    Definition Classes
    Implicits
  28. def localDateTimeOpt(columnLabel: String): Option[LocalDateTime]

  29. def localDateTimeOpt(columnIndex: Int): Option[LocalDateTime]

  30. implicit val localDateTimeOpt: TypeBinder[Option[LocalDateTime]]

    Definition Classes
    Implicits
  31. def localTime(columnLabel: String): LocalTime

  32. def localTime(columnIndex: Int): LocalTime

  33. implicit val localTime: TypeBinder[LocalTime]

    Definition Classes
    Implicits
  34. def localTimeOpt(columnLabel: String): Option[LocalTime]

  35. def localTimeOpt(columnIndex: Int): Option[LocalTime]

  36. implicit val localTimeOpt: TypeBinder[Option[LocalTime]]

    Definition Classes
    Implicits
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  40. def offsetDateTime(columnLabel: String): OffsetDateTime

  41. def offsetDateTime(columnIndex: Int): OffsetDateTime

  42. implicit val offsetDateTime: TypeBinder[OffsetDateTime]

    Definition Classes
    Implicits
  43. def offsetDateTimeOpt(columnLabel: String): Option[OffsetDateTime]

  44. def offsetDateTimeOpt(columnIndex: Int): Option[OffsetDateTime]

  45. implicit val offsetDateTimeOpt: TypeBinder[Option[OffsetDateTime]]

    Definition Classes
    Implicits
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def zonedDateTime(columnLabel: String): ZonedDateTime

  52. def zonedDateTime(columnIndex: Int): ZonedDateTime

  53. implicit val zonedDateTime: TypeBinder[ZonedDateTime]

    Definition Classes
    Implicits
  54. def zonedDateTimeOpt(columnLabel: String): Option[ZonedDateTime]

  55. def zonedDateTimeOpt(columnIndex: Int): Option[ZonedDateTime]

  56. implicit val zonedDateTimeOpt: TypeBinder[Option[ZonedDateTime]]

    Definition Classes
    Implicits

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped