Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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 |
---|---|
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.