クラス LocalTimeFunctionAdapter
java.lang.Object
org.iplass.mtp.impl.rdb.common.function.LocalTimeFunctionAdapter
- すべての実装されたインタフェース:
FunctionAdapter<Function>
ローカルのタイムスタンプに変換する関数。
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース org.iplass.mtp.impl.rdb.adapter.function.FunctionAdapter
FunctionAdapter.ArgumentTypeResolver, FunctionAdapter.FunctionContext -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明Class<?> getType(Function function, FunctionAdapter.ArgumentTypeResolver typeResolver) voidtoSQL(StringBuilder context, List<CharSequence> args, RdbAdapter rdb) voidtoSQL(FunctionAdapter.FunctionContext context, Function function, RdbAdapter rdb)
-
コンストラクタの詳細
-
LocalTimeFunctionAdapter
public LocalTimeFunctionAdapter()
-
-
メソッドの詳細
-
getFunctionName
- 定義:
getFunctionNameインタフェース内FunctionAdapter<Function>
-
getType
- 定義:
getTypeインタフェース内FunctionAdapter<Function>
-
toSQL
- 定義:
toSQLインタフェース内FunctionAdapter<Function>
-
toSQL
- 定義:
toSQLインタフェース内FunctionAdapter<Function>
-