Uses of Enum
com.alibaba.druid.sql.dialect.oracle.ast.expr.OracleIntervalType
Packages that use OracleIntervalType
-
Uses of OracleIntervalType in com.alibaba.druid.sql.dialect.oracle.ast.expr
Methods in com.alibaba.druid.sql.dialect.oracle.ast.expr that return OracleIntervalTypeModifier and TypeMethodDescriptionOracleIntervalExpr.getToType()OracleIntervalExpr.getType()static OracleIntervalTypeReturns the enum constant of this type with the specified name.static OracleIntervalType[]OracleIntervalType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.dialect.oracle.ast.expr with parameters of type OracleIntervalTypeModifier and TypeMethodDescriptionvoidOracleIntervalExpr.setToType(OracleIntervalType toType) voidOracleIntervalExpr.setType(OracleIntervalType type)