public class ShowFunctionsDesc extends DDLDesc implements java.io.Serializable
Constructor and Description |
---|
ShowFunctionsDesc() |
ShowFunctionsDesc(Path resFile) |
ShowFunctionsDesc(Path resFile,
java.lang.String pattern) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPattern() |
java.lang.String |
getResFile() |
java.lang.String |
getSchema() |
java.lang.String |
getTable() |
void |
setPattern(java.lang.String pattern) |
void |
setResFile(java.lang.String resFile) |
public ShowFunctionsDesc()
public ShowFunctionsDesc(Path resFile)
resFile
- public ShowFunctionsDesc(Path resFile, java.lang.String pattern)
pattern
- names of tables to showpublic java.lang.String getTable()
public java.lang.String getSchema()
public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
pattern
- the pattern to setpublic java.lang.String getResFile()
public void setResFile(java.lang.String resFile)
resFile
- the resFile to setCopyright © 2012 The Apache Software Foundation