libdballe
5.18
|
repinfo cache entry More...
#include <repinfo.h>
Public Member Functions | |
Cache (int id, const std::string &memo, const std::string &desc, int prio, const std::string &descriptor, int tablea) | |
void | make_new () |
Data Fields | |
DBALLE_SQL_C_UINT_TYPE | id |
Report code. | |
std::string | memo |
Report name. | |
std::string | desc |
Report description. | |
DBALLE_SQL_C_SINT_TYPE | prio |
Report priority. | |
std::string | descriptor |
Report descriptor (currently unused) | |
DBALLE_SQL_C_UINT_TYPE | tablea |
Report A table value (currently unused) | |
std::string | new_memo |
New report name used when updating the repinfo table. | |
std::string | new_desc |
New report description used when updating the repinfo table. | |
DBALLE_SQL_C_SINT_TYPE | new_prio |
New report priority used when updating the repinfo table. | |
std::string | new_descriptor |
New report descriptor used when updating the repinfo table. | |
DBALLE_SQL_C_UINT_TYPE | new_tablea |
New report A table value used when updating the repinfo table. |
repinfo cache entry