Return type:
Access:
Applies to:
GetTableInfoByID(INPUT temp-table-id, OUTPUT table-name, OUTPUT proc-name
GetTableInfoByID(INPUT temp-table-id, OUTPUT table-handle, OUTPUT proc-nameReturns a CHARACTER string with the procedure (or class) name. For a static temp-table, it is the procedure with the DEFINE TEMP-TABLE statement. For a dynamic temp-table, it is the procedure which executes the TEMP-TABLE-PREPARE() method. The name of the procedure is the name that is specified when you run mydir/test.p.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |