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
schemanameName of the schema
tablenameName of the table
indexnameName of the index (case insensitive)
Return value
Whether the index exists