Class/Object

com.outworkers.phantom.builder

QueryBuilder

Related Docs: object QueryBuilder | package builder

Permalink

abstract class QueryBuilder extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueryBuilder(config: QueryBuilderConfig = QueryBuilderConfig.Default)

    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. object Alter extends AlterQueryBuilder with Product with Serializable

    Permalink
  5. object Batch extends BatchQueryBuilder with Product with Serializable

    Permalink
  6. object Collections extends CollectionModifiers with Product with Serializable

    Permalink
  7. object Create extends CreateTableBuilder with Product with Serializable

    Permalink
  8. object Delete extends DeleteQueryBuilder with Product with Serializable

    Permalink
  9. object Insert extends InsertQueryBuilder with Product with Serializable

    Permalink
  10. object SASI extends SASIQueryBuilder with Product with Serializable

    Permalink
  11. object Select extends SelectQueryBuilder with Product with Serializable

    Permalink
  12. object Update extends UpdateQueryBuilder with Product with Serializable

    Permalink
  13. object Utils extends Utils with Product with Serializable

    Permalink
  14. object Where extends IndexModifiers with Product with Serializable

    Permalink
  15. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val config: QueryBuilderConfig

    Permalink
  18. def consistencyLevel(level: String): CQLQuery

    Permalink
  19. def consistencyLevel(qb: CQLQuery, level: String): CQLQuery

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  26. def keyspace(space: KeySpace): RootSerializer

    Permalink
  27. def keyspace(space: String): RootSerializer

    Permalink
  28. def keyspace(keySpace: String, table: String): CQLQuery

    Permalink
  29. def keyspace(space: String, tableQuery: CQLQuery): CQLQuery

    Permalink
  30. def limit(value: String): CQLQuery

    Permalink
  31. def microstamp(microSecondTimestamp: Long): CQLQuery

    Permalink

    Produces a timestamp clause that should be appended to a UsingPart.

    Produces a timestamp clause that should be appended to a UsingPart.

    microSecondTimestamp

    The milliseconds since EPOCH long value of a timestamp.

    returns

    A CQLQuery wrapping the USING clause.

  32. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def tableDef(tableName: String): CQLQuery

    Permalink
  37. def timestamp(epoch: Duration): CQLQuery

    Permalink

    Produces a timestamp clause that should be appended to a UsingPart.

    Produces a timestamp clause that should be appended to a UsingPart.

    epoch

    The milliseconds since EPOCH long value of a timestamp.

    returns

    A CQLQuery wrapping the USING clause.

  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def truncate(table: String): CQLQuery

    Permalink
  40. def ttl(seconds: String): CQLQuery

    Permalink
  41. def using(qb: CQLQuery): CQLQuery

    Permalink
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped