Package

com.outworkers.phantom.builder.query

options

Permalink

package options

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class CacheProperty extends TablePropertyClause

    Permalink
  2. class CachingBuilder extends TableProperty

    Permalink
  3. trait ClauseBuilder[T] extends TablePropertyClause

    Permalink
  4. sealed trait CompactionBound extends AnyRef

    Permalink
  5. sealed abstract class CompactionProperties[T <: CompactionProperties[T]] extends ClauseBuilder[T]

    Permalink
  6. sealed abstract class CompressionStrategy[CS <: CompressionStrategy[CS]] extends ClauseBuilder[CS]

    Permalink
  7. sealed trait SpecifiedCompaction extends CompactionBound

    Permalink
  8. trait TableProperty extends AnyRef

    Permalink

    A root implementation trait of a CQL table option.

    A root implementation trait of a CQL table option. These are implemented with respect to the CQL 3.0 reference available here: {{ http://www.datastax.com/documentation/cql/3.0/cql/cql_reference/tabProp.html }}

  9. trait TablePropertyClause extends AnyRef

    Permalink
  10. sealed trait UnspecifiedCompaction extends CompactionBound

    Permalink
  11. sealed trait WithBound extends AnyRef

    Permalink
  12. sealed trait WithChainned extends WithBound

    Permalink
  13. sealed trait WithUnchainned extends WithBound

    Permalink

Value Members

  1. object Caching extends CachingStrategies

    Permalink

Ungrouped