クラス StaticTypedFunctionAdapter
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.function.BaseFunctionAdapter
org.iplass.mtp.impl.rdb.adapter.function.StaticTypedFunctionAdapter
- すべての実装されたインタフェース:
FunctionAdapter<Function>
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース org.iplass.mtp.impl.rdb.adapter.function.FunctionAdapter
FunctionAdapter.ArgumentTypeResolver, FunctionAdapter.FunctionContext -
コンストラクタの概要
コンストラクタコンストラクタ説明StaticTypedFunctionAdapter(String functionName, Class<?> type) StaticTypedFunctionAdapter(String functionName, String sqlFunctionName, Class<?> type) -
メソッドの概要
修飾子とタイプメソッド説明Class<?> getType(Function function, FunctionAdapter.ArgumentTypeResolver typeResolver) クラスから継承されたメソッド org.iplass.mtp.impl.rdb.adapter.function.BaseFunctionAdapter
getFunctionName, toSQL, toSQL
-
コンストラクタの詳細
-
StaticTypedFunctionAdapter
-
StaticTypedFunctionAdapter
-
-
メソッドの詳細
-
getType
- 定義:
getTypeインタフェース内FunctionAdapter<Function>- 定義:
getTypeクラス内BaseFunctionAdapter
-