Packages

object TableRowOps

Enhanced version of TableRow with typed getters.

Maximize compatibility by allowing

  • boxed java type
  • string values
Source
TableRowSyntax.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableRowOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 bignumeric(value: AnyRef): BigNumeric
  6. def boolean(value: AnyRef): Boolean
  7. def bytes(value: AnyRef): Array[Byte]
  8. def cast[T](name: AnyRef, fn: (AnyRef) => T)(value: AnyRef): T
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def date(value: AnyRef): LocalDate
  11. def datetime(value: AnyRef): LocalDateTime
  12. def double(value: AnyRef): Double
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def float(value: AnyRef): Float
  16. def geography(value: AnyRef): Geography
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def int(value: AnyRef): Int
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def json(value: AnyRef): Json
  22. def long(value: AnyRef): Long
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def nullable(name: AnyRef)(r: TableRow): Option[AnyRef]
  27. def numeric(value: AnyRef): BigDecimal
  28. def record(value: AnyRef): TableRow
  29. def repeated(name: AnyRef)(r: TableRow): List[AnyRef]
  30. def required(name: AnyRef)(r: TableRow): AnyRef
  31. def string(value: AnyRef): String
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def time(value: AnyRef): LocalTime
  34. def timestamp(value: AnyRef): Instant
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped