public class ShowTablesDesc extends DDLDesc implements Serializable
DDLDesc.DDLDescWithWriteId| 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) |
ShowTablesDesc(org.apache.hadoop.fs.Path resFile,
String dbName,
String pattern,
TableType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbName() |
String |
getPattern() |
String |
getResFile() |
String |
getSchema() |
String |
getTable() |
TableType |
getType() |
void |
setDbName(String dbName) |
void |
setPattern(String pattern) |
void |
setResFile(String resFile) |
void |
setType(TableType type) |
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 ShowTablesDesc(org.apache.hadoop.fs.Path resFile,
String dbName,
String pattern)
pattern - names of tables to showpublic String getTable()
public String getSchema()
public String getPattern()
public void setPattern(String pattern)
pattern - the pattern to setpublic TableType getType()
public void setType(TableType type)
type - the table type 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 © 2019 The Apache Software Foundation. All Rights Reserved.