public class SQLAlterTypeStatement extends SQLStatementImpl
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLAlterTypeStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
List<SQLObject> |
getChildren() |
SQLName |
getName() |
boolean |
isBody() |
boolean |
isCompile() |
boolean |
isDebug() |
boolean |
isReuseSettings() |
void |
setBody(boolean body) |
void |
setCompile(boolean compile) |
void |
setDebug(boolean debug) |
void |
setName(SQLName name) |
void |
setReuseSettings(boolean reuseSettings) |
clone, 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 SQLName getName()
public void setName(SQLName name)
public boolean isCompile()
public void setCompile(boolean compile)
public boolean isDebug()
public void setDebug(boolean debug)
public boolean isBody()
public void setBody(boolean body)
public boolean isReuseSettings()
public void setReuseSettings(boolean reuseSettings)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplCopyright © 2013–2023. All rights reserved.