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() |
String |
getCode() |
SQLExpr |
getLocation() |
HiveCreateFunctionStatement.ResourceType |
getResourceType() |
SQLExpr |
getSymbol() |
boolean |
isDeclare() |
void |
setClassName(SQLExpr x) |
void |
setCode(String code) |
void |
setDeclare(boolean declare) |
void |
setLocation(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, isIfNotExists, isOrReplace, isParallelEnable, isPipelined, isResultCache, isTemporary, setAggregate, setAuthid, setBlock, setComment, setCreate, setDataType, setDefiner, setDeterministic, setIfNotExists, 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 getLocation()
public void setLocation(SQLExpr x)
public SQLExpr getSymbol()
public void setSymbol(SQLExpr x)
public HiveCreateFunctionStatement.ResourceType getResourceType()
public void setResourceType(HiveCreateFunctionStatement.ResourceType resourceType)
public String getCode()
public void setCode(String code)
public boolean isDeclare()
public void setDeclare(boolean declare)
Copyright © 2013–2022 Alibaba Group. All rights reserved.