SoftwareEclass
Eclass classification for Software packages.
erDiagram
SoftwareEclass ||--o{ SoftwarePackage : "SoftwareEclassID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time the Eclass entity was created |
| Description |
string |
Description of the Eclass entity |
| ExtraData |
string |
An optional JSON document that can hold extra data for this SoftwareEclass entity |
| ID |
numeric |
Internal ID for the SoftwareEclass entity (Primary Key) |
| Text |
string |
Text associated with the Eclass entity |
Referenced by
| Table |
Column Name |
Description |
| SoftwarePackage |
SoftwareEclassID |
A software package defines a logical software entity. A software package can own 0 to n software signatures. |