CB - The type of condition-bean.public interface HpSLCSetupper<CB extends ConditionBean>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
setup(String function,
SubQuery<CB> subQuery,
HpSLCCustomized<CB> customized,
ScalarConditionOption option)
Set up the scalar condition.
|
void setup(String function, SubQuery<CB> subQuery, HpSLCCustomized<CB> customized, ScalarConditionOption option)
function - The expression of function to derive the scalar value. (NotNull)subQuery - The sub query of myself. (NotNull)customized - The customized info of ScalarCondition. (NotNull)option - The option of ScalarCondition. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.