Package com.alibaba.druid.sql.ast.expr
Interface SQLValuableExpr
-
- All Known Implementing Classes:
BigQueryCharExpr,MySqlCharExpr,OracleBinaryDoubleExpr,OracleBinaryFloatExpr,PGCharExpr,SQLBigIntExpr,SQLBinaryExpr,SQLBooleanExpr,SQLCharExpr,SQLDateExpr,SQLDateTimeExpr,SQLDateTypeExpr,SQLDecimalExpr,SQLDoubleExpr,SQLFloatExpr,SQLHexExpr,SQLIntegerExpr,SQLJSONExpr,SQLNullExpr,SQLNumberExpr,SQLNumericLiteralExpr,SQLRealExpr,SQLSmallIntExpr,SQLTimeExpr,SQLTimestampExpr,SQLTimestampNTZExpr,SQLTinyIntExpr,SQLTypeExpr
public interface SQLValuableExpr extends SQLExpr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetValue()-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLExpr
clone, computeDataType, getChildren, getHint
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-
-
-
Method Detail
-
getValue
Object getValue()
-
-