public class SQLCreateFunctionStatement extends SQLStatementImpl implements SQLCreateStatement, SQLObjectWithDataType
| Constructor and Description |
|---|
SQLCreateFunctionStatement() |
getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLCreateFunctionStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplpublic 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 SQLObjectWithDataTypepublic void setDataType(SQLDataType dataType)
setDataType in interface SQLObjectWithDataTypepublic 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–2018 Alibaba Group. All rights reserved.