Subject | Re: External procedures: implementation proposal. |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-07-26T20:05:07Z |
> A better way to handle this would be to define your procedure as:Yep, the only problem is that this is non-standard. So, the previous
>
> public static void someProcedure (Connection connect, int valueA,
> String valueB)
> {
> }
>
> If you do it this way, anyone can call the procedure with a connection
> object an expect it to work.
case has to be supported too.
Roman