public class SQLCharacterDataType extends SQLDataTypeImpl
限定符和类型 | 字段和说明 |
---|---|
static String |
CHAR_TYPE_BYTE |
static String |
CHAR_TYPE_CHAR |
构造器和说明 |
---|
SQLCharacterDataType(String name) |
限定符和类型 | 方法和说明 |
---|---|
String |
getCharSetName() |
String |
getCharType() |
String |
getCollate() |
boolean |
isHasBinary() |
void |
setCharSetName(String charSetName) |
void |
setCharType(String charType) |
void |
setCollate(String collate) |
void |
setHasBinary(boolean hasBinary) |
addArgument, equals, getArguments, getName, hashCode, setName
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLCharacterDataType(String name)
public String getCharSetName()
public void setCharSetName(String charSetName)
public boolean isHasBinary()
public void setHasBinary(boolean hasBinary)
public String getCollate()
public void setCollate(String collate)
public String getCharType()
public void setCharType(String charType)
Copyright © 2013–2016 Alibaba Group. All rights reserved.