public class SQLAlterFunctionStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLAlterFunctionStatement() |
Modifier and Type | Method and Description |
---|---|
SQLExpr |
getComment() |
SQLName |
getName() |
SQLExpr |
getSqlSecurity() |
boolean |
isContainsSql() |
boolean |
isDebug() |
boolean |
isLanguageSql() |
boolean |
isReuseSettings() |
void |
setComment(SQLExpr comment) |
void |
setContainsSql(boolean containsSql) |
void |
setDebug(boolean debug) |
void |
setLanguageSql(boolean languageSql) |
void |
setName(SQLName name) |
void |
setReuseSettings(boolean x) |
void |
setSqlSecurity(SQLExpr sqlSecurity) |
clone, 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
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public boolean isDebug()
public void setDebug(boolean debug)
public SQLName getName()
public void setName(SQLName name)
public SQLExpr getComment()
public void setComment(SQLExpr comment)
public boolean isReuseSettings()
public void setReuseSettings(boolean x)
public boolean isLanguageSql()
public void setLanguageSql(boolean languageSql)
public boolean isContainsSql()
public void setContainsSql(boolean containsSql)
public SQLExpr getSqlSecurity()
public void setSqlSecurity(SQLExpr sqlSecurity)
Copyright © 2013–2017 Alibaba Group. All rights reserved.