Packages

class QueryBuilder extends InterpolationContext

Builder for SELECT and UPDATE statements.

Self Type
JdbcProfile.QueryBuilder
Source
JdbcStatementBuilderComponent.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryBuilder
  2. InterpolationContext
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new QueryBuilder(tree: Node, state: CompilerState)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from JdbcProfile.QueryBuilder toany2stringadd[JdbcProfile.QueryBuilder] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JdbcProfile.QueryBuilder, B)
    Implicit
    This member is added by an implicit conversion from JdbcProfile.QueryBuilder toArrowAssoc[JdbcProfile.QueryBuilder] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val alwaysAliasSubqueries: Boolean
    Attributes
    protected
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val b: SQLBuilder
    Attributes
    protected
  9. def buildComprehension(c: Base): Unit
    Attributes
    protected
  10. def buildDelete(): Result
  11. def buildDeleteFrom(tableName: String): Unit
    Attributes
    protected
  12. def buildFetchOffsetClause(fetch: Option[Node], offset: Option[Node]): Unit
    Attributes
    protected
  13. def buildForUpdateClause(forUpdate: Boolean): Unit
    Attributes
    protected
  14. def buildFrom(n: Node, alias: Option[TermSymbol]): Unit
    Attributes
    protected
  15. final def buildFrom(n: Node, alias: Option[TermSymbol], skipParens: Boolean): Unit
    Attributes
    protected
  16. def buildFromClause(from: Seq[(TermSymbol, Node)]): Unit
    Attributes
    protected
  17. def buildGroupByClause(groupBy: Option[Node]): Unit
    Attributes
    protected
  18. def buildGroupByColumn(by: Node): Unit
    Attributes
    protected
  19. def buildHavingClause(having: Option[Node]): Unit
    Attributes
    protected
  20. def buildJoin(j: Join): Unit
    Attributes
    protected
  21. def buildOrderByClause(order: ConstArray[(Node, Ordering)]): Unit
    Attributes
    protected
  22. def buildOrdering(n: Node, o: Ordering): Unit
    Attributes
    protected
  23. final def buildSelect(): Result
  24. def buildSelectClause(c: Base): Unit
    Attributes
    protected
  25. def buildSelectModifiers(c: Base): Unit
    Attributes
    protected
  26. def buildSelectPart(n: Node): Unit
    Attributes
    protected
  27. def buildUpdate(): Result
  28. def buildWhereClause(where: Option[Node]): Unit
    Attributes
    protected
  29. final def building(p: JdbcProfile.StatementPart)(f: => Unit): Unit
    Attributes
    protected
    Annotations
    @inline()
  30. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  31. val concatOperator: Option[String]
    Attributes
    protected
  32. var currentPart: JdbcProfile.StatementPart
    Attributes
    protected
  33. var currentUniqueFrom: Option[TermSymbol]
    Attributes
    protected
  34. def ensuring(cond: (JdbcProfile.QueryBuilder) => Boolean, msg: => Any): JdbcProfile.QueryBuilder
    Implicit
    This member is added by an implicit conversion from JdbcProfile.QueryBuilder toEnsuring[JdbcProfile.QueryBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. def ensuring(cond: (JdbcProfile.QueryBuilder) => Boolean): JdbcProfile.QueryBuilder
    Implicit
    This member is added by an implicit conversion from JdbcProfile.QueryBuilder toEnsuring[JdbcProfile.QueryBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  36. def ensuring(cond: Boolean, msg: => Any): JdbcProfile.QueryBuilder
    Implicit
    This member is added by an implicit conversion from JdbcProfile.QueryBuilder toEnsuring[JdbcProfile.QueryBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  37. def ensuring(cond: Boolean): JdbcProfile.QueryBuilder
    Implicit
    This member is added by an implicit conversion from JdbcProfile.QueryBuilder toEnsuring[JdbcProfile.QueryBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. def expr(n: Node): Unit
    Definition Classes
    QueryBuilderInterpolationContext
  41. final def expr(n: Node, skipParens: Boolean): Unit
  42. def flattenJoins(s: TermSymbol, n: Node): (Seq[(TermSymbol, Node)], Seq[Node])
    Attributes
    protected
  43. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  44. val hasPiFunction: Boolean
    Attributes
    protected
  45. val hasRadDegConversion: Boolean
    Attributes
    protected
  46. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  47. implicit def interpolationContext: InterpolationContext
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. val joins: HashMap[TermSymbol, Join]
    Attributes
    protected
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  53. val parenthesizeNestedRHSJoin: Boolean
    Attributes
    protected
  54. val pi: String
    Attributes
    protected
  55. def quoteIdentifier(s: String): String
    Definition Classes
    QueryBuilderInterpolationContext
  56. val quotedJdbcFns: Option[Seq[JdbcFunction]]
    Attributes
    protected
  57. def scanJoins(from: ConstArray[(TermSymbol, Node)]): Unit
    Attributes
    protected
  58. final def skipParens: Boolean
    Definition Classes
    QueryBuilderInterpolationContext
  59. def sqlBuilder: SQLBuilder
    Definition Classes
    QueryBuilderInterpolationContext
  60. val state: CompilerState
  61. val supportsCast: Boolean
    Attributes
    protected
  62. val supportsLiteralGroupBy: Boolean
    Attributes
    protected
  63. val supportsTuples: Boolean
    Attributes
    protected
  64. val symbolName: SymbolNamer
    Definition Classes
    QueryBuilderInterpolationContext
  65. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  66. def toString(): String
    Definition Classes
    AnyRef → Any
  67. val tree: Node
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def withSkipParens[U](b: Boolean)(f: => U): U
    Definition Classes
    QueryBuilderInterpolationContext

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from JdbcProfile.QueryBuilder toStringFormat[JdbcProfile.QueryBuilder] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (JdbcProfile.QueryBuilder, B)
    Implicit
    This member is added by an implicit conversion from JdbcProfile.QueryBuilder toArrowAssoc[JdbcProfile.QueryBuilder] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from InterpolationContext

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromJdbcProfile.QueryBuilder to any2stringadd[JdbcProfile.QueryBuilder]

Inherited by implicit conversion StringFormat fromJdbcProfile.QueryBuilder to StringFormat[JdbcProfile.QueryBuilder]

Inherited by implicit conversion Ensuring fromJdbcProfile.QueryBuilder to Ensuring[JdbcProfile.QueryBuilder]

Inherited by implicit conversion ArrowAssoc fromJdbcProfile.QueryBuilder to ArrowAssoc[JdbcProfile.QueryBuilder]

Ungrouped