Package DE_EPAGES::Product::API::Table::ProductTypeFileType
interface for table ProductTypeFileType
@EXPORT_OK |
Functions
- DeleteProductTypeFileType
- ExistsProductTypeFileType
- GetAllPKeyProductTypeFileTypes
- GetInfoProductTypeFileTypesByFileTypeID
- GetInfoProductTypeFileTypesByProductTypeID
- GetPKeyProductTypeFileTypesByFileTypeID
- GetPKeyProductTypeFileTypesByProductTypeID
- InsertProductTypeFileType
DeleteProductTypeFileType
Deletes a(n) ProductTypeFileType.
Syntax |
DeleteProductTypeFileType($ProductTypeID, $FileTypeID); DeleteProductTypeFileType($hProductTypeFileType); # if $hProductTypeFileType includes ProductTypeID, FileTypeID |
Input |
|
ExistsProductTypeFileType
Returns true if the ProductTypeFileType exists.
Syntax |
$exists = ExistsProductTypeFileType($ProductTypeID, $FileTypeID); |
Input |
|
Return |
|
GetAllPKeyProductTypeFileTypes
Returns all ProductTypeFileType identifiers.
Syntax |
$ahProductTypeFileTypeIDs = GetAllPKeyProductTypeFileTypes(); |
Return |
|
GetInfoProductTypeFileTypesByFileTypeID
Returns objects of ProductTypeFileType by alternate key FileTypeID.
Syntax |
$ahProductTypeFileTypes = GetInfoProductTypeFileTypesByFileTypeID($FileTypeID); |
Input |
|
Return |
|
GetInfoProductTypeFileTypesByProductTypeID
Returns objects of ProductTypeFileType by primary key element ProductTypeID.
Syntax |
$ahProductTypeFileTypes = GetInfoProductTypeFileTypesByProductTypeID($ProductTypeID); |
Input |
|
Return |
|
GetPKeyProductTypeFileTypesByFileTypeID
Returns primary keys of ProductTypeFileType by alternate key FileTypeID.
Syntax |
$ahKeys = GetPKeyProductTypeFileTypesByFileTypeID($FileTypeID); |
Input |
|
Return |
|
GetPKeyProductTypeFileTypesByProductTypeID
Returns primary keys of ProductTypeFileType by primary key element ProductTypeID.
Syntax |
$ahKeys = GetPKeyProductTypeFileTypesByProductTypeID($ProductTypeID); |
Input |
|
Return |
|
InsertProductTypeFileType
Creates an entry of ProductTypeFileType.
Syntax |
InsertProductTypeFileType($hProductTypeFileType); |
Input |
|