Uses of Class
org.apache.hadoop.hive.ql.plan.AlterDatabaseDesc.ALTER_DB_TYPES

Packages that use AlterDatabaseDesc.ALTER_DB_TYPES
org.apache.hadoop.hive.ql.plan   
 

Uses of AlterDatabaseDesc.ALTER_DB_TYPES in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return AlterDatabaseDesc.ALTER_DB_TYPES
 AlterDatabaseDesc.ALTER_DB_TYPES AlterDatabaseDesc.getAlterType()
           
static AlterDatabaseDesc.ALTER_DB_TYPES AlterDatabaseDesc.ALTER_DB_TYPES.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlterDatabaseDesc.ALTER_DB_TYPES[] AlterDatabaseDesc.ALTER_DB_TYPES.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type AlterDatabaseDesc.ALTER_DB_TYPES
 void AlterDatabaseDesc.setAlterType(AlterDatabaseDesc.ALTER_DB_TYPES alterType)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.