public class ShowTablesDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
getDbName() |
String |
getPattern() |
String |
getResFile() |
String |
getSchema() |
String |
getTable() |
void |
setDbName(String dbName) |
void |
setPattern(String pattern) |
void |
setResFile(String resFile) |
public ShowTablesDesc()
public ShowTablesDesc(org.apache.hadoop.fs.Path resFile)
resFile
- public ShowTablesDesc(org.apache.hadoop.fs.Path resFile, String dbName)
dbName
- name of database to show tables ofpublic 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 setpublic String getDbName()
public void setDbName(String dbName)
dbName
- the dbName to setCopyright © 2017 The Apache Software Foundation. All rights reserved.