sqlest.extractor

ProductExtractor

Related Doc: package extractor

trait ProductExtractor[Row, A <: Product] extends Extractor[Row, A] with SimpleExtractor[Row, A] with SingleRowExtractor[Row, A]

An extractor acts as a base type for extracting Product types

Linear Supertypes
SingleRowExtractor[Row, A], SimpleExtractor[Row, A], Extractor[Row, A], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProductExtractor
  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. abstract type Accumulator

    Definition Classes
    Extractor
  2. type SingleResult = A

    Definition Classes
    SimpleExtractor

Abstract Value Members

  1. abstract def accumulate(accumulator: Accumulator, row: Row): Accumulator

    Definition Classes
    Extractor
  2. abstract def emit(accumulator: Accumulator): Option[A]

    Definition Classes
    Extractor
  3. abstract def initialize(row: Row): Accumulator

    Definition Classes
    Extractor
  4. abstract def innerExtractors: List[Extractor[Row, _]]

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. final def asInstanceOf[T0]: T0

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    SimpleExtractor
  13. def finalize(): Unit

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

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

    Definition Classes
    SimpleExtractor
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. 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