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 |
getRestrict() |
boolean |
isCascade() |
boolean |
isFirst() |
boolean |
isRestrict() |
void |
setAfterColumn(SQLName after) |
void |
setCascade(boolean cascade) |
void |
setFirst(boolean first) |
void |
setFirstColumn(SQLName first) |
void |
setRestrict(boolean restrict) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, 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)
public Boolean getRestrict()
public boolean isRestrict()
public void setRestrict(boolean restrict)
public boolean isCascade()
public void setCascade(boolean cascade)
Copyright © 2013–2020 Alibaba Group. All rights reserved.