public class SQLAlterFunctionStatement extends SQLStatementImpl
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLAlterFunctionStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplCopyright © 2013–2023. All rights reserved.