REFERRER_CB - The type of referrer condition-bean.LOCAL_CQ - The type of local condition-query.public class HpSDRFunctionMySql<REFERRER_CB extends ConditionBean,LOCAL_CQ extends ConditionQuery> extends HpSDRFunction<REFERRER_CB,LOCAL_CQ>
_baseCB, _dbmetaProvider, _localCQ, _querySetupper, _sdrOpFactory| コンストラクタと説明 |
|---|
HpSDRFunctionMySql(ConditionBean baseCB,
LOCAL_CQ localCQ,
HpSDRSetupper<REFERRER_CB,LOCAL_CQ> querySetupper,
DBMetaProvider dbmetaProvider,
DerivedReferrerOptionFactory sdrOpFactory) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
doGroupConcat(SubQuery<REFERRER_CB> subQuery,
String aliasName,
DerivedReferrerOption option) |
void |
groupConcat(SubQuery<REFERRER_CB> derivedCBLambda,
String aliasName)
Set up the sub query of referrer for the scalar 'group_concat'.
|
void |
groupConcat(SubQuery<REFERRER_CB> derivedCBLambda,
String aliasName,
FunctionFilterOptionCall<DerivedReferrerOption> opLambda)
Set up the sub query of referrer for the scalar 'group_concat'.
|
assertAliasName, assertDerivedReferrerOption, assertSubQuery, assertUserDefFunction, avg, avg, count, count, countDistinct, countDistinct, createCBExThrower, createDerivedReferrerOption, doAvg, doCount, doCountDistinct, doMax, doMin, doSetupQuery, doSum, doUserDef, filterAliasName, isPurposeNullAlias, max, max, min, min, newDerivedReferrerOption, sum, sum, throwSpecifyDerivedReferrerInvalidAliasNameException, userDefpublic HpSDRFunctionMySql(ConditionBean baseCB, LOCAL_CQ localCQ, HpSDRSetupper<REFERRER_CB,LOCAL_CQ> querySetupper, DBMetaProvider dbmetaProvider, DerivedReferrerOptionFactory sdrOpFactory)
public void groupConcat(SubQuery<REFERRER_CB> derivedCBLambda, String aliasName)
derivedCBLambda - The callback for sub-query of referrer. (NotNull)aliasName - The alias of the name. The property should exists on the entity. (NotNull)public void groupConcat(SubQuery<REFERRER_CB> derivedCBLambda, String aliasName, FunctionFilterOptionCall<DerivedReferrerOption> opLambda)
derivedCBLambda - The callback for sub-query of referrer. (NotNull)aliasName - The alias of the name. The property should exists on the entity. (NotNull)opLambda - The callback for option of DerivedReferrer. e.g. you can use a coalesce function. (NotNull)protected void doGroupConcat(SubQuery<REFERRER_CB> subQuery, String aliasName, DerivedReferrerOption option)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.