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 4653 of file history_schema.cxx.
|
static |
Definition at line 4579 of file history_schema.cxx.
|
static |
Definition at line 4512 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 7079 of file history_schema.cxx.
MidasHistoryInterface * MakeMidasHistoryPgsql | ( | ) |
Definition at line 7089 of file history_schema.cxx.
MidasHistoryInterface * MakeMidasHistorySqlite | ( | ) |
Definition at line 7069 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 4062 of file history_schema.cxx.
Definition at line 176 of file history_schema.cxx.
|
static |
Definition at line 5491 of file history_schema.cxx.
|
static |
Definition at line 2559 of file history_schema.cxx.
|
static |
Definition at line 5141 of file history_schema.cxx.
|
static |
Definition at line 5186 of file history_schema.cxx.
Definition at line 95 of file history_schema.cxx.
|
static |
Definition at line 4499 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 6347 of file history_schema.cxx.
Definition at line 6350 of file history_schema.cxx.
Definition at line 6348 of file history_schema.cxx.