public class SQLAlterTableStatement extends SQLStatementImpl implements SQLDDLStatement
构造器和说明 |
---|
SQLAlterTableStatement() |
SQLAlterTableStatement(String dbType) |
限定符和类型 | 方法和说明 |
---|---|
void |
addItem(SQLAlterTableItem item) |
List<SQLAlterTableItem> |
getItems() |
SQLName |
getName() |
SQLExprTableSource |
getTableSource() |
boolean |
isIgnore() |
boolean |
isInvalidateGlobalIndexes() |
boolean |
isRemovePatiting() |
boolean |
isUpdateGlobalIndexes() |
boolean |
isUpgradePatiting() |
void |
setIgnore(boolean ignore) |
void |
setInvalidateGlobalIndexes(boolean invalidateGlobalIndexes) |
void |
setName(SQLName name) |
void |
setRemovePatiting(boolean removePatiting) |
void |
setTableSource(SQLExprTableSource tableSource) |
void |
setUpdateGlobalIndexes(boolean updateGlobalIndexes) |
void |
setUpgradePatiting(boolean upgradePatiting) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLAlterTableStatement()
public SQLAlterTableStatement(String dbType)
public boolean isIgnore()
public void setIgnore(boolean ignore)
public boolean isRemovePatiting()
public void setRemovePatiting(boolean removePatiting)
public boolean isUpgradePatiting()
public void setUpgradePatiting(boolean upgradePatiting)
public boolean isUpdateGlobalIndexes()
public void setUpdateGlobalIndexes(boolean updateGlobalIndexes)
public boolean isInvalidateGlobalIndexes()
public void setInvalidateGlobalIndexes(boolean invalidateGlobalIndexes)
public List<SQLAlterTableItem> getItems()
public void addItem(SQLAlterTableItem item)
public SQLExprTableSource getTableSource()
public void setTableSource(SQLExprTableSource tableSource)
public SQLName getName()
public void setName(SQLName name)
Copyright © 2013–2016 Alibaba Group. All rights reserved.