Package | Description |
---|---|
com.datastax.oss.driver.api.querybuilder.relation |
Modifier and Type | Method and Description |
---|---|
static ColumnComponentRelationBuilder<Relation> |
Relation.mapValue(CqlIdentifier columnId,
Term index)
Builds a relation testing a value in a map (Cassandra 4 and above).
|
static ColumnComponentRelationBuilder<Relation> |
Relation.mapValue(String columnName,
Term index)
Shortcut for
mapValue(CqlIdentifier.fromCql(columnName),
index) |
default ColumnComponentRelationBuilder<SelfT> |
OngoingWhereClause.whereMapValue(CqlIdentifier columnId,
Term index)
Adds a relation testing a value in a map (Cassandra 4 and above).
|
default ColumnComponentRelationBuilder<SelfT> |
OngoingWhereClause.whereMapValue(String columnName,
Term index)
Shortcut for
whereMapValue(CqlIdentifier.fromCql(columnName), index) . |
Copyright © 2017–2021. All rights reserved.