scalikejdbc

SQLInterpolation

object SQLInterpolation extends SQLInterpolationFeature with SQLSyntaxSupportFeature with QueryDSLFeature

SQLInterpolation full imports.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SQLInterpolation
  2. QueryDSLFeature
  3. SQLSyntaxSupportFeature
  4. SQLInterpolationFeature
  5. SQLInterpolationCoreTypeAlias
  6. Implicits
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AsteriskProvider = interpolation.AsteriskProvider

  2. case class BasicResultNameSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A](support: S, tableAliasName: String) extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with (SQLSyntaxSupportFeature.this)#ResultNameSQLSyntaxProvider[S, A] with Product with Serializable

    Basic Query SQLSyntax Provider for result names.

  3. type ColumnName[A] = ColumnSQLSyntaxProvider[SQLSyntaxSupport[A], A]

    Definition Classes
    SQLSyntaxSupportFeature
  4. case class ColumnSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A](support: S) extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProvider[A] with (SQLSyntaxSupportFeature.this)#AsteriskProvider with Product with Serializable

    SQLSyntax provider for column names.

  5. trait ConditionSQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A] with (QueryDSLFeature.this)#PagingSQLBuilder[A] with (QueryDSLFeature.this)#GroupBySQLBuilder[A]

    Definition Classes
    QueryDSLFeature
  6. case class DeleteSQLBuilder(sql: (QueryDSLFeature.this)#SQLSyntax) extends (QueryDSLFeature.this)#SQLBuilder[(QueryDSLFeature.this)#UpdateOperation] with (QueryDSLFeature.this)#WhereSQLBuilder[(QueryDSLFeature.this)#UpdateOperation] with Product with Serializable

    SQLBuilder for delete queries.

  7. trait ExceptQuerySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]

    Except query builder

  8. trait ForUpdateQuerySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]

    for update query builder

  9. trait GroupBySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A] with (QueryDSLFeature.this)#PagingSQLBuilder[A]

    Definition Classes
    QueryDSLFeature
  10. case class InsertSQLBuilder(sql: (QueryDSLFeature.this)#SQLSyntax) extends (QueryDSLFeature.this)#SQLBuilder[(QueryDSLFeature.this)#UpdateOperation] with Product with Serializable

    SQLBuilder for insert queries.

  11. trait IntersectQuerySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]

    Intersect query builder

  12. trait PagingSQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A] with (QueryDSLFeature.this)#UnionQuerySQLBuilder[A] with (QueryDSLFeature.this)#ExceptQuerySQLBuilder[A] with (QueryDSLFeature.this)#IntersectQuerySQLBuilder[A] with (QueryDSLFeature.this)#ForUpdateQuerySQLBuilder[A] with (QueryDSLFeature.this)#SubQuerySQLBuilder[A]

    Definition Classes
    QueryDSLFeature
  13. case class PartialResultSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A](support: S, aliasName: String, syntax: (SQLSyntaxSupportFeature.this)#SQLSyntax) extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with Product with Serializable

    Definition Classes
    SQLSyntaxSupportFeature
  14. case class PartialSubQueryResultNameSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A](aliasName: String, delimiterForResultName: String, underlying: (SQLSyntaxSupportFeature.this)#BasicResultNameSQLSyntaxProvider[S, A]) extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with (SQLSyntaxSupportFeature.this)#ResultNameSQLSyntaxProvider[S, A] with Product with Serializable

    Definition Classes
    SQLSyntaxSupportFeature
  15. case class PartialSubQueryResultSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A](aliasName: String, delimiterForResultName: String, underlying: (SQLSyntaxSupportFeature.this)#BasicResultNameSQLSyntaxProvider[S, A]) extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with Product with Serializable

    Definition Classes
    SQLSyntaxSupportFeature
  16. case class PartialSubQuerySQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A](aliasName: String, delimiterForResultName: String, underlying: (SQLSyntaxSupportFeature.this)#BasicResultNameSQLSyntaxProvider[S, A]) extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with (SQLSyntaxSupportFeature.this)#AsteriskProvider with Product with Serializable

    Definition Classes
    SQLSyntaxSupportFeature
  17. case class QuerySQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A](support: S, tableAliasName: String) extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with (SQLSyntaxSupportFeature.this)#ResultAllProvider with (SQLSyntaxSupportFeature.this)#AsteriskProvider with Product with Serializable

    SQLSyntax provider for query parts.

  18. type ResultAllProvider = interpolation.ResultAllProvider

  19. type ResultName[A] = ResultNameSQLSyntaxProvider[SQLSyntaxSupport[A], A]

    Definition Classes
    SQLSyntaxSupportFeature
  20. trait ResultNameSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A] extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProvider[A]

    SQLSyntax provider for result names.

  21. case class ResultSQLSyntaxProvider[S <: (SQLSyntaxSupportFeature.this)#SQLSyntaxSupport[A], A](support: S, tableAliasName: String) extends (SQLSyntaxSupportFeature.this)#SQLSyntaxProviderCommonImpl[S, A] with Product with Serializable

    SQLSyntax provider for result parts.

  22. trait SQLBuilder[A] extends AnyRef

    SQLBuilder

  23. type SQLSyntax = interpolation.SQLSyntax

  24. trait SQLSyntaxProvider[A] extends Dynamic

    SQLSyntax Provider

  25. trait SQLSyntaxSupport[A] extends AnyRef

    SQLSyntaxSupport trait.

  26. case class SelectSQLBuilder[A](sql: (QueryDSLFeature.this)#SQLSyntax, lazyColumns: Boolean = false, resultAllProviders: List[(QueryDSLFeature.this)#ResultAllProvider] = immutable.this.Nil, ignoreOnClause: Boolean = false) extends (QueryDSLFeature.this)#SQLBuilder[A] with (QueryDSLFeature.this)#SubQuerySQLBuilder[A] with Product with Serializable

    SQLBuilder for select queries.

  27. type SubQueryResultName = SubQueryResultNameSQLSyntaxProvider

    Definition Classes
    SQLSyntaxSupportFeature
  28. case class SubQueryResultNameSQLSyntaxProvider(aliasName: String, delimiterForResultName: String, resultNames: Seq[(SQLSyntaxSupportFeature.this)#BasicResultNameSQLSyntaxProvider[_, _]]) extends Product with Serializable

    Definition Classes
    SQLSyntaxSupportFeature
  29. case class SubQueryResultSQLSyntaxProvider(aliasName: String, delimiterForResultName: String, resultNames: Seq[(SQLSyntaxSupportFeature.this)#BasicResultNameSQLSyntaxProvider[_, _]]) extends Product with Serializable

    Definition Classes
    SQLSyntaxSupportFeature
  30. trait SubQuerySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]

    Sub query builder

  31. case class SubQuerySQLSyntaxProvider(aliasName: String, delimiterForResultName: String, resultNames: Seq[(SQLSyntaxSupportFeature.this)#BasicResultNameSQLSyntaxProvider[_, _]]) extends ResultAllProvider with (SQLSyntaxSupportFeature.this)#AsteriskProvider with Product with Serializable

    Definition Classes
    SQLSyntaxSupportFeature
  32. type SubQuerySyntaxProvider = SubQuerySQLSyntaxProvider

    Definition Classes
    SQLSyntaxSupportFeature
  33. type SyntaxProvider[A] = QuerySQLSyntaxProvider[SQLSyntaxSupport[A], A]

    Definition Classes
    SQLSyntaxSupportFeature
  34. case class TableAsAliasSQLSyntax extends SQLSyntax with Product with Serializable

    Table definition (which has alias name) part SQLSyntax

  35. case class TableDefSQLSyntax extends SQLSyntax with Product with Serializable

    Table definition part SQLSyntax

  36. trait UnionQuerySQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]

    Union query builder

  37. trait UpdateOperation extends AnyRef

    Represents UpdateOperation (used as SQLBuilder[UpdateOperation]).

  38. case class UpdateSQLBuilder(sql: (QueryDSLFeature.this)#SQLSyntax) extends (QueryDSLFeature.this)#SQLBuilder[(QueryDSLFeature.this)#UpdateOperation] with (QueryDSLFeature.this)#WhereSQLBuilder[(QueryDSLFeature.this)#UpdateOperation] with Product with Serializable

    SQLBuilder for update queries.

  39. trait WhereSQLBuilder[A] extends (QueryDSLFeature.this)#SQLBuilder[A]

    Definition Classes
    QueryDSLFeature

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object QueryDSL

    Prefix object for name confiliction.

  7. val SQLSyntax: interpolation.SQLSyntax.type

  8. object SubQuery

    Definition Classes
    SQLSyntaxSupportFeature
  9. object applyExecute

    withSQL and execute.

  10. object applyUpdate

    withSQL and update.

  11. object applyUpdateAndReturnGeneratedKey

    withSQL and updateAndReturnGeneratedKey.

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. val delete: QueryDSLFeature.QueryDSL.delete.type

    Definition Classes
    QueryDSLFeature
  15. val deleteFrom: QueryDSLFeature.QueryDSL.deleteFrom.type

    Definition Classes
    QueryDSLFeature
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. val insert: QueryDSLFeature.QueryDSL.insert.type

    Definition Classes
    QueryDSLFeature
  22. val insertInto: QueryDSLFeature.QueryDSL.insertInto.type

    Definition Classes
    QueryDSLFeature
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. implicit def scalikejdbcSQLInterpolationImplicitDef(s: StringContext): SQLInterpolationString

    Definition Classes
    Implicits
    Annotations
    @inline()
  28. implicit def scalikejdbcSQLSyntaxToStringImplicitDef(syntax: interpolation.SQLSyntax): String

    Definition Classes
    Implicits
    Annotations
    @inline()
  29. val select: QueryDSLFeature.QueryDSL.select.type

    Definition Classes
    QueryDSLFeature
  30. val selectFrom: QueryDSLFeature.QueryDSL.selectFrom.type

    Definition Classes
    QueryDSLFeature
  31. val sqls: interpolation.SQLSyntax.type

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. val update: QueryDSLFeature.QueryDSL.update.type

    Definition Classes
    QueryDSLFeature
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. object withSQL

    withSQL clause which returns SQL[A, NoExtractor] from SQLBuilder.

Inherited from QueryDSLFeature

Inherited from SQLSyntaxSupportFeature

Inherited from SQLInterpolationFeature

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped