| パッケージ | 説明 |
|---|---|
| org.dbflute.cbean.chelper |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
HpQDRParameter<CB,Number> |
HpQDRFunction.avg(SubQuery<CB> derivedCBLambda)
Set up the sub query of referrer for the scalar 'avg'.
|
HpQDRParameter<CB,Number> |
HpQDRFunction.avg(SubQuery<CB> derivedCBLambda,
FunctionFilterOptionCall<DerivedReferrerOption> opLambda)
An overload method for avg().
|
HpQDRParameter<CB,Integer> |
HpQDRFunction.count(SubQuery<CB> derivedCBLambda)
Set up the sub query of referrer for the scalar 'count'.
|
HpQDRParameter<CB,Integer> |
HpQDRFunction.count(SubQuery<CB> derivedCBLambda,
FunctionFilterOptionCall<DerivedReferrerOption> opLambda)
An overload method for count().
|
HpQDRParameter<CB,Integer> |
HpQDRFunction.countDistinct(SubQuery<CB> derivedCBLambda)
Set up the sub query of referrer for the scalar 'count(with distinct)'.
|
HpQDRParameter<CB,Integer> |
HpQDRFunction.countDistinct(SubQuery<CB> derivedCBLambda,
FunctionFilterOptionCall<DerivedReferrerOption> opLambda)
An overload method for countDistinct().
|
protected <PARAMETER> |
HpQDRFunction.createQDRParameter(String fuction,
SubQuery<CB> subQuery,
DerivedReferrerOption option) |
protected HpQDRParameter<CB,Number> |
HpQDRFunction.doAvg(SubQuery<CB> subQuery,
DerivedReferrerOption option) |
protected HpQDRParameter<CB,Integer> |
HpQDRFunction.doCount(SubQuery<CB> subQuery,
DerivedReferrerOption option) |
protected HpQDRParameter<CB,Integer> |
HpQDRFunction.doCountDistinct(SubQuery<CB> subQuery,
DerivedReferrerOption option) |
protected HpQDRParameter<CB,Object> |
HpQDRFunction.doMax(SubQuery<CB> subQuery,
DerivedReferrerOption option) |
protected HpQDRParameter<CB,Object> |
HpQDRFunction.doMin(SubQuery<CB> subQuery,
DerivedReferrerOption option) |
protected HpQDRParameter<CB,Number> |
HpQDRFunction.doSum(SubQuery<CB> subQuery,
DerivedReferrerOption option) |
HpQDRParameter<CB,Object> |
HpQDRFunction.max(SubQuery<CB> derivedCBLambda)
Set up the sub query of referrer for the scalar 'max'.
|
HpQDRParameter<CB,Object> |
HpQDRFunction.max(SubQuery<CB> derivedCBLambda,
FunctionFilterOptionCall<DerivedReferrerOption> opLambda)
An overload method for max().
|
HpQDRParameter<CB,Object> |
HpQDRFunction.min(SubQuery<CB> derivedCBLambda)
Set up the sub query of referrer for the scalar 'min'.
|
HpQDRParameter<CB,Object> |
HpQDRFunction.min(SubQuery<CB> derivedCBLambda,
FunctionFilterOptionCall<DerivedReferrerOption> opLambda)
An overload method for min().
|
HpQDRParameter<CB,Number> |
HpQDRFunction.sum(SubQuery<CB> derivedCBLambda)
Set up the sub query of referrer for the scalar 'sum'.
|
HpQDRParameter<CB,Number> |
HpQDRFunction.sum(SubQuery<CB> derivedCBLambda,
FunctionFilterOptionCall<DerivedReferrerOption> opLambda)
An overload method for sum().
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.