Uses of Class
com.alibaba.druid.sql.dialect.oracle.ast.expr.OracleIntervalType

Packages that use OracleIntervalType
com.alibaba.druid.sql.dialect.oracle.ast.expr   
 

Uses of OracleIntervalType in com.alibaba.druid.sql.dialect.oracle.ast.expr
 

Methods in com.alibaba.druid.sql.dialect.oracle.ast.expr that return OracleIntervalType
 OracleIntervalType OracleIntervalExpr.getToType()
           
 OracleIntervalType OracleIntervalExpr.getType()
           
static OracleIntervalType OracleIntervalType.valueOf(String name)
          Returns 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 OracleIntervalType
 void OracleIntervalExpr.setToType(OracleIntervalType toType)
           
 void OracleIntervalExpr.setType(OracleIntervalType type)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.