public class HiveCreateFunctionStatement extends SQLCreateFunctionStatement implements SQLCreateStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
HiveCreateFunctionStatement.ResourceType |
| Constructor and Description |
|---|
HiveCreateFunctionStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getClassName() |
SQLExpr |
getLocationn() |
HiveCreateFunctionStatement.ResourceType |
getResourceType() |
SQLExpr |
getSymbol() |
void |
setClassName(SQLExpr x) |
void |
setLocationn(SQLExpr x) |
void |
setResourceType(HiveCreateFunctionStatement.ResourceType resourceType) |
void |
setSymbol(SQLExpr x) |
clone, getAuthid, getBlock, getComment, getDataType, getDefiner, getJavaCallSpec, getLanguage, getName, getParameters, getReturnDataType, getSchema, getUsing, getWrappedSource, isAggregate, isCreate, isDeterministic, isOrReplace, isParallelEnable, isPipelined, isResultCache, isTemporary, setAggregate, setAuthid, setBlock, setComment, setCreate, setDataType, setDefiner, setDeterministic, setJavaCallSpec, setLanguage, setName, setOrReplace, setParallelEnable, setParameters, setPipelined, setResultCache, setReturnDataType, setTemporary, setUsing, setWrappedSourcegetChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void accept0(SQLASTVisitor visitor)
accept0 in class SQLCreateFunctionStatementpublic SQLExpr getClassName()
public void setClassName(SQLExpr x)
public SQLExpr getLocationn()
public void setLocationn(SQLExpr x)
public SQLExpr getSymbol()
public void setSymbol(SQLExpr x)
public HiveCreateFunctionStatement.ResourceType getResourceType()
public void setResourceType(HiveCreateFunctionStatement.ResourceType resourceType)
Copyright © 2013–2021 Alibaba Group. All rights reserved.