slick.driver.JdbcStatementBuilderComponent

QueryBuilder

Related Doc: package JdbcStatementBuilderComponent

class QueryBuilder extends AnyRef

Builder for SELECT and UPDATE statements.

Self Type
JdbcDriver.QueryBuilder
Source
JdbcStatementBuilderComponent.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
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
Learn more about member selection
Visibility
  1. Public
  2. All

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 information
    This member is added by an implicit conversion from JdbcDriver.QueryBuilder to any2stringadd[JdbcDriver.QueryBuilder] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JdbcDriver.QueryBuilder, B)

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.QueryBuilder to ArrowAssoc[JdbcDriver.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 buildFetchOffsetClause(fetch: Option[Node], offset: Option[Node]): Unit

    Attributes
    protected
  12. def buildFrom(n: Node, alias: Option[TermSymbol], skipParens: Boolean = false): Unit

    Attributes
    protected
  13. def buildFromClause(from: Seq[(TermSymbol, Node)]): Unit

    Attributes
    protected
  14. def buildGroupByClause(groupBy: Option[Node]): Unit

    Attributes
    protected
  15. def buildGroupByColumn(by: Node): Unit

    Attributes
    protected
  16. def buildHavingClause(having: Option[Node]): Unit

    Attributes
    protected
  17. def buildJoin(j: Join): Unit

    Attributes
    protected
  18. def buildOrderByClause(order: ConstArray[(Node, Ordering)]): Unit

    Attributes
    protected
  19. def buildOrdering(n: Node, o: Ordering): Unit

    Attributes
    protected
  20. final def buildSelect(): Result

  21. def buildSelectClause(c: Comprehension): Unit

    Attributes
    protected
  22. def buildSelectModifiers(c: Comprehension): Unit

    Attributes
    protected
  23. def buildSelectPart(n: Node): Unit

    Attributes
    protected
  24. def buildUpdate: Result

  25. def buildWhereClause(where: Option[Node]): Unit

    Attributes
    protected
  26. final def building(p: JdbcDriver.StatementPart)(f: ⇒ Unit): Unit

    Attributes
    protected
    Annotations
    @inline()
  27. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. val concatOperator: Option[String]

    Attributes
    protected
  29. var currentPart: JdbcDriver.StatementPart

    Attributes
    protected
  30. var currentUniqueFrom: Option[TermSymbol]

    Attributes
    protected
  31. def ensuring(cond: (JdbcDriver.QueryBuilder) ⇒ Boolean, msg: ⇒ Any): JdbcDriver.QueryBuilder

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.QueryBuilder to Ensuring[JdbcDriver.QueryBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: (JdbcDriver.QueryBuilder) ⇒ Boolean): JdbcDriver.QueryBuilder

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.QueryBuilder to Ensuring[JdbcDriver.QueryBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean, msg: ⇒ Any): JdbcDriver.QueryBuilder

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.QueryBuilder to Ensuring[JdbcDriver.QueryBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean): JdbcDriver.QueryBuilder

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.QueryBuilder to Ensuring[JdbcDriver.QueryBuilder] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  37. def expr(n: Node, skipParens: Boolean = false): Unit

  38. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. def flattenJoins(s: TermSymbol, n: Node): (Seq[(TermSymbol, Node)], Seq[Node])

    Attributes
    protected
  40. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.QueryBuilder to StringFormat[JdbcDriver.QueryBuilder] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  41. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  42. val hasPiFunction: Boolean

    Attributes
    protected
  43. val hasRadDegConversion: Boolean

    Attributes
    protected
  44. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  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
  49. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  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: JdbcDriver.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(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. def [B](y: B): (JdbcDriver.QueryBuilder, B)

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.QueryBuilder to ArrowAssoc[JdbcDriver.QueryBuilder] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JdbcDriver.QueryBuilder to any2stringadd[JdbcDriver.QueryBuilder]

Inherited by implicit conversion StringFormat from JdbcDriver.QueryBuilder to StringFormat[JdbcDriver.QueryBuilder]

Inherited by implicit conversion Ensuring from JdbcDriver.QueryBuilder to Ensuring[JdbcDriver.QueryBuilder]

Inherited by implicit conversion ArrowAssoc from JdbcDriver.QueryBuilder to ArrowAssoc[JdbcDriver.QueryBuilder]

Ungrouped