com.ignition.types

RichRow

implicit final class RichRow extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichRow
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichRow(row: Row)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def get(implicit rsh: RowSchemaHelper): (String) ⇒ Any

  6. def getBoolean(implicit rsh: RowSchemaHelper): (String) ⇒ Boolean

  7. def getByte(implicit rsh: RowSchemaHelper): (String) ⇒ Byte

  8. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  9. def getDate(implicit rsh: RowSchemaHelper): (String) ⇒ Date

  10. def getDecimal(implicit rsh: RowSchemaHelper): (String) ⇒ BigDecimal

  11. def getDouble(implicit rsh: RowSchemaHelper): (String) ⇒ Double

  12. def getFloat(implicit rsh: RowSchemaHelper): (String) ⇒ Float

  13. def getInt(implicit rsh: RowSchemaHelper): (String) ⇒ Int

  14. def getLong(implicit rsh: RowSchemaHelper): (String) ⇒ Long

  15. def getShort(implicit rsh: RowSchemaHelper): (String) ⇒ Short

  16. def getString(implicit rsh: RowSchemaHelper): (String) ⇒ String

  17. def getTimestamp(implicit rsh: RowSchemaHelper): (String) ⇒ Timestamp

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def isNullAt(implicit rsh: RowSchemaHelper): (String) ⇒ Boolean

  20. val row: Row

  21. def subrow(names: String*)(implicit rsh: RowSchemaHelper): Row

  22. def subrow(indices: Int*): Row

  23. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped