public final class OnDuplicateKeyColumnsExtractor extends Object implements OptionalSQLSegmentExtractor
| Constructor and Description |
|---|
OnDuplicateKeyColumnsExtractor() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<OnDuplicateKeyColumnsSegment> |
extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode,
Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes)
Extract SQL segment from SQL AST.
|
public com.google.common.base.Optional<OnDuplicateKeyColumnsSegment> extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode, Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes)
OptionalSQLSegmentExtractorextract in interface OptionalSQLSegmentExtractorancestorNode - ancestor node of ASTparameterMarkerIndexes - parameter marker indexesCopyright © 2020 The Apache Software Foundation. All rights reserved.