| 程序包 | 说明 |
|---|---|
| com.alibaba.druid.sql.ast.expr | |
| com.alibaba.druid.sql.dialect.oracle.ast.expr | |
| com.alibaba.druid.sql.dialect.postgresql.ast |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLAggregateExpr.Option |
SQLAggregateExpr.getOption() |
static SQLAggregateExpr.Option |
SQLAggregateExpr.Option.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SQLAggregateExpr.Option[] |
SQLAggregateExpr.Option.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SQLAggregateExpr.setOption(SQLAggregateExpr.Option option) |
| 构造器和说明 |
|---|
SQLAggregateExpr(String methodName,
SQLAggregateExpr.Option option) |
| 构造器和说明 |
|---|
OracleAggregateExpr(String methodName,
SQLAggregateExpr.Option option) |
| 构造器和说明 |
|---|
PGAggregateExpr(String methodName,
SQLAggregateExpr.Option option) |
Copyright © 2012 Alibaba Group. All Rights Reserved.