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

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

public class ShowTablesDesc
extends DDLDesc
implements Serializable

ShowTablesDesc.

See Also:
Serialized Form

Constructor Summary
ShowTablesDesc()
           
ShowTablesDesc(org.apache.hadoop.fs.Path resFile)
           
ShowTablesDesc(org.apache.hadoop.fs.Path resFile, String dbName)
           
ShowTablesDesc(org.apache.hadoop.fs.Path resFile, String dbName, String pattern)
           
 
Method Summary
 String getDbName()
           
 String getPattern()
           
 String getResFile()
           
 String getSchema()
           
 String getTable()
           
 void setDbName(String dbName)
           
 void setPattern(String pattern)
           
 void setResFile(String resFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowTablesDesc

public ShowTablesDesc()

ShowTablesDesc

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

ShowTablesDesc

public ShowTablesDesc(org.apache.hadoop.fs.Path resFile,
                      String dbName)
Parameters:
dbName - name of database to show tables of

ShowTablesDesc

public ShowTablesDesc(org.apache.hadoop.fs.Path resFile,
                      String dbName,
                      String pattern)
Parameters:
pattern - names of tables to show
Method Detail

getTable

public String getTable()

getSchema

public String getSchema()

getPattern

public String getPattern()
Returns:
the pattern

setPattern

public void setPattern(String pattern)
Parameters:
pattern - the pattern 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()
Returns:
the dbName

setDbName

public void setDbName(String dbName)
Parameters:
dbName - the dbName to set


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