Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Routine Execution handlers


Hi Anthos,
        157923 and 157925 are fixed. Please get the latest code and verify. Thanks!

Best Regards!

Max ( Hui ) Cao
Sybase, Inc. Shanghai, China



Anil T Samuel <anil.samuel@xxxxxxxxxx>
Sent by: dtp-dev-bounces@xxxxxxxxxxx

09/20/2006 08:42 AM

Please respond to
DTP development mailing list <dtp-dev@xxxxxxxxxxx>

To
DTP development mailing list <dtp-dev@xxxxxxxxxxx>
cc
Subject
[dtp-dev] Routine Execution handlers





Hi

With latest changes, this subsystem got much better.

Currently
- ExecutionService.createCallableSQLResultRunnable(..) is used to create
a Execution handler when a Procedure is invoked
- ExecutionService.createSimpleSQLResultRunnable(..) is used to create a
Execution handler when a Function is invoked
- ExecutionService.createSimpleSQLResultRunnable(..) is used to create a
Execution handler when a Ad hoc SQL is executed from Routine Editor
using context menu.

My suggestions are
- rename them to createStoredProcedureRunnable(),
createFucntionRunnable() and introduce a method named
createAdHocScriptRunnable() to handle ad-hoc script execution.

Logged as a bug, BZ157923

Regards
Anthos

_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev



Back to the top