public class SQLAlterOutlineStatement extends SQLStatementImpl implements SQLAlterStatement
| Constructor and Description |
|---|
SQLAlterOutlineStatement() |
SQLAlterOutlineStatement(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLObject> |
getChildren() |
SQLExpr |
getName() |
boolean |
isDisable() |
boolean |
isEnable() |
boolean |
isResync() |
void |
setDisable(boolean disable) |
void |
setEnable(boolean enable) |
void |
setName(SQLExpr x) |
void |
setResync(boolean resync) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLAlterOutlineStatement()
public SQLAlterOutlineStatement(DbType dbType)
public SQLExpr getName()
public void setName(SQLExpr x)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic boolean isResync()
public void setResync(boolean resync)
public boolean isDisable()
public void setDisable(boolean disable)
public boolean isEnable()
public void setEnable(boolean enable)
Copyright © 2013–2020 Alibaba Group. All rights reserved.