类 com.alibaba.druid.sql.ast.expr.SQLAggregateExpr.Option
的使用

使用 SQLAggregateExpr.Option 的软件包
com.alibaba.druid.sql.ast.expr   
com.alibaba.druid.sql.dialect.oracle.ast.expr   
 

com.alibaba.druid.sql.ast.exprSQLAggregateExpr.Option 的使用
 

返回 SQLAggregateExpr.Optioncom.alibaba.druid.sql.ast.expr 中的方法
 SQLAggregateExpr.Option SQLAggregateExpr.getOption()
           
static SQLAggregateExpr.Option SQLAggregateExpr.Option.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static SQLAggregateExpr.Option[] SQLAggregateExpr.Option.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

参数类型为 SQLAggregateExpr.Optioncom.alibaba.druid.sql.ast.expr 中的方法
 void SQLAggregateExpr.setOption(SQLAggregateExpr.Option option)
           
 

参数类型为 SQLAggregateExpr.Optioncom.alibaba.druid.sql.ast.expr 中的构造方法
SQLAggregateExpr(String methodName, SQLAggregateExpr.Option option)
           
 

com.alibaba.druid.sql.dialect.oracle.ast.exprSQLAggregateExpr.Option 的使用
 

参数类型为 SQLAggregateExpr.Optioncom.alibaba.druid.sql.dialect.oracle.ast.expr 中的构造方法
OracleAggregateExpr(String methodName, SQLAggregateExpr.Option option)
           
 



Copyright © 2013-2014 Alibaba Group. All Rights Reserved.