| Modifier and Type | Method and Description |
|---|---|
Collection<TableSegment> |
TablesExtractor.extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode,
Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes) |
com.google.common.base.Optional<TableSegment> |
TableExtractor.extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode,
Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TableSegment> |
TableReferencesExtractor.extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode,
Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableFiller.fill(TableSegment sqlSegment,
SQLStatement sqlStatement) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<TableSegment> |
ColumnSegment.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<TableSegment> |
ShorthandSelectItemSegment.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
TableSegment |
TableSegmentAvailable.getTable()
Get table segment.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TableSegment> |
TableSegmentsAvailable.getTables()
Get table segments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableSegmentAvailable.setTable(TableSegment table)
Set table segment.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.