Class

com.stratio.crossdata.driver.querybuilder.dslentities

Not

Related Doc: package dslentities

Permalink

case class Not(child: Expression) extends Predicate with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Predicate, Expression, CrossdataSQLStatement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Not
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Predicate
  7. Expression
  8. CrossdataSQLStatement
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Not(child: Expression)

    Permalink

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
    Definition Classes
    Expression
  4. def &&(other: Expression): Predicate

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Expression
  18. def as(alias: Symbol): Identifier

    Permalink
    Definition Classes
    Expression
  19. def as(alias: String): Identifier

    Permalink
    Definition Classes
    Expression
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def asc: SortOrder

    Permalink
    Definition Classes
    Expression
  22. val child: Expression

    Permalink
  23. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Expression
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  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 in(list: Expression*): Predicate

    Permalink
    Definition Classes
    Expression
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isNotNull: Predicate

    Permalink
    Definition Classes
    Expression
  31. def isNull: Predicate

    Permalink
    Definition Classes
    Expression
  32. def like(other: Expression): Predicate

    Permalink
    Definition Classes
    Expression
  33. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Expression
  37. def substract(other: Expression): Expression

    Permalink
    Definition Classes
    Expression
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def unary_!: Predicate

    Permalink
    Definition Classes
    Expression
  40. def unary_-: Expression

    Permalink
    Definition Classes
    Expression
  41. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Expression

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Predicate

Inherited from Expression

Inherited from CrossdataSQLStatement

Inherited from AnyRef

Inherited from Any

Ungrouped