Re: [RFE] Methods as expressions

2018-03-22 Thread David Dawson
sorry, Result is an enum that "Ok" and "Err" are members of. On 22 March 2018 at 00:18, MG wrote: > Hi David, > > thank you for the Rust example. The "Ok" and "Err" are special constructs, > right - interesting, though I am not convinced... > > Leaving Groovy loop constructs would be possible,

Need Help to fix the error in Groovy Code

2018-03-22 Thread Ahmad, Shekh Shakeel
Hi All, I am new in Groovy and stuck on writing in script. I have a oracle stored proc and that proc using the Arry type input parameter Type Parameter : create or replace TYPE "ARR_HP_STU_CERT_USERNAME" as table of varchar2(32767); PROC: 1. create or replace PROCEDURE sp_hp_stu_cert_status_c