Package com.alibaba.druid.sql.ast.expr
Class SQLAliasedExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.expr.SQLAliasedExpr
- All Implemented Interfaces:
SQLObject,SQLReplaceable
- Direct Known Subclasses:
SQLSelectItem
-
Field Summary
FieldsFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine, toString
-
Field Details
-
expr
-
alias
-
-
Constructor Details
-
SQLAliasedExpr
public SQLAliasedExpr() -
SQLAliasedExpr
-
-
Method Details
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
getExpr
-
setExpr
-
replace
- Specified by:
replacein interfaceSQLReplaceable
-
computeAlias
-
computeDataType
- Overrides:
computeDataTypein classSQLObjectImpl
-
getAlias
-
getAlias2
-
setAlias
-
clone
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLObjectImpl
-
cloneTo
-