public final class ShadowExtractor extends Object
| 构造器和说明 |
|---|
ShadowExtractor() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Optional<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment> |
extractColumn(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expressionSegment)
Get column in expression segment.
|
static Optional<Collection<Comparable<?>>> |
extractValues(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expression,
List<Object> parameters)
Get values in expression segment.
|
public static Optional<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment> extractColumn(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expressionSegment)
expressionSegment - expression segmentpublic static Optional<Collection<Comparable<?>>> extractValues(org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expression, List<Object> parameters)
expression - expression segmentparameters - parametersCopyright © 2021 The Apache Software Foundation. All rights reserved.