| Package | Description |
|---|---|
| org.apache.shardingsphere.core.route.router.sharding.condition.generator | |
| org.apache.shardingsphere.core.route.router.sharding.condition.generator.impl |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<RouteValue> |
ConditionValueGeneratorFactory.generate(org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateRightValue predicateRightValue,
Column column,
List<Object> parameters)
Generate condition value.
|
com.google.common.base.Optional<RouteValue> |
ConditionValueGenerator.generate(T predicateRightValue,
Column column,
List<Object> parameters)
Generate route value.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<RouteValue> |
ConditionValueBetweenOperatorGenerator.generate(org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateBetweenRightValue predicateRightValue,
Column column,
List<Object> parameters) |
com.google.common.base.Optional<RouteValue> |
ConditionValueCompareOperatorGenerator.generate(org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateCompareRightValue predicateRightValue,
Column column,
List<Object> parameters) |
com.google.common.base.Optional<RouteValue> |
ConditionValueInOperatorGenerator.generate(org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateInRightValue predicateRightValue,
Column column,
List<Object> parameters) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.