public class ShowDatabasesDesc extends DDLDesc implements Serializable
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
ShowDatabasesDesc() |
ShowDatabasesDesc(org.apache.hadoop.fs.Path resFile) |
ShowDatabasesDesc(org.apache.hadoop.fs.Path resFile,
String pattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern() |
String |
getResFile() |
String |
getSchema() |
String |
getTable() |
void |
setPattern(String pattern) |
void |
setResFile(String resFile) |
public ShowDatabasesDesc()
public ShowDatabasesDesc(org.apache.hadoop.fs.Path resFile)
resFile - public ShowDatabasesDesc(org.apache.hadoop.fs.Path resFile,
String pattern)
pattern - names of databases to showpublic String getTable()
public String getSchema()
public String getPattern()
public void setPattern(String pattern)
pattern - the pattern to setpublic String getResFile()
public void setResFile(String resFile)
resFile - the resFile to setCopyright © 2019 The Apache Software Foundation. All Rights Reserved.