public class OracleAlterTableStatement extends SQLAlterTableStatement implements OracleDDLStatement
| 构造器和说明 |
|---|
OracleAlterTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
boolean |
isInvalidateGlobalIndexes() |
boolean |
isUpdateGlobalIndexes() |
void |
setInvalidateGlobalIndexes(boolean invalidateGlobalIndexes) |
void |
setUpdateGlobalIndexes(boolean updateGlobalIndexes) |
getItems, getName, getTableSource, setItems, setName, setTableSourceoutputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic boolean isUpdateGlobalIndexes()
public void setUpdateGlobalIndexes(boolean updateGlobalIndexes)
public boolean isInvalidateGlobalIndexes()
public void setInvalidateGlobalIndexes(boolean invalidateGlobalIndexes)
Copyright © 2012 Alibaba Group. All Rights Reserved.