com.websudos.phantom.builder.QueryBuilder

Create

object Create extends CreateTableBuilder with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CreateTableBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Create
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CreateTableBuilder
  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. object Caching extends CachingQueryBuilder

    Definition Classes
    CreateTableBuilder
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def bloom_filter_fp_chance(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  9. def caching(qb: CQLQuery): CQLQuery

    Definition Classes
    CreateTableBuilder
  10. def caching(qb: String, wrapped: Boolean): CQLQuery

    Definition Classes
    CreateTableBuilder
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def clusteringOrder(orderings: List[(String, String)]): CQLQuery

    Definition Classes
    CreateTableBuilder
  13. def comment(qb: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  14. def compaction(qb: CQLQuery): CQLQuery

    Definition Classes
    CreateTableBuilder
  15. def compression(qb: CQLQuery): CQLQuery

    Definition Classes
    CreateTableBuilder
  16. def createIfNotExists(keyspace: String, table: String, tableKey: String, columns: Seq[CQLQuery]): CQLQuery

    Definition Classes
    CreateTableBuilder
  17. def dclocal_read_repair_chance(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  18. def defaultCreateQuery(keyspace: String, table: String, tableKey: String, columns: Seq[CQLQuery]): CQLQuery

    Definition Classes
    CreateTableBuilder
  19. def default_time_to_live(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def gc_grace_seconds(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def index(table: String, keySpace: String, column: String): CQLQuery

    Creates an index on the keys on any column except for a Map column which requires special handling.

    Creates an index on the keys on any column except for a Map column which requires special handling. By default, mixing an index in a column will result in an index created on the values of the column.

    table

    The name of the table to create the index on.

    keySpace

    The keyspace to whom the table belongs to.

    column

    The name of the column to create the secondary index on.

    returns

    A CQLQuery containing the valid CQL of creating a secondary index on a Cassandra column.

    Definition Classes
    CreateTableBuilder
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def mapEntries(table: String, keySpace: String, column: String): CQLQuery

    Creates an index on the entries of a Map column.

    Creates an index on the entries of a Map column. By default, mixing an index in a column will result in an index created on the values of the map. To allow secondary indexing on entries, Cassandra appends a ENTRIES($column) wrapper to the CQL query.

    table

    The name of the table to create the index on.

    keySpace

    The keyspace to whom the table belongs to.

    column

    The name of the column to create the secondary index on.

    returns

    A CQLQuery containing the valid CQL of creating a secondary index for the entries of a Map column.

    Definition Classes
    CreateTableBuilder
  28. def mapIndex(table: String, keySpace: String, column: String): CQLQuery

    Creates an index on the keys of a Map column.

    Creates an index on the keys of a Map column. By default, mixing an index in a column will result in an index created on the values of the map. To allow secondary indexing on Keys, Cassandra appends a KEYS($column) wrapper to the CQL query.

    table

    The name of the table to create the index on.

    keySpace

    The keyspace to whom the table belongs to.

    column

    The name of the column to create the secondary index on.

    returns

    A CQLQuery containing the valid CQL of creating a secondary index for the keys of a Map column.e

    Definition Classes
    CreateTableBuilder
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  32. def populate_io_cache_on_flush(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  33. def read_repair_chance(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  34. def replicate_on_write(st: String): CQLQuery

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

    Definition Classes
    AnyRef
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def with(clause: CQLQuery): CQLQuery

    Definition Classes
    CreateTableBuilder

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CreateTableBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped