com.outworkers.phantom.builder.QueryBuilder

Where

object Where extends IndexModifiers with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, IndexModifiers, BaseModifiers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Where
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IndexModifiers
  7. BaseModifiers
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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

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

    Definition Classes
    Any
  6. def and(qb: CQLQuery, clause: CQLQuery): CQLQuery

    Definition Classes
    IndexModifiers
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collectionModifier(left: String, op: String, right: String): CQLQuery

    Attributes
    protected[this]
    Definition Classes
    BaseModifiers
  10. def collectionModifier(left: String, op: String, right: CQLQuery): CQLQuery

    Attributes
    protected[this]
    Definition Classes
    BaseModifiers
  11. def contains(column: String, value: String): CQLQuery

    Creates a CONTAINS where clause applicable to SET columns.

    Creates a CONTAINS where clause applicable to SET columns.

    column

    The name of the column in which to look for the value.

    value

    The CQL serialized value of the element to look for in the CQL MAP.

    returns

    A CQL Query wrapping the contains clause.

    Definition Classes
    IndexModifiers
  12. def containsEntry(column: String, key: String, value: String): CQLQuery

    Creates a CONTAINS ENTRY where clause applicable to Map columns.

    Creates a CONTAINS ENTRY where clause applicable to Map columns.

    column

    The name of the column in which to look for the value.

    value

    The CQL serialized value of the element to look for in the CQL MAP.

    returns

    A CQL Query wrapping the contains clause.

    Definition Classes
    IndexModifiers
  13. def containsKey(column: String, value: String): CQLQuery

    Creates a CONTAINS KEY where clause applicable to Map columns.

    Creates a CONTAINS KEY where clause applicable to Map columns.

    column

    The name of the column in which to look for the value.

    value

    The CQL serialized value of the element to look for in the CQL MAP.

    returns

    A CQL Query wrapping the contains clause.

    Definition Classes
    IndexModifiers
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def eqs(column: String, value: String): CQLQuery

    Definition Classes
    IndexModifiers
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def fcall(name: String, params: String*): CQLQuery

    Definition Classes
    IndexModifiers
  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def gt(column: String, value: String): CQLQuery

    Definition Classes
    IndexModifiers
  21. def gte(column: String, value: String): CQLQuery

    Definition Classes
    IndexModifiers
  22. def in(column: String, values: List[String]): CQLQuery

    Definition Classes
    IndexModifiers
  23. def in(column: String, mark: PrepareMark): CQLQuery

    Definition Classes
    IndexModifiers
  24. def in(column: String, values: String*): CQLQuery

    Definition Classes
    IndexModifiers
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def lt(column: String, value: String): CQLQuery

    Definition Classes
    IndexModifiers
  27. def lte(column: String, value: String): CQLQuery

    Definition Classes
    IndexModifiers
  28. def modifier(column: String, op: String, value: CQLQuery): CQLQuery

    Attributes
    protected[this]
    Definition Classes
    BaseModifiers
  29. def modifier(column: String, op: String, value: String): CQLQuery

    Attributes
    protected[this]
    Definition Classes
    BaseModifiers
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def notEqs(column: String, value: String): CQLQuery

    Definition Classes
    IndexModifiers
  32. final def notify(): Unit

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

    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def token(clauses: String*): CQLQuery

    Definition Classes
    IndexModifiers
  36. def token(clause: String): CQLQuery

    Definition Classes
    IndexModifiers
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def where(qb: CQLQuery, condition: CQLQuery): CQLQuery

    Definition Classes
    IndexModifiers

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IndexModifiers

Inherited from BaseModifiers

Inherited from AnyRef

Inherited from Any

Ungrouped