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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val b: SQLBuilder

    Attributes
    protected
  8. def buildComprehension(c: Comprehension): Unit

    Attributes
    protected
  9. def buildDelete: Result

  10. def buildFetchOffsetClause(fetch: Option[Node], offset: Option[Node]): Unit

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

    Attributes
    protected
  12. def buildFromClause(from: Seq[(Symbol, Node)]): Unit

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

    Attributes
    protected
  14. def buildOrderByClause(order: Seq[(Node, Ordering)]): Unit

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

    Attributes
    protected
  16. final def buildSelect(): Result

  17. def buildSelectClause(c: Comprehension): Unit

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

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

    Attributes
    protected
  20. def buildUpdate: Result

  21. def buildWhereClause(where: Seq[Node]): Unit

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

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

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

    Attributes
    protected
  25. var currentPart: JdbcDriver.StatementPart

    Attributes
    protected
  26. 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
  27. 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
  28. 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
  29. 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
  30. final def eq(arg0: AnyRef): Boolean

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

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

  33. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. 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()
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. val hasPiFunction: Boolean

    Attributes
    protected
  37. val hasRadDegConversion: Boolean

    Attributes
    protected
  38. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  39. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  40. val joins: HashMap[Symbol, Join]

    Attributes
    protected
  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. final def newSym: AnonSymbol

    Attributes
    protected
  43. final def notify(): Unit

    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  45. val pi: String

    Attributes
    protected
  46. def scanJoins(from: Seq[(Symbol, Node)]): Unit

    Attributes
    protected
  47. def sqlBuilder: SQLBuilder

  48. val state: CompilerState

  49. val supportsCast: Boolean

    Attributes
    protected
  50. val supportsEmptyJoinConditions: Boolean

    Attributes
    protected
  51. val supportsTuples: Boolean

    Attributes
    protected
  52. val symbolName: JdbcDriver.QuotingSymbolNamer

    Attributes
    protected
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  54. def toComprehension(n: Node, liftExpression: Boolean = false): Comprehension

    Attributes
    protected
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. val tree: Node

  57. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. 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