Trait/Object

com.stratio.crossdata.driver.querybuilder

Expression

Related Docs: object Expression | package querybuilder

Permalink

trait Expression extends CrossdataSQLStatement

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Expression
  2. CrossdataSQLStatement
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(other: Expression): Expression

    Permalink
  4. def &&(other: Expression): Predicate

    Permalink
  5. def *(other: Expression): Expression

    Permalink
  6. def +(other: Expression): Expression

    Permalink
  7. def -(other: Expression): Expression

    Permalink
  8. def /(other: Expression): Expression

    Permalink
  9. def <(other: Expression): Predicate

    Permalink
  10. def <=(other: Expression): Predicate

    Permalink
  11. def <>(other: Expression): Predicate

    Permalink
  12. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def ===(other: Expression): Predicate

    Permalink
  14. def >(other: Expression): Predicate

    Permalink
  15. def >=(other: Expression): Predicate

    Permalink
  16. def add(other: Expression): Expression

    Permalink
  17. def and(other: Expression): Predicate

    Permalink
  18. def as(alias: Symbol): Identifier

    Permalink
  19. def as(alias: String): Identifier

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def asc: SortOrder

    Permalink
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def desc: SortOrder

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def in(list: Expression*): Predicate

    Permalink
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def isNotNull: Predicate

    Permalink
  32. def isNull: Predicate

    Permalink
  33. def like(other: Expression): Predicate

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def or(other: Expression): Predicate

    Permalink
  38. def substract(other: Expression): Expression

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. def unary_!: Predicate

    Permalink
  42. def unary_-: Expression

    Permalink
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def ||(other: Expression): Predicate

    Permalink

Inherited from CrossdataSQLStatement

Inherited from AnyRef

Inherited from Any

Ungrouped