| パッケージ | 説明 |
|---|---|
| org.dbflute.cbean.chelper |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
HpSSQDecorator<CB> |
HpSSQFunction.avg(SubQuery<CB> scalarCBLambda)
Set up the sub query of myself for the scalar 'avg'.
|
protected HpSSQDecorator<CB> |
HpSSQFunction.createDecorator(HpSSQOption<CB> option) |
HpSSQDecorator<CB> |
HpSSQFunction.max(SubQuery<CB> scalarCBLambda)
Set up the sub query of myself for the scalar 'max'.
|
HpSSQDecorator<CB> |
HpSSQFunction.min(SubQuery<CB> scalarCBLambda)
Set up the sub query of myself for the scalar 'min'.
|
HpSSQDecorator<CB> |
HpSSQFunction.sum(SubQuery<CB> scalarCBLambda)
Set up the sub query of myself for the scalar 'sum'.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.