public class SQLAlterCharacter extends SQLObjectImpl implements SQLAlterTableItem
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
characterSet |
private SQLExpr |
collate |
attributes, parent| 构造器和说明 |
|---|
SQLAlterCharacter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getCharacterSet() |
SQLExpr |
getCollate() |
void |
setCharacterSet(SQLExpr characterSet) |
void |
setCollate(SQLExpr collate) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLExpr getCharacterSet()
public void setCharacterSet(SQLExpr characterSet)
public SQLExpr getCollate()
public void setCollate(SQLExpr collate)
Copyright © 2013–2019 Alibaba Group. All rights reserved.