Class PreparedSQLUpdateActionImpl

    • Constructor Detail

      • PreparedSQLUpdateActionImpl

        public PreparedSQLUpdateActionImpl​(@NotNull
                                           @NotNull SQLManagerImpl manager,
                                           @NotNull
                                           @NotNull java.lang.String sql)
      • PreparedSQLUpdateActionImpl

        public PreparedSQLUpdateActionImpl​(@NotNull
                                           @NotNull SQLManagerImpl manager,
                                           @NotNull
                                           @NotNull java.lang.String sql,
                                           @Nullable
                                           @Nullable java.util.List<java.lang.Object> params)
      • PreparedSQLUpdateActionImpl

        public PreparedSQLUpdateActionImpl​(@NotNull
                                           @NotNull SQLManagerImpl manager,
                                           @NotNull
                                           @NotNull java.lang.String sql,
                                           @Nullable
                                           @Nullable java.lang.Object[] params)