Object

com.outworkers.phantom.builder.QueryBuilder

Utils

Related Doc: package QueryBuilder

Permalink

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
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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def concat(column: String, op: String, value: String): CQLQuery

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

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

    Permalink
    Definition Classes
    Utils
  9. def curlyWrap(qb: CQLQuery): CQLQuery

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    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.

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

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

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

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

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

    Permalink
    Definition Classes
    Utils
  26. def options(clauses: Seq[CQLQuery], sep: String = ", "): CQLQuery

    Permalink

    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
  27. def set(list: Set[String]): CQLQuery

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

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

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

    Permalink
    Definition Classes
    Utils
  31. final def wait(): Unit

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

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

    Permalink
    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