public class MySqlSetCharSetStatement extends MySqlStatementImpl
| Constructor and Description |
|---|
MySqlSetCharSetStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
String |
getCharSet() |
String |
getCollate() |
boolean |
isDefault() |
void |
setCharSet(String charSet) |
void |
setCollate(String collate) |
void |
setDefault(boolean isDefault) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getDbType, isAfterSemi, setAfterSemiaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlStatementImplpublic String getCharSet()
public void setCharSet(String charSet)
public String getCollate()
public void setCollate(String collate)
public boolean isDefault()
public void setDefault(boolean isDefault)
Copyright © 2013–2017 Alibaba Group. All rights reserved.