final
class
SQLInterpolation extends AnyVal
Instance Constructors
-
new
SQLInterpolation(s: StringContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SQLInterpolation
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
val
s: StringContext
-
-
def
sqlu[P](param: P)(implicit pconv: SetParameter[P]): StaticQuery[Unit, Int]
-
def
toString(): String
-
Shadowed Implicit Value Members
-
val
self: Any
-
val
self: Any
Inherited from AnyVal
Inherited from NotNull
Inherited from Any
Inherited by implicit conversion any2stringadd from
SQLInterpolation to StringAdd
Inherited by implicit conversion any2stringfmt from
SQLInterpolation to StringFormat