From: Adriano d. S. F. <adr...@gm...> - 2010-01-06 13:19:56
|
Alexander Peshkoff wrote: > On Wednesday 06 January 2010 11:30:18 Dmitry Yemanov wrote: >> Claudio Valderrama C. wrote: >>>> exception ex ('single parameter'); >>> And what's wrong with using another delimiter instead of a pair of >>> parentheses? > > Suppose violation SQL language style. It's not C++ :))) > >>> Square brackets [], >>> angle brackets (the beloved< and> of Dmitry S), >>> curly braces {}, etc. >> Please no :-) >> >> I'd rather vote for something more explicit, e.g.: >> >> exception ex using [arguments] (<arg1>, ...) > > Yep, USING, WITH or something in this style. > I was thinking on WITH and less better VALUES/PARAMETERS. USING seems better for me. Adriano |