public class OracleAlterTableModify extends OracleAlterTableItem
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLColumnDefinition> |
columns |
attributes, parent| 构造器和说明 |
|---|
OracleAlterTableModify() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addColumn(SQLColumnDefinition column) |
List<SQLColumnDefinition> |
getColumns() |
accept0, clone, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate List<SQLColumnDefinition> columns
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic List<SQLColumnDefinition> getColumns()
public void addColumn(SQLColumnDefinition column)
Copyright © 2013–2019 Alibaba Group. All rights reserved.