#sql { CALL UpdateSalary }; 函数:<0} {0>to call the GetName() function using the VALUES Operator: <}0{>使用VALUES操作符调用GetName()函数∶<0} {0>String name; <}0{>String name;<0} #sql { name = { VALUES GetName() }; or by using the SET operator: String name; #sql { SET :name = GetName() }; {0>Anonymous PL/SQL blocks: <}0{>匿名的PL/SQL程序块∶<0} #sql { [DECLARE ...] BEGIN ... END; };