Interp

scalasql.core.SqlStr.Interp
See theInterp companion trait
object Interp

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Interp.type

Members list

Type members

Classlikes

case class SqlStrInterp(s: SqlStr) extends Interp

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Interp
class Object
trait Matchable
class Any
Show all
case class TypeInterp[T](value: T)(implicit evidence$1: TypeMapper[T]) extends Interp

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Interp
class Object
trait Matchable
class Any
Show all

Implicits

Implicits

implicit def renderableInterp(t: Renderable)(implicit ctx: Context): Interp
implicit def sqlStrInterp(s: SqlStr): Interp
implicit def typeInterp[T : TypeMapper](value: T): Interp