Package com.alibaba.druid.sql.ast.expr
Interface SQLLiteralExpr
-
- All Known Implementing Classes:
BigQueryCharExpr,MySqlCharExpr,OracleBinaryDoubleExpr,OracleBinaryFloatExpr,OracleIntervalExpr,PGCharExpr,SQLBigIntExpr,SQLBinaryExpr,SQLBooleanExpr,SQLCharExpr,SQLDateExpr,SQLDateTimeExpr,SQLDateTypeExpr,SQLDecimalExpr,SQLDefaultExpr,SQLDoubleExpr,SQLFloatExpr,SQLHexExpr,SQLIntegerExpr,SQLJSONExpr,SQLNCharExpr,SQLNullExpr,SQLNumberExpr,SQLNumericLiteralExpr,SQLRealExpr,SQLSmallIntExpr,SQLTextLiteralExpr,SQLTimeExpr,SQLTimestampExpr,SQLTimestampNTZExpr,SQLTinyIntExpr,SQLTypeExpr
public interface SQLLiteralExpr extends SQLExpr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SQLLiteralExprclone()-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLExpr
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
-
clone
SQLLiteralExpr clone()
-
-