public class SQLAlterTypeStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLAlterTypeStatement() |
| Modifier and Type | Method and Description |
|---|---|
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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplCopyright © 2013–2018 Alibaba Group. All rights reserved.