类 SQLDeclareItem
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLDeclareItem
- 所有已实现的接口:
SQLObject,SQLObjectWithDataType,SQLReplaceable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明protected SQLDataTypeprotected SQLNameprotected SQLObjectprotected List<SQLTableElement>protected SQLDeclareItem.Typeprotected SQLExpr从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器构造器说明SQLDeclareItem(SQLName name, SQLDataType dataType) SQLDeclareItem(SQLName name, SQLDataType dataType, SQLExpr value) -
方法概要
修饰符和类型方法说明protected voidaccept0(SQLASTVisitor visitor) getName()getType()getValue()booleanvoidsetDataType(SQLDataType dataType) voidvoidsetResolvedObject(SQLObject resolvedObject) voidsetTableElementList(List<SQLTableElement> tableElementList) voidsetType(SQLDeclareItem.Type type) void从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
字段详细资料
-
type
-
name
-
dataType
-
value
-
tableElementList
-
resolvedObject
-
-
构造器详细资料
-
SQLDeclareItem
public SQLDeclareItem() -
SQLDeclareItem
-
SQLDeclareItem
-
-
方法详细资料
-
replace
- 指定者:
replace在接口中SQLReplaceable
-
accept0
- 指定者:
accept0在类中SQLObjectImpl
-
getName
-
setName
-
getDataType
- 指定者:
getDataType在接口中SQLObjectWithDataType
-
setDataType
- 指定者:
setDataType在接口中SQLObjectWithDataType
-
getValue
-
setValue
-
getTableElementList
-
setTableElementList
-
getType
-
setType
-
getResolvedObject
-
setResolvedObject
-