public class SQLAlterTableAddColumn extends SQLObjectImpl implements SQLAlterTableItem
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLAlterTableAddColumn() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, 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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic 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–2023. All rights reserved.