org.apache.hadoop.hive.ql.plan
Class dropTableDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.ddlDesc
      extended by org.apache.hadoop.hive.ql.plan.dropTableDesc
All Implemented Interfaces:
Serializable

public class dropTableDesc
extends ddlDesc
implements Serializable

See Also:
Serialized Form

Constructor Summary
dropTableDesc(String tableName)
           
dropTableDesc(String tableName, List<Map<String,String>> partSpecs)
           
 
Method Summary
 List<Map<String,String>> getPartSpecs()
           
 String getTableName()
           
 void setPartSpecs(List<Map<String,String>> partSpecs)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

dropTableDesc

public dropTableDesc(String tableName)
Parameters:
tableName -

dropTableDesc

public dropTableDesc(String tableName,
                     List<Map<String,String>> partSpecs)
Method Detail

getTableName

public String getTableName()
Returns:
the tableName

setTableName

public void setTableName(String tableName)
Parameters:
tableName - the tableName to set

getPartSpecs

public List<Map<String,String>> getPartSpecs()
Returns:
the partSpecs

setPartSpecs

public void setPartSpecs(List<Map<String,String>> partSpecs)
Parameters:
partSpecs - the partSpecs to set


Copyright © 2009 The Apache Software Foundation