com.outworkers.phantom.builder.QueryBuilder
Creates a CONTAINS where clause applicable to SET columns.
Creates a CONTAINS where clause applicable to SET columns.
The name of the column in which to look for the value.
The CQL serialized value of the element to look for in the CQL MAP.
A CQL Query wrapping the contains clause.
Creates a CONTAINS ENTRY where clause applicable to Map columns.
Creates a CONTAINS ENTRY where clause applicable to Map columns.
The name of the column in which to look for the value.
The CQL serialized value of the element to look for in the CQL MAP.
A CQL Query wrapping the contains clause.
Creates a CONTAINS KEY where clause applicable to Map columns.
Creates a CONTAINS KEY where clause applicable to Map columns.
The name of the column in which to look for the value.
The CQL serialized value of the element to look for in the CQL MAP.
A CQL Query wrapping the contains clause.