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