public class SQLAlterFunctionStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
comment |
private boolean |
containsSql |
private boolean |
debug |
private boolean |
languageSql |
private SQLName |
name |
private boolean |
reuseSettings |
private SQLExpr |
sqlSecurity |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
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, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLName name
private boolean debug
private boolean reuseSettings
private SQLExpr comment
private boolean languageSql
private boolean containsSql
private SQLExpr sqlSecurity
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)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplCopyright © 2013–2019 Alibaba Group. All rights reserved.