public class DescFunctionDesc extends DDLDesc implements java.io.Serializable
| Constructor and Description |
|---|
DescFunctionDesc() |
DescFunctionDesc(Path resFile) |
DescFunctionDesc(Path resFile,
java.lang.String name,
boolean isExtended) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String |
getResFile() |
java.lang.String |
getSchema() |
java.lang.String |
getTable() |
boolean |
isExtended() |
void |
setExtended(boolean isExtended) |
void |
setName(java.lang.String name) |
void |
setResFile(java.lang.String resFile) |
public DescFunctionDesc()
public DescFunctionDesc(Path resFile)
resFile - public DescFunctionDesc(Path resFile,
java.lang.String name,
boolean isExtended)
name - of the function to describepublic boolean isExtended()
public void setExtended(boolean isExtended)
public java.lang.String getTable()
public java.lang.String getSchema()
public java.lang.String getName()
public void setName(java.lang.String name)
name - is the function namepublic java.lang.String getResFile()
public void setResFile(java.lang.String resFile)
resFile - the resFile to setCopyright © 2012 The Apache Software Foundation