Return type:
Access:
Applies to:
GetIndexInfoByID(INPUT index-id, OUTPUT index-name, OUTPUT proc-name
GetIndexInfoByID(INPUT index-id, OUTPUT index-name, OUTPUT table-handle, OUTPUT proc-nameReturns the name of the index specified by the index ID. The format is tablename.indexname. For example: ttCustomer.custnum.Returns the name of the procedure or class where the temp-table was created. For a static temp-table, the procedure is used with the DEFINE TEMP-TABLE statement. For a dynamic temp-table, it is the procedure that 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. |