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 |
class | HsSchema |
class | HsSchemaVector |
class | SqlBase |
class | HsSqlSchema |
class | 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 4657 of file history_schema.cxx.
|
static |
Definition at line 4583 of file history_schema.cxx.
|
static |
Definition at line 4516 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 7083 of file history_schema.cxx.
MidasHistoryInterface * MakeMidasHistoryPgsql | ( | ) |
Definition at line 7093 of file history_schema.cxx.
MidasHistoryInterface * MakeMidasHistorySqlite | ( | ) |
Definition at line 7073 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 4066 of file history_schema.cxx.
Definition at line 176 of file history_schema.cxx.
|
static |
Definition at line 5495 of file history_schema.cxx.
|
static |
Definition at line 2559 of file history_schema.cxx.
|
static |
Definition at line 5145 of file history_schema.cxx.
|
static |
Definition at line 5190 of file history_schema.cxx.
Definition at line 95 of file history_schema.cxx.
|
static |
Definition at line 4503 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 6351 of file history_schema.cxx.
Definition at line 6354 of file history_schema.cxx.
Definition at line 6352 of file history_schema.cxx.