| Package | Description |
|---|---|
| com.datastax.oss.driver.api.querybuilder.relation |
| Modifier and Type | Method and Description |
|---|---|
static TokenRelationBuilder<Relation> |
Relation.token(com.datastax.oss.driver.api.core.CqlIdentifier... identifiers)
Var-arg equivalent of
Relation.tokenFromIds(Iterable). |
static TokenRelationBuilder<Relation> |
Relation.token(Iterable<String> names)
Equivalent of
Relation.tokenFromIds(Iterable) with raw strings; the names are converted with
CqlIdentifier.fromCql(String). |
static TokenRelationBuilder<Relation> |
Relation.token(String... names)
Var-arg equivalent of
Relation.token(Iterable). |
static TokenRelationBuilder<Relation> |
Relation.tokenFromIds(Iterable<com.datastax.oss.driver.api.core.CqlIdentifier> identifiers)
Builds a relation testing a token generated from a set of columns.
|
default TokenRelationBuilder<SelfT> |
OngoingWhereClause.whereToken(com.datastax.oss.driver.api.core.CqlIdentifier... identifiers)
Var-arg equivalent of
OngoingWhereClause.whereTokenFromIds(Iterable). |
default TokenRelationBuilder<SelfT> |
OngoingWhereClause.whereToken(Iterable<String> names)
Equivalent of
OngoingWhereClause.whereTokenFromIds(Iterable) with raw strings; the names are converted
with CqlIdentifier.fromCql(String). |
default TokenRelationBuilder<SelfT> |
OngoingWhereClause.whereToken(String... names)
Var-arg equivalent of
OngoingWhereClause.whereToken(Iterable). |
default TokenRelationBuilder<SelfT> |
OngoingWhereClause.whereTokenFromIds(Iterable<com.datastax.oss.driver.api.core.CqlIdentifier> identifiers)
Adds a relation testing a token generated from a set of columns.
|
Copyright © 2017–2022. All rights reserved.