case classCqlWhereClause(predicates: Seq[String], values: Seq[Any]) extends Product with Serializable
Represents a logical conjunction of CQL predicates.
Each predicate can have placeholders denoted by '?' which get substituted by values from the values array.
The number of placeholders must match the size of the values array.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Represents a logical conjunction of CQL predicates. Each predicate can have placeholders denoted by '?' which get substituted by values from the
values
array. The number of placeholders must match the size of thevalues
array.