类 SQLExprImpl
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
- 直接已知子类:
HiveInputOutputFormat,ModelClause.CellAssignment,OdpsTransformExpr,OracleCursorExpr,OracleIntervalExpr,OracleIsOfTypeExpr,OracleIsSetExpr,OracleOuterExpr,PGExprImpl,SQLAllColumnExpr,SQLAllExpr,SQLAnyExpr,SQLArrayExpr,SQLAssignItem,SQLBetweenExpr,SQLBinaryExpr,SQLBinaryOpExpr,SQLBinaryOpExprGroup,SQLBooleanExpr,SQLCaseExpr,SQLCastExpr,SQLContainsExpr,SQLCurrentOfCursorExpr,SQLCurrentTimeExpr,SQLCurrentUserExpr,SQLDataTypeRefExpr,SQLDateExpr,SQLDateTimeExpr,SQLDbLinkExpr,SQLDefaultExpr,SQLExistsExpr,SQLExtractExpr,SQLFlashbackExpr,SQLGroupingSetExpr,SQLHexExpr,SQLIdentifierExpr,SQLInListExpr,SQLInSubQueryExpr,SQLIntervalExpr,SQLJSONExpr,SQLJSONValueExpr,SQLListExpr,SQLMatchAgainstExpr,SQLMethodInvokeExpr,SQLNotExpr,SQLNullExpr,SQLNumericLiteralExpr,SQLPropertyExpr,SQLQueryExpr,SQLSequenceExpr,SQLSizeExpr,SQLSomeExpr,SQLTextLiteralExpr,SQLTimeExpr,SQLTimestampExpr,SQLUnaryExpr,SQLValuesExpr,SQLVariantRefExpr
-
字段概要
从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, accept0, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
构造器详细资料
-
SQLExprImpl
public SQLExprImpl()
-
-
方法详细资料
-
equals
-
hashCode
public abstract int hashCode() -
clone
-
computeDataType
- 指定者:
computeDataType在接口中SQLExpr- 覆盖:
computeDataType在类中SQLObjectImpl
-
getChildren
- 指定者:
getChildren在接口中SQLExpr
-