project QadFinancials > class BBudget > method DataDescription

Description

Returns a table with metadata on all tables in the class dataset.
Useful for writing generic code that reads or updates these tables.


Parameters


icRowidsinputcharacter
icPkeyinputcharacter
icObjectIdsinputcharacter
ilAllTablesinputlogicaltrue = return all class tables
false = return only database tables
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


unused


program code (program/bbudget.p)

<ANCESTOR-CODE>

if vlActiveVersionOnly
then for each tFcDynRel where tFcDynRel.tcFcTo = "BudgetVersion":
    tFcDynRel.tcFcRel = "for each BudgetVersion where"
                      +         " BudgetVersion.Budget_ID = Budget.Budget_ID and"
                      +         " BudgetVersion.BudgetVersionIsActive = true".
end.