Class/Object

com.outworkers.phantom.builder.query.engine

CQLQuery

Related Docs: object CQLQuery | package engine

Permalink

case class CQLQuery(queryString: String) extends KeySpaceCQLQuery with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, KeySpaceCQLQuery, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CQLQuery
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. KeySpaceCQLQuery
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CQLQuery(queryString: String)

    Permalink

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 append[M[X] <: TraversableOnce[X]](list: M[String], sep: String = defaultSep): CQLQuery

    Permalink
  5. def append(st: CQLQuery): CQLQuery

    Permalink
  6. def append(st: String): CQLQuery

    Permalink
  7. def appendEscape(st: CQLQuery): CQLQuery

    Permalink
  8. def appendEscape(st: String): CQLQuery

    Permalink
  9. def appendIfAbsent(st: CQLQuery): CQLQuery

    Permalink
  10. def appendIfAbsent(st: String): CQLQuery

    Permalink
  11. def appendSingleQuote(st: CQLQuery): CQLQuery

    Permalink
  12. def appendSingleQuote(st: String): CQLQuery

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def bpad: CQLQuery

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val defaultSep: String

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def escape(st: String): String

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def forcePad: CQLQuery

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def instance(st: String): CQLQuery

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def keyspace: String

    Permalink
    Definition Classes
    CQLQuery → KeySpaceCQLQuery
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def nonEmpty: Boolean

    Permalink
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def pad: CQLQuery

    Permalink
  30. def prepend(st: CQLQuery): CQLQuery

    Permalink
  31. def prepend(st: String): CQLQuery

    Permalink
  32. def prependIfAbsent(st: CQLQuery): CQLQuery

    Permalink
  33. def prependIfAbsent(st: String): CQLQuery

    Permalink
  34. val queryString: String

    Permalink
    Definition Classes
    CQLQuery → KeySpaceCQLQuery
  35. def singleQuote(st: String): String

    Permalink
  36. def spaced: Boolean

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def terminate: CQLQuery

    Permalink
  39. def toString(): String

    Permalink
    Definition Classes
    CQLQuery → AnyRef → Any
  40. def trim: CQLQuery

    Permalink
  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 wrap[M[X] <: TraversableOnce[X]](col: M[String], sep: String = defaultSep): CQLQuery

    Permalink
  45. def wrap(query: CQLQuery): CQLQuery

    Permalink
  46. def wrap(str: String): CQLQuery

    Permalink
  47. def wrapn[M[X] <: TraversableOnce[X]](col: M[String], sep: String = defaultSep): CQLQuery

    Permalink
  48. def wrapn(query: CQLQuery): CQLQuery

    Permalink
  49. def wrapn(str: String): CQLQuery

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from KeySpaceCQLQuery

Inherited from AnyRef

Inherited from Any

Ungrouped