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