/** * Prepare ScalarCondition as greaterThan. <br> * {where FOO > (select max(BAR) from ...) * * <pre> * cb.query().<span style="color: #FD4747">scalar_GreaterThan()</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_GreaterThan() { return xcreateSSQFunction(CK_GT.getOperand()); }
/** * Prepare ScalarCondition as greaterThan. <br> * {where FOO > (select max(BAR) from ...) * * <pre> * cb.query().<span style="color: #FD4747">scalar_GreaterThan()</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_GreaterThan() { return xcreateSSQFunction(CK_GT.getOperand()); }