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