public class SQLAlterTableConvertCharSet extends SQLObjectImpl implements SQLAlterTableItem
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
charset |
private SQLExpr |
collate |
attributes, parent| 构造器和说明 |
|---|
SQLAlterTableConvertCharSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getCharset() |
SQLExpr |
getCollate() |
void |
setCharset(SQLExpr charset) |
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 SQLExpr getCharset()
public void setCharset(SQLExpr charset)
public SQLExpr getCollate()
public void setCollate(SQLExpr collate)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.