Package

scalikejdbc

interpolation

Permalink

package interpolation

Visibility
  1. Public
  2. All

Type Members

  1. trait AsteriskProvider extends AnyRef

    Permalink

    A trait which has #asterisk: SQLSyntax

  2. trait Implicits extends AnyRef

    Permalink

    Implicit conversion imports.

  3. trait ResultAllProvider extends AnyRef

    Permalink

    A trait which has #resultAll: SQLSyntax

  4. class SQLSyntax extends AnyRef

    Permalink

    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

Value Members

  1. object Implicits extends Implicits

    Permalink

    object to import.

  2. object SQLSyntax

    Permalink

Ungrouped