类 SQLNumericLiteralExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLNumericLiteralExpr
- 所有已实现的接口:
SQLLiteralExpr,SQLExpr,SQLObject,Cloneable
- 直接已知子类:
OracleBinaryDoubleExpr,OracleBinaryFloatExpr,SQLBigIntExpr,SQLDecimalExpr,SQLDoubleExpr,SQLFloatExpr,SQLIntegerExpr,SQLNumberExpr,SQLRealExpr,SQLSmallIntExpr,SQLTinyIntExpr
-
字段概要
从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
从类继承的方法 com.alibaba.druid.sql.ast.SQLExprImpl
computeDataType, equals, hashCode从类继承的方法 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.SQLExpr
computeDataType, getHint从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
构造器详细资料
-
SQLNumericLiteralExpr
public SQLNumericLiteralExpr()
-
-
方法详细资料
-
getNumber
-
setNumber
-
clone
- 指定者:
clone在接口中SQLExpr- 指定者:
clone在接口中SQLLiteralExpr- 指定者:
clone在接口中SQLObject- 指定者:
clone在类中SQLExprImpl
-
getChildren
- 指定者:
getChildren在接口中SQLExpr- 覆盖:
getChildren在类中SQLExprImpl
-