public class SQLCharacterDataType extends SQLDataTypeImpl
SQLDataType.Constants| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CHAR_TYPE_BYTE |
static String |
CHAR_TYPE_CHAR |
private String |
charSetName |
private String |
charType |
private String |
collate |
private boolean |
hasBinary |
List<SQLCommentHint> |
hints |
argumentsattributes, parent| 构造器和说明 |
|---|
SQLCharacterDataType(String name) |
SQLCharacterDataType(String name,
int precision) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLCharacterDataType |
clone() |
String |
getCharSetName() |
String |
getCharType() |
String |
getCollate() |
List<SQLCommentHint> |
getHints() |
int |
getLength() |
boolean |
isHasBinary() |
void |
setCharSetName(String charSetName) |
void |
setCharType(String charType) |
void |
setCollate(String collate) |
void |
setHasBinary(boolean hasBinary) |
void |
setHints(List<SQLCommentHint> hints) |
String |
toString() |
addArgument, cloneTo, equals, getArguments, getDbType, getName, getWithTimeZone, hashCode, isUnsigned, isWithLocalTimeZone, isZerofill, nameHashCode64, setDbType, setName, setUnsigned, setWithLocalTimeZone, setWithTimeZone, setZerofillaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate String charSetName
private String collate
private String charType
private boolean hasBinary
public List<SQLCommentHint> hints
public SQLCharacterDataType(String name)
public SQLCharacterDataType(String name, int precision)
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)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public int getLength()
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLDataTypeImplpublic SQLCharacterDataType clone()
clone 在接口中 SQLDataTypeclone 在接口中 SQLObjectclone 在类中 SQLDataTypeImplpublic String toString()
toString 在类中 SQLDataTypeImplCopyright © 2013–2019 Alibaba Group. All rights reserved.