TransactionBase::ColumnExists (open)
Returns whether a specific column in a table exists
Syntax
LOADLIB "wh::dbase/transaction.whlib";
BOOLEAN FUNCTION ColumnExists(STRING schemaname, STRING tablename, STRING columnname)Parameters
STRING schemanameSchema of the table
STRING tablenameName of the table
STRING columnnameName of the column (case insensitive)
Return value
BOOLEANWhether the column exists