scala.slick.driver.BasicStatementBuilderComponent

QueryBuilder

class QueryBuilder extends AnyRef

Builder for SELECT and UPDATE statements.

Self Type
BasicDriver.QueryBuilder
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. QueryBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueryBuilder(input: QueryBuilderInput)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    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: QueryBuilderResult

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

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

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

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

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

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

    Attributes
    protected
  16. final def buildSelect(): QueryBuilderResult

  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: QueryBuilderResult

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

    Attributes
    protected
  22. final def building(p: BasicDriver.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: BasicDriver.StatementPart

    Attributes
    protected
  26. final def eq(arg0: AnyRef): Boolean

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

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

  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. val hasPiFunction: Boolean

    Attributes
    protected
  32. val hasRadDegConversion: Boolean

    Attributes
    protected
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. val input: QueryBuilderInput

  35. final def isInstanceOf[T0]: Boolean

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

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

    Definition Classes
    AnyRef
  38. final def newSym: AnonSymbol

    Attributes
    protected
  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. val pi: String

    Attributes
    protected
  42. val scalarFrom: Option[String]

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

    Attributes
    protected
  44. def sqlBuilder: SQLBuilder

  45. val supportsCast: Boolean

    Attributes
    protected
  46. val supportsTuples: Boolean

    Attributes
    protected
  47. val symbolName: BasicDriver.QuotingSymbolNamer

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

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

    Attributes
    protected
  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. val useIntForBoolean: Boolean

    Attributes
    protected
  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped