public class SQLAlterTableStatement extends SQLStatementImpl implements SQLDDLStatement
| Constructor and Description |
|---|
SQLAlterTableStatement() |
SQLAlterTableStatement(String dbType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(SQLAlterTableItem item) |
List<SQLAlterTableItem> |
getItems() |
SQLName |
getName() |
Map<String,SQLObject> |
getTableOptions() |
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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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.