| Modifier and Type | Method and Description |
|---|---|
void |
SQLStats.addColumn(ColumnSegment column)
add column to columns.
|
| Constructor and Description |
|---|
ColumnDefinitionSegment(int startIndex,
int stopIndex,
ColumnSegment columnName,
DataTypeSegment dataType,
boolean primaryKey) |
| Constructor and Description |
|---|
ColumnAfterPositionSegment(int startIndex,
int stopIndex,
ColumnSegment columnName) |
ColumnFirstPositionSegment(int startIndex,
int stopIndex,
ColumnSegment columnName) |
| Constructor and Description |
|---|
ColumnProjectionSegment(ColumnSegment columnSegment) |
| Constructor and Description |
|---|
ColumnOrderByItemSegment(ColumnSegment column,
OrderDirection orderDirection) |
ColumnOrderByItemSegment(ColumnSegment column,
OrderDirection orderDirection,
OrderDirection nullOrderDirection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ColumnSegment> |
InsertStatement.getColumns()
Get columns.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ColumnSegment> |
ColumnExtractor.extract(ExpressionSegment expression)
Get left value if left value of expression is column segment.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.