|
| NinkaDatabaseHandler (fo::DbManager dbManager) |
|
| NinkaDatabaseHandler (NinkaDatabaseHandler &&other) |
|
NinkaDatabaseHandler | spawn () const |
|
std::vector< unsigned long > | queryFileIdsForUpload (int uploadId) |
|
bool | saveLicenseMatch (int agentId, long pFileId, long licenseId, unsigned percentMatch) |
|
void | insertOrCacheLicenseIdForName (std::string const &rfShortName) |
|
unsigned long | getCachedLicenseIdForName (std::string const &rfShortName) const |
|
Public Member Functions inherited from fo::AgentDatabaseHandler |
| AgentDatabaseHandler (DbManager dbManager) |
|
| AgentDatabaseHandler (AgentDatabaseHandler &&other) |
|
| AgentDatabaseHandler (const AgentDatabaseHandler &)=delete |
|
virtual | ~AgentDatabaseHandler () |
|
AgentDatabaseHandler | operator= (const AgentDatabaseHandler &)=delete |
|
bool | begin () const |
| BEGIN a transaction block in DB. More...
|
|
bool | commit () const |
| COMMIT a transaction block in DB. More...
|
|
bool | rollback () const |
| ROLLBACK a transaction block in DB. More...
|
|
char * | getPFileNameForFileId (unsigned long pfileId) const |
| Get the file name of a give pfile id. More...
|
|
std::string | queryUploadTreeTableName (int uploadId) |
| Get the upload tree table name for a given upload id. More...
|
|
std::vector< unsigned long > | queryFileIdsVectorForUpload (int uploadId, bool ignoreFilesWithMimeType) const |
| Get pfile ids for a given upload id. More...
|
|
std::vector< unsigned long > | queryFileIdsVectorForUpload (int uploadId, int agentId, bool ignoreFilesWithMimeType) const |
| Get pfile ids for a given upload id which agent has not scanned. More...
|
|