Uses of Enum
com.alibaba.druid.sql.ast.expr.SQLIntervalUnit
Packages that use SQLIntervalUnit
-
Uses of SQLIntervalUnit in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLIntervalUnitModifier and TypeMethodDescriptionSQLExtractExpr.getUnit()SQLIntervalExpr.getUnit()static SQLIntervalUnitReturns the enum constant of this type with the specified name.static SQLIntervalUnit[]SQLIntervalUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLIntervalUnitModifier and TypeMethodDescriptionstatic booleanSQLIntervalUnit.add(Calendar calendar, int intervalInt, SQLIntervalUnit unit) voidSQLExtractExpr.setUnit(SQLIntervalUnit unit) voidSQLIntervalExpr.setUnit(SQLIntervalUnit unit) Constructors in com.alibaba.druid.sql.ast.expr with parameters of type SQLIntervalUnit -
Uses of SQLIntervalUnit in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLIntervalUnitModifier and TypeMethodDescriptionstatic org.apache.calcite.avatica.util.TimeUnit[]CalciteMySqlNodeVisitor.getTimeUnit(SQLIntervalUnit unit)