Package | Description |
---|---|
org.apache.tajo.catalog |
Modifier and Type | Field and Description |
---|---|
protected AlterTableType |
AlterTableDesc.alterTableType |
Modifier and Type | Method and Description |
---|---|
AlterTableType |
AlterTableDesc.getAlterTableType() |
static AlterTableType |
AlterTableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlterTableType[] |
AlterTableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AlterTableDesc |
CatalogUtil.addNewColumn(String tableName,
Column column,
AlterTableType alterTableType) |
static AlterTableDesc |
CatalogUtil.renameColumn(String tableName,
String oldColumName,
String newColumName,
AlterTableType alterTableType) |
static AlterTableDesc |
CatalogUtil.renameTable(String tableName,
String newTableName,
AlterTableType alterTableType) |
void |
AlterTableDesc.setAlterTableType(AlterTableType alterTableType) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.