project BLF > class BScanDaemon > business logic query ScanDaemonLocationInfo


Parameters


iiCompanyIdintegerCompany id


query condition


  each ScanDaemonLocation where
ScanDaemonLocation.Company_Id = iiCompanyId AND

      first BusComponent (inner-join) where
BusComponent.BusComponent_ID = ScanDaemonLocation.BusComponent_ID AND


query resultset tqScanDaemonLocationInfo


field namedata typedb fielddescription
tiBusComponent_IDintegerScanDaemonLocation.BusComponent_IDBusiness Component
tcBusComponentCodecharacterBusComponent.BusComponentCodeComponent
tiCompany_IDintegerScanDaemonLocation.Company_IDEntity
tcDummycharactercalculatedonly created to create a global calculation method
tcScanDaemonLocationDircharacterScanDaemonLocation.ScanDaemonLocationDirLocation


Internal usage


BLF
method BCompany.AdditionalUpdates
method BScanDaemonQueue.CreateScanDaemonQueue