public interface CollectionSQLSegmentExtractor extends SQLSegmentExtractor
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends SQLSegment> |
extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode)
Extract SQL segments from SQL AST.
|
Collection<? extends SQLSegment> extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode)
ancestorNode - ancestor node of ASTCopyright © 2019 The Apache Software Foundation. All rights reserved.