public class SQLCreateFunctionStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLCreateFunctionStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLName |
getAuthid() |
SQLStatement |
getBlock() |
String |
getComment() |
SQLName |
getDefiner() |
String |
getJavaCallSpec() |
SQLName |
getName() |
List<SQLParameter> |
getParameters() |
SQLDataType |
getReturnDataType() |
boolean |
isCreate() |
boolean |
isDeterministic() |
boolean |
isOrReplace() |
void |
setAuthid(SQLName authid) |
void |
setBlock(SQLStatement block) |
void |
setComment(String comment) |
void |
setCreate(boolean create) |
void |
setDefiner(SQLName definer) |
void |
setDeterministic(boolean deterministic) |
void |
setJavaCallSpec(String javaCallSpec) |
void |
setName(SQLName name) |
void |
setOrReplace(boolean orReplace) |
void |
setParameters(List<SQLParameter> parameters) |
void |
setReturnDataType(SQLDataType returnDataType) |
getDbType, isAfterSemi, setAfterSemi, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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)
Copyright © 2013–2017 Alibaba Group. All rights reserved.