|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLDataTypeImpl
com.alibaba.druid.sql.ast.statement.SQLCharactorDataType
public class SQLCharactorDataType
| Constructor Summary | |
|---|---|
SQLCharactorDataType(String name)
|
|
| Method Summary | |
|---|---|
String |
getCharSetName()
|
String |
getCollate()
|
void |
setCharSetName(String charSetName)
|
void |
setCollate(String collate)
|
| Methods inherited from class com.alibaba.druid.sql.ast.SQLDataTypeImpl |
|---|
getArguments, getName, output, setName |
| Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl |
|---|
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject |
|---|
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent |
| Constructor Detail |
|---|
public SQLCharactorDataType(String name)
| Method Detail |
|---|
public String getCharSetName()
public void setCharSetName(String charSetName)
public String getCollate()
public void setCollate(String collate)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||