Package DE_EPAGES::FactFinder::API::Table::FactFinderShopMap
interface for table FactFinderShopMap
@EXPORT_OK |
Functions
- DeleteFactFinderShopMap
- ExistsFactFinderShopMap
- GetAllPKeyFactFinderShopMaps
- InsertFactFinderShopMap
DeleteFactFinderShopMap
Deletes a(n) FactFinderShopMap.
Syntax |
DeleteFactFinderShopMap($ShopID); DeleteFactFinderShopMap($hFactFinderShopMap); # if $hFactFinderShopMap includes ShopID |
Input |
|
ExistsFactFinderShopMap
Returns true if the FactFinderShopMap exists.
Syntax |
$exists = ExistsFactFinderShopMap($ShopID); |
Input |
|
Return |
|
GetAllPKeyFactFinderShopMaps
Returns all FactFinderShopMap identifiers.
Syntax |
$aFactFinderShopMapIDs = GetAllPKeyFactFinderShopMaps(); |
Return |
|
InsertFactFinderShopMap
Creates an entry of FactFinderShopMap.
Syntax |
InsertFactFinderShopMap($hFactFinderShopMap); |
Input |
|