public class ShowCreateTableDesc extends DDLDesc implements Serializable
Constructor and Description |
---|
ShowCreateTableDesc()
For serialization use only.
|
ShowCreateTableDesc(String tableName,
String resFile) |
Modifier and Type | Method and Description |
---|---|
String |
getResFile() |
String |
getSchema() |
String |
getTable() |
String |
getTableName() |
void |
setResFile(String resFile) |
void |
setTableName(String tableName) |
public String getTable()
public String getSchema()
public String getResFile()
public void setResFile(String resFile)
resFile
- the resFile to setpublic String getTableName()
public void setTableName(String tableName)
tableName
- the tableName to setCopyright © 2017 The Apache Software Foundation. All rights reserved.