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

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

public class ShowColumnsDesc
extends DDLDesc
implements Serializable

See Also:
Serialized Form

Constructor Summary
ShowColumnsDesc()
           
ShowColumnsDesc(org.apache.hadoop.fs.Path resFile)
           
ShowColumnsDesc(org.apache.hadoop.fs.Path resFile, String tableName)
           
ShowColumnsDesc(org.apache.hadoop.fs.Path resFile, String dbName, String tableName)
           
 
Method Summary
 String getDbName()
           
 String getResFile()
           
 String getSchema()
           
 String getTable()
           
 String getTableName()
           
 void setDbName(String dbName)
           
 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

ShowColumnsDesc

public ShowColumnsDesc()

ShowColumnsDesc

public ShowColumnsDesc(org.apache.hadoop.fs.Path resFile)
Parameters:
resFile -

ShowColumnsDesc

public ShowColumnsDesc(org.apache.hadoop.fs.Path resFile,
                       String tableName)
Parameters:
tableName - name of table to show columns of

ShowColumnsDesc

public ShowColumnsDesc(org.apache.hadoop.fs.Path resFile,
                       String dbName,
                       String tableName)
Parameters:
dbName - name of the database
tableName - name of table to show columns of
Method Detail

getTable

public String getTable()

getSchema

public String getSchema()

getTableName

public String getTableName()
Returns:
the tableName

setTableName

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

getResFile

public String getResFile()
Returns:
the resFile

setResFile

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

getDbName

public String getDbName()

setDbName

public void setDbName(String dbName)


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