クラス SqlUpdateImpl

  • すべての実装されたインタフェース:
    SqlUpdate

    public class SqlUpdateImpl
    extends Object
    implements SqlUpdate
    SQLテンプレートによる更新(INSERT / UPDATE/ DELETE)を行うクエリの実装です。
    作成者:
    T.TSUCHIE
    • コンストラクタの詳細

      • SqlUpdateImpl

        public SqlUpdateImpl​(SqlMapperContext context,
                             com.github.mygreen.splate.SqlTemplate template,
                             com.github.mygreen.splate.SqlTemplateContext parameter)
    • メソッドの詳細

      • execute

        public int execute()
        インタフェースからコピーされた説明: SqlUpdate
        更新クエリを実行します。
        定義:
        execute インタフェース内 SqlUpdate
        戻り値:
        更新したレコード件数を返します。
      • getTemplate

        public com.github.mygreen.splate.SqlTemplate getTemplate()
        SQLテンプレートです。
      • getParameter

        public com.github.mygreen.splate.SqlTemplateContext getParameter()
        SQLテンプレートのパラメータです。