final class ActionBasedSQLInterpolation extends AnyVal
- Alphabetic
- By Inheritance
- ActionBasedSQLInterpolation
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
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 toany2stringadd[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 toArrowAssoc[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 toEnsuring[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 toEnsuring[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 toEnsuring[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 toEnsuring[ActionBasedSQLInterpolation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- 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
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation toStringFormat[ActionBasedSQLInterpolation] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (ActionBasedSQLInterpolation, B)
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation toArrowAssoc[ActionBasedSQLInterpolation] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
Inherited from AnyVal
Value Members
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
Inherited from Any
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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any
Inherited by implicit conversion any2stringadd fromActionBasedSQLInterpolation to any2stringadd[ActionBasedSQLInterpolation]
Value Members
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation toany2stringadd[ActionBasedSQLInterpolation] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
Inherited by implicit conversion StringFormat fromActionBasedSQLInterpolation to StringFormat[ActionBasedSQLInterpolation]
Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation toStringFormat[ActionBasedSQLInterpolation] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
Inherited by implicit conversion Ensuring fromActionBasedSQLInterpolation to Ensuring[ActionBasedSQLInterpolation]
Value Members
- def ensuring(cond: (ActionBasedSQLInterpolation) => Boolean, msg: => Any): ActionBasedSQLInterpolation
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation toEnsuring[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 toEnsuring[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 toEnsuring[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 toEnsuring[ActionBasedSQLInterpolation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
Inherited by implicit conversion ArrowAssoc fromActionBasedSQLInterpolation to ArrowAssoc[ActionBasedSQLInterpolation]
Value Members
- def ->[B](y: B): (ActionBasedSQLInterpolation, B)
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation toArrowAssoc[ActionBasedSQLInterpolation] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def →[B](y: B): (ActionBasedSQLInterpolation, B)
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation toArrowAssoc[ActionBasedSQLInterpolation] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
Ungrouped
- 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 toany2stringadd[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 toArrowAssoc[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 toEnsuring[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 toEnsuring[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 toEnsuring[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 toEnsuring[ActionBasedSQLInterpolation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- 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 formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation toStringFormat[ActionBasedSQLInterpolation] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (ActionBasedSQLInterpolation, B)
- Implicit
- This member is added by an implicit conversion from ActionBasedSQLInterpolation toArrowAssoc[ActionBasedSQLInterpolation] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
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...