public class SQLAlterTableReplaceColumn extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableReplaceColumn() |
| 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, 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)
Copyright © 2013–2021 Alibaba Group. All rights reserved.