TransactionBase::GetColumnListing (open)

Returns the list of columns in a table

Syntax

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

RECORD ARRAY FUNCTION GetColumnListing(STRING schemaname, STRING tablename)

Parameters

STRING schemaname

Schema of the table

STRING tablename

Name of the table

Return value

RECORD ARRAY

List of columns

column_name

Name of the column

type

Type of the colum