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