Uses of Class
com.alibaba.druid.sql.ast.SQLCurrentTimeExpr
-
Packages that use SQLCurrentTimeExpr Package Description com.alibaba.druid.sql.ast com.alibaba.druid.sql.dialect.odps.visitor com.alibaba.druid.sql.visitor com.alibaba.druid.support.calcite -
-
Uses of SQLCurrentTimeExpr in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return SQLCurrentTimeExpr Modifier and Type Method Description SQLCurrentTimeExprSQLCurrentTimeExpr. clone() -
Uses of SQLCurrentTimeExpr in com.alibaba.druid.sql.dialect.odps.visitor
Methods in com.alibaba.druid.sql.dialect.odps.visitor with parameters of type SQLCurrentTimeExpr Modifier and Type Method Description booleanOdpsOutputVisitor. visit(SQLCurrentTimeExpr x) -
Uses of SQLCurrentTimeExpr in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLCurrentTimeExpr Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLCurrentTimeExpr x)booleanSQLASTOutputVisitor. visit(SQLCurrentTimeExpr x)default booleanSQLASTVisitor. visit(SQLCurrentTimeExpr x) -
Uses of SQLCurrentTimeExpr in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLCurrentTimeExpr Modifier and Type Method Description booleanCalciteMySqlNodeVisitor. visit(SQLCurrentTimeExpr x)
-