FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
#include <OjosDatabaseHandler.hpp>
Public Member Functions | |
OjoDatabaseEntry (const unsigned long int l, const unsigned long int a, const unsigned long int p) | |
Public Attributes | |
const unsigned long int | license_fk |
const unsigned long int | agent_fk |
const unsigned long int | pfile_fk |
Structure to hold entries to be inserted in DB
Definition at line 32 of file OjosDatabaseHandler.hpp.
|
inline |
Constructor for OjoDatabaseEntry structure
l | License ID |
a | Agent ID |
p | Pfile ID |
Definition at line 49 of file OjosDatabaseHandler.hpp.
long int OjoDatabaseEntry::agent_fk |
Agent ID
Definition at line 42 of file OjosDatabaseHandler.hpp.
long int OjoDatabaseEntry::license_fk |
License ID
Definition at line 42 of file OjosDatabaseHandler.hpp.
long int OjoDatabaseEntry::pfile_fk |
Pfile ID
Definition at line 42 of file OjosDatabaseHandler.hpp.