public class ColumnSegment extends Object implements SQLRightValueExpressionSegment, OwnerAvailable
| Constructor and Description |
|---|
ColumnSegment(String name,
int startIndex,
int stopIndex) |
ColumnSegment(String name,
String owner,
int startIndex,
int stopIndex) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
buildCondition(Column column,
String sql)
Build condition.
|
com.google.common.base.Optional<String> |
getOwner()
Get owner.
|
String |
getQualifiedName()
Get qualified name.
|
public ColumnSegment(String name, int startIndex, int stopIndex)
public final String getQualifiedName()
public final com.google.common.base.Optional<String> getOwner()
OwnerAvailablegetOwner in interface OwnerAvailablepublic Condition buildCondition(Column column, String sql)
SQLRightValueExpressionSegmentbuildCondition in interface SQLRightValueExpressionSegmentcolumn - column objectsql - SQL textCopyright © 2019 The Apache Software Foundation. All rights reserved.