Package DE_EPAGES::Shop::API::Table::RegionCountry
interface for table RegionCountry
@EXPORT_OK |
Functions
- DeleteRegionCountry
- ExistsRegionCountry
- GetAllPKeyRegionCountries
- GetInfoRegionCountriesByCountryID
- GetInfoRegionCountriesByRegionID
- GetPKeyRegionCountriesByCountryID
- GetPKeyRegionCountriesByRegionID
- InsertRegionCountry
- OnDeleteCountry
DeleteRegionCountry
Deletes a(n) RegionCountry.
Syntax |
DeleteRegionCountry($RegionID, $CountryID); DeleteRegionCountry($hRegionCountry); # if $hRegionCountry includes RegionID, CountryID |
Input |
|
ExistsRegionCountry
Returns true if the RegionCountry exists.
Syntax |
$exists = ExistsRegionCountry($RegionID, $CountryID); |
Input |
|
Return |
|
GetAllPKeyRegionCountries
Returns all RegionCountry identifiers.
Syntax |
$ahRegionCountryIDs = GetAllPKeyRegionCountries(); |
Return |
|
GetInfoRegionCountriesByCountryID
Returns objects of RegionCountry by alternate key CountryID.
Syntax |
$ahRegionCountries = GetInfoRegionCountriesByCountryID($CountryID); |
Input |
|
Return |
|
GetInfoRegionCountriesByRegionID
Returns objects of RegionCountry by primary key element RegionID.
Syntax |
$ahRegionCountries = GetInfoRegionCountriesByRegionID($RegionID); |
Input |
|
Return |
|
GetPKeyRegionCountriesByCountryID
Returns primary keys of RegionCountry by alternate key CountryID.
Syntax |
$ahKeys = GetPKeyRegionCountriesByCountryID($CountryID); |
Input |
|
Return |
|
GetPKeyRegionCountriesByRegionID
Returns primary keys of RegionCountry by primary key element RegionID.
Syntax |
$ahKeys = GetPKeyRegionCountriesByRegionID($RegionID); |
Input |
|
Return |
|
InsertRegionCountry
Creates an entry of RegionCountry.
Syntax |
InsertRegionCountry($hRegionCountry); |
Input |
|
OnDeleteCountry
Deletes RegionCountry of this model when a(n) Country is deleted.
Syntax |
OnDeleteCountry($hParams); |
Input |
|