| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SQLName.getResolvedColumn() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLColumnDefinition> |
SQLRecordDataType.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLRecordDataType.addColumn(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SQLIdentifierExpr.getResolvedColumn() |
SQLColumnDefinition |
SQLDbLinkExpr.getResolvedColumn() |
SQLColumnDefinition |
SQLPropertyExpr.getResolvedColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLIdentifierExpr.setResolvedColumn(SQLColumnDefinition resolvedColumn) |
void |
SQLPropertyExpr.setResolvedColumn(SQLColumnDefinition resolvedColumn) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SQLColumnDefinition.clone() |
SQLColumnDefinition |
SQLSubqueryTableSource.findColumn(long columnNameHash) |
SQLColumnDefinition |
SQLSelectQueryBlock.findColumn(long columnNameHash) |
SQLColumnDefinition |
SQLJoinTableSource.findColumn(long columnNameHash) |
SQLColumnDefinition |
SQLTableSource.findColumn(long columnNameHash) |
SQLColumnDefinition |
SQLExprTableSource.findColumn(long columnNameHash) |
SQLColumnDefinition |
SQLCreateTableStatement.findColumn(long columName_hash) |
SQLColumnDefinition |
SQLTableSourceImpl.findColumn(long columnNameHash) |
SQLColumnDefinition |
SQLSelectQueryBlock.findColumn(String columnName) |
SQLColumnDefinition |
SQLJoinTableSource.findColumn(String columnName) |
SQLColumnDefinition |
SQLTableSource.findColumn(String columnName) |
SQLColumnDefinition |
SQLExprTableSource.findColumn(String columnName) |
SQLColumnDefinition |
SQLCreateTableStatement.findColumn(String columName) |
SQLColumnDefinition |
SQLTableSourceImpl.findColumn(String columnName) |
SQLColumnDefinition |
SQLAlterTableAlterColumn.getColumn() |
SQLColumnDefinition |
SQLCreateTableStatement.getColumn(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLColumnDefinition> |
SQLCreateTableStatement.getColumnDefinitions() |
List<SQLColumnDefinition> |
SQLAlterTableAddColumn.getColumns() |
List<SQLColumnDefinition> |
SQLAlterTableReplaceColumn.getColumns() |
List<SQLColumnDefinition> |
SQLCreateTableStatement.getPartitionColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLCreateTableStatement.addColumn(SQLColumnDefinition column) |
void |
SQLAlterTableAddColumn.addColumn(SQLColumnDefinition column) |
void |
SQLAlterTableReplaceColumn.addColumn(SQLColumnDefinition column) |
void |
SQLCreateTableStatement.addPartitionColumn(SQLColumnDefinition column) |
boolean |
SQLUnique.applyColumnRename(SQLName columnName,
SQLColumnDefinition to) |
void |
SQLAlterTableAlterColumn.setColumn(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLCreateTableStatement.forEachColumn(Consumer<SQLColumnDefinition> columnConsumer) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
AntsparkExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
AntsparkExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
DB2ExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
DB2ExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
H2ExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
H2ExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
HiveExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
HiveExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
MySqlUserName.getResolvedColumn() |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
MysqlCreateFullTextDictionaryStatement.getColumn() |
SQLColumnDefinition |
MySqlAlterTableChangeColumn.getNewColumnDefinition() |
SQLColumnDefinition |
MySqlAlterTableModifyColumn.getNewColumnDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLColumnDefinition> |
MySqlSubPartitionByList.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlSubPartitionByList.addColumn(SQLColumnDefinition column) |
boolean |
MySqlTableIndex.applyColumnRename(SQLName columnName,
SQLColumnDefinition to) |
void |
MysqlCreateFullTextDictionaryStatement.setColumn(SQLColumnDefinition column) |
void |
MySqlAlterTableChangeColumn.setNewColumnDefinition(SQLColumnDefinition newColumnDefinition) |
void |
MySqlAlterTableModifyColumn.setNewColumnDefinition(SQLColumnDefinition newColumnDefinition) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
MySqlExprParser.parseColumn() |
SQLColumnDefinition |
MySqlExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
MySqlExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MySqlOutputVisitor.visit(SQLColumnDefinition x) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLColumnDefinition> |
OdpsCreateTableStatement.getPartitionColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdpsCreateTableStatement.addPartitionColumn(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLColumnDefinition> |
OracleAlterTableModify.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
OracleAlterTableModify.addColumn(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
OracleExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
OracleExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SQLServerObjectReferenceExpr.getResolvedColumn() |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SQLServerExprParser.createColumnDefinition() |
SQLColumnDefinition |
SQLServerExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SQLServerExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SQLServerOutputVisitor.visit(SQLColumnDefinition x) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SQLExprParser.createColumnDefinition() |
SQLColumnDefinition |
SQLExprParser.parseColumn() |
SQLColumnDefinition |
SQLExprParser.parseColumn(SQLObject parent) |
SQLColumnDefinition |
SQLExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SQLExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SchemaObject.findColumn(long columNameHash) |
SQLColumnDefinition |
SchemaRepository.findColumn(SQLTableSource tableSource,
SQLExpr expr) |
SQLColumnDefinition |
Schema.findColumn(SQLTableSource tableSource,
SQLExpr expr) |
SQLColumnDefinition |
SchemaRepository.findColumn(SQLTableSource tableSource,
SQLSelectItem selectItem) |
SQLColumnDefinition |
Schema.findColumn(SQLTableSource tableSource,
SQLSelectItem selectItem) |
SQLColumnDefinition |
SchemaObject.findColumn(String columName) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLColumnDefinition x) |
boolean |
SQLASTOutputVisitor.visit(SQLColumnDefinition x) |
default boolean |
SQLASTVisitor.visit(SQLColumnDefinition x) |
boolean |
SchemaStatVisitor.visit(SQLColumnDefinition x) |
Copyright © 2013–2021 Alibaba Group. All rights reserved.