| 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) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ColumnSegment> |
AssignmentSegment.getColumns()
Get list of column segments.
|
| 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 Collection<ColumnSegment> |
ColumnExtractor.extract(ExpressionSegment expression)
Extract column segment collection.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ColumnExtractor.extractColumnSegments(Collection<ColumnSegment> columnSegments,
Collection<WhereSegment> whereSegments)
Extract column segments.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ColumnSegment> |
CreateTableStatementHandler.getColumns(CreateTableStatement createTableStatement)
Get list of columns.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ColumnSegment> |
MySQLExplainStatement.getColumnWild()
Get column segment.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.