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, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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–2017 Alibaba Group. All rights reserved.