| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SQLCreateTableStatement.findColumn(String columName) |
SQLColumnDefinition |
SQLAlterTableAlterColumn.getColumn() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLColumnDefinition> |
SQLAlterTableAddColumn.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLAlterTableAddColumn.addColumn(SQLColumnDefinition column) |
void |
SQLAlterTableAlterColumn.setColumn(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLCreateTableStatement.forEachColumn(Consumer<SQLColumnDefinition> columnConsumer) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
MySqlAlterTableModifyColumn.getNewColumnDefinition() |
SQLColumnDefinition |
MySqlAlterTableChangeColumn.getNewColumnDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLColumnDefinition> |
MySqlSubPartitionByList.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlSubPartitionByList.addColumn(SQLColumnDefinition column) |
void |
MySqlAlterTableModifyColumn.setNewColumnDefinition(SQLColumnDefinition newColumnDefinition) |
void |
MySqlAlterTableChangeColumn.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 |
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.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SQLExprParser.parseColumnRest(SQLColumnDefinition column) |
| Modifier and Type | Method and Description |
|---|---|
SQLColumnDefinition |
SchemaRepository.findColumn(SQLTableSource tableSource,
SQLExpr expr) |
SQLColumnDefinition |
SchemaRepository.findColumn(SQLTableSource tableSource,
SQLSelectItem selectItem) |
SQLColumnDefinition |
SchemaObjectImpl.findColumn(String columName) |
SQLColumnDefinition |
SchemaObject.findColumn(String columName) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLColumnDefinition x) |
void |
SQLASTVisitor.endVisit(SQLColumnDefinition x) |
boolean |
SQLASTVisitorAdapter.visit(SQLColumnDefinition x) |
boolean |
SQLASTVisitor.visit(SQLColumnDefinition x) |
boolean |
SQLASTOutputVisitor.visit(SQLColumnDefinition x) |
boolean |
SchemaStatVisitor.visit(SQLColumnDefinition x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.