FOSSology  4.4.0
Open Source License Compliance by Open Source Software
OjoDatabaseEntry Struct Reference

#include <OjosDatabaseHandler.hpp>

Collaboration diagram for OjoDatabaseEntry:
Collaboration graph

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
 

Detailed Description

Structure to hold entries to be inserted in DB

Definition at line 32 of file OjosDatabaseHandler.hpp.

Constructor & Destructor Documentation

◆ OjoDatabaseEntry()

OjoDatabaseEntry::OjoDatabaseEntry ( const unsigned long int  l,
const unsigned long int  a,
const unsigned long int  p 
)
inline

Constructor for OjoDatabaseEntry structure

Parameters
lLicense ID
aAgent ID
pPfile ID

Definition at line 49 of file OjosDatabaseHandler.hpp.

Member Data Documentation

◆ agent_fk

long int OjoDatabaseEntry::agent_fk

Agent ID

Definition at line 42 of file OjosDatabaseHandler.hpp.

◆ license_fk

long int OjoDatabaseEntry::license_fk

License ID

Definition at line 42 of file OjosDatabaseHandler.hpp.

◆ pfile_fk

long int OjoDatabaseEntry::pfile_fk

Pfile ID

Definition at line 42 of file OjosDatabaseHandler.hpp.


The documentation for this struct was generated from the following file: