PreviousNextIndex

ADD-LIKE-INDEX( ) method

Adds an index, like the specified source index, to the temp-table.

This method cannot be called after TEMP-TABLE-PREPARE( ) has been called unless CLEAR( ) is called first.

Return type: LOGICAL

Applies to: Temp-table object handle

Syntax
ADD-LIKE-INDEX( index-name-exp , source-index-name-exp  
    { , source-buffer-handle-exp | source-db-table-name-exp } ) 

index-name-exp
source-index-name-exp
source-buffer-handle-exp
source-db-table-name-exp

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"). 


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex