Leosac
0.8.0
Open Source Access Control
|
#include "LogEntry.hpp"
#include "exception/leosacexception.hpp"
#include "tools/LogEntry_odb.h"
#include "tools/LogEntry_odb_pgsql.h"
#include "tools/LogEntry_odb_sqlite.h"
#include "tools/db/database.hpp"
#include <odb/pgsql/database.hxx>
#include <odb/sqlite/database.hxx>
Go to the source code of this file.
Typedefs | |
using | Query = odb::query< Tools::LogEntry > |
using | Result = odb::result< Tools::LogEntry > |
using Query = odb::query<Tools::LogEntry> |
Definition at line 36 of file LogEntry.cpp.
using Result = odb::result<Tools::LogEntry> |
Definition at line 37 of file LogEntry.cpp.