org.tresql

Expr

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

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

Instance Constructors

  1. new Expr()

Type Members

  1. type Number = BigDecimal

Abstract Value Members

  1. abstract def builder: QueryBuilder

  2. abstract def defaultSQL: String

Concrete 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. 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. final def ==(arg0: AnyRef): Boolean

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

    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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @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. final def eq(arg0: AnyRef): Boolean

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

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

  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def in(inList: List[Expr]): Boolean

  29. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  31. def notIn(inList: List[Expr]): Boolean

  32. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def sql: String

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

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    Expr → Function0 → AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def |(e: Expr): Boolean

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Ordered[Expr]

Inherited from Comparable[Expr]

Inherited from () ⇒ Any

Inherited from AnyRef

Inherited from Any

Ungrouped