SQLActionBuilder

slick.jdbc.SQLActionBuilder
See theSQLActionBuilder companion object
case class SQLActionBuilder(sql: String, setParameter: SetParameter[Unit])

Attributes

Companion
object
Source
StaticQuery.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def as[R](implicit getResult: GetResult[R]): SqlStreamingAction[Vector[R], R, Effect]

Attributes

Source
StaticQuery.scala

Attributes

Source
StaticQuery.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product