object TableRowOps
Enhanced version of TableRow with typed getters.
Maximize compatibility by allowing
- boxed java type
- string values
- Source
- TableRowSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableRowOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bignumeric(value: AnyRef): BigNumeric
- def boolean(value: AnyRef): Boolean
- def bytes(value: AnyRef): Array[Byte]
- def cast[T](name: AnyRef, fn: (AnyRef) => T)(value: AnyRef): T
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def date(value: AnyRef): LocalDate
- def datetime(value: AnyRef): LocalDateTime
- def double(value: AnyRef): Double
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def float(value: AnyRef): Float
- def geography(value: AnyRef): Geography
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def int(value: AnyRef): Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def json(value: AnyRef): Json
- def long(value: AnyRef): Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def nullable(name: AnyRef)(r: TableRow): Option[AnyRef]
- def numeric(value: AnyRef): BigDecimal
- def record(value: AnyRef): TableRow
- def repeated(name: AnyRef)(r: TableRow): List[AnyRef]
- def required(name: AnyRef)(r: TableRow): AnyRef
- def string(value: AnyRef): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def time(value: AnyRef): LocalTime
- def timestamp(value: AnyRef): Instant
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()