scalikejdbc

package scalikejdbc

Visibility
  1. Public
  2. All

Type Members

  1. trait QueryDSLFeature extends AnyRef

    Query DSL

  2. trait SQLInterpolation extends SQLInterpolationFeature with SQLSyntaxSupportFeature with QueryDSLFeature

    SQLInterpolation full imports.

  3. trait SQLInterpolationCoreTypeAlias extends AnyRef

    Alias for interpolation core elements.

  4. trait SQLInterpolationFeature extends Implicits with SQLInterpolationCoreTypeAlias

    Basic SQLInterpolation feature.

  5. trait SQLSyntaxSupportFeature extends AnyRef

    SQLSyntaxSupport feature

Value Members

  1. object SQLSyntaxSupportFeature extends LogSupport

    SQLSyntaxSupport feature

Deprecated Value Members

  1. object SQLInterpolation

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) 'import SQLInterpolation._' is no longer required. Just 'import scalikejdbc._' works fine.

Ungrouped