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

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

public class ShowCreateTableDesc
extends DDLDesc
implements Serializable

ShowCreateTableDesc.

See Also:
Serialized Form

Constructor Summary
ShowCreateTableDesc()
          For serialization use only.
ShowCreateTableDesc(String tableName, String resFile)
           
 
Method Summary
 String getResFile()
           
 String getSchema()
           
 String getTable()
           
 String getTableName()
           
 void setResFile(String resFile)
           
 void setTableName(String tableName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowCreateTableDesc

public ShowCreateTableDesc()
For serialization use only.


ShowCreateTableDesc

public ShowCreateTableDesc(String tableName,
                           String resFile)
Parameters:
resFile -
tableName - name of table to show
Method Detail

getTable

public String getTable()

getSchema

public String getSchema()

getResFile

public String getResFile()
Returns:
the resFile

setResFile

public void setResFile(String resFile)
Parameters:
resFile - the resFile to set

getTableName

public String getTableName()
Returns:
the tableName

setTableName

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


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