Class

org.squeryl.dsl.ast

DummyExpressionHolder

Related Doc: package ast

Permalink

class DummyExpressionHolder extends ExpressionNode

Update, delete and insert statement are not built with AST nodes, (for example Table[].update), although some portions of these statements (where clauses are sometimes built with it. The StatisticsListener needs to view every expression call as an AST, which is the reason for this class. AST are meant to be "non rendered", i.e. agnostic to specific DatabaseAdapter, this DummyExpressionHolder is an exception. TODO: unify expression building to be completely AST based.

Source
ExpressionNode.scala
Linear Supertypes
ExpressionNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DummyExpressionHolder
  2. ExpressionNode
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DummyExpressionHolder(renderedExpression: String)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def ?: DummyExpressionHolder.this.type

    Permalink
    Definition Classes
    ExpressionNode
  5. var _inhibitedByWhen: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ExpressionNode
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cast[A, T](typ: String)(implicit tef: TypedExpressionFactory[A, T]): TypedExpression[A, T]

    Permalink
    Definition Classes
    ExpressionNode
  8. def children: List[ExpressionNode]

    Permalink
    Definition Classes
    ExpressionNode
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def doWrite(sw: StatementWriter): Unit

    Permalink
    Definition Classes
    DummyExpressionHolderExpressionNode
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def filterDescendants(predicate: (ExpressionNode) ⇒ Boolean): Iterable[ExpressionNode]

    Permalink
    Definition Classes
    ExpressionNode
  14. def filterDescendantsOfType[T](implicit manifest: Manifest[T]): Iterable[T]

    Permalink
    Definition Classes
    ExpressionNode
  15. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def id: String

    Permalink
    Definition Classes
    ExpressionNode
  19. def inhibitWhen(inhibited: Boolean): DummyExpressionHolder.this.type

    Permalink
    Definition Classes
    ExpressionNode
  20. def inhibited: Boolean

    Permalink
    Definition Classes
    ExpressionNode
  21. def inhibitedFlagForAstDump: String

    Permalink
    Definition Classes
    ExpressionNode
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. var parent: Option[ExpressionNode]

    Permalink
    Definition Classes
    ExpressionNode
  27. val renderedExpression: String

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    ExpressionNode → AnyRef → Any
  30. def visitDescendants(visitor: (ExpressionNode, Option[ExpressionNode], Int) ⇒ Unit): Unit

    Permalink

    visitor's args are : -the visited node, -it's parent -it's depth

    visitor's args are : -the visited node, -it's parent -it's depth

    Definition Classes
    ExpressionNode
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def write(sw: StatementWriter): Unit

    Permalink
    Definition Classes
    ExpressionNode
  35. def writeToString: String

    Permalink
    Definition Classes
    ExpressionNode

Inherited from ExpressionNode

Inherited from AnyRef

Inherited from Any

Ungrouped