public class SQLCreateFunctionStatement extends SQLStatementImpl implements SQLCreateStatement, SQLObjectWithDataType
Constructor and Description |
---|
SQLCreateFunctionStatement() |
getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLCreateFunctionStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
public void accept0(SQLASTVisitor visitor)
public List<SQLParameter> getParameters()
public void setParameters(List<SQLParameter> parameters)
public SQLName getName()
public void setName(SQLName name)
public SQLStatement getBlock()
public void setBlock(SQLStatement block)
public SQLName getAuthid()
public void setAuthid(SQLName authid)
public boolean isOrReplace()
public void setOrReplace(boolean orReplace)
public SQLName getDefiner()
public void setDefiner(SQLName definer)
public boolean isCreate()
public void setCreate(boolean create)
public String getJavaCallSpec()
public void setJavaCallSpec(String javaCallSpec)
public SQLDataType getReturnDataType()
public void setReturnDataType(SQLDataType returnDataType)
public String getComment()
public void setComment(String comment)
public boolean isDeterministic()
public void setDeterministic(boolean deterministic)
public String getSchema()
public SQLDataType getDataType()
getDataType
in interface SQLObjectWithDataType
public void setDataType(SQLDataType dataType)
setDataType
in interface SQLObjectWithDataType
public boolean isParallelEnable()
public void setParallelEnable(boolean parallel_enable)
public boolean isAggregate()
public void setAggregate(boolean aggregate)
public SQLName getUsing()
public void setUsing(SQLName using)
public boolean isPipelined()
public void setPipelined(boolean pipelined)
public boolean isResultCache()
public void setResultCache(boolean resultCache)
public String getWrappedSource()
public void setWrappedSource(String wrappedSource)
Copyright © 2013–2017 Alibaba Group. All rights reserved.