Skip to content

CcpProduct

CCP Product information.

erDiagram
    CcpLanguage ||--o{ CcpProduct : "CcpLanguageID"
    CcpLicenseMetric ||--o{ CcpProduct : "CcpLicenseMetricID"
    CcpLicenseType ||--o{ CcpProduct : "CcpLicenseTypeID"
    CcpManufacturer ||--o{ CcpProduct : "CcpManufacturerID"
    CcpPlatform ||--o{ CcpProduct : "CcpPlatformID"
    CcpProductFamily ||--o{ CcpProduct : "CcpProductFamilyID"
    CcpProduct ||--o{ CcpBasicProductProduct : "ProductId"
    CcpProduct ||--o{ MachineCcpProduct : "CcpProductID"

Fields

Field Type Description
CcpLanguageID numeric Internal ID that references the CcpLanguage entity (Foreign Key)
CcpLicenseMetricID numeric Internal ID that references the CcpLicenseMetric entity (Foreign Key)
CcpLicenseTypeID numeric Internal ID that references the CcpLicenseType entity (Foreign Key)
CcpManufacturerID numeric Internal ID that references the CcpManufacturer entity (Foreign Key)
CcpPlatformID numeric Internal ID that references the CcpPlatform entity (Foreign Key)
CcpProductFamilyID numeric Internal ID that references the CcpProductFamily entity (Foreign Key)
Created datetime
Edition string
ID numeric Internal ID for the CcpProduct entity (Primary Key)
Product string
ProductId numeric
Version string

References

Column Name Referenced Table Description
CcpLanguageID CcpLanguage CCP Language codes
CcpLicenseMetricID CcpLicenseMetric CCP License Metric information
CcpLicenseTypeID CcpLicenseType CCP License Type information
CcpManufacturerID CcpManufacturer CCP Manufacturer information
CcpPlatformID CcpPlatform CCP Platform information
CcpProductFamilyID CcpProductFamily CCP Product Family information

Referenced by

Table Column Name Description
CcpBasicProductProduct ProductId CCP Basic Product to Product mapping
MachineCcpProduct CcpProductID Machine to CCP Product relation - reserved for future use