Class

scalikejdbc.jsr310

JSR310WrappedResultSet

Related Doc: package jsr310

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JSR310WrappedResultSet(underlying: WrappedResultSet)

    Permalink

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink
  7. def dateTime(columnIndex: Int): ZonedDateTime

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

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

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

    Permalink
  17. def localDate(columnIndex: Int): LocalDate

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

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

    Permalink
  20. def localDateTime(columnLabel: String): LocalDateTime

    Permalink
  21. def localDateTime(columnIndex: Int): LocalDateTime

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

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

    Permalink
  24. def localTime(columnLabel: String): LocalTime

    Permalink
  25. def localTime(columnIndex: Int): LocalTime

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

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

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

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

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

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

    Permalink
  32. def offsetDateTime(columnIndex: Int): OffsetDateTime

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

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

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

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

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

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

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

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

    Permalink
  41. def zonedDateTime(columnIndex: Int): ZonedDateTime

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

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

    Permalink

Deprecated Value Members

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

    Permalink
    Definition Classes
    Implicits
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) use WrappedResultSet

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped