sqlest.extractor

CellExtractor

Related Doc: package extractor

trait CellExtractor[Row, A] extends Extractor[Row, A] with SimpleExtractor[Row, A] with SingleRowExtractor[Row, A]

Extractor that emits the values for a single cell.

Linear Supertypes
SingleRowExtractor[Row, A], SimpleExtractor[Row, A], Extractor[Row, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CellExtractor
  2. SingleRowExtractor
  3. SimpleExtractor
  4. Extractor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Accumulator = Option[A]

    Definition Classes
    CellExtractorExtractor
  2. type SingleResult = A

    Definition Classes
    SimpleExtractor

Abstract Value Members

  1. abstract def read(row: Row): Option[A]

Concrete 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. def accumulate(accumulator: Accumulator, row: Row): Option[A]

    Definition Classes
    CellExtractorExtractor
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def asList: ListMultiRowExtractor[Row, A]

    Definition Classes
    SingleRowExtractor
  7. def asOption: OptionExtractor[Row, A]

    Definition Classes
    Extractor
  8. def checkNullValueAndGet[T](t: Option[T]): T

    Attributes
    protected
    Definition Classes
    Extractor
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def emit(accumulator: Accumulator): Accumulator

    Definition Classes
    CellExtractorExtractor
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def extractAll(rows: Iterable[Row]): List[A]

    Definition Classes
    SimpleExtractor
  14. def extractHeadOption(rows: Iterable[Row]): Option[A]

    Definition Classes
    SimpleExtractor
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def groupBy[B](groupBy: Extractor[Row, B]): GroupedExtractor[Row, A, B]

    Definition Classes
    SimpleExtractor
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def initialize(row: Row): Option[A]

    Definition Classes
    CellExtractorExtractor
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def map[B](func: (A) ⇒ B, unapplyFunc: (B) ⇒ Option[Any]): MappedExtractor[Row, A, B]

    Definition Classes
    Extractor
  22. def map[B](func: (A) ⇒ B): MappedExtractor[Row, A, B]

    Definition Classes
    Extractor
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SingleRowExtractor[Row, A]

Inherited from SimpleExtractor[Row, A]

Inherited from Extractor[Row, A]

Inherited from AnyRef

Inherited from Any

Ungrouped