Package DE_EPAGES::TaxUSSystemDB::API::Table::Zip2TaxUSMeta
interface for table Zip2TaxUSMeta
Functions
- DeleteZip2TaxUSMeta
- ExistsZip2TaxUSMeta
- GetAllInfoZip2TaxUSMetas
- GetAllPKeyZip2TaxUSMetas
- GetCurrentZip2TaxUSVersion
- GetInfoZip2TaxUSMeta
- GetInfoZip2TaxUSMetaValueByMetaKey
- GetInfoZip2TaxUSMetasByMetaKey
- GetNextZip2TaxUSVersion
- GetPKeyZip2TaxUSMetasByMetaKey
- GetZip2TaxUSFallbackURL
- GetZip2TaxUSUpdateURL
- InsertZip2TaxUSMeta
- UpdateZip2TaxUSMeta
DeleteZip2TaxUSMeta
Deletes a(n) Zip2TaxUSMeta.
Syntax |
DeleteZip2TaxUSMeta($MetaKey); DeleteZip2TaxUSMeta($hZip2TaxUSMeta); # if $hZip2TaxUSMeta includes MetaKey |
Input |
|
ExistsZip2TaxUSMeta
Returns true if the Zip2TaxUSMeta exists.
Syntax |
$exists = ExistsZip2TaxUSMeta($MetaKey); |
Input |
|
Return |
|
GetAllInfoZip2TaxUSMetas
Returns all objects of Zip2TaxUSMeta.
Syntax |
$ahZip2TaxUSMetas = GetAllInfoZip2TaxUSMetas(); |
Return |
|
GetAllPKeyZip2TaxUSMetas
Returns all Zip2TaxUSMeta identifiers.
Syntax |
$aZip2TaxUSMetaIDs = GetAllPKeyZip2TaxUSMetas(); |
Return |
|
GetCurrentZip2TaxUSVersion
Returns the current stored zip2taxus version.
Syntax |
my $CurrentVersion = GetCurrentZip2TaxUSVersion(); |
Return |
|
GetInfoZip2TaxUSMeta
Returns the Zip2TaxUSMeta by identifier.
Syntax |
$hZip2TaxUSMeta = GetInfoZip2TaxUSMeta($MetaKey); |
Input |
|
Return |
|
GetInfoZip2TaxUSMetaValueByMetaKey
Returns the value of a zip2taxusmeta entry by the given key.
Syntax |
my $MetaValue = GetInfoZip2TaxUSMetaValueByMetaKey($Key); |
Input |
|
Return |
|
GetInfoZip2TaxUSMetasByMetaKey
Returns objects of Zip2TaxUSMeta by alternate key MetaKey.
Syntax |
$ahZip2TaxUSMetas = GetInfoZip2TaxUSMetasByMetaKey($MetaKey); |
Input |
|
Return |
|
GetNextZip2TaxUSVersion
Returns the next to-be-used zip2taxus version, which is the current date formatted as YYYY-MM.
Syntax |
my $NextVersion = GetNextZip2TaxUSVersion(); |
Return |
|
GetPKeyZip2TaxUSMetasByMetaKey
Returns primary keys of Zip2TaxUSMeta by alternate key MetaKey.
Syntax |
$aKeys = GetPKeyZip2TaxUSMetasByMetaKey($MetaKey); |
Input |
|
Return |
|
GetZip2TaxUSFallbackURL
Returns the fallback URL if GetZip2TaxUSUpdateURL() fails
Syntax |
my $FallbackURL = GetZip2TaxUSFallbackURL(); |
Return |
|
GetZip2TaxUSUpdateURL
Returns the URL for fetching the zip2taxus csv from the provider.
Syntax |
my $UpdateURL = GetZip2TaxUSUpdateURL(); |
Return |
|
InsertZip2TaxUSMeta
Creates an entry of Zip2TaxUSMeta.
Syntax |
InsertZip2TaxUSMeta($hZip2TaxUSMeta); |
Input |
|
UpdateZip2TaxUSMeta
Updates a(n) Zip2TaxUSMeta if any element was changed.
Syntax |
UpdateZip2TaxUSMeta($MetaKey, $hZip2TaxUSMeta); UpdateZip2TaxUSMeta($hZip2TaxUSMeta); # if $hZip2TaxUSMeta includes MetaKey |
Input |
|