t

slaq.ql.core

QueryBuilderAction

trait QueryBuilderAction extends SelectBuilder with FromBuilder with UpdateBuilder with DeleteBuilder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryBuilderAction
  2. DeleteBuilder
  3. UpdateBuilder
  4. FromBuilder
  5. SelectBuilder
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def createSubQueryBuilder(q: Query[_, _], nc: NamingContext): Self
    Attributes
    protected

Concrete Value Members

  1. object Delete
    Definition Classes
    DeleteBuilder
  2. object From
    Definition Classes
    FromBuilder
  3. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def ##: Int
    Definition Classes
    AnyRef → Any
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def buildDelete: Result
  8. final def buildSelect: (Result, ValueLinearizer[_])
  9. final def buildSelect(b: SqlBuilder): Unit
  10. final def buildSubQueries(): Unit
    Attributes
    protected
  11. final def buildUpdate: Result
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. val fromSlot: SqlBuilder
    Attributes
    protected
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isDeclaredTable(name: String): Boolean
    Definition Classes
    FromBuilder
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val nc: NamingContext
    Attributes
    protected
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def overrideAlias(table: Node, name: String): Unit
    Attributes
    protected
  26. val selectSlot: SqlBuilder
    Attributes
    protected
  27. final def subQueryBuilder(q: Query[_, _]): Self
    Attributes
    protected
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. final def tableAlias(node: Node): String
    Attributes
    protected[this]
  30. val tableAliases: LinkedHashMap[String, Ref]
    Attributes
    protected
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. object Select
    Definition Classes
    SelectBuilder
  36. object Update
    Definition Classes
    UpdateBuilder

Inherited from DeleteBuilder

Inherited from UpdateBuilder

Inherited from FromBuilder

Inherited from SelectBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped