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