public class SQLCharacterDataType extends SQLDataTypeImpl
SQLDataType.Constants| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CHAR_TYPE_BYTE |
static String |
CHAR_TYPE_CHAR |
List<SQLCommentHint> |
hints |
argumentsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
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() |
int |
jdbcType() |
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, getIndexBy, getName, getWithTimeZone, hashCode, hasKeyLength, isInt, isNumberic, isString, isUnsigned, isWithLocalTimeZone, isZerofill, nameHashCode64, setDbType, setIndexBy, setName, setUnsigned, setWithLocalTimeZone, setWithTimeZone, setZerofillaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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 在类中 SQLDataTypeImplpublic int jdbcType()
jdbcType 在接口中 SQLDataTypejdbcType 在类中 SQLDataTypeImplCopyright © 2013–2023. All rights reserved.