1. 生成规范:
CALL SYSTEM.AFL_WRAPPER _GENERATOR( ' <procedure name> ',' AFLPAL','ABC', <signature table>);
其中signature表应该具有的记录:
2. 调用方式:
CALL <procedure name> ( <input table> , <parameter table>, <output table>) with overview;
其中<procedure name>应该是在第一条规则中生成的存储过程的名称。
<input table> , <parameter table>, <output table>应该和signature表中定义的类型保持一致。
3. Signature 表
本文介绍了一种通过CALLSYSTEM.AFL_WRAPPER_GENERATOR生成特定AFL存储过程的方法,并详细解释了如何通过输入表、参数表及输出表来调用这些存储过程。此外,还提到了用于定义存储过程签名的Signature表结构。




1699

被折叠的 条评论
为什么被折叠?



