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

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

public class ShowTblPropertiesDesc
extends DDLDesc
implements Serializable

ShowTblPropertiesDesc.

See Also:
Serialized Form

Constructor Summary
ShowTblPropertiesDesc()
          For serialization use only.
ShowTblPropertiesDesc(String resFile, String tableName, String propertyName)
           
 
Method Summary
 String getPropertyName()
           
 String getResFile()
           
 String getResFileString()
           
 String getSchema()
           
 String getTable()
           
 String getTableName()
           
 void setPropertyName(String propertyName)
           
 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

ShowTblPropertiesDesc

public ShowTblPropertiesDesc()
For serialization use only.


ShowTblPropertiesDesc

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

getTable

public String getTable()

getSchema

public String getSchema()

getResFile

public String getResFile()
Returns:
the resFile

getResFileString

public String getResFileString()

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

getPropertyName

public String getPropertyName()
Returns:
the propertyName

setPropertyName

public void setPropertyName(String propertyName)
Parameters:
propertyName - the propertyName to set


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