Uses of Class
com.alibaba.druid.sql.ast.expr.SQLIntervalUnit
-
Packages that use SQLIntervalUnit Package Description com.alibaba.druid.sql.ast.expr com.alibaba.druid.support.calcite -
-
Uses of SQLIntervalUnit in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLIntervalUnit Modifier and Type Method Description SQLIntervalUnitSQLExtractExpr. getUnit()SQLIntervalUnitSQLIntervalExpr. getUnit()static SQLIntervalUnitSQLIntervalUnit. of(String str)static SQLIntervalUnitSQLIntervalUnit. valueOf(String name)Returns 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 SQLIntervalUnit Modifier and Type Method Description static 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 Constructor Description SQLIntervalExpr(SQLExpr value, SQLIntervalUnit unit) -
Uses of SQLIntervalUnit in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLIntervalUnit Modifier and Type Method Description static org.apache.calcite.avatica.util.TimeUnit[]CalciteMySqlNodeVisitor. getTimeUnit(SQLIntervalUnit unit)
-