public class FunctionSumIf extends AbstractFunctionImplementation implements NoExpandBlockFunction, Only4RDBFunction, FunctionImplReturnType
VICE_INQUIRY_NAME
コンストラクタと説明 |
---|
FunctionSumIf() |
修飾子とタイプ | メソッドと説明 |
---|---|
FixedNumber |
execute(Arguments args)
関数を実行します。
|
String |
getName()
関数の名前を取得します。
|
Class<? extends FixedValue> |
getReturnType()
戻り値のデータ型を取得します。
|
checkArgumentCount, executeBySql, executeBySql, existNullElement, expand, expand4SQLEvalStatement, expand4SQLEvalStatement, getColumnCode, getColumnCode, getConnection, getData, getSubTotal, init, setData2Statement
public FixedNumber execute(Arguments args) throws FunctionExecuteException
FunctionImplementation
execute
インタフェース内 FunctionImplementation
args
- 関数に渡された引数FunctionExecuteException
- 実行時エラーpublic String getName()
FunctionImplementation
getName
インタフェース内 FunctionImplementation
public Class<? extends FixedValue> getReturnType()
FunctionImplReturnType
getReturnType
インタフェース内 FunctionImplReturnType
Copyright © 2012 NTT DATA INTRAMART CORPORATION