MIDAS
|
#include "midas.h"
#include "msystem.h"
#include "mstrlcpy.h"
#include <math.h>
#include <vector>
#include <list>
#include <string>
#include <map>
#include <algorithm>
#include "history.h"
Go to the source code of this file.
Classes | |
struct | HsSchemaEntry |
struct | HsSchema |
class | HsSchemaVector |
class | SqlBase |
struct | HsSqlSchema |
struct | HsFileSchema |
class | SchemaHistoryBase |
class | SchemaHistoryBase::ReadBuffer |
class | SqlHistoryBase |
class | SqliteHistory |
class | MysqlHistory |
class | FileHistory |
Macros | |
#define | FREE(x) { if (x) free(x); (x) = NULL; } |
Variables | |
const time_t | kDay = 24*60*60 |
const time_t | kMonth = 30*kDay |
const double | KiB = 1024 |
const double | MiB = KiB*KiB |
Definition at line 53 of file history_schema.cxx.
|
static |
Definition at line 4587 of file history_schema.cxx.
|
static |
Definition at line 4513 of file history_schema.cxx.
|
static |
Definition at line 4446 of file history_schema.cxx.
Definition at line 300 of file history_schema.cxx.
Definition at line 325 of file history_schema.cxx.
Definition at line 218 of file history_schema.cxx.
|
static |
Definition at line 2586 of file history_schema.cxx.
MidasHistoryInterface * MakeMidasHistoryFile | ( | ) |
MidasHistoryInterface * MakeMidasHistoryMysql | ( | ) |
Definition at line 7010 of file history_schema.cxx.
MidasHistoryInterface * MakeMidasHistoryPgsql | ( | ) |
Definition at line 7020 of file history_schema.cxx.
MidasHistoryInterface * MakeMidasHistorySqlite | ( | ) |
Definition at line 7000 of file history_schema.cxx.
Definition at line 116 of file history_schema.cxx.
|
static |
Definition at line 159 of file history_schema.cxx.
Definition at line 201 of file history_schema.cxx.
Definition at line 184 of file history_schema.cxx.
|
static |
Definition at line 4071 of file history_schema.cxx.
Definition at line 176 of file history_schema.cxx.
|
static |
Definition at line 5424 of file history_schema.cxx.
|
static |
Definition at line 2559 of file history_schema.cxx.
|
static |
Definition at line 5075 of file history_schema.cxx.
|
static |
Definition at line 5120 of file history_schema.cxx.
Definition at line 95 of file history_schema.cxx.
|
static |
Definition at line 4433 of file history_schema.cxx.
Definition at line 65 of file history_schema.cxx.
Definition at line 225 of file history_schema.cxx.
Definition at line 6278 of file history_schema.cxx.
Definition at line 6281 of file history_schema.cxx.
Definition at line 6279 of file history_schema.cxx.