インタフェースの使用
com.github.mygreen.sqlmapper.core.where.metamodel.SqlFunction
-
SqlFunctionを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.core.where.metamodel メタモデルによるクエリの条件式を組み立てる機能を提供します。com.github.mygreen.sqlmapper.core.where.metamodel.function SQL関数の評価処理の実装 -
-
com.github.mygreen.sqlmapper.core.where.metamodelでのSqlFunctionの使用
SqlFunction型のパラメータを持つcom.github.mygreen.sqlmapper.core.where.metamodelのメソッド 修飾子とタイプ メソッド 説明 voidFuncOpHandler. register(FunctionOp operator, SqlFunction function)SQL関数の処理を登録します。 -
com.github.mygreen.sqlmapper.core.where.metamodel.functionでのSqlFunctionの使用
SqlFunctionを実装しているcom.github.mygreen.sqlmapper.core.where.metamodel.functionのクラス 修飾子とタイプ クラス 説明 classConcatFunctionCONCAT 関数を処理します。classCurrentDateFunctionCURRENT_DATE 関数を処理します。classCurrentTimeFunctionCURRENT_TIME 関数を処理します。classCurrentTimestampFunctionCURRENT_TIMESTAMP 関数を処理します。classCustomFunction任意の関数を処理します。classLowerFunctionLOWER 関数を処理します。classOperatorConcatFunction演算子 || による文字列結合を処理します。classUpperFunctionUPPER 関数を処理します。
-