return from a procedure的意思|示意

美 / / 英 / /

从程序转回


return from a procedure的网络常见释义

从程序转回 ... 转回描述符 return descriptor 从程序转回 return from a procedure 自中断转回 return from interrupt ...

return from a procedure相关例句

To return a result set from an SQL procedure, do the following.

要从一个SQL过程返回一个结果集,执行以下步骤。

The return value from the remote procedure is converted into a standard Perl scalar by call and printed.

远程过程的返回值通过call转换成标准的Perl标量,并打印出来。

If I'm inside this FOR, OK, and I'm running around, if I ever hit a place where this test is true, I'm going to execute that return, return that return returns from the entire procedure.

如果我是在这个for循环里面,我正在运行,如果我运行到test的值为真的地方,我就会执行,这个return将会返回整个程序的值,明白了吗?

Specifies whether the parameter represents an input parameter, an output parameter, both an input and an output parameter, or the return value from a stored procedure.

指定参数是否代表了一个输入参数、一个输出参数或者同时代表了上述二者,或返回已有的程序值。