Packages

class QueryBuilder extends AnyRef

Builder for SELECT and UPDATE statements.

Self Type
JdbcProfile.QueryBuilder
Source
JdbcStatementBuilderComponent.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryBuilder
  2. AnyRef
  3. 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: Comprehension): 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], skipParens: Boolean = false): Unit
    Attributes
    protected
  15. def buildFromClause(from: Seq[(TermSymbol, Node)]): Unit
    Attributes
    protected
  16. def buildGroupByClause(groupBy: Option[Node]): Unit
    Attributes
    protected
  17. def buildGroupByColumn(by: Node): Unit
    Attributes
    protected
  18. def buildHavingClause(having: Option[Node]): Unit
    Attributes
    protected
  19. def buildJoin(j: Join): Unit
    Attributes
    protected
  20. def buildOrderByClause(order: ConstArray[(Node, Ordering)]): Unit
    Attributes
    protected
  21. def buildOrdering(n: Node, o: Ordering): Unit
    Attributes
    protected
  22. final def buildSelect(): Result
  23. def buildSelectClause(c: Comprehension): Unit
    Attributes
    protected
  24. def buildSelectModifiers(c: Comprehension): Unit
    Attributes
    protected
  25. def buildSelectPart(n: Node): Unit
    Attributes
    protected
  26. def buildUpdate: Result
  27. def buildWhereClause(where: Option[Node]): Unit
    Attributes
    protected
  28. final def building(p: JdbcProfile.StatementPart)(f: => Unit): Unit
    Attributes
    protected
    Annotations
    @inline()
  29. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  30. val concatOperator: Option[String]
    Attributes
    protected
  31. var currentPart: JdbcProfile.StatementPart
    Attributes
    protected
  32. var currentUniqueFrom: Option[TermSymbol]
    Attributes
    protected
  33. 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
  34. 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
  35. 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
  36. 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
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  39. def expr(n: Node, skipParens: Boolean = false): Unit
  40. def flattenJoins(s: TermSymbol, n: Node): (Seq[(TermSymbol, Node)], Seq[Node])
    Attributes
    protected
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. val hasPiFunction: Boolean
    Attributes
    protected
  43. val hasRadDegConversion: Boolean
    Attributes
    protected
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. val joins: HashMap[TermSymbol, Join]
    Attributes
    protected
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. val parenthesizeNestedRHSJoin: Boolean
    Attributes
    protected
  51. val pi: String
    Attributes
    protected
  52. val quotedJdbcFns: Option[Seq[JdbcFunction]]
    Attributes
    protected
  53. def scanJoins(from: ConstArray[(TermSymbol, Node)]): Unit
    Attributes
    protected
  54. def sqlBuilder: SQLBuilder
  55. val state: CompilerState
  56. val supportsCast: Boolean
    Attributes
    protected
  57. val supportsLiteralGroupBy: Boolean
    Attributes
    protected
  58. val supportsTuples: Boolean
    Attributes
    protected
  59. val symbolName: JdbcProfile.QuotingSymbolNamer
    Attributes
    protected
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. val tree: Node
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  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 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