com.outworkers.phantom.builder.serializers

SetModifiers

trait SetModifiers extends BaseModifiers

Linear Supertypes
BaseModifiers, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SetModifiers
  2. BaseModifiers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def queryBuilder: QueryBuilder

Concrete 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. final def add(column: String, mark: PrepareMark): CQLQuery

  7. def add(column: String, values: Set[String]): CQLQuery

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collectionModifier(left: String, op: String, right: String): CQLQuery

    Attributes
    protected[this]
    Definition Classes
    BaseModifiers
  11. def collectionModifier(left: String, op: String, right: CQLQuery): CQLQuery

    Attributes
    protected[this]
    Definition Classes
    BaseModifiers
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  18. def modifier(column: String, op: String, value: CQLQuery): CQLQuery

    Attributes
    protected[this]
    Definition Classes
    BaseModifiers
  19. def modifier(column: String, op: String, value: String): CQLQuery

    Attributes
    protected[this]
    Definition Classes
    BaseModifiers
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def remove(column: String, values: Set[String]): CQLQuery

    Creates a set removal query, to remove the given values from the name set column.

    Creates a set removal query, to remove the given values from the name set column. Assumes values are already serialised to their CQL form and escaped.

    setColumn = setColumn - {`test`, `test2`}
    column

    The name of the set column.

    values

    The set of values, pre-serialized and escaped.

    returns

    A CQLQuery set remove query as described above.

  24. def removeAll(column: String, keys: Seq[String]): CQLQuery

    Used to generate a query that allows removing one or more keys from a map.

    Used to generate a query that allows removing one or more keys from a map. Example:

    UPDATE db.table WHERE a = b SET mapColumn -= {"a", "b", "c"}
    column

    The name of the map column to remove from.

    keys

    The keys to remove from the map column.

    returns

  25. final def removePrepared(column: String, value: PrepareMark): CQLQuery

    Creates a set removal query, to remove the given values from the name set column.

    Creates a set removal query, to remove the given values from the name set column. Assumes values are already serialised to their CQL form and escaped.

    setColumn = setColumn - {`test`, `test2`}
    column

    The name of the set column.

    value

    The set of values, pre-serialized and escaped.

    returns

    A CQLQuery set remove query as described above.

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseModifiers

Inherited from AnyRef

Inherited from Any

Ungrouped