public final class InsertValuesExtractor extends Object implements CollectionSQLSegmentExtractor
| Constructor and Description |
|---|
InsertValuesExtractor() |
| Modifier and Type | Method and Description |
|---|---|
Collection<InsertValuesSegment> |
extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode)
Extract SQL segments from SQL AST.
|
public Collection<InsertValuesSegment> extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode)
CollectionSQLSegmentExtractorextract in interface CollectionSQLSegmentExtractorancestorNode - ancestor node of ASTCopyright © 2019 The Apache Software Foundation. All rights reserved.