Uses of Class
com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlIntervalUnit

Packages that use MySqlIntervalUnit
com.alibaba.druid.sql.dialect.mysql.ast.expr   
 

Uses of MySqlIntervalUnit in com.alibaba.druid.sql.dialect.mysql.ast.expr
 

Methods in com.alibaba.druid.sql.dialect.mysql.ast.expr that return MySqlIntervalUnit
 MySqlIntervalUnit MySqlIntervalExpr.getUnit()
           
 MySqlIntervalUnit MySqlExtractExpr.getUnit()
           
static MySqlIntervalUnit MySqlIntervalUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MySqlIntervalUnit[] MySqlIntervalUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alibaba.druid.sql.dialect.mysql.ast.expr with parameters of type MySqlIntervalUnit
 void MySqlIntervalExpr.setUnit(MySqlIntervalUnit unit)
           
 void MySqlExtractExpr.setUnit(MySqlIntervalUnit unit)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.