Object

com.outworkers.phantom.builder.QueryBuilder

Where

Related Doc: package QueryBuilder

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def and(qb: CQLQuery, clause: CQLQuery): CQLQuery

    Permalink
    Definition Classes
    IndexModifiers
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

    Permalink

    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
  10. def containsEntry(column: String, key: String, value: String): CQLQuery

    Permalink

    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
  11. def containsKey(column: String, value: String): CQLQuery

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    IndexModifiers
  16. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IndexModifiers
  30. final def notify(): Unit

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

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

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

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

    Permalink
    Definition Classes
    IndexModifiers
  35. final def wait(): Unit

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

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

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

    Permalink
    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