CB - The type of condition-bean.RESULT - The type of result of function.public interface HpSLSExecutor<CB extends ConditionBean,RESULT>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RESULT |
execute(CB cb,
Class<RESULT> resultType,
SelectClauseType selectClauseType)
Execute the scalar select for the select clause type.
|
RESULT execute(CB cb, Class<RESULT> resultType, SelectClauseType selectClauseType)
cb - The condition-bean to execute. (NotNull)resultType - The type of the scalar result. (NotNull)selectClauseType - The type of select clause. (NullAllowed)Copyright © 2014–2015 The DBFlute Project. All rights reserved.