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) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
accept0
in class MySqlStatementImpl
public 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.