Package

com.websudos.phantom.builder

ops

Permalink

package ops

Visibility
  1. Public
  2. All

Type Members

  1. sealed class CasConditionalOperators[RR] extends AnyRef

    Permalink
  2. trait CollectionOperators extends AnyRef

    Permalink
  3. sealed trait ColumnModifiers extends AnyRef

    Permalink
  4. sealed class CqlFunction extends SessionAugmenterImplicits

    Permalink
  5. sealed class DateOfCqlFunction extends CqlFunction

    Permalink
  6. sealed class DropColumn[RR] extends AnyRef

    Permalink
  7. sealed class MapConditionals[T <: dsl.CassandraTable[T, R], R, K, V] extends AnyRef

    Permalink
  8. sealed class MapEntriesConditionals[K, V] extends AnyRef

    Permalink
  9. sealed class MapKeyConditionals[T <: dsl.CassandraTable[T, R], R, K, V] extends AnyRef

    Permalink
  10. class MapKeyUpdateClause[K, V] extends AnyRef

    Permalink

    Class used to provide serialization ability for updating specific keys of a map column.

    Class used to provide serialization ability for updating specific keys of a map column. This CQL syntax allows users to manipulate the content of a Cassandra map column.

    Example:

    Database.table.update.where(_.id eqs id).modify(_.map(key) setTo value).future()
    K

    The strong type of the key in the map.

    V

    The strong type of the value in the map.

  11. sealed class MaxTimeUUID extends CqlFunction

    Permalink
  12. sealed class MinTimeUUID extends CqlFunction

    Permalink
  13. sealed class ModifiableColumn[T] extends AnyRef

    Permalink
  14. sealed class ModifyColumn[RR] extends AbstractModifyColumn[RR]

    Permalink
  15. sealed class ModifyColumnOptional[RR] extends AbstractModifyColumn[Option[RR]]

    Permalink
  16. sealed class NowCqlFunction extends CqlFunction

    Permalink
  17. trait Operators extends AnyRef

    Permalink
  18. sealed class QueryColumn[RR] extends AnyRef

    Permalink

    A class enforcing columns used in where clauses to be indexed.

    A class enforcing columns used in where clauses to be indexed. Using an implicit mechanism, only columns that are indexed can be converted into Indexed columns. This enforces a Cassandra limitation at compile time. It prevents a user from querying and using where operators on a column without any index.

    RR

    The type of the value the column holds.

  19. abstract class SelectColumn[T] extends AnyRef

    Permalink
  20. sealed class SetConditionals[T <: dsl.CassandraTable[T, R], R, RR] extends AnyRef

    Permalink
  21. sealed class TTLOfFunction extends CqlFunction

    Permalink
  22. sealed trait TokenColumnApplyOps extends AnyRef

    Permalink
  23. trait TokenComparisonOps extends TokenColumnApplyOps with TokenValueApplyOps

    Permalink
  24. sealed class TokenConstructor[P <: HList, TP <: Root] extends AnyRef

    Permalink
  25. sealed class TokenCqlFunction extends CqlFunction with TokenComparisonOps

    Permalink
  26. sealed trait TokenValueApplyOps extends AnyRef

    Permalink
  27. sealed class UnixTimestampOfCqlFunction extends CqlFunction

    Permalink
  28. sealed class WritetimeCqlFunction extends CqlFunction

    Permalink

Value Members

  1. object TokenTypes

    Permalink

Ungrouped