Interface MySqlExpr
-
- All Known Implementing Classes:
MySqlCharExpr,MySqlOrderingExpr
public interface MySqlExpr extends SQLExpr
-
-
Method Summary
-
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
-
-