Class

com.github.takezoe.slick.blocking.BlockingJdbcProfile.BlockingAPI

QueryInvoker

Related Doc: package BlockingAPI

Permalink

class QueryInvoker[R] extends BlockingJdbcProfile.QueryInvokerImpl[R]

Extends QueryInvokerImpl to add selectStatement method.

Source
BlockingProfile.scala
Linear Supertypes
BlockingJdbcProfile.QueryInvokerImpl[R], BlockingJdbcProfile.QueryInvoker[R], StatementInvoker[R], Invoker[R], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryInvoker
  2. QueryInvokerImpl
  3. QueryInvoker
  4. StatementInvoker
  5. Invoker
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueryInvoker(tree: Node, param: Any)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _converter: ResultConverter[_ <: ResultConverterDomain, _]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    QueryInvokerImpl
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def buildColl[C[_]](implicit session: SessionDef, canBuildFrom: CanBuildFrom[Nothing, R, C[R]]): C[R]

    Permalink
    Definition Classes
    Invoker
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val compiled: Node

    Permalink
    Attributes
    protected[this]
    Definition Classes
    QueryInvokerImpl
  9. val converter: ResultConverter[JdbcResultConverterDomain, R]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    QueryInvokerImpl
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def execute(implicit session: SessionDef): Unit

    Permalink
    Definition Classes
    Invoker
  13. def extractValue(pr: PositionedResult): R

    Permalink
    Definition Classes
    QueryInvokerImpl → StatementInvoker
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findCompiledStatement(n: Node): CompiledStatement

    Permalink
    Attributes
    protected[this]
    Definition Classes
    QueryInvokerImpl
  16. final def first(implicit session: SessionDef): R

    Permalink
    Definition Classes
    Invoker
  17. final def firstOption(implicit session: SessionDef): Option[R]

    Permalink
    Definition Classes
    Invoker
  18. final def foreach(f: (R) ⇒ Unit, maxRows: Int)(implicit session: SessionDef): Unit

    Permalink
    Definition Classes
    Invoker
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getStatement: String

    Permalink
    Attributes
    protected
    Definition Classes
    QueryInvokerImpl → StatementInvoker
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def invoker: QueryInvoker.this.type

    Permalink
    Definition Classes
    QueryInvoker
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def iteratorTo(maxRows: Int)(implicit session: SessionDef): CloseableIterator[R]

    Permalink
    Definition Classes
    StatementInvoker → Invoker
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def results(maxRows: Int, defaultType: ResultSetType, defaultConcurrency: ResultSetConcurrency, defaultHoldability: ResultSetHoldability, autoClose: Boolean)(implicit session: SessionDef): Either[Int, PositionedResultIterator[R]]

    Permalink
    Definition Classes
    StatementInvoker
  29. def selectStatement: String

    Permalink
  30. def setParam(st: PreparedStatement): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    QueryInvokerImpl → StatementInvoker
  31. val sres: Result

    Permalink
    Attributes
    protected[this]
    Definition Classes
    QueryInvokerImpl
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def updateRowValues(pr: PositionedResult, value: R): Unit

    Permalink
    Definition Classes
    QueryInvokerImpl
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StatementInvoker[R]

Inherited from Invoker[R]

Inherited from AnyRef

Inherited from Any

Ungrouped