final class ActionBasedSQLInterpolation extends AnyVal
Fork of slick's sql interpolation.
sqlu
now returns an action indicating a write effect.
sql
now returns a forked SQL action builder where as
results in an action with read effect and
asUpdate
in one with a write effect.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActionBasedSQLInterpolation
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ActionBasedSQLInterpolation(s: StringContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val s: StringContext
- macro def sql(param: Any*): SQLActionBuilder
- macro def sqlu(param: Any*): SqlAction[Int, NoStream, Write]
- def toString(): String
- Definition Classes
- Any