project BLF > class Database Component > 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


BLF
method database.ApiForcePublish
method database.ApiReplicate
method database.CheckValidationExceptionList
method database.ConvertXmlToTable
method database.DataLoad
method database.DataSaveWorker
method database.EventPublishing
method database.GetCustomFieldList
method database.GetXmlRepresentationDataset
method database.MaintainByDatasetWithOutput
method database.PartialSetSTables
method database.ReadObjectSecurity
method database.ReadTable
method database.UpdateLastModified
method database.UpdateWorkobject
method database.ValidateActivityCode
method database.ValidateCustomFields


program code (program1/database.p)

empty temp-table tFcDynRel.

run gipr_DataDescription in {&TARGETPROCEDURE}
   (input ilAllTables,
    input true,
    input icRowids,
    input icPkey,
    input icObjectIds,
    output oiReturnStatus) no-error.