scalikejdbc.interpolation

Members list

Type members

Classlikes

A trait which has #asterisk: SQLSyntax

A trait which has #asterisk: SQLSyntax

Attributes

Source
SQLSyntax.scala
Supertypes
class Object
trait Matchable
class Any
object Implicits extends Implicits

object to import.

object to import.

Attributes

Companion
trait
Source
Implicits.scala
Supertypes
trait Implicits
class Object
trait Matchable
class Any
Self type
Implicits.type
trait Implicits

Implicit conversion imports.

Implicit conversion imports.

Attributes

Companion
object
Source
Implicits.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Implicits.type

A trait which has #resultAll: SQLSyntax

A trait which has #resultAll: SQLSyntax

Attributes

Source
SQLSyntax.scala
Supertypes
class Object
trait Matchable
class Any
class SQLSyntax

Value as a part of SQL syntax.

Value as a part of SQL syntax.

This value won't be treated as a binding parameter but will be appended as a part of SQL.

Note: The constructor should NOT be used by library users at the considerable risk of SQL injection vulnerability. https://github.com/scalikejdbc/scalikejdbc/issues/116

Attributes

Companion
object
Source
SQLSyntax.scala
Supertypes
class Object
trait Matchable
class Any
object SQLSyntax

Attributes

Companion
class
Source
SQLSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Self type
SQLSyntax.type