| Package | Description |
|---|---|
| tech.ibit.mybatis.sqlbuilder.column.support | |
| tech.ibit.mybatis.sqlbuilder.enums |
| Modifier and Type | Method and Description |
|---|---|
default AggregateColumn |
IColumnAggregateSupport.aggregate(AggregateFunctionNameEnum functionName,
String nameAs)
获取聚合列
|
default AggregateColumn |
IColumnAggregateSupport.aggregate(AggregateFunctionNameEnum functionName,
String nameAs,
boolean distinct)
获取聚合列
|
| Modifier and Type | Method and Description |
|---|---|
static AggregateFunctionNameEnum |
AggregateFunctionNameEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateFunctionNameEnum[] |
AggregateFunctionNameEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 IBIT程序猿. All rights reserved.