scala.slick.driver.BasicStatementBuilderComponent

QueryBuilder

class QueryBuilder extends AnyRef

Builder for SELECT and UPDATE statements.

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. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. val input: QueryBuilderInput

  33. final def isInstanceOf[T0]: Boolean

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

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

    Definition Classes
    AnyRef
  36. final def newSym: AnonSymbol

    Attributes
    protected
  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. val scalarFrom: Option[String]

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

    Attributes
    protected
  41. def sqlBuilder: SQLBuilder

  42. val supportsCast: Boolean

    Attributes
    protected
  43. val supportsTuples: Boolean

    Attributes
    protected
  44. val symbolName: BasicDriver.QuotingSymbolNamer

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

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

    Attributes
    protected
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. val useIntForBoolean: Boolean

    Attributes
    protected
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

No Group