CB - The type of condition-bean.@FunctionalInterface public interface HpQDRSetupper<CB extends ConditionBean>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
setup(String function,
SubQuery<CB> subQuery,
String operand,
Object value,
DerivedReferrerOption option)
Set up the clause for (Query)DerivedReferrer.
|
void setup(String function, SubQuery<CB> subQuery, String operand, Object value, DerivedReferrerOption option)
function - The expression of function to derive referrer value. (NotNull)subQuery - The sub-query to derive. (NotNull)operand - The operand for the condition. (NotNull)value - The value of the condition. (NotNull)option - The option of DerivedReferrer. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.