INDEX-INFORMATION( ) method
![]()
Three integer values of value 0 (FALSE) or 1 (TRUE) depending on whether the index is unique, primary or a word index
Return type:
Applies to:
INDEX-INFORMATION ( i )When the index argument, i, is beyond the number of indices in the table or is otherwise invalid, the Unknown value (?) is returned.
buffCustHdl = BUFFER Customer:HANDLE.IndexVar = buffCustHdl:INDEX-INFORMATION(3).The returned string would look like: “CustNum,1,1,0,CustNum,0" which means that the third index in the Customer table is called “CustNum”. It is unique and primary, and is not a word index and it consists of one ascending component, CustNum.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |