Packages

c

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

Instance Constructors

  1. new JSR310WrappedResultSet(underlying: WrappedResultSet)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def dateTime(columnLabel: String): ZonedDateTime
  7. def dateTime(columnIndex: Int): ZonedDateTime
  8. def dateTimeOpt(columnLabel: String): Option[ZonedDateTime]
  9. def dateTimeOpt(columnIndex: Int): Option[ZonedDateTime]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def localDate(columnLabel: String): LocalDate
  17. def localDate(columnIndex: Int): LocalDate
  18. def localDateOpt(columnLabel: String): Option[LocalDate]
  19. def localDateOpt(columnIndex: Int): Option[LocalDate]
  20. def localDateTime(columnLabel: String): LocalDateTime
  21. def localDateTime(columnIndex: Int): LocalDateTime
  22. def localDateTimeOpt(columnLabel: String): Option[LocalDateTime]
  23. def localDateTimeOpt(columnIndex: Int): Option[LocalDateTime]
  24. def localTime(columnLabel: String): LocalTime
  25. def localTime(columnIndex: Int): LocalTime
  26. def localTimeOpt(columnLabel: String): Option[LocalTime]
  27. def localTimeOpt(columnIndex: Int): Option[LocalTime]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def offsetDateTime(columnLabel: String): OffsetDateTime
  32. def offsetDateTime(columnIndex: Int): OffsetDateTime
  33. def offsetDateTimeOpt(columnLabel: String): Option[OffsetDateTime]
  34. def offsetDateTimeOpt(columnIndex: Int): Option[OffsetDateTime]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def zonedDateTime(columnLabel: String): ZonedDateTime
  41. def zonedDateTime(columnIndex: Int): ZonedDateTime
  42. def zonedDateTimeOpt(columnLabel: String): Option[ZonedDateTime]
  43. 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