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