ForwardingTransaction::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
schemanameSchema of the table
tablenameName of the table
columnnameName of the column (case insensitive)
Return value
Whether the column exists