implicit final
class
Tresql extends AnyVal
Instance Constructors
-
new
Tresql(sc: StringContext)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
val
sc: StringContext
-
def
toString(): String
-
def
tresql(params: Any*)(implicit resources: Resources = Env): Result
Inherited from AnyVal
Inherited from NotNull
Inherited from Any
tresql string interpolator. NOTE: If variable reference in tresql string ends with ? i.e. variable is optional and it's value is null, it is filtered out of parameters to be passed to Query.