类 SQLUnionDataType
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLDataTypeImpl
com.alibaba.druid.sql.ast.SQLUnionDataType
- 所有已实现的接口:
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) voidadd(SQLDataType item) clone()getItems()getName()从类继承的方法 com.alibaba.druid.sql.ast.SQLDataTypeImpl
addArgument, cloneTo, equals, getArguments, getDbType, getEnumList, getIndexBy, getWithTimeZone, hashCode, hasKeyLength, isInt, isNumberic, isString, isUnsigned, isWithLocalTimeZone, isZerofill, jdbcType, nameHashCode64, setDbType, setEnumList, setIndexBy, setName, setUnsigned, setWithLocalTimeZone, setWithTimeZone, setZerofill, toString从类继承的方法 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
-
构造器详细资料
-
SQLUnionDataType
public SQLUnionDataType()
-
-
方法详细资料
-
getName
- 指定者:
getName在接口中SQLDataType- 覆盖:
getName在类中SQLDataTypeImpl
-
getItems
-
add
-
accept0
- 覆盖:
accept0在类中SQLDataTypeImpl
-
clone
- 指定者:
clone在接口中SQLDataType- 指定者:
clone在接口中SQLObject- 覆盖:
clone在类中SQLDataTypeImpl
-