クラス AggregateFunctionAdapter<T extends Aggregate>
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.function.AggregateFunctionAdapter<T>
- すべての実装されたインタフェース:
FunctionAdapter<T>
- 直系の既知のサブクラス:
CountFunctionAdapter,ListaggFunctionAdapter
public class AggregateFunctionAdapter<T extends Aggregate>
extends Object
implements FunctionAdapter<T>
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース org.iplass.mtp.impl.rdb.adapter.function.FunctionAdapter
FunctionAdapter.ArgumentTypeResolver, FunctionAdapter.FunctionContext -
コンストラクタの概要
コンストラクタコンストラクタ説明AggregateFunctionAdapter(String functionName, Class<?> type) AggregateFunctionAdapter(String functionName, String sqlFunctionName, Class<?> type) -
メソッドの概要
修飾子とタイプメソッド説明Class<?> getType(T function, FunctionAdapter.ArgumentTypeResolver typeResolver) voidsetSqlFunctionName(String sqlFunctionName) voidtoSQL(StringBuilder context, List<CharSequence> args, RdbAdapter rdb) voidtoSQL(FunctionAdapter.FunctionContext context, T function, RdbAdapter rdb)
-
コンストラクタの詳細
-
AggregateFunctionAdapter
-
AggregateFunctionAdapter
-
-
メソッドの詳細
-
getSqlFunctionName
-
setSqlFunctionName
-
getType
- 定義:
getTypeインタフェース内FunctionAdapter<T extends Aggregate>
-
toSQL
- 定義:
toSQLインタフェース内FunctionAdapter<T extends Aggregate>
-
toSQL
- 定義:
toSQLインタフェース内FunctionAdapter<T extends Aggregate>
-
getFunctionName
- 定義:
getFunctionNameインタフェース内FunctionAdapter<T extends Aggregate>
-