| 限定符和类型 | 方法和说明 |
|---|---|
ColumnReference |
ColumnReference.column(AbstractColumFunction iColumFunction) |
abstract AbstractColumnReference |
AbstractColumnReference.column(AbstractColumFunction iColumFunction)
添加一个函数列到查询中。
|
AbstractColumnReference |
ColumnReference.column(AbstractColumFunction iColumFunction,
String columnAlias) |
abstract AbstractColumnReference |
AbstractColumnReference.column(AbstractColumFunction iColumFunction,
String columnAlias)
添加一个带别名的函数列到查询中。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Column |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AnonymousFunction
匿名函数,当明确不需要函数调用时使用,此类存在的目的是为了统一函数调用行为
|
class |
ColumnFunctionDecorator |
| 限定符和类型 | 字段和说明 |
|---|---|
protected AbstractColumFunction |
ColumnFunctionDecorator.delegateFunction |
| 构造器和说明 |
|---|
ColumnFunctionDecorator(AbstractColumFunction delegateFunction) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Avg |
class |
Count |
class |
Max |
class |
Min |
class |
StdDev
计算指定列的标准差。
|
class |
Sum |
class |
Variance
计算指定列的方差。
|
| 构造器和说明 |
|---|
Avg(AbstractColumFunction delegateFunction) |
Count(AbstractColumFunction delegateFunction) |
Max(AbstractColumFunction delegateFunction) |
Min(AbstractColumFunction delegateFunction) |
StdDev(AbstractColumFunction delegateFunction) |
Sum(AbstractColumFunction delegateFunction) |
Variance(AbstractColumFunction delegateFunction) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JsonExtract
提取 JSON 数据中的值
|
class |
JsonUnquote
去掉 JSON 值的引号
|
| 构造器和说明 |
|---|
JsonExtract(AbstractColumFunction delegateFunction,
String jsonPath) |
JsonUnquote(AbstractColumFunction delegateFunction) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Distinct |
| 构造器和说明 |
|---|
Distinct(AbstractColumFunction delegateFunction) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Length |
class |
Md5 |
class |
SubString |
class |
Upper |
| 构造器和说明 |
|---|
Length(AbstractColumFunction delegateFunction) |
Md5(AbstractColumFunction delegateFunction) |
SubString(AbstractColumFunction delegateFunction,
int start,
int length) |
Upper(AbstractColumFunction delegateFunction) |
Copyright © 2024 Dynamic-SQL. All rights reserved.