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 |
SQLPropertyExpr.getResolvedColumn() |
SQLColumnDefinition |
SQLIdentifierExpr.getResolvedColumn() |
Modifier and Type | Method and Description |
---|---|
void |
SQLPropertyExpr.setResolvedColumn(SQLColumnDefinition resolvedColumn) |
void |
SQLIdentifierExpr.setResolvedColumn(SQLColumnDefinition resolvedColumn) |
Modifier and Type | Method and Description |
---|---|
SQLColumnDefinition |
SQLColumnDefinition.clone() |
SQLColumnDefinition |
SQLTableSourceImpl.findColumn(long columnNameHash) |
SQLColumnDefinition |
SQLTableSource.findColumn(long columnNameHash) |
SQLColumnDefinition |
SQLJoinTableSource.findColumn(long columnNameHash) |
SQLColumnDefinition |
SQLExprTableSource.findColumn(long columnNameHash) |
SQLColumnDefinition |
SQLCreateTableStatement.findColumn(long columName_hash) |
SQLColumnDefinition |
SQLTableSourceImpl.findColumn(String columnName) |
SQLColumnDefinition |
SQLTableSource.findColumn(String columnName) |
SQLColumnDefinition |
SQLSelectQueryBlock.findColumn(String columnName) |
SQLColumnDefinition |
SQLJoinTableSource.findColumn(String columnName) |
SQLColumnDefinition |
SQLExprTableSource.findColumn(String columnName) |
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 |
SchemaObjectImpl.findColumn(long columNameHash) |
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 |
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) |
Constructor and Description |
---|
DDLColumn(DDLTable table,
SQLColumnDefinition column,
int index) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.