BlockingQueryInvoker

com.github.takezoe.slick.blocking.BlockingJdbcProfile.BlockingJdbcAPI.BlockingQueryInvoker
class BlockingQueryInvoker[U](tree: Node, param: Any)

Attributes

Source
BlockingProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def first(implicit s: JdbcBackend#Session): U

Attributes

Source
BlockingProfile.scala
def firstOption(implicit s: JdbcBackend#Session): Option[U]

Attributes

Source
BlockingProfile.scala
def foldLeft[R](z: R)(f: (R, U) => R)(implicit s: JdbcBackend#Session): R

Attributes

Source
BlockingProfile.scala
def foreach(b: U => Unit)(implicit s: JdbcBackend#Session): Unit

Attributes

Source
BlockingProfile.scala
def list(implicit s: JdbcBackend#Session): List[U]

Attributes

Source
BlockingProfile.scala
def selectStatement: String

Attributes

Source
BlockingProfile.scala