final class TableRowOps extends AnyVal
- Source
- TableRowSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableRowOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getBigNumeric(name: AnyRef): BigNumeric
- def getBigNumericList(name: AnyRef): List[BigNumeric]
- def getBigNumericOpt(name: AnyRef): Option[BigNumeric]
- def getBoolean(name: AnyRef): Boolean
- def getBooleanList(name: AnyRef): List[Boolean]
- def getBooleanOpt(name: AnyRef): Option[Boolean]
- def getBytes(name: AnyRef): Array[Byte]
- def getBytesList(name: AnyRef): List[Array[Byte]]
- def getBytesOpt(name: AnyRef): Option[Array[Byte]]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getDate(name: AnyRef): LocalDate
- def getDateList(name: AnyRef): List[LocalDate]
- def getDateOpt(name: AnyRef): Option[LocalDate]
- def getDateTime(name: AnyRef): LocalDateTime
- def getDateTimeList(name: AnyRef): List[LocalDateTime]
- def getDateTimeOpt(name: AnyRef): Option[LocalDateTime]
- def getDouble(name: AnyRef): Double
- def getDoubleList(name: AnyRef): List[Double]
- def getDoubleOpt(name: AnyRef): Option[Double]
- def getFloat(name: AnyRef): Float
- def getFloatList(name: AnyRef): List[Float]
- def getFloatOpt(name: AnyRef): Option[Float]
- def getGeography(name: AnyRef): Geography
- def getGeographyList(name: AnyRef): List[Geography]
- def getGeographyOpt(name: AnyRef): Option[Geography]
- def getInt(name: AnyRef): Int
- def getIntList(name: AnyRef): List[Int]
- def getIntOpt(name: AnyRef): Option[Int]
- def getJson(name: AnyRef): Json
- def getJsonList(name: AnyRef): List[Json]
- def getJsonOpt(name: AnyRef): Option[Json]
- def getLong(name: AnyRef): Long
- def getLongList(name: AnyRef): List[Long]
- def getLongOpt(name: AnyRef): Option[Long]
- def getNullable(name: AnyRef): Option[AnyRef]
- def getNumeric(name: AnyRef): BigDecimal
- def getNumericList(name: AnyRef): List[BigDecimal]
- def getNumericOpt(name: AnyRef): Option[BigDecimal]
- def getRecord(name: AnyRef): TableRow
- def getRecordList(name: AnyRef): List[TableRow]
- def getRecordOpt(name: AnyRef): Option[TableRow]
- def getRepeated(name: AnyRef): List[AnyRef]
- def getRequired(name: AnyRef): AnyRef
- def getString(name: AnyRef): String
- def getStringList(name: AnyRef): List[String]
- def getStringOpt(name: AnyRef): Option[String]
- def getTime(name: AnyRef): LocalTime
- def getTimeList(name: AnyRef): List[LocalTime]
- def getTimeOpt(name: AnyRef): Option[LocalTime]
- def getTimestamp(name: AnyRef): Instant
- def getTimestampList(name: AnyRef): List[Instant]
- def getTimestampOpt(name: AnyRef): Option[Instant]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any