RunnableCompiledQueryExecutor

com.github.takezoe.slick.blocking.BlockingJdbcProfile.BlockingJdbcAPI.RunnableCompiledQueryExecutor
implicit class RunnableCompiledQueryExecutor[U, C[_]](c: RunnableCompiled[_ <: Query[_, _, C], C[U]])

Attributes

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

Members list

Value members

Concrete methods

def run(implicit s: JdbcBackend#Session): Seq[U]

Attributes

Source
BlockingProfile.scala
def selectStatement: String

Attributes

Source
BlockingProfile.scala