Trait/Object

scalikejdbc

SQLInterpolation

Related Docs: object SQLInterpolation | package scalikejdbc

Permalink

trait SQLInterpolation extends SQLInterpolationFeature with SQLSyntaxSupportFeature with QueryDSLFeature

SQLInterpolation full imports.

Source
SQLInterpolation.scala
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
Visibility
  1. Public
  2. All

Type Members

  1. type AsteriskProvider = interpolation.AsteriskProvider

    Permalink
  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

    Permalink

    Basic Query SQLSyntax Provider for result names.

    Basic Query SQLSyntax Provider for result names.

    Definition Classes
    SQLSyntaxSupportFeature
  3. type ColumnName[A] = ColumnSQLSyntaxProvider[SQLSyntaxSupport[A], A]

    Permalink
    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

    Permalink

    SQLSyntax provider for column names.

    SQLSyntax provider for column names.

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

    Permalink
    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

    Permalink

    SQLBuilder for delete queries.

    SQLBuilder for delete queries.

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

    Permalink

    Except query builder

    Except query builder

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

    Permalink

    for update query builder

    for update query builder

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

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

    Permalink

    SQLBuilder for insert queries.

    SQLBuilder for insert queries.

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

    Permalink

    Intersect query builder

    Intersect query builder

    Definition Classes
    QueryDSLFeature
  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]

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink

    SQLSyntax provider for query parts.

    SQLSyntax provider for query parts.

    Definition Classes
    SQLSyntaxSupportFeature
  18. type ResultAllProvider = interpolation.ResultAllProvider

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

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

    Permalink

    SQLSyntax provider for result names.

    SQLSyntax provider for result names.

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

    Permalink

    SQLSyntax provider for result parts.

    SQLSyntax provider for result parts.

    Definition Classes
    SQLSyntaxSupportFeature
  22. trait SQLBuilder[A] extends AnyRef

    Permalink

    SQLBuilder

    SQLBuilder

    Definition Classes
    QueryDSLFeature
  23. type SQLSyntax = interpolation.SQLSyntax

    Permalink
  24. trait SQLSyntaxProvider[A] extends Dynamic

    Permalink

    SQLSyntax Provider

    SQLSyntax Provider

    Definition Classes
    SQLSyntaxSupportFeature
  25. trait SQLSyntaxSupport[A] extends AnyRef

    Permalink

    SQLSyntaxSupport trait.

    SQLSyntaxSupport trait. Companion object needs this trait as follows.

    case class Member(id: Long, name: Option[String])
    object Member extends SQLSyntaxSupport[Member]
    Definition Classes
    SQLSyntaxSupportFeature
  26. case class SelectSQLBuilder[A](sql: (QueryDSLFeature.this)#SQLSyntax, lazyColumns: Boolean = false, resultAllProviders: List[(QueryDSLFeature.this)#ResultAllProvider] = Nil, ignoreOnClause: Boolean = false) extends (QueryDSLFeature.this)#SQLBuilder[A] with (QueryDSLFeature.this)#SubQuerySQLBuilder[A] with Product with Serializable

    Permalink

    SQLBuilder for select queries.

    SQLBuilder for select queries.

    Definition Classes
    QueryDSLFeature
  27. type SubQueryResultName = SubQueryResultNameSQLSyntaxProvider

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

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

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

    Permalink

    Sub query builder

    Sub query builder

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

    Permalink
    Definition Classes
    SQLSyntaxSupportFeature
  32. type SubQuerySyntaxProvider = SubQuerySQLSyntaxProvider

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

    Permalink
    Definition Classes
    SQLSyntaxSupportFeature
  34. case class TableAsAliasSQLSyntax extends (SQLSyntaxSupportFeature.this)#SQLSyntax with Product with Serializable

    Permalink

    Table definition (which has alias name) part SQLSyntax

    Table definition (which has alias name) part SQLSyntax

    Definition Classes
    SQLSyntaxSupportFeature
  35. case class TableDefSQLSyntax extends (SQLSyntaxSupportFeature.this)#SQLSyntax with Product with Serializable

    Permalink

    Table definition part SQLSyntax

    Table definition part SQLSyntax

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

    Permalink

    Union query builder

    Union query builder

    Definition Classes
    QueryDSLFeature
  37. trait UpdateOperation extends AnyRef

    Permalink

    Represents UpdateOperation (used as SQLBuilder[UpdateOperation]).

    Represents UpdateOperation (used as SQLBuilder[UpdateOperation]).

    Definition Classes
    QueryDSLFeature
  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

    Permalink

    SQLBuilder for update queries.

    SQLBuilder for update queries.

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

    Permalink
    Definition Classes
    QueryDSLFeature

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object QueryDSL

    Permalink

    Prefix object for name confiliction.

    Prefix object for name confiliction.

    withSQL { QueryDSL.select.from(User as u).where.eq(u.id, 123) }
    Definition Classes
    QueryDSLFeature
  5. val SQLSyntax: interpolation.SQLSyntax.type

    Permalink
  6. object SQLSyntaxSupport

    Permalink
    Definition Classes
    SQLSyntaxSupportFeature
  7. object SubQuery

    Permalink
    Definition Classes
    SQLSyntaxSupportFeature
  8. object applyExecute

    Permalink

    withSQL and execute.apply()

    withSQL and execute.apply()

    Definition Classes
    QueryDSLFeature
  9. object applyUpdate

    Permalink

    withSQL and update.apply()

    withSQL and update.apply()

    Definition Classes
    QueryDSLFeature
  10. object applyUpdateAndReturnGeneratedKey

    Permalink

    withSQL and updateAndReturnGeneratedKey.apply()

    withSQL and updateAndReturnGeneratedKey.apply()

    Definition Classes
    QueryDSLFeature
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def clone(): AnyRef

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

    Permalink
    Definition Classes
    QueryDSLFeature
  14. val deleteFrom: QueryDSLFeature.QueryDSL.deleteFrom.type

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

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

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

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

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

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

    Permalink
    Definition Classes
    QueryDSLFeature
  21. val insertInto: QueryDSLFeature.QueryDSL.insertInto.type

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

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

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

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

    Permalink
    Definition Classes
    QueryDSLFeature
  29. val selectFrom: QueryDSLFeature.QueryDSL.selectFrom.type

    Permalink
    Definition Classes
    QueryDSLFeature
  30. val sqls: interpolation.SQLSyntax.type

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

    Permalink
    Definition Classes
    QueryDSLFeature
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. object withSQL

    Permalink

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

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

    Definition Classes
    QueryDSLFeature

Inherited from QueryDSLFeature

Inherited from SQLSyntaxSupportFeature

Inherited from SQLInterpolationFeature

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped