JdbcInvokerComponent

slick.jdbc.JdbcInvokerComponent

Attributes

Source
JdbcInvokerComponent.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait JdbcProfile
trait DB2Profile
object DB2Profile.type
trait DerbyProfile
object DerbyProfile.type
trait H2Profile
object H2Profile.type
object HsqldbProfile.type
trait MySQLProfile
object MySQLProfile.type
object OracleProfile.type
object PostgresProfile.type
object SQLServerProfile.type
object SQLiteProfile.type
Show all
Self type

Members list

Type members

Classlikes

trait QueryInvoker[R] extends StatementInvoker[R]

An Invoker for queries.

An Invoker for queries.

Attributes

Source
JdbcInvokerComponent.scala
Supertypes
class StatementInvoker[R]
trait Invoker[R]
class Object
trait Matchable
class Any
Known subtypes
class QueryInvokerImpl[R]
class QueryInvokerImpl[R](tree: Node, param: Any, overrideSql: String) extends QueryInvoker[R]

Attributes

Source
JdbcInvokerComponent.scala
Supertypes
trait QueryInvoker[R]
class StatementInvoker[R]
trait Invoker[R]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def createQueryInvoker[R](tree: Node, param: Any, sql: String): QueryInvokerImpl[R]

Attributes

Source
JdbcInvokerComponent.scala

Concrete fields

protected val invokerPreviousAfterDelete: Boolean

Attributes

Source
JdbcInvokerComponent.scala