org.tresql

Expr

class Expr extends () ⇒ Any with Ordered[Expr]

Attributes
abstract
Linear Supertypes
Ordered[Expr], Comparable[Expr], () ⇒ Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Expr
  2. Ordered
  3. Comparable
  4. Function0
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Expr ()

Type Members

  1. type Number = BigDecimal

Abstract Value Members

  1. def builder : QueryBuilder

    Attributes
    abstract
  2. def defaultSQL : String

    Attributes
    abstract

Concrete Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def & (e: Expr): Boolean

  5. def * (e: Expr): BigDecimal

  6. def + (e: Expr): Serializable

  7. def - (e: Expr): BigDecimal

  8. def / (e: Expr): BigDecimal

  9. def < (that: Expr): Boolean

    Definition Classes
    Ordered
  10. def <= (that: Expr): Boolean

    Definition Classes
    Ordered
  11. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  13. def > (that: Expr): Boolean

    Definition Classes
    Ordered
  14. def >= (that: Expr): Boolean

    Definition Classes
    Ordered
  15. def apply (params: Map[String, Any]): Any

  16. def apply (params: Seq[Any]): Any

  17. def apply (): Any

    Definition Classes
    Expr → Function0
  18. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  19. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def close : Unit

  21. def compare (that: Expr): Int

    Definition Classes
    Expr → Ordered
  22. def compareTo (that: Expr): Int

    Definition Classes
    Ordered → Comparable
  23. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def equals (that: Any): Boolean

    Definition Classes
    Expr → AnyRef → Any
  25. def exprType : Class[_]

  26. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. def foreach (params: Any*)(f: (RowLike) ⇒ Unit = (row) => ()): Unit

  28. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  29. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  31. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  34. def select (params: Map[String, Any]): Result

  35. def select (params: Any*): Result

  36. def sql : String

  37. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  38. def toString (): String

    Definition Classes
    Expr → Function0 → AnyRef → Any
  39. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. def | (e: Expr): Any

Inherited from Ordered[Expr]

Inherited from Comparable[Expr]

Inherited from () ⇒ Any

Inherited from AnyRef

Inherited from Any