|
|
CHARACTER GetIndexes (character)
|
/* returns list of indexes that begins with the passed list of fields
@param pcTable table (PUB only)
@param fieldnames - comma separated list of fieldnames
@returns comma separated list of index names
*/
|
|
|
CHARACTER GetIndexes (character, character)
|
/* returns list of indexes that begins with the passed list of fields
@param pcTable table (PUB only)
@param fieldnames - comma separated list of fieldnames
@returns comma separated list of index names
*/
|
|
|
CHARACTER GetIndexes (character, character[])
|
/* returns list of indexes that begins with the passed list of fields
@param pcTable table (PUB only)
@param fieldnames - comma separated list of fieldnames
@returns comma separated list of index names
*/
|
|
|
LOGICAL IsIndexLocal (character, character)
|
/* returns list of indexes that begins with the passed list of fields
@param pcTable table (PUB only)
@param fieldnames - comma separated list of fieldnames
@returns comma separated list of index names
*/
|