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, 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 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 SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.