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 4746 of file history_schema.cxx.
|
static |
Definition at line 4672 of file history_schema.cxx.
|
static |
Definition at line 4605 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 2623 of file history_schema.cxx.
MidasHistoryInterface * MakeMidasHistoryFile | ( | ) |
MidasHistoryInterface * MakeMidasHistoryMysql | ( | ) |
Definition at line 7258 of file history_schema.cxx.
MidasHistoryInterface * MakeMidasHistoryPgsql | ( | ) |
Definition at line 7268 of file history_schema.cxx.
MidasHistoryInterface * MakeMidasHistorySqlite | ( | ) |
Definition at line 7248 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 4154 of file history_schema.cxx.
Definition at line 176 of file history_schema.cxx.
|
static |
Definition at line 5586 of file history_schema.cxx.
|
static |
Definition at line 2592 of file history_schema.cxx.
|
static |
Definition at line 5236 of file history_schema.cxx.
|
static |
Definition at line 5281 of file history_schema.cxx.
Definition at line 95 of file history_schema.cxx.
|
static |
Definition at line 4592 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 6442 of file history_schema.cxx.
Definition at line 6445 of file history_schema.cxx.
Definition at line 6443 of file history_schema.cxx.