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
- def sql(params: TypedParameter[_]*): SQLActionBuilder
Build a SQLActionBuilder via string interpolation
- def sqlu(params: TypedParameter[_]*): sql.SqlStreamingAction.ResultAction[Int, NoStream, Write]
Build an Action for an UPDATE statement via string interpolation
- def toString(): String
- Definition Classes
- Any