public class SQLAlterTableAddColumn extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableAddColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(SQLColumnDefinition column) |
SQLName |
getAfterColumn() |
List<SQLColumnDefinition> |
getColumns() |
SQLName |
getFirstColumn() |
boolean |
isFirst() |
void |
setAfterColumn(SQLName after) |
void |
setFirst(boolean first) |
void |
setFirstColumn(SQLName first) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic List<SQLColumnDefinition> getColumns()
public void addColumn(SQLColumnDefinition column)
public SQLName getFirstColumn()
public void setFirstColumn(SQLName first)
public boolean isFirst()
public void setFirst(boolean first)
public SQLName getAfterColumn()
public void setAfterColumn(SQLName after)
Copyright © 2013–2018 Alibaba Group. All rights reserved.