ForwardingTransaction::IndexExists (open)

Returns whether a specific index exists for table

Syntax

LOADLIB "wh::dbase/transaction.whlib";

BOOLEAN FUNCTION IndexExists(STRING schemaname, STRING tablename, STRING indexname)

Parameters

schemaname

Name of the schema

tablename

Name of the table

indexname

Name of the index (case insensitive)

Return value

Whether the index exists