TransactionBase::GetTableListing (open)

Returns a list of all tables in a schema

Syntax

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

RECORD ARRAY FUNCTION GetTableListing(STRING schemaname)

Parameters

STRING schemaname

Schema to return the tables for

Return value

RECORD ARRAY

All tables

schema_name

Schema of the table

table_name

Name of the table