LoopbackTransaction::IndexExists (open)

Returns whether a specific index exists for table

Syntax

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

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

Parameters

STRING schemaname

Name of the schema

STRING tablename

Name of the table

STRING indexname

Name of the index (case insensitive)

Return value

BOOLEAN

Whether the index exists