类 SQLCharacterDataType
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLDataTypeImpl
com.alibaba.druid.sql.ast.statement.SQLCharacterDataType
- 所有已实现的接口:
SQLDataType,SQLDbTypedObject,SQLObject
-
嵌套类概要
从接口继承的嵌套类/接口 com.alibaba.druid.sql.ast.SQLDataType
SQLDataType.Constants -
字段概要
字段从类继承的字段 com.alibaba.druid.sql.ast.SQLDataTypeImpl
arguments, enumList从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaccept0(SQLASTVisitor visitor) clone()getHints()intbooleanintjdbcType()voidsetCharSetName(String charSetName) voidsetCharType(String charType) voidsetCollate(String collate) voidsetHasBinary(boolean hasBinary) voidsetHints(List<SQLCommentHint> hints) toString()从类继承的方法 com.alibaba.druid.sql.ast.SQLDataTypeImpl
addArgument, cloneTo, equals, getArguments, getDbType, getEnumList, getIndexBy, getName, getWithTimeZone, hashCode, hasKeyLength, isInt, isNumberic, isString, isUnsigned, isWithLocalTimeZone, isZerofill, nameHashCode64, setDbType, setEnumList, setIndexBy, setName, setUnsigned, setWithLocalTimeZone, setWithTimeZone, setZerofill从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
字段详细资料
-
构造器详细资料
-
SQLCharacterDataType
-
SQLCharacterDataType
-
-
方法详细资料
-
getCharSetName
-
setCharSetName
-
isHasBinary
public boolean isHasBinary() -
setHasBinary
public void setHasBinary(boolean hasBinary) -
getCollate
-
setCollate
-
getCharType
-
setCharType
-
getHints
-
setHints
-
getLength
public int getLength() -
accept0
- 覆盖:
accept0在类中SQLDataTypeImpl
-
clone
- 指定者:
clone在接口中SQLDataType- 指定者:
clone在接口中SQLObject- 覆盖:
clone在类中SQLDataTypeImpl
-
toString
- 覆盖:
toString在类中SQLDataTypeImpl
-
jdbcType
public int jdbcType()- 指定者:
jdbcType在接口中SQLDataType- 覆盖:
jdbcType在类中SQLDataTypeImpl
-