org.apache.hadoop.hive.ql.plan
Class ShowTblPropertiesDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.DDLDesc
org.apache.hadoop.hive.ql.plan.ShowTblPropertiesDesc
- All Implemented Interfaces:
- Serializable
public class ShowTblPropertiesDesc
- extends DDLDesc
- implements Serializable
ShowTblPropertiesDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowTblPropertiesDesc
public ShowTblPropertiesDesc()
- For serialization use only.
ShowTblPropertiesDesc
public ShowTblPropertiesDesc(String resFile,
String tableName,
String propertyName)
- Parameters:
resFile
- tableName
- name of table to showpropertyName
- name of property to show
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 © 2013 The Apache Software Foundation