ADD-LIKE-INDEX( ) methodThis method cannot be called after TEMP-TABLE-PREPARE( ) has been called unless CLEAR( ) is called first.
Return type:
Applies to:
ADD-LIKE-INDEX ( index-name-exp , source-index-name-exp, source-buffer-handle-exp source-db-table-name-exp )A character expression that evaluates to the name of the index to which the source index is being copied.A character expression that evaluates to the name of the index in the source table that is being copied to the temp-table.The following example fragment adds a new index to a temp-table like the name index in the Customer table:
tth:ADD-LIKE-INDEX("abidx","name","Customer").
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |