scalikejdbc.jsr310

JSR310WrappedResultSet

class JSR310WrappedResultSet extends Implicits

Rich WrappedResultSet for JSR 310 support.

Annotations
@deprecated
Deprecated

(Since version 3.0.0) use WrappedResultSet

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. final def getClass(): Class[_]

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

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

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

  19. def localDate(columnIndex: Int): LocalDate

  20. def localDateOpt(columnLabel: String): Option[LocalDate]

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

  22. def localDateTime(columnLabel: String): LocalDateTime

  23. def localDateTime(columnIndex: Int): LocalDateTime

  24. def localDateTimeOpt(columnLabel: String): Option[LocalDateTime]

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

  26. def localTime(columnLabel: String): LocalTime

  27. def localTime(columnIndex: Int): LocalTime

  28. def localTimeOpt(columnLabel: String): Option[LocalTime]

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

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

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

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

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

  34. def offsetDateTime(columnIndex: Int): OffsetDateTime

  35. def offsetDateTimeOpt(columnLabel: String): Option[OffsetDateTime]

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

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

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

  43. def zonedDateTime(columnIndex: Int): ZonedDateTime

  44. def zonedDateTimeOpt(columnLabel: String): Option[ZonedDateTime]

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

Deprecated Value Members

  1. implicit def fromWrappedResultSetToJSR310WrappedResultSet(rs: WrappedResultSet): JSR310WrappedResultSet

    Definition Classes
    Implicits
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) use WrappedResultSet

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped