com.websudos.phantom.builder.query

CQLQuery

Related Docs: object CQLQuery | package query

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

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

Instance Constructors

  1. new CQLQuery(queryString: String)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def append[T](list: T, sep: String = ", ")(implicit ev1: (T) ⇒ TraversableOnce[String]): CQLQuery

  5. def append(st: CQLQuery): CQLQuery

  6. def append(st: String): CQLQuery

  7. def appendEscape(st: CQLQuery): CQLQuery

  8. def appendEscape(st: String): CQLQuery

  9. def appendIfAbsent(st: CQLQuery): CQLQuery

  10. def appendIfAbsent(st: String): CQLQuery

  11. def appendSingleQuote(st: CQLQuery): CQLQuery

  12. def appendSingleQuote(st: String): CQLQuery

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def bpad: CQLQuery

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def escape(st: String): String

  18. def finalize(): Unit

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

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def nonEmpty: Boolean

  24. final def notify(): Unit

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

    Definition Classes
    AnyRef
  26. def pad: CQLQuery

  27. def prepend(st: CQLQuery): CQLQuery

  28. def prepend(st: String): CQLQuery

  29. def prependIfAbsent(st: CQLQuery): CQLQuery

  30. def prependIfAbsent(st: String): CQLQuery

  31. val queryString: String

  32. def singleQuote(st: String): String

  33. def spaced: Boolean

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

    Definition Classes
    AnyRef
  35. def terminate(): CQLQuery

  36. def trim: CQLQuery

  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 wrap[T](list: T)(implicit ev1: (T) ⇒ TraversableOnce[String]): CQLQuery

  41. def wrap(query: CQLQuery): CQLQuery

  42. def wrap(str: String): CQLQuery

  43. def wrapEscape(list: List[String]): CQLQuery

  44. def wrapn[T](list: T)(implicit ev1: (T) ⇒ TraversableOnce[String]): CQLQuery

  45. def wrapn(str: String): CQLQuery

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped