/** * Prepare ScalarCondition as greaterEqual. <br> * {where FOO >= (select max(BAR) from ...) * * <pre> * cb.query().<span style="color: #FD4747">scalar_GreaterEqual()</span>.max(new SubQuery<ServiceRankCB>() { * public void query(ServiceRankCB subCB) { * subCB.specify().setFoo... <span style="color: #3F7E5E">// derived column for function</span> * subCB.query().setBar... * } * }); * </pre> * * @return The object to set up a function. (NotNull) */ public HpSSQFunction<ServiceRankCB> scalar_GreaterEqual() { return xcreateSSQFunction(CK_GE.getOperand()); }
/** * Prepare ScalarCondition as greaterEqual. <br> * {where FOO >= (select max(BAR) from ...) * * <pre> * cb.query().<span style="color: #FD4747">scalar_GreaterEqual()</span>.max(new SubQuery<RegionCB>() { * public void query(RegionCB subCB) { * subCB.specify().setFoo... <span style="color: #3F7E5E">// derived column for function</span> * subCB.query().setBar... * } * }); * </pre> * * @return The object to set up a function. (NotNull) */ public HpSSQFunction<RegionCB> scalar_GreaterEqual() { return xcreateSSQFunction(CK_GE.getOperand()); }