public final class ConditionValueBetweenOperatorGenerator extends Object implements ConditionValueGenerator<org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateBetweenRightValue>
| Constructor and Description |
|---|
ConditionValueBetweenOperatorGenerator() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<RouteValue> |
generate(org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateBetweenRightValue predicateRightValue,
Column column,
List<Object> parameters)
Generate route value.
|
public ConditionValueBetweenOperatorGenerator()
public com.google.common.base.Optional<RouteValue> generate(org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateBetweenRightValue predicateRightValue, Column column, List<Object> parameters)
ConditionValueGeneratorgenerate in interface ConditionValueGenerator<org.apache.shardingsphere.sql.parser.sql.segment.dml.predicate.value.PredicateBetweenRightValue>predicateRightValue - predicate right valuecolumn - columnparameters - SQL parametersCopyright © 2020 The Apache Software Foundation. All rights reserved.