com.websudos.phantom.builder.QueryBuilder

Utils

object Utils extends Utils with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Utils, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Utils
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Utils
  7. AnyRef
  8. 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def collection(list: TraversableOnce[String]): CQLQuery

    Definition Classes
    Utils
  9. def concat(column: String, op: String, value: String): CQLQuery

    Definition Classes
    Utils
  10. def concat(qb: CQLQuery, op: String, clause: CQLQuery): CQLQuery

    Definition Classes
    Utils
  11. def concat(qb: CQLQuery, clause: CQLQuery): CQLQuery

    Definition Classes
    Utils
  12. def curlyWrap(qb: CQLQuery): CQLQuery

    Definition Classes
    Utils
  13. def curlyWrap(qb: String): CQLQuery

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. def ignoreNulls(): CQLQuery

    Definition Classes
    Utils
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def join(qbs: CQLQuery*): CQLQuery

    Definition Classes
    Utils
  21. def join(list: TraversableOnce[String]): CQLQuery

    Definition Classes
    Utils
  22. def map(list: TraversableOnce[(String, String)]): CQLQuery

    Definition Classes
    Utils
  23. def mapKey(column: String, key: String): CQLQuery

    Serializes the CQL definition of a map key based on a column and a key value.

    Serializes the CQL definition of a map key based on a column and a key value. When this method is called, the key should be already serialized using the Primitive API. It will take 2 strings and produce an output of the following type:

    QueryBuilder.Utils.mapKey("col", "test") == "col['test']"
    column

    The name of the column.

    key

    The value of the key, pre-escaped and converted from a CQL Primitive to a string serialization.

    returns

    Definition Classes
    Utils
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

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

    Definition Classes
    AnyRef
  27. def operator(op: String, clause: CQLQuery): CQLQuery

    Definition Classes
    Utils
  28. def option(column: String, op: String, value: String): CQLQuery

    Definition Classes
    Utils
  29. def options(clauses: List[CQLQuery], sep: String = ", "): CQLQuery

    A custom series of options that is used to serialize keyspace creation queries.

    A custom series of options that is used to serialize keyspace creation queries. for every instance where serializers are needed to produce {'a': 'b', 'c': 2} type queries.

    clauses

    The set of CQL clauses, pre-serialised to their 'a': 'b' form.

    sep

    A separator to use during query creation.

    returns

    A CQL query of the specified format.

    Definition Classes
    Utils
  30. def set(list: Set[String]): CQLQuery

    Definition Classes
    Utils
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def tableOption(option: String, value: CQLQuery): CQLQuery

    Definition Classes
    Utils
  33. def tableOption(option: String, value: String): CQLQuery

    Definition Classes
    Utils
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Utils

Inherited from AnyRef

Inherited from Any

Ungrouped