| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<WhereSegment> |
WhereExtractor.extract(org.antlr.v4.runtime.ParserRuleContext ancestorNode,
Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes) |
| Modifier and Type | Method and Description |
|---|---|
void |
WhereFiller.fill(WhereSegment sqlSegment,
SQLStatement sqlStatement) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<WhereSegment> |
UpdateStatement.getWhere() |
com.google.common.base.Optional<WhereSegment> |
SelectStatement.getWhere() |
com.google.common.base.Optional<WhereSegment> |
DeleteStatement.getWhere() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<WhereSegment> |
WhereSegmentAvailable.getWhere()
Get where segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WhereSegmentAvailable.setWhere(WhereSegment where)
Set where segment.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.