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