final class ActionBasedSQLInterpolation extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActionBasedSQLInterpolation
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ActionBasedSQLInterpolation(s: StringContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation to any2stringadd[ActionBasedSQLInterpolation] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ActionBasedSQLInterpolation, B)
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation to ArrowAssoc[ActionBasedSQLInterpolation] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
ensuring(cond: (ActionBasedSQLInterpolation) ⇒ Boolean, msg: ⇒ Any): ActionBasedSQLInterpolation
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation to Ensuring[ActionBasedSQLInterpolation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ActionBasedSQLInterpolation) ⇒ Boolean): ActionBasedSQLInterpolation
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation to Ensuring[ActionBasedSQLInterpolation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ActionBasedSQLInterpolation
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation to Ensuring[ActionBasedSQLInterpolation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ActionBasedSQLInterpolation
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation to Ensuring[ActionBasedSQLInterpolation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation to StringFormat[ActionBasedSQLInterpolation] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
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
Build a SQLActionBuilder via string interpolation
-
macro
def
sqlu(param: Any*): SqlAction[Int, NoStream, Effect]
Build an Action for an UPDATE statement via string interpolation
-
def
toString(): String
- Definition Classes
- Any
-
macro
def
tsql(param: Any*): SqlStreamingAction[Vector[Any], Any, Effect]
Build an Invoker for a statement with computed types via string interpolation
-
def
→[B](y: B): (ActionBasedSQLInterpolation, B)
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation to ArrowAssoc[ActionBasedSQLInterpolation] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc

edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...