com.outworkers.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 clusteringKey(keys: List[String]): CQLQuery

    This method will filter the columns from a Clustering Order definition.

    This method will filter the columns from a Clustering Order definition. It is used to define TimeSeries tables, using the ClusteringOrder trait combined with a directional trait, either Ascending or Descending.

    This method will simply add to the trailing of a query.

    returns

    The clustering key, defined as a string or the empty string.

    Definition Classes
    CreateTableBuilder
  13. def clusteringOrder(orderings: List[(String, String)]): CQLQuery

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

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

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

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

    Definition Classes
    CreateTableBuilder
  18. def createSASIIndex(keySpace: KeySpace, tableName: String, indexName: CQLQuery, columnName: String, options: CQLQuery): CQLQuery

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  27. 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
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. 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
  30. 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
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  34. def partitionKey(keys: List[String]): CQLQuery

    Definition Classes
    CreateTableBuilder
  35. def populate_io_cache_on_flush(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  36. def primaryKey(partitions: List[String], primaries: List[String] = Nil, clusteringKeys: List[String] = Nil): CQLQuery

    This method will define the PRIMARY_KEY of the table.

    This method will define the PRIMARY_KEY of the table.

    - For more than one partition key, it will define a Composite Key. Example: PRIMARY_KEY((partition_key_1, partition_key2), primary_key_1, etc..)

    - For a single partition key, it will define a Compound Key. Example: PRIMARY_KEY(partition_key_1, primary_key_1, primary_key_2)

    - For no partition key, it will throw an exception.

    returns

    A string value representing the primary key of the table.

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

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

    Definition Classes
    CreateTableBuilder
  39. def sasiIndexName(tableName: String, columnName: String): CQLQuery

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. 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