public class SQLCharacterDataType extends SQLDataTypeImpl
Modifier and Type | Field and Description |
---|---|
static String |
CHAR_TYPE_BYTE |
static String |
CHAR_TYPE_CHAR |
Constructor and Description |
---|
SQLCharacterDataType(String name) |
Modifier and Type | Method and Description |
---|---|
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 static final String CHAR_TYPE_BYTE
public static final String CHAR_TYPE_CHAR
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–2017 Alibaba Group. All rights reserved.